body{
	margin:0 auto;
  font-family: "Times New Roman";
  /*font-size: 14pt;*/
}

.bg-logo{
  display: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-logo-ldm{
  background-image: url('../images/districts.png');  
}

.bg-logo-rbi{
  background-image: url('../images/rbilogo.png');  
}

.bg-logo-nab{
  background-image: url('../images/NABARD.png');  
  background-size: 40%;

}
.bg-logo-rbi-r{
  /*display: cover;
  background-repeat: no-repeat;
  background-position: center;*/
  background-image: url('../images/rbilogoicon.png');
    
}
.body-panel{
	background: #1da1f2;/* #1da1f2;*/
	background: -webkit-linear-gradient(-135deg, #1da1f2, #cfebfc);
	background: -o-linear-gradient(-135deg, #1da1f2, #cfebfc);
	background: -moz-linear-gradient(-135deg, #1da1f2, #cfebfc);
	background: linear-gradient(-135deg, #1da1f2, #cfebfc);*/	
	margin-top: 10vh;	
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 15px 3px rgba(231,166,26,1);
	-moz-box-shadow: 0px 0px 15px 3px rgba(231,166,26,1);
	box-shadow: 0px 0px 15px 3px rgba(231,166,26,1);
}

.body-panel-1{
	background: #1da1f2; /*#1da1f2;*/
	background: -webkit-linear-gradient(-135deg, #1da1f2, #cfebfc);
	background: -o-linear-gradient(-135deg, #1da1f2, #cfebfc);
	background: -moz-linear-gradient(-135deg, #1da1f2, #cfebfc);
	background: linear-gradient(-135deg, #1da1f2, #cfebfc);
	min-height: 100vh;
	padding:50px;
	padding-top: 100px;
	/*-webkit-box-shadow: 0px 0px 15px 3px rgba(231,166,26,1);
	-moz-box-shadow: 0px 0px 15px 3px rgba(231,166,26,1);
	box-shadow: 0px 0px 15px 3px rgba(231,166,26,1);
	*/
}

.body-panel-master{
	background: #1da1f2; /*#1da1f2;*/
	background: -webkit-linear-gradient(-135deg, #1da1f2, #cfebfc);
	background: -o-linear-gradient(-135deg, #1da1f2, #cfebfc);
	background: -moz-linear-gradient(-135deg, #1da1f2, #cfebfc);
	background: linear-gradient(-135deg, #1da1f2, #cfebfc);
	min-height: 100vh;
	padding:20px;
}

.body-panel-ldm{
	background: #1da1f2; /*#1da1f2;*/
	background: -webkit-linear-gradient(-135deg, #1da1f2, #cfebfc);
	background: -o-linear-gradient(-135deg, #1da1f2, #cfebfc);
	background: -moz-linear-gradient(-135deg, #1da1f2, #cfebfc);
	background: linear-gradient(-135deg, #1da1f2, #cfebfc);	
	min-height: 100vh;	
	max-height: 100vh;	
}

.body-panel-ldm-login{
	background: white;
	border-radius: 5px;	
	min-height: 80vh;		
	/*margin-top: 5vh;*/
	padding: 40px;	
}

.body-panel-rbi-login{
	background: white;
	min-height: 100vh;
	/*border-radius: 5px;	
			
	margin-top: 10vh;	*/
}
.menu-padding{
	padding:50px;
	padding-top: 100px;	
}
.body-panel-1 .btn{
     width: 100%;
     margin-top: 10px;
}

.body-panel-ldm .btn{
     width: 100%;
     margin-top: 10px;
}

.btn-rbi{
	background-color: maroon;
	color: white;
	width: 30%;
}

.btn-rbi:hover{
	color: maroon;
	background-color: orange;
}

/*.btn{
    width:100%;
}*/

.btn-warning:hover{
	color: red;
	background-color: lightgreen;
}
.btn-danger:hover{
	color: red;
	background-color: lightgreen;
}
input[type="password"],input[type="text"],select {
  width: 100%;
  border: 2px solid maroon;/*#aaa;*/
  border-radius: 4px;
  margin: 8px 0;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
  color: maroon;  
}

input[type="password"]:focus,input[type="text"]:focus {
  border-color: maroon;/* dodgerBlue;*/
  box-shadow: 0 0 8px 0  maroon;/*dodgerBlue;*/
}

.inputWithIcon input[type="password"], input[type="text"],select {
  padding-left: 45px;
}

.inputWithIcon {
  position: relative;
}

.inputWithIcon i {
  position: absolute;
  left: 0;
  top: 8px;
  padding: 13px 8px;
  /*color: #aaa;*/
  transition: 0.3s;
  color: maroon;
  width: 40px;
}

.inputWithIcon input[type="text"]:focus + i {
  color: maroon; /*dodgerBlue;*/
}

.inputWithIcon.inputIconBg i {
  background-color: maroon;
  color: #fff;
  width: 40px;
  /*padding: 12px 6px;*/
  border-radius: 4px 0 0 4px;
}

.inputWithIcon.inputIconBg input[type="text"]:focus + i {
  color: #fff;
  background-color:maroon; /*dodgerBlue;*/
}

.img-responsive {
margin: 0 auto;
}

h2{
	color: white;
	text-align: center;
}
@media(min-width: 767px){
	#navbarSupportedContent{
		display: none !important;
	}
}

/* Accordion Menu */

.panel-body>ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.panel-body>.nav li {
  border-bottom: 1px solid #eee;
}

.panel-body>.nav li a {
  font-size: 14px;
}

#accordionMenu {
  max-width: 300px;
}

.panel-body {
  padding: 0;
}

.panel-group .panel+.panel {
  margin-top: 0;
  border-top: 0;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default>.panel-heading {
  /*color: #333;*/
  /*background-color: #fff;*/
  color: white;
  background-color:#1da1f2;
  border-color:#cfebfc;/* #e4e5e7;*/

  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  /*background-color: #eee;*/
  background-color:#1da1f2;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\e113";
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\e114";
}
/*End of Accordion */


input[type=file] {
	display: block !important;
	right: 1px;
	top: 1px;
	height: 34px;
	opacity: 0;
  width: 100%;
	background: none;
	position: absolute;
  overflow: hidden;
  z-index: 2;
}

.control-fileupload {
	display: block;
	border: 1px solid #d6d7d6;
	background: #FFF;
	border-radius: 4px;
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding: 0px 0px 2px 10px;
  overflow: hidden;
  position: relative;
  
  &:before, input, label {
    cursor: pointer !important;
  }
  /* File upload button */
  &:before {
    /* inherit from boostrap btn styles */
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: color 0.2s ease;

    /* add more custom styles*/
    content: 'Browse';
    display: block;
    position: absolute;
    z-index: 1;
    top: 2px;
    right: 2px;
    line-height: 20px;
    text-align: center;
  }
  &:hover, &:focus {
    &:before {
      color: #333333;
      background-color: #e6e6e6;
      color: #333333;
      text-decoration: none;
      background-position: 0 -15px;
      transition: background-position 0.2s ease-out;
    }
  }
  
  label {
    line-height: 24px;
    color: #999999;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    margin-right: 90px;
    margin-bottom: 0px;
    cursor: text;
  }
}


.btn-browse {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid;    
    border-radius: 4px;
    background-color: #1da1f2;/* #1da1f2;*/
    color: white;
}

.btn-browse-lg{
  width:100%;
}

#loader {
    position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height:100%;
	display: none;
	background: rgba(0,0,0,0.6);
}
.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;  
}
.spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
	100% { 
		transform: rotate(360deg); 
	}
}

/*Spinner*/
.cssload-loader-inner {
		bottom: 0;		
        height:100%;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;        
		top: 0;		
        width:100%;
        background: rgba(0,0,0,0.6);       
}

.cssload-cssload-loader-line-wrap-wrap {
		animation: cssload-spin 2300ms cubic-bezier(.175, .885, .32, 1.275) infinite;
		-o-animation: cssload-spin 2300ms cubic-bezier(.175, .885, .32, 1.275) infinite;
		-ms-animation: cssload-spin 2300ms cubic-bezier(.175, .885, .32, 1.275) infinite;
		-webkit-animation: cssload-spin 2300ms cubic-bezier(.175, .885, .32, 1.275) infinite;
		-moz-animation: cssload-spin 2300ms cubic-bezier(.175, .885, .32, 1.275) infinite;
		box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;		
        height: 163px;
		left: 40%;
		overflow: hidden;
		position: absolute;
		top: 30%;
		transform-origin: 50% 100%;
		-o-transform-origin: 50% 100%;
		-ms-transform-origin: 50% 100%;
		-webkit-transform-origin: 50% 100%;
		-moz-transform-origin: 50% 100%;
		width: 325px;
        /*width:100%*/
}
.cssload-loader-line-wrap {
		border: 13px solid transparent;
		border-radius: 100%;
		-o-border-radius: 100%;
		-ms-border-radius: 100%;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		height: 325px;
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
		top: 0;
		width: 325px;
}
.cssload-cssload-loader-line-wrap-wrap:nth-child(1) { animation-delay: -57.5ms;
		-o-animation-delay: -57.5ms;
		-ms-animation-delay: -57.5ms;
		-webkit-animation-delay: -57.5ms;
		-moz-animation-delay: -57.5ms; }
.cssload-cssload-loader-line-wrap-wrap:nth-child(2) { animation-delay: -115ms;
		-o-animation-delay: -115ms;
		-ms-animation-delay: -115ms;
		-webkit-animation-delay: -115ms;
		-moz-animation-delay: -115ms; }
.cssload-cssload-loader-line-wrap-wrap:nth-child(3) { animation-delay: -172.5ms;
		-o-animation-delay: -172.5ms;
		-ms-animation-delay: -172.5ms;
		-webkit-animation-delay: -172.5ms;
		-moz-animation-delay: -172.5ms; }
.cssload-cssload-loader-line-wrap-wrap:nth-child(4) { animation-delay: -230ms;
		-o-animation-delay: -230ms;
		-ms-animation-delay: -230ms;
		-webkit-animation-delay: -230ms;
		-moz-animation-delay: -230ms; }
.cssload-cssload-loader-line-wrap-wrap:nth-child(5) { animation-delay: -287.5ms;
		-o-animation-delay: -287.5ms;
		-ms-animation-delay: -287.5ms;
		-webkit-animation-delay: -287.5ms;
		-moz-animation-delay: -287.5ms; }

.cssload-cssload-loader-line-wrap-wrap:nth-child(1) .cssload-loader-line-wrap {
		border-color: rgb(234,71,71);
		height: 293px;
		width: 293px;
		top: 23px;
}
.cssload-cssload-loader-line-wrap-wrap:nth-child(2) .cssload-loader-line-wrap {
		border-color: rgb(234,234,71);
		height: 247px;
		width: 247px;
		top: 46px;
}
.cssload-cssload-loader-line-wrap-wrap:nth-child(3) .cssload-loader-line-wrap {
		border-color: rgb(71,234,71);
		height: 202px;
		width: 202px;
		top: 68px;
}
.cssload-cssload-loader-line-wrap-wrap:nth-child(4) .cssload-loader-line-wrap {
		border-color: rgb(71,234,234);
		height: 156px;
		width: 156px;
		top: 91px;
}
.cssload-cssload-loader-line-wrap-wrap:nth-child(5) .cssload-loader-line-wrap {
		border-color: rgb(71,71,234);
		height: 111px;
		width: 111px;
		top: 114px;
}




@keyframes cssload-spin {
		0%, 15% {
		transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes cssload-spin {
		0%, 15% {
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-ms-keyframes cssload-spin {
		0%, 15% {
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes cssload-spin {
		0%, 15% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes cssload-spin {
		0%, 15% {
		-moz-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}