﻿/* CSS Document */
body{background:url(../images/bg.png); color:#777}
ul,li{
	list-style:none;
	padding:0px;
	margin:0px
}
.noMargin{
	margin:0px!important
}
.paddingTop{
	padding-top:15px!important
}
.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: 0px;
    margin-left: 0px; 
}
header.header{
	background:#fff; 
	/*height:50px;*/
	box-shadow:2px 2px 12px #888; 
	position:relative;
}
.logo{
	background:#fff url(../images/logo.png) 50% 50% no-repeat; 
	height:35px;
	background-size:150px 32px}

.logoimage{
	/*background:#fff url('') 50% 50% no-repeat; */	   
    vertical-align: middle;
    text-align: center;
    padding: 2px;
	background-size:contain}
.logo.hid{
	background: #fff;
    color: #888;
    text-align: center;
    font-weight: bold;
    position: relative;
    top: 3px;
    width: 73%;
    margin: 0 auto;
    height: 30px;
    padding-top: 6px;
    font-size:1.1em}
.menu{    background: url(../images/menu.png) no-repeat 50% 50%;
    height: 30px;
    width: 30px;
    position: absolute;
    background-size: 80%;
    top: 5px;
    left: 5px;}
.button{
	background: #36afe6; 
	background: -moz-linear-gradient(top,  #36afe6 0%, #1781b2 100%); 
	background: -webkit-linear-gradient(top,  #36afe6 0%,#1781b2 100%);
	background: linear-gradient(to bottom,  #36afe6 0%,#1781b2 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36afe6', endColorstr='#1781b2',GradientType=0 ); 
	border:1px solid #1780B1;
	border-radius:4px;
	padding:7px 15px;
	color:#fff;
	margin-bottom:15px;
	cursor:pointer;
	position:relative}
.button:active{
	background: #36afe6; 
}
.butContainer{padding:20px 10px;}
span.arrow{background:url(../images/arrow.png) 100% 50% no-repeat; position:absolute; right:5px;
top:7px; width:20px; height:20px; background-size:12px}
.user{background:#539EEA; position:relative}
.uname{
	/*background:url(../images/user.png) no-repeat 10px 50%;*/
	padding:10px 10px 10px 40px;
	background-size:25px;
	color:#fff;
	display:inline-block;
	font-size:.85em	
}
.uname.logged-out {
	background: url(../images/useredit.png) no-repeat 10px 50%;
	background-size:25px;
}
.user{position:relative; top:auto; right:auto; width:auto}
.searchIco{
	background:url(../images/search.png) no-repeat 50% 50%;
	 display:inline-block;
	 width:30px;
	 height:30px;
	 position:absolute;
	 right:5px;
	 top:2px;
	 background-size:22px;
	 cursor:pointer
}
.searchIco.custom{ top:7px}
.topNavigation, .dashboard.desk{
	display:none
}
.header .option {
	height: 30px;
    width: 30px;
    position: absolute;
    background-size: 80%;
    top: 3px;
}
.header .option.right {
    right: 10px;
}
.header .option.left {
    left: 5px;
}
.userEdit{
	background: url(../images/useredit.png) no-repeat 50% 50%;
}
.logout {
	background: url(../images/logout.png) no-repeat 50% 50%;
}
.back {
    background: url(../images/back.png) no-repeat 50% 50%;
}

.msk{
	position:fixed;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	z-index: 10;
	background:rgba(0,0,0,.5)
}


form.form-signin.login-page {
    margin: 40px;
}
form.form-signin.login-page input {
	margin-bottom: 5px;
}
form.form-signin.login-page button {
	margin-top: 10px;
}

div.alert.login-page {
    margin-bottom: -15px;
}

div.alert.login-page a.close {
	margin-top: -10px;
	font-size: 35px;
}

.hidden {
	display: none;
}
.msk.loading {
    background: url("../images/loader.gif") no-repeat center;
    background-color: rgba(0,0,0,0.5);
}
input.input-error {
	border: 1px solid #D02020;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(245,49,127,0.51);
	-moz-box-shadow: 0px 0px 20px 0px rgba(245,49,127,0.51);
	box-shadow: 0px 0px 20px 0px rgba(245,49,127,0.51);
	background-image: url("../images/icon_fail_small.png");
	background-repeat: no-repeat;
	background-position: 98%;
}

.apply-leave-error.alert, .index-page-error.alert {
    margin-bottom: 0;
}
form.apply-leave {
    background: #F8FAFC;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 5px;
}
.apply-leave label {
    padding-left: 2px;
}
.autocomplete-input {
    height: 40px;
    line-height: 40px;
    font-size: 1.1em;
}
.leave-field-margin {
    margin-top: 10px;
}
.leave-duration-value {
    font-weight: 400;
    font-size: 1.2em;
}
label.form-control.ques-half-day {
    padding-top: 8px;
    background-color: #F8FAFC;
    font-weight: bold;
    border: none;
    box-shadow: none;
}
.input-group-addon {
    background-color: #F8FAFC;
    border: none;
    padding-left: 7px;
}
.input-group-addon input[type="checkbox"] {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.leave-field-checkbox {
    padding-left: 10px;
    margin-top: 2px;
}
.leave-button-wrapper {
    margin-top: 20px;
}
.form-field {
    margin-top: 10px;
}
input.date-input {
    background-image: url("../images/calendar.png");
    background-repeat: no-repeat;
    background-position: 95% 7px;
    height: 40px;
    line-height: 40px;
}

.tableSummary{
    padding:5px;
    font-size:.8em;
    color:#666;
    background:#fff;
    margin:10px 5px;
}
.tableSummary table{
    border-collapse:collapse;
    width:100%
}
.tableSummary table td, .tableSummary table th{
    border:1px solid #ccc;
    padding:4px
}
.tableSummary table .leave-value{
    text-align: center;
}
.inlineFormCtrl {
    float: right;
    width: 100%;
    font-size: 1em;
    text-align: right;
    margin-right: 10px;
}
.inlineFormCtrl p.formCtrl {
    display: inline-block;
    margin-left: 10px;
}
p.formCtrl {
    margin-bottom: 10px;
    font-size: .85em;
    position: relative;
}
p.formCtrl select {
    height: 32px;
    font-size: 1.2em;
    margin-left: 10px;
    -webkit-appearance: menulist-button;
}
p.form-month {
    font-size: 1.1em;
    padding: 7px;
    margin-top: 10px;
}
p.form-month span {
    font-weight: bold;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #EEE;
}
button.salary-summary, button.attendance-btn {
    display: inline-block;
    width: 20%;
    margin-left: 10px;
    height: 1.8em;
    line-height: 0.7em;
}
.approvals {
    position: absolute;
    display: inline-block;
    padding: 0px 5px;
    border: 2px solid #fff;
    background: #F97616;
    right: 28px;
    border-radius: 50px;
    top: 4px;
}

.swiper-slide  .indBlocks{
    width:100%;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    left: 0%;
    position: relative;
}
.swiper-slide .indBlocks.remove {
    left: -100%;
}
.swiper-slide.remove {
    display: none;
}

.swiper-slide .indBlocks div:nth-child(1){
    background:none;
    border:none;
    color:#1780b1
}
.swiper-slide   .indBlocks{
    border:1px solid #ccc;
    box-shadow:0px 0px  10px #ccc;
    border-radius:4px
}
.swiper-slide   .indBlocks div.leave-action {
    text-align:left
}
.swiper-slide   .indBlocks div.leave-action span{
    width:48%
}
.indBlocks{
    background:#fff; 
    margin:5px; 
    margin-top:10px; 
    border:1px solid #36afe6;   
    border-radius: 4px 4px 0 0 ;
    color:#777
}
.swiper-slide {
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 1em;
    width: 100%;
}
.indBlocks div:nth-child(1), .popUp .header{
    background: #36afe6;
    background: -moz-linear-gradient(top,  #36afe6 0%, #1781b2 100%);
    background: -webkit-linear-gradient(top,  #36afe6 0%,#1781b2 100%);
    background: linear-gradient(to bottom,  #36afe6 0%,#1781b2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36afe6', endColorstr='#1781b2',GradientType=0 );
    border:1px solid #1780B1;
    border-radius:3px 3px 0 0;
    padding:3px 5px;
    color:#fff;
    margin-bottom:5px;
}
/*dates*/
.indBlocks div:nth-child(2), .indBlocks div:nth-child(3){
    font-size:.85em;
    padding:3px;
    padding-left: 7px;
}
/*Alert*/
.indBlocks div.leave-alert {
    background: url('../images/alert.png') no-repeat 5px 3px;
    background-size: 15px;
    padding:3px 5px 3px 25px;
    font-size:.8em

}
/*Buttons*/
.indBlocks div.leave-action{
    padding:5px;
    text-align:right
}
.indBlocks div.leave-action span{
    display:inline-block;
        background: #36afe6; 
    background: -moz-linear-gradient(top,  #36afe6 0%, #1781b2 100%); 
    background: -webkit-linear-gradient(top,  #36afe6 0%,#1781b2 100%);
    background: linear-gradient(to bottom,  #36afe6 0%,#1781b2 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36afe6', endColorstr='#1781b2',GradientType=0 ); 
    border:1px solid #1780B1;
    border-radius:4px ;
    padding:1px 4px;
    color:#fff;
    font-size:.82em;
    width:25%;
    text-align:center;
    cursor:pointer

}
.indBlocks div.leave-action span:first-child{
    margin-right:5px
}
.indBlocks.settings div:nth-child(2) {
    font-size: 1em;
    padding: 5px;
}
.settings p.formCtrl label {
    display: block;
}
.settings p.formCtrl select {
    width: 100%;
    padding: 5px;
    margin-left: 0px;
}
.settings .formElement.closedButs span.cp {
    background: #36afe6;
    background: -moz-linear-gradient(top, #36afe6 0%, #1781b2 100%);
    background: -webkit-linear-gradient(top, #36afe6 0%,#1781b2 100%);
    background: linear-gradient(to bottom, #36afe6 0%,#1781b2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36afe6', endColorstr='#1781b2',GradientType=0 );
    border: 1px solid #1780B1;
    padding: 5px 4px;
    color: #fff;
    font-size: .9em;
    cursor: pointer;
    margin: 0px;
    position: relative;
    display: block;
}
.settings .formElement.closedButs ul.shows {
    opacity: 1;
    height: auto;
    overflow: hidden;
    margin-top: -2px;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
.settings .formElement.closedButs ul {
    border: 1px solid #ccc;
}
.settings .formElement.closedButs li {
    position: relative;
    font-size: .85em;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}
.settings .formElement.closedButs li span {
    position: absolute;
    right: 5px;
    top: 7px;
    width: 50px;
}
.settings #checkbox-8-1+label {
    overflow: hidden;
}
.settings input[type=checkbox]+label {
    cursor: pointer;
    font-size: 1em;
}
.settings [id^=checkbox-8-]+label {
    background-color: #FFF;
    padding: 9px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    width: 58px;
    height: 23px;
}
.settings label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.settings [id^=checkbox-8-]:checked+label:before {
    content: ' ';
    position: absolute;
    left: 27px;
    border-radius: 100px;
}
.settings [id^=checkbox-8-]+label:before {
    content: ' ';
    position: absolute;
    background: #fff;
    top: 1px;
    left: 2px;
    z-index: 99999;
    width: 22px;
    height: 21px;
    border-radius: 100px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .5), inset 0 -18px 15px -10px rgba(0, 0, 0, .05);
}
.settings [id^=checkbox-8-]:checked+label:after {
    content: ' ';
    font-size: 1.5em;
    position: absolute;
    background: #fff;
    box-shadow: inset 0px 0px 10px #0c84bc;
}
.settings [id^=checkbox-8-]+label:after {
    content: ' ';
    position: absolute;
    background: #2b9fd4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, .2);
}
.settings input[type=checkbox] {
    display: none;
}
.settings input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
.settings input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.attendance .freeText.center {
    text-align: center;
}
.attendance .freeText {
    background: #fff;
    padding: 10px 5px;
    font-weight: bold;
    color: #1684b7;
    font-size: .85em;
}
.attendance .formElement {
    background: #fff;
    padding: 5px;
}
.attendance .inlineFormCtrl {
    text-align: center;
    margin-right: 0;
}
.attendance .inlineFormCtrl p.formCtrl {
    margin-left: 0;
    width: 49%;
}
.attendance p.formCtrl.btn-container {
    width: 100%;
}
.attendance p.formCtrl select {
    width: 65%;
}
.attendance p.formCtrl input[type=button] {
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
}
.attendance button, html input[type="button"], input[type="reset"], input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.attendance .tableSummary table td, .attendance .tableSummary table th {
    text-align: center;
}




/** autocomplete css [start] **/
.autocomplete .transition {
    transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
}
.autocomplete .body {
    background: #FDFDFD;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 100%;
    height: 100%;
    overflow-y: scroll;
    z-index: 991;
    display: none;
    padding: 25px;
    color: black;
}
.autocomplete .header {
    z-index: 992;
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    color: black;
    background: #FDFDFD;
    line-height: 50px;
    height: 50px;
    text-align: center;
    font-size: 1.5em;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(206, 206, 206, 0.75);;
    -moz-box-shadow: 0px 3px 5px 0px rgba(206, 206, 206, 0.75);;
    box-shadow: 0px 3px 5px 0px rgba(206, 206, 206, 0.75);;
    display: none;
}
.autocomplete.open .header {
    top: 0% !important;
}
.autocomplete.open .body {
    top: 50px !important;
}
.autocomplete.show .header, .autocomplete.show .body {
    display: block !important;
}
.autocomplete .header span.cross {
    position: absolute;
    left: 25px;
    top: 2px;
    width: 15px;
    background: url(../images/cross.png) no-repeat center;
}
.autocomplete .search-box {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 45px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-image: url("../images/search-blue.png");
    background-repeat: no-repeat;
    background-position: 95% 8px;
}
.autocomplete .list-wrapper {
    margin-top: 20px;
}
.autocomplete ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.autocomplete li.list-item {
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid;
    font-size: 1.2em;
    padding-left: 10px;
}

/** autocomplete css [ end ] **/

/** date picker css [start] **/
.cal-done {
    color: white;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 993;
    padding-right: 1em;
    padding-top: 1em;
}
.cal-wrapper {
    background: #FDFDFD;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    bottom: 0;
    height: 100%;
    overflow-y: auto; 
    z-index: 991;
    transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    display: none;
}
.cal-wrapper.show, .calendar-header.show {
    display: block !important;
}
.calendar-header.open {
    top: 0% !important;
}
.cal-wrapper.open {
    top: 50px !important;
}
.cal-wrapper .calendar-widget {
    padding: 1rem;
    color: black;
    margin-top: 8px;
}
.cal-wrapper .calendar-widget.hidden {
    display: none;
}
.cal-wrapper .calendar-widget thead {
    border-bottom: none;
}
.calendar-header {
    z-index: 992;
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    color: black;
    background: #FDFDFD;
	line-height: 50px;
	height: 50px;
	text-align: center;
    font-size: 1.5em;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(206, 206, 206, 0.75);;
    -moz-box-shadow: 0px 3px 5px 0px rgba(206, 206, 206, 0.75);;
    box-shadow: 0px 3px 5px 0px rgba(206, 206, 206, 0.75);;
    transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    display: none;
}
.calendar-header span.calendar-header-cross {
    position: absolute;
    left: 25px;
    top: 2px;
    width: 15px;
    background: url(../images/cross.png) no-repeat center;
}
.cal-wrapper .calendar-widget .rd-date {
    display: table;
    width: 100%;
}
.cal-wrapper .calendar-widget .rd-days {
    width: 100%;
}
.cal-wrapper .calendar-widget .rd-date .rd-month .rd-days .rd-days-head .rd-days-row .rd-day-head {
    color: black;
    width: 14.2857142857%;
}
.cal-wrapper .calendar .rd-date .rd-month .rd-days .rd-day-body {
    width: 14.2857142857%;
}
.cal-wrapper .calendar-widget .rd-date .rd-month .rd-days .rd-day-body.rd-day-allowed {
    color: black;
}
.cal-wrapper .calendar-widget .rd-date .rd-month .rd-days .rd-day-body.rd-day-concealed {
    visibility: hidden;
}
.cal-wrapper .calendar-widget .rd-date .rd-month .rd-days .rd-day-body.rd-day-next-month {
    color: rgba(255, 255, 255, 0.1);
}
.cal-wrapper .calendar-widget .rd-day-range {
    background: #f00;
}
.cal-wrapper .calendar-widget .rd-container {
    background: none;
    border: 0;
    width: 100%;
    display: inline-block;
}
.cal-wrapper .calendar-widget .rd-container td,
.cal-wrapper .calendar-widget .rd-container th {
    text-align: center;
    padding: 10px 0px;
}
.cal-wrapper .calendar-widget .rd-day-range,
.cal-wrapper .calendar-widget .rd-day-range:last-child,
.cal-wrapper .calendar-widget .rd-day-range:first-child {
    background-color: rgba(3, 155, 229, 0.3);
}
.cal-wrapper .calendar-widget .rd-day-selected,
.cal-wrapper .calendar-widget .rd-time-selected,
.cal-wrapper .calendar-widget .rd-time-option:hover {
    border-radius: 50%;
    background-color: #D0D5D8;
}
.cal-wrapper .calendar-widget .rd-day-selected-depart,
.cal-wrapper .calendar-widget .rd-time-selected-depart,
.cal-wrapper .calendar-widget .rd-time-option-depart:hover {
    border-radius: 50% 0% 0% 50%;
    background-color: #D0D5D8;
}
.cal-wrapper .calendar-widget .rd-day-selected-trace,
.cal-wrapper .calendar-widget .rd-time-selected-trace,
.cal-wrapper .calendar-widget .rd-time-option-trace:hover {
    border-radius: 0%;
    background-color: rgba(3, 155, 229, 0.3);
}
.cal-wrapper .calendar-widget .rd-day-disabled-trace,
.cal-wrapper .calendar-widget .rd-time-disabled-trace,
.cal-wrapper .calendar-widget .rd-time-option-disabled-trace:hover {
    border-radius: 0%;
    background-color: rgba(3, 155, 229, 0.3);
    color: rgba(255, 255, 255, 0) !important;
}
.cal-wrapper .calendar-widget .rd-day-selected-return,
.cal-wrapper .calendar-widget .rd-time-selected-return,
.cal-wrapper .calendar-widget .rd-time-option-return:hover {
    border-radius: 0% 50% 50% 0%;
    background-color: #039be5;
}
.cal-wrapper .calendar-widget .rd-next,
.cal-wrapper .calendar-widget .rd-back {
    color: #039be5;
    font-size: 125%;
}
.cal-wrapper .calendar-widget .rd-month-label {
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    margin-top: 1.5rem;
    font-size: 1.4em;
}
.cal-wrapper .calendar-widget .rd-day-disabled {
    color: rgba(0, 0, 0, 0.2);
}
.cal-wrapper .calendar-widget .rd-day-before-depart {
    color: rgba(255, 255, 255, 0.3) !important;
}
.cal-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -10%;
    background: #022744;
    z-index: 992;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    padding: 0.1em 0.3em 0.4em 0.3em;
    display: none;
}
.cal-footer.show {
    display: block;
}
.cal-footer.open {
    bottom: 0%;
}
.cal-footer .footer-content {
    padding-left: 1.5em;
    padding-top: 0.5em;
    text-transform: uppercase;
    border-width: 0.1em 0.1em 0.1em 0.1em;
    border-color: #f3f3f3;
    border-style: solid;
    background: #022744;
    border-radius: 5%;
    color: #f3f3f3;
}
.cal-footer .footer-content.selected {
    background: #f3f3f3;
    color: #022744;
}
.cal-footer .footer-title {
    font-size: 0.9em;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}
.cal-footer .footer-title.selected {
    color: #039be5;
}
.cal-footer .footer-body {
    font-size: 1em;
    height: 1.5em;
}
@media (max-width: 600px) {
    .cal-wrapper .calendar .rd-date .rd-month {
        display: block;
    }
    .cal-wrapper .calendar .rd-date .rd-month .rd-month-label {
        font-size: 1.3em;
        color: #c3c4c9;
    }
    .cal-wrapper .calendar .rd-date .rd-month:not(:first-child) {
        margin-top: 30px;
    }
    .cal-wrapper .calendar table {
        max-width: 600px;
    }
}
@media (min-width: 600px) {
    .cal-wrapper .calendar {
        margin: 0 auto;
        width: 50%;
    }
    .cal-wrapper .calendar .rd-date .rd-month {
        display: block;
    }
    .cal-wrapper .calendar .rd-date .rd-month .rd-month-label {
        font-size: 1.3em;
        color: #c3c4c9;
    }
    .cal-wrapper .calendar .rd-date .rd-month:not(:first-child) {
        margin-top: 30px;
    }
    .cal-wrapper .calendar table {
        max-width: 460px;
    }
}
.row .col.s6-left {
    width: 46%;
    margin-left: 3%;
    margin-right: 1%;
}
.row .col.s6-right {
    width: 46%;
    margin-left: 1%;
    margin-right: 3%;
}
.row .col.s12-full {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}
/** date picker css [ end ] **/

.selected{
  background:blue;
  color:white;
}

.currecnyCell {
    text-align: right !important;
}

.table-responsive th {
    text-align: center;
}
/*
* PW2.0 Styles
*/
.pad-left-zero {
    padding-left: 0px !important;
}
.pad-right-zero {
    padding-right: 0px !important;
}
.pad-zero {
    padding: 0px;
}
.lbl-center {
    line-height: 20px;
    font-weight: 600;
}
.dropdown-multiselect {
    width: 100%;
}
.dropdown-toggle {
    width: 100%;
    padding-left: 3px;
    padding-right: 0px;
    font-size: 12px;
    text-align: left;
}
.dropdown-multiselect > .btn > .caret {
    margin-top: 6px;
    float: right;
    margin-right: 4px;
}
.dropdown-menu {
    width: inherit;
    max-height: 300px;
}

.ui-datepicker {
    width: inherit !important;
}

.ui-datepicker-calendar .date-enable {
    background:      rgba(0, 255, 0, 0.2) !important;
}
 
.ui-datepicker-calendar .date-disable {
    background:      rgba(255, 0, 0, 0.2) !important;
}

.ag-scrolls {
    height: 96%;
    width: 99.7%;
}

.ag-cell {
    top: -1px;
    padding-left: 2px;
    padding-right: 2px;
    overflow: hidden;
    padding-top: 5px !important;
    white-space: nowrap;
    letter-spacing: -0.02em;
}

.ag-row-odd {
    background-color: #fff !important;
}

.ag-row-selected {
    background-color: #ADD8E6 !important;
}

.ag-root {
    font: 10pt Calibri, "Segoe UI", Thonburi, Arial, Verdana, sans-serif !important;
    color: black !important;
}

.ag-cell-focus {
    border-right: 1px dotted #9bc2e6;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-bottom: 1px solid #9bc2e6;
}

.ag-paging-button {
    margin-left: 4px;
    margin-right: 4px;
    background-color: #f7f7f7;
    padding: 3px;
}

.logoimage img {
    height: 10% !important;
}