/*
 * Specific styles of signin component
 */
/*
 * General styles
 */
 @font-face {
    font-family: 'robotothin';
    src: url('../fonts/roboto-thin-webfont.eot');
    src: url('../fonts/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-thin-webfont.woff2') format('woff2'),
         url('../fonts/roboto-thin-webfont.woff') format('woff'),
         url('../fonts/roboto-thin-webfont.ttf') format('truetype'),
         url('../fonts/roboto-thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body, html {
	/*background-image: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
	font-family: robotoregular;


}
#bg {
	background: url(../images/photo.jpg) no-repeat center center fixed;
	background-size: cover;
	padding: 12.5px 0;
}
.logo {
    padding: 0;
}
.logo img{width:200px;height:80px;}
.log-out {
    margin-top: 25px;
}
.card-container.card {
	max-width: 350px;
	padding: 40px 40px;
}
.btn {
	font-weight: 700;
	height: 36px;
	font-size: 15px;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
        font-family: 'robotothin';
        letter-spacing: 1px;
}
.np {padding:0 !important;}
.br0{border-radius: 0 !important;}
.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.pl-0{padding-left: 0px !important;}
.p-0{padding: 0 !important;}
/*
 * Card component
 */
.card {
	background-color: #F7F7F7;
	/* just in case there no content*/
	padding: 20px 25px 30px;
	margin: 0 auto 25px;
	margin-top: 100px;
	/* shadows and rounded borders */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.profile-img-card {
	width: 96px;
	height: 96px;
	margin: 0 auto 10px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
/*
 * Form styles
 */
.profile-name-card {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 0;
	min-height: 1em;
}
.reauth-email {
	display: block;
	color: #404040;
	line-height: 2;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form-signin #inputEmail, .form-signin #inputPassword {
	direction: ltr;
	height: 44px;
	font-size: 16px;
}
.form-signin input[type=email], .form-signin input[type=password], .form-signin input[type=text], .form-signin button {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	z-index: 1;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form-signin .form-control:focus {
	border-color: rgb(104, 145, 162);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
}
.btn.btn-signin {
	/*background-color: #4d90fe; */
	background-color: #e74c3c;
	/* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
	padding: 0px;
	cursor: pointer;
	font-weight: 700;
	font-size: 14px;
	height: 36px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	-o-transition: all 0.218s;
	-moz-transition: all 0.218s;
	-webkit-transition: all 0.218s;
	transition: all 0.218s;
}
.btn.btn-signin:hover, .btn.btn-signin:active, .btn.btn-signin:focus {
	background-color: #e74c3c;
}
/*.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}*/

.navbar-default {
	background-color: #55c4c1 !important;
	margin-bottom:0 !important;
	border:0 !important;
	border-radius:0;
}
.top_header {
	background: #ffffff;
	padding:0;
	border-bottom: 1px solid #eeeeee;
}
.btn-logout {
	background-color: #fff;
	border-color: #ec7063;
	border-radius: 0;
	color: #ec7063;
	font-family: robotoregular;
	font-size: 15px;
}
.btn-logout:hover {
	background-color: transparent;
	color: #ec7063
}
.search_container {
	background: url(../images/photo.jpg) no-repeat;
	padding: 40px 0;
	margin-bottom: 20px;
background-size:100% 100%;
}
p.bread_txt {
	font-family: robotoregular;
	font-size: 30px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}
.custom-search-form {
	margin-top: 5px;
}
.custom-search-form input {
	background-color: #ffffff;
	height: 45px;
	opacity: 0.8;
}
.custom-search-form .btn {
	background: #e74c3c none repeat scroll 0 0;
	color: #fff;
	height: 45px;
	padding: 6px 20px;
	border: 0;
}
.custom-search-form .form-control::-moz-placeholder {
 color: #000;
}
/*--------------------- table pagination -------------------------------*/

.paging-nav {
	background: #f3f3f3 none repeat scroll 0 0;
	padding: 10px 5px;
	text-align: left;
	margin-bottom: 20px;
}
.paging-nav a {
	margin: auto 3px;
	text-decoration: none;
	display: inline-block;
	padding: 8px 15px;
	background: #e7eaeb;
	color: #000;
	border-radius: 3px;
}
.paging-nav a:hover {
	background: #55c4c1;
	color: #fff;
}
.paging-nav .selected-page {
	background: #55c4c1;
	color: #fff;
}
/*--------------------------------------------------------- form css ---------------------------------------------*/
.create label {
	font-size: 13px;
	font-family: robotoregular;
	font-weight: normal;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
}
.required {
	color: #fe564a;
}
.create .checkbox {
	padding: 0 22px;
}
.create .checkbox label {
	font-size: 14px;
}
.btn-save {
	
	text-align: center;
	padding: 6px 25px;
	line-height:22px;
cursor:pointer;
}
/*-----------------------------------------------------------------------------------------------------------------*/

.custom-search-form .form-control {z-index:0 !important;}

/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
#footer {
	background-color: #192331;
	padding: 10px 0;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	background-color: #192331;
	padding: 10px 0;
}
p.ft_text {
	font-family: robotoregular;
	font-size: 15px;
	color: #ffffff;
	margin: 0
}
.ft_text a {
	color: #ffffff;
	text-decoration: underline
}
#social:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
#social {
	-webkit-transform: scale(0.8);
	/* Browser Variations: */
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	color: #ffffff;
}
/* 
    Only Needed in Multi-Coloured Variation 
                                               */
.social-fb:hover {
	color: #3B5998;
}
.social-tw:hover {
	color: #4099FF;
}
.social-gp:hover {
	color: #d34836;
}
.social-em:hover {
	color: #f39c12;
}
/*----------------------------------------------------------- navbar -----------------------------------------------*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.navbar-default .navbar-nav > li > a {
    color: #192331 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #ffffff !important;
    color: #55c4c1 !important;
}
.navbar-brand {
    color:#ffffff !important;
	display:none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #ffffff !important;
    color: #55c4c1 !important;
}
.form-group {
    margin-bottom: 10px !important;
}
.create .form-control{height:30px;font-size:13px;}
.create textarea.form-control{height:60px;}

.add-btn {
    background: #d9534f none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    margin: 10px 0;
    padding: 6px 12px;
}
.create h2 {
    font-size: 20px;
    text-align: center;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 15px 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
     width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
    margin-bottom: 5px; 

}
legend h2 {
    margin: 5px 0 0;
}
.create .c-box {
height:auto;
margin-right: 5px;
margin-top: 0;
}

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    margin-left: 5px !important;
    position: static  !important;
}

.multiselect-container {
    max-height: 106px;
   
    overflow-x: hidden;
    overflow-y: scroll;
 
}
/*#can-pol-box ul {
    float: left;
    list-style: outside none none;
    margin: 0;
}
#can-pol-box li {
    float: left;
    margin-right: 10px;
}
#can-pol-box label {
    padding-top: 5px !important;
}

#can-pol-box .cncl_inpt {
width:60px;
background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 30px;
    line-height: 1.42857;
    padding: 3px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
#can-pol-box .fa.fa-rupee {
    font-size: 15px;
}
*/

.preeti,.rupali,.varuna,.ritika {
    float: left;
    list-style: outside none none;
    margin-right: 10px;
}
.preeti li,.rupali li,.varuna li,.ritika li {
    margin-bottom: 5px;
}
.preeti .cncl_inpt,
.rupali .cncl_inpt,
.varuna .cncl_inpt,
.ritika .cncl_inpt{
width:60px;
background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 30px;
    line-height: 1.42857;
    padding: 3px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.datepicker td, .datepicker th{
	font-weight: normal;
}

.cal-icon{
     background-image: url('../images/cal-icon.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 24px;
        background-color: #ffffff !important;
    cursor: pointer !important;
}
.cal-icon2{
 background-image: url('../images/cal-icon.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 30px;
        background-color: #ffffff !important;
        opacity: 0.8 !important;
    cursor: pointer !important;
}
.paging-nav strong strong {
    background: #55c4c1 none repeat scroll 0 0;
    color: #fff;
    padding: 8px 15px;
    border-radius:3px;
}
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------- media queries ----------------------------------------------------*/
@media screen and (max-width: 979px) {
#bg {
	background-repeat: no-repeat !important
}
}
 @media screen and (min-width: 768px) and (max-width: 979px) {
#bg {
	background-repeat: no-repeat !important
}
}
 @media screen and (max-width: 767px) {
#bg {
	background-repeat: no-repeat !important
}
.navbar-brand{display:block !important}
}
 @media screen and (max-width: 480px) {
p.ft_text {
	text-align: center;
}
}
.create {
    margin-bottom: 50px;
}


.btn-success {
	color: #fff;
	background-color: #55c4c1 !important;
	border-color: #55c4c1 !important;
  }

.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger{
	background-color: #fe564a !important;
border-color: #fe564a !important;
}

.btn-danger{
	background-color: #fe564a !important;
border-color: #fe564a !important;
}


.btn-danger:hover{
	background-color: #fe564a !important;
border-color: #fe564a !important;
}
.navbar-default .navbar-nav > li > a {
    color: #fff !important;
}