html, body{
    font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	background:#ffffff;
	margin: 0;
}
p,ul li,ol li{
	margin:0;
	font-size:14px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'PT Sans Narrow', sans-serif;
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
input[type="submit"],input[type="reset"] {
	-webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
/*.success-message {
    margin: 10px;
}*/

#btnGetInTouch {
    margin-bottom: 15px;
}
.alert {
    margin: 10px;
}
.form-group {
 margin-bottom: 0 !important;
}
.text-left {
    float: left;
}

.text-left-aligned {
    text-align: left!important;;
}
.bold-text-blue{font-weight:bold; color:#2181BC;}
.bold-text-brown{font-weight:bold; color:#c95738;}
.refresh-icon {
    margin-left: 0px;
    padding-right: 10px;
    font-size: 15px !important;
}
.tbl-input {
    width: 100% !important;
}
.header {
    padding: 1em 0;
    /* background: #f7ffce;*/
	border-bottom: 2px solid #ccc;
}
.navbar-header h1{ font-size:25px;line-height:50px;}
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-brand {
  height: 48px;
	padding: 0px;
  font-size: 46px;
  line-height: 46px;
	font-family: 'PT Sans Narrow', sans-serif;
}
.navbar-brand span {
  line-height: 0.5;
  color: #ffc100;
  text-transform: capitalize;
  transform: rotate(-150deg);
	-webkit-transform: rotate(-150deg);
	-moz-transform: rotate(-150deg);
	-o-transform: rotate(-150deg);
	-ms-transform: rotate(-150deg);
  display: inline-block;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color:#F26722;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#F26722;
    background: none;
}
.navbar-nav > li > a {
	padding: 12px 10px;
    /*text-transform: uppercase;*/
    font-weight: bold;
	word-spacing: 3px;
}
.navbar-default .navbar-nav > li > a {
    color:#5B5B5C;
}
.navbar-collapse {
    padding: 0;
    border-top: none;
    box-shadow: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.navbar-right {
    float: none !important;
    margin-right: 0;
    margin-left: 0em;
}
.navbar-nav {
    float: right !important;
    margin: 0;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#F26722;
}
.nav > li > a,.agile-short-dropdown li a {
	font-family: 'Varela Round', sans-serif;
}
.navbar-nav > li > .dropdown-menu {
    background-color: #ffffff !important;
    border: 1px solid #E6E6E6;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #F26722 ! important;
    //background-color: rgba(76, 76, 76, 0) ! important
}
.agile-short-dropdown li:hover {
    background: #F26722;
}
.agile-short-dropdown {
    padding-top: 0px;
    padding-bottom: 0px;
}
.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.24) ! important;
}
ul.dropdown-menu {
    background: rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 0;
    border: none;
    margin: 0;
    top: 4em;
    right: 27px ! important;
    min-width: 90px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: rgba(0, 0, 0, 0.24) ! important;
    color: #fff ! important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active.open > a{
	color: #f62b2b;
}
.cl-effect-13 ul li a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.cl-effect-13 ul li a::before {
	position: absolute;
	top:50%;
	left: 50%;
	color: transparent;
	content: '.';
	text-shadow: 0 0 transparent;
	font-size:2em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.cl-effect-13 ul li a:hover::before,
.cl-effect-13 ul li a:focus::before,ul.nav.navbar-nav li.active a::before{
	/*
	color: #F26722;
	text-shadow: 10px 0 #2181BC, -10px 0 #2181BC;
	*/
}
.login-page {
   background: url("../../images/background.png");
	/*background: url("../../images/background.jpg");*/
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 545px;
}
.os-login-form {
    padding: 20px 10px;
}
.os-login-captcha{
    margin-top: 22px;
}
.remember-checkbox {
    margin-top: 0px;
}
.forget-password {
    margin-top: 4px;
}
.os-login-captcha-input {
    margin-top: 15px;
}
.panel-heading {
    font-size: 15px;
    font-weight: bold;
}
.subtitle-section{border: 1px solid #ccc; background-color:#efa434; margin-bottom:5px;margin-top:15px; border-radius: 8px;}
.subtitle{font-weight:normal;color:#fff;padding:8px; font-size: 15px; font-weight: bold;}
.information-section{padding:5px 15px;}
.login-panel-heading{
	 background: #F26722 !important;
	 border-bottom:1px solid #F26722 !important;
}
.login-panel-primary{ border:3px solid #F26722 !important; border-radius: 8px;}
.dashboard-panel{margin-top:20px; height: auto; padding: 0 20px;}
.captcha-text {
    background: #F26722;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    padding: 8px 12px;
}
.os-tsaks-section, /*.os-welcome-section,*/ .os-leaves-section, .os-workreport-section, .os-attendance-section,
.os-contact-section, .os-profile-section, .os-improvements-section {
    margin-bottom: 24px;
}
.os-welcome-section {
    min-height: 512px;
}
.page-titles {
    margin-top: 12px;
}
.os-filter-by {   
	margin: 15px 0 0 0;
	font-size: 16px;
	color: #2181BC;
	text-align: left;
	font-weight: 600;
	text-align:left;
}
.os-left-align-div {   
	padding-left:0;	
}
.os-right-align-div {   	
	padding-right:0;
}
.os-user-greeting {   
	margin: 0px 15px 0 0;
	font-size: 12px;
	color: #2181BC;
	text-align: left;
	font-weight: 600;
	text-align:right;
}
.os-head-login {
    margin-top: 12px;
    font-size: 24px;
    color: #fff; /*#F26722;*/	
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    font-weight: 600;
}
.os-head {
    margin-top: 12px;
    font-size: 24px;
    color: #F26722;s
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    font-weight: 600;
}
.os-head-index {
    margin: 30px;
    font-size: 24px;
    color: #F26722;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 600;
}
.os-head-contact {
    margin-top: 24px;
    margin-left: 15px;
    font-size: 24px;
    color: #F26722;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    font-weight: 600;
}
.os-head:before,.os-head:after{
	width:10% !important;
}
.os-head:before {
    left: 35% !important;
}
.os-head:after {
    right: 35% !important;
}
p.username-p {
    font-size: 18px;
    color: #2181BC;
    margin: 20px 8px 0 0;
    text-align: right;
}
.os-overview-section {
    margin-top: 1em;
}
.os-overview-grid{
	text-align:center;
	padding: 0;
}
.os-overview-single-grid {
    padding: 2em;
}
.os-overview-icon i{
	color: #2181BC;
	font-size:3em;
	line-height:1.4em;
}
.os-overview-single-grid h3 {
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #212121;
    margin: 1em 0;
	text-transform: uppercase;
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.os-overview-single-grid p {
    color: #666;
    line-height: 28px;
    font-size: 15px;
    text-align: left;
}
p.os-time {
    text-align: center;
}
.os-overview-grid:hover {
	background: #f9f9f9;
}
.os-overview-grid{
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
	-ms-transition: all .5s ease;
    transition: all .5s ease;
}
.os-overview-grid{
	text-align:center;
	padding: 0;
}
.os-overview-single-grid {
    padding: 2em;
}
.os-overview-single-grid h3 {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #212121;
    margin: 1em 0;
	text-transform: uppercase;
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.os-overview-single-grid p {
    color: #666;
    line-height: 28px;
    font-size: 15px;
}
.os-overview-grid .os-overview-single-grid {
    margin: 10px;
    box-shadow: 1px 4px 8px 1px #adadad;
}
.os-overview-grid:hover .os-overview-single-grid {
	box-shadow: 1px 4px 18px 1px #adadad;
}
.os-overview-icon i{
	color: #2181BC;
	font-size:3em;
	line-height:1.4em;
}
.os-overview-icon img {
    display: inline-block;
}
.os-view-page-title{font-weight:bold;}
.os-contact-left-grid{margin-bottom:15px;}
.os-contact-left h4 {
    text-transform: capitalize;
    font-size: 1.5em;
    color: #2181BC;
    margin-bottom: 1em;
    font-weight: 600;
}
.contact-form h4 {
    margin-left: 16px;
}
.os-contact-left p{
	line-height:1.8em;
	margin-bottom:2em;
}
.os-contact-left p span{
	font-weight:600;
	color:#212121;
}
.os-contact-left ul li{
	list-style-type:none;
	margin-bottom:1em;
	color:#666;
}
.os-contact-left ul li span{ 
	padding-right:1em;
	color: #F26722;
}
.os-contact-left ul li a{
	color:#666;
	text-decoration:none;
}
.os-contact-left ul li a:hover{
	color:#212121;
}
/*.os-contact-left input[type="text"],.os-contact-left input[type="email"],.os-contact-left textarea{
	outline:none;
	padding:10px;
	font-size:14px;
	color:#212121;
	width:100%;
	border:1px solid #E6E6E6;
}*/
.os-contact-left input[type="text"]:nth-child(2),.os-contact-left input[type="email"]{
	/*margin:1em 0 0;*/
}
.os-contact-left textarea{
	min-height: 150px;
    margin: 1em 1.1em;
    width: 96% !important;
}
.os-contact-left input[type="submit"],.os-contact-left input[type="reset"]{
	outline: none;
    padding: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #2181BC;
    width: auto;
    border: none;
    /*text-transform: uppercase;*/
    margin-left: 1em;
}
.os-contact-left input[type="submit"]:hover,.os-contact-left input[type="reset"]:hover{
	background:#F26722;
}
.stay-connected, .contact-address, .profile-input-row {
    padding: 16px !important;
}
.profile-pic-panel {
    margin-top: 24px;
}
.details-grid {
    padding: 16px;
}
.os-btn a {
    background: #F26722;
    border: none;
    margin-top: 10px;
    font-weight: 600;
    margin-left: 10px !important;
}
.os-btn a:hover {
    background: #2181BC;
}
.os-btn a:active {
    background-color: #F26722;
}
.right-align {
    float: right;
}
.left-align {
    float: left;
}
#table {
    margin-top: 16px;
}
tr:first-child > th, td {
    text-align: center !important;
}
input[type="date"].form-control {
    line-height: 15px;
}
#table_wrapper {
    margin-top: 1em !important;
}
label {
    margin-bottom: .5rem;
    margin-top: .5rem;   
}
#table > thead > tr > th, #table > tfoot > tr > th {
    background: #2181BC;
    color: #fff;
    vertical-align: top;
    border-bottom: 2px solid #ddd;
}
.table-header {
    background: #2181BC;
    color: #fff;
}
.table-header th {
   vertical-align: top!important;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, 
table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after
{
   top: 8px!important;
}

.table-footer {
    background: #2181BC;
    color: #fff;
}
.work-report-td, .tasks-td, .reason-td, .title-td, .project-td, .improvement-modal-td {
    text-align: left !important;
}
.modal-title {
    color: #fff;
}
.modal-header, .modal-footer {
    background: #2181BC;
}
.modal-header .close {
    color: #ffffff !important;
    font-size: 24px;
    opacity: 0.8;
}
.modal-header .close:hover {
    opacity: 0.6;
}
.modal-action-btn {
    font-weight: 600;
}
.profile-input-row {
    padding: 24px !important;
}
.green-text {
    color: green;
    font-weight: bold;
}
.red-text {
    color: red;
    font-weight: bold;
}
.orange-text {
    color: #F26722;
    font-weight: bold;  
}
.skyblue-text {
    color: skyblue;
    font-weight: bold;
}
.blue-text{
	color: #2181BC;
    font-weight: bold;
}
.purple-text{
    color: purple;
    font-weight: bold;
}
.select-dropdown {
    margin-top: 10px;
}
.center-aligned-text p{
    text-align: center;
}
.hint {
    font-style: italic;
    color: #217DB8;
    font-size: 11px;
}
/*table.dataTable thead .sorting 
{ background: url(assets/frontend/images/caret-up-down.png) no-repeat center right !important; }
table.dataTable thead .sorting_asc 
{ background: url(assets/frontend/images/caret-up.png) no-repeat center right !important; }
table.dataTable thead .sorting_desc 
{ background: url(assets/frontend/images/caret-down.png) no-repeat center right !important; }

table.dataTable thead .sorting_asc_disabled 
{ background: url(assets/frontend/images/sort_asc_disabled.png) no-repeat center right !important; }
table.dataTable thead .sorting_desc_disabled 
{ background: url(assets/frontend/images/sort_desc_disabled.png) no-repeat center right !important; }*/

.action-dropdown-menu {
    position: absolute;
    right: 0 !important;
    left: auto !important;
    min-width: 125px !important;
    background: #F9F9F9 !important;
    border: 1px solid #ADADAD !important;
    margin: 9px;
    text-align: center;
    margin-top: 0;
}
.dropdown:hover>.action-dropdown-menu {
  display: block;
  margin-top: 0;
}
.action-dropdown-menu a {
  margin: 2px;
}

.blinking{ font-size: 15px!important; animation:blinkingText 2.0s infinite; font-weight:bold;}
@keyframes blinkingText{
    0%{     color: #fff;    }
    49%{    color: transparent; }
    50%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #fff;    }
}

.form-control-feedback {
  left: 12px !important;
}
.has-feedback .form-control {
  padding-left: 30px !important;
  padding-right: 10px !important;
}
.has-feedback .glyphicon {
  color: brown;
}

/*===== Footer Start =====*/
.footer {
    padding: 32px 0;
    text-align: center;
    /*background: #f9f9f9;*/
    color: #fff;
    background: #171717;
    position: absolute;
    width: 100%;
    bottom: 0;    
}
.footer-top {
    background: #171717;
    position: relative;
    bottom: 0;
    width: 100%;
}
.footer-info p {
	color: #B7B4B4;
	font-weight: 400;
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 20px;
	text-align: left;
}
/*.os-footer-top ul{
	padding:0;
	margin:0;
}
.os-footer-top ul li{
	display:block;
}
.os-footer-top ul li a{
    font-size: 1em;
    color: #BBBBBB;
    line-height: 1.8em;
	text-decoration:none;
}
.os-footer-top ul li a:hover{
	color: #ffffff;
}*/
.footer-top h3 {
    color: #fff;
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 600;
    margin-left: 28px;
}
h3.quick-links-head {
    margin-left: 16px;
}
.footer-top p {
    color: #666;
    font-size: 15px;
    line-height: 28px;
    margin: 5px 0;
    color: #fff;
}
.oes-footer-top ul li{
	list-style-type: none;
    margin-bottom: 1em;
    font-size: 14px;
    line-height: 1.8em;
    color: #666;
    padding-left: 1em;
}
.oes-footer-top ul li span{
	left:-1em;
}
.oes-footer-top ul li a{
	color:#666;
	text-decoration:none;
}
.oes-footer-top ul li a:hover{
	color:#fff;
}
/*.oes-footer-top {
    padding: 0 70px;
}*/
/*.oes-footer-address {
    display: inline-flex;
    justify-content: flex-start; 
    width: 100%;
}
.oes-footer-address li {
    padding-right: 16px;
}
.oes-footer-menu {
    display: inline-flex;
    justify-content: space-between;
    width: 50%;
    margin-bottom: 2em !important;
} */
.footer-icons {
    color: #fff;
}
/*===== Footer End =====*/

.error{font-size:12px; color:red;}

/*========== Marquee ==========*/

.os-marquee{
  background-color:#fff;
  border-radius:10px;
}
.os-marquee h4{
  font-size:18px;
  font-weight:bold;
  margin:0px;
  margin-top:10px;
  margin-left:5px;
  color: #2181BC;
}
.os-marquee h5{ 
  color:#de602f;
  text-decoration: none;
  font-size: 16px;
}
.os-marquee hr{
  margin-top: 10px !important;
  height:2px;
  border-width:0;
  color:gray;
  background-color: gray;
}
.os-marquee-para {  
  margin:2px 10px 10px 10px ;
  }
.os-marquee-para h5{
  font-weight:700;  
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}
.flash{
  animation-duration: 2s;
  animation-delay: 0.9s;
  animation-iteration-count: infinite;
}
.marq h4{ padding-top:10px;}

.birthday-list a, .anniversary-list a {
    color: #666;
}

.task-complete{/*float:left; */ color:green; font-size:16px; margin-left:5px;}
.task-pending{/*float:left; */ color:red; font-size:16px; margin-left:5px;}

/*========== /Marquee ==========*/

.bg-today-visitors { background: #605CA8 }  
.bg-checkin-visitors { background: #64b5f6 }
.bg-checkout-visitors { background: #1976d2 }
.bg-expected-visitors { background: #ef6c00 }
.bg-overdue-visitors { background: #ffd54f }
.bg-postponed-visitors { background: #455a64 }
.bg-cancelled-visitors { background: #96a6a6 }

.bg-green { background: #00A65A }
.bg-orange { background: #FF851B }
.bg-red { background: #DD4B39 }
.bg-aqua { background: #00C0EF }

.os-visitor-count {
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    cursor: pointer;
}
.os-visitor-count span {
    font-size: 22px;
    position: absolute;
    bottom: 50%;
    float: right;
    color: #fff;
    right: 15%;
}
.os-counter-title { font-size: 13px; }
.os-counts-div {
    margin: 10px;
}
.os-counts-div > .row {
    padding-bottom: 12px;
}  

.blinking{ font-size: 15px!important; animation:blinkingText 2.0s infinite; font-weight:bold;  -webkit-animation: blinkingText 2.0s infinite;}
@keyframes blinkingText{
    0%{     color: red;    }
    49%{    color: transparent; }
    50%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: red;    }
}

@-webkit-keyframes blinkingText {
	0%{     color: red;    }
    49%{    color: transparent; }
    50%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: red;    }
}

/* FOR AUTOCOMPLETE */
.recordList{float:left;list-style:none;margin-top:-3px;padding:0;width:100%;position:relative;}
.recordList li{padding:10px;background:#7baad0;color:#fff;border-bottom:#bbb9b9 1px solid;}
.recordList li:hover{background:#337AB7;color:#fff;cursor:pointer;}
.searchText{padding:10px;border:#a8d4b1 1px solid;border-radius:4px;}
.suggesstion-box{
  max-height:200px;
  overflow-y:scroll;
  overflow-x:hidden;
  width:100%;
  display:none;
}

.info-gmp-not-appliable{text-align:center; margin-top:10px; font-size:12px; font-weight:bold;color:red;}