/*.page-content {
    margin-left: 0px;
}*/

.page-header {

    padding-top: 15px;

}

.page-body {

    padding: 15px;
}

.page-view {
    min-height: 750px !important;
    overflow-y: auto;
    overflow-x: hidden;

    -webkit-box-shadow: 0px 0 2px 0px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 0 2px 0px rgba(0, 0, 0, .3);
    box-shadow: 0px 0 2px 0px rgba(0, 0, 0, .3);
}

.nav-tabs > li.active > a, .nav-tabs > li > a, .nav-tabs > li > a:focus {
    z-index: 0;
}

/** view animation index.html -  start **/

.view-slide-in.ng-enter {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;

    opacity: 0.5;
    position: relative;
    opacity: 0;
    top: 0px;
    left: 20px;
}

.view-slide-in.ng-enter {
    opacity: 0;
}

.view-slide-in.ng-enter.ng-enter-active {
    top: 0;
    left: 0;
    opacity: 1;
}

.view-slide-in.ng-leave.ng-leave-active {
    top: 0;
    left: 5px;
    opacity: 1;
}

.view-slide-in.ng-leave {
    top: 0;
    left: 0;
    opacity: 0;
}

/** view animation index.html -  end **/

img.main-file-loader {
    position: absolute;
    padding-left: 50% !important;
    padding-top: 20% !important;
}

/** used in headerbar.html*/

.header-dropdown li a {
    font-size: 14px !important;
    color: #2dc3e8;
    border-bottom: 1px solid lightgray;
}

.menubar-img {
    /* height: 50px; width:95px;*/
    height: 40px;
}

/** Start of  menubar.html*/

.ultimo-main-menu {
    background-color: white;
    font-size: 15px;

}

.ultimo-main-menu a {
    font-family: 'Roboto', 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
}

/** end of menubar.html*/

/** responsive view menubar.html -  start **/

.responsive-moduleName {

    display: none;
    text-align: center;
    padding-top: 5px;
}

@media screen and (max-width: 768px) {
    .responsive-moduleName {
        display: block;
    }
}

/** responsive view  menubar.html -  end **/

/** used in menubar.html*/

.animate-show-hide {
    padding: 10px;
    border: 1px solid black;
    background: white;
}

.animate-show-hide {
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

.animate-show-hide.ng-hide {
    opacity: 0;
}

/*for login screen logo*/
.logo-align {
    padding-left: 24%;
    padding-top: 5%;
}

/*for login screen logo*/

/*textbox size modify*/
.text-size {
    width: 50%;
}

/*textbox size modify*/

/*Leave Details*/
.leaveBoxSize {
    width: 50px;
}

/*Leave Details*/

/** hide s browser default spinner **/

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/** headerbar login area avatar **/

.login-area .avatar {

    border-left: none !important;
}

/** date picker changed**/
.customdate + ul.dropdown-menu .btn-default {
    border-width: 0;
    box-shadow: none;
}

.customdate + ul.dropdown-menu table:focus {

    outline: none;
}

/** input type color  ovverride from beyond admin css by safi **/

textarea, input[type="text"], input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"],
input[type="week"], input[type="number"], input[type="email"], input[type="url"],
input[type="search"], input[type="tel"], input[type="color"] {

    color: black;

}

/** remove button Css for all employeeinfo tabs **/

.remove-btn {
    position: relative;
    top: 6px;
    height: 24px;
    width: 24px;
    padding: 0px;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #e5e5e5;
    text-align: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    border: 2px solid #fff;
    color: white;
}

.addMoreBtn {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    /*top:-42px !important;*/
    left: 40px
}

.rounded {
    border-radius: 50px
}

.adds-btn {
    position: relative;
    top: 6px;

    height: 24px;
    width: 24px;
    padding: 0px;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #006AC3;

    text-align: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    border: 2px solid #fff;
    color: white;
}

/*used in addmore btn for employeeScreens*/

.add-more-btn {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    /*top:-42px !important;*/
    left: 40px;
    /*position: relative;*/
    top: 6px;
    height: 24px;
    width: 24px;
    padding: 0px;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #006AC3;
    text-align: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    border: 2px solid #fff;
    color: white;
}

/** used in menubar.html*/

@media screen and (max-width: 768px) {
    .navbar-nav .menubar-logo {
        display: none;
    }

    .page-body {
        padding: 40px 20px;
    }
}

@media screen and (min-width: 768px) {
    .logo-collapsed {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .responsive-moduleName {
        display: block;
    }
}

/** remove button responsive view **/

@media screen and (max-width: 768px) {
    .remove-btn {
        position: relative;
        top: 0px;
    }
}

.input-score {
    margin-left: 12px; /* education form in score input field*/
}

.img-round {
    width: 125px;
    height: 125px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    border: 5px solid #f5f5f5;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.form-control-feedback {

    margin-right: 5px;
}

table {

    clear: both;
}

.add-plus {
    padding-top: 1.5px; /* all add more icon */
    padding-left: 1px;
}

/* start employee list */
.employee-padding {
    padding: 6px;
}

.employee-border {
    border-radius: 5px;
    width: 380px;
}

.select-border {
    border-radius: 5px;
}

.employee-margin {
    margin-top: 20px;
}

/** Used in employeeList Import **/

.invalid-import-cell {
    background: #fff0f0;
    border: 1px solid #A90329 !important;
    color: red;
}

.import-template-msg {
    clear: both;
    font-weight: bold;
    color: #284CA6;
    font-size: 13px;
    padding: 20px 0;
}

.smart-form .input-file .button input {

    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    font-size: 30px;
    cursor: pointer;
    opacity: 0;
    width: 200px;
}

.smart-form .input-file .import-button {

    height: auto;
    padding: 7px 12px;
    opacity: 1;
    top: 0;
    line-height: normal;
    font-weight: bold;
    border: 1px solid #304369;
    color: #FFFFFF;
    border-radius: 2px;
    position: absolute;
    right: 4px;
    margin: 0;
    font-size: 13px;
}

.smart-form .btn {
    display: none !important;
}

.import-btn-div {
    width: 120px;
}

.employee-filter {
    padding: 4px;
}

.all-btn {
    margin-left: 30px;
}

.employee-type {
    margin-bottom: 20px;
}

.payhead-radio {
    margin-left: 30px;
    margin-bottom: 20px;
}

.tab-content.tabs-flat.branchView {
    -webkit-box-shadow: none !important;
    margin-top: 0 !important;
    padding: 0px !important;
    border-top: 0px solid white !important;
}

.pay-config {
    margin-left: 200px;
}

.grade-salary {

    margin-left: 18px;
}

.payhead-list {

    margin-left: 350px;
}

.intl-tel-input {
    position: relative;
    display: block !important;
}

table.dataTable thead th, table.dataTable thead td{
    border-collapse: collapse;
    padding: 10px 5px;
}

.dataTable  .border-template>tr>th, .border-template {
    border-color: #2DC3E8 !important;
    border-bottom: 2px solid #5DB2FF;
    border-collapse: collapse;
}
.dataTable  .border-line>tr>th, .border-line {
    border-color: #19299c !important;
    border-bottom: 1px solid #5DB2FF;
    border-collapse: collapse;
}
.glyphicon-calendar.blue{
    cursor: pointer;
}

.othercomponent-add{
    padding-left: 14px
}

.calendar{
    cursor: pointer;
}

.customRed{
    color:#A94442 !important;
}

.intl-tel-input .country-list {
    z-index: 999 !important;
}

.circle .statusBox,.circle .circleName,.circle .by{
    -webkit-transition: background 1s; /* Safari */
    transition: background 1s;
}

/*
.circle:hover .statusBox{
  background: green;
}

.circle:hover .circleName{
  background: lightblue;
}
.circle:hover .by{
  background: red;
}*/



.popover.top.in.fade{
    left: 5px !important;
}
table tr th{
    vertical-align:top !important;
}
table tr td{
    vertical-align:middle !important;
}

.input-icon.curr-pass input{
    padding-left:15px !important;
}

select{
    cursor:pointer;
}

.leaveProcess.table-scrollable{
    border:0px solid #DDD !important;
}

.overflowhide{
    overflow-x:hidden;
    overflow-y:auto;
}

.overunderclock{

    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-clip: padding-box;
    background-color:#D73D32 !important;
    text-align: center;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    border: 2px solid #FFF;
}

.align-right{
    text-align: right !important;
}
.align-left{
    text-align:left !important;
}

.aligh-center{
    text-align: center !important;
}

.badge-pink{
    background-color: #FF69B4;
    background-image: none !important;

}

.loadingIcon{
    position: relative !important;
    top: 200px;
    left: 50%;
    color: #005CA9;
    font-size: 35px !important;
}

.loadingIconForReport{
    position: relative !important;
    top: 50px;
    left: 48%;
    color: #005CA9;
    font-size: 35px !important;
}

table.table tr th{
    pointer-events: none !important;
    cursor: default !important;

}

table.table tr th .checkbox{
    pointer-events: visible !important;
    padding-top: 0px;  
}

table.table thead .sorting_asc::before{
    content:none;   
}

table.dataTable thead .sorting_desc::before {
    content: none !important;
}
.dataTable_goto_top{
    position: relative;
    top:23px;
    left:40%;
    display: inline;
    z-index: 1 !important;
}

.dataTable_goto_bottom{
    position: relative;
    bottom:32px;
    left:40%;
    display: inline;
    z-index: 1 !important;
}
.dataTable_goto_top_payroll{
    position: relative;
    top:33px;
    left:7%;
    display: inline;
    z-index: 1 !important;
}

.dataTable_goto_bottom_payroll{
    position: relative;
    bottom:25px;
    left:40%;
    display: inline;
    z-index: 1 !important;
}

/*.dataTable_goto_top, .dataTable_goto_bottom, .bonsDt .goTop,.bonsDt .goBottom, .bonsDt > .col-md-4, .footTableCont > .col-xs-push-1 {
    display: none !important;
}*/

.has-error select{
    border-color: #A94442;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 4px;
}
.has-success select{
    border: solid 1px #238223;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 4px;
}
table.table tr th .checkbox{
    pointer-events: visible !important;
}

.dts_hand_pointer{
    cursor: pointer; 
    cursor: hand;
}

.widget-body.widthAdjust input{
    min-width:200px !important;
}
.input .avatar-area.avatar-part img {
    height: auto;
    width: 100% !important;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.input .avatar-area.avatar-part .caption {
    width: 100% !important;
    background: #0040C3 !important;
    padding: 10px;
    border-radius: 40px;
    font-size:20px !important;
    font-weight: 800;
}

.input .avatar-area.avatar-part .caption:hover{
    width: 100% !important;
    background: #164EC2 !important;
    padding: 10px;
    border-radius: 40px;
    font-size:20px !important;
    font-weight: 800;
}

/* @group Blink */
.blink {
    -webkit-animation: blink .75s linear infinite;
    -moz-animation: blink .75s linear infinite;
    -ms-animation: blink .75s linear infinite;
    -o-animation: blink .75s linear infinite;
    animation: blink .75s linear infinite;
}
@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@-moz-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@-o-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

.account-area .open .wave span,.account-area .open span{
    cursor:pointer;
    color: #fff !important;
    border: 1px solid #fff !important;
}
.account-area .open .wave i,.account-area .open i{
    cursor:pointer;
    color: #fff !important;
}


.account-area .open .message span{
    cursor:pointer;
    color: #626262 !important;
    border: none !important;
}
.account-area .dropdown-footer{
    background: rgb(251, 251, 251) none repeat scroll 0% 0%;
    padding: 0px;
    border-top: 1px solid rgb(220, 220, 220) !important;
}
.account-area .dropdown-footer a{
    display: block !important;
    text-align: center;
    padding: 10px;
}

.create-message{
    cursor: pointer;
    padding: 3px 1px 3px 6px !important;
    border-radius: 5px;
    background: rgb(45, 195, 232) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
}
.create-message:hover{
    cursor: pointer !important;
    padding: 3px 1px 3px 6px !important;
    border-radius: 5px !important;
    background: #4EA5EF none repeat scroll 0% 0% !important;
    color: #242020 !important;
}
.editor-text {
    border: 1px solid #cecece;
    margin-top: 10px;
    background-color: #fff;
    padding: 10px;
    min-height: 500px;
}

.mail-container .mail-body .cazary{
    background: #fff !important;
} 

.basicinfo_font{
    font-weight: normal;
    font-size: 13px;
    vertical-align: middle;

}

.empInfo-view .popover.bottom.in.fade,.popover.bottom{
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 10px;
}

.buttons-preview .popover-inner h3{
    text-align: center;
    font-size: 18px !important;
}
.EmpInfoApproval .addedDiff{
    background:rgb(212, 254, 217) none repeat scroll 0% 0% !important;
}
.EmpInfoApproval .deletedDiff{
    background:#FED4D4 none repeat scroll 0% 0% !important;
}
.EmpInfoApproval .changedDiff{
    background:#D4EBFE none repeat scroll 0% 0% !important;
}
.EmpInfoApproval table tr td{
    vertical-align: top !important;
}
.text-center{
    text-align: center !important;
}
.bonsToasterContainer{
    position: fixed;
    z-index: 99999;
    bottom: 20px;
    left: 20px;
    width: 30%;
}
.bonsToasterContainer .bonsToaster{
    width: 100%;
    min-height: 100px !important;
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px;
}
.bonsToasterContainer .bonsToaster hr{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.bonsToasterContainer .bonsToaster .time{
    float: right;
    color: rgb(135, 133, 133);
    font-size: 8pt;
    margin-top: 5px;
}
.bonsToasterContainer .bonsToaster .tosterCloser{
    position: absolute;
    right: 10px;
    margin-top: -5px;
    cursor: pointer;
}
.float-left{
    float:left;
}
.bonsToasterContainer .bonsToaster .name{
    margin-left: 10px;
    font-weight: bolder;
}
.bonsToasterContainer .bonsToaster .message{
    margin-left: 10px;
    margin-top: 6px;
    color: #888;
}

accordion.AdminData table tr.headLine td{
    background: rgba(19, 125, 19, 0.8) none repeat scroll 0% 0% !important;font-weight: bold;
}
accordion.AdminData table tr td{
    background: rgba(90, 197, 90, 0.8) none repeat scroll 0% 0% !important;
}

.bg-naviBlue{
    background: rgba(44, 158, 177, 0.82) !important;
}

.select2-container-multi .select2-choices .select2-search-choice{
    margin: 4px 0 3px 30px !important; 
}

.ultimo-main-menu.page-breadcrumbs.navbar-default.customDesign{
    background: #fff !important;
}

.ultimo-main-menu.page-breadcrumbs.navbar-default.customDesign li.active a{
    color: RGBA(3, 3, 3, 0.6) !important;
    border-bottom:2px solid #005ca9 !important ;
}

.navbar .navbar-inner .navbar-container.navbar-image-position {
    padding-left:2px !important;

}

.dangerMark{
    padding-left: 2% !important;
}
.dangerMark.skills{
    padding-left: 1% !important;
}

.checkbox.customtable{
    padding-left:0 !important; 
}

input[type="checkbox"] ~ .text.back-success::before{
    background:#53a93f !important;
    border-color: #1a6f06 !important;
    color:#fff;
}
input[type="checkbox"] ~ .text.back-danger::before{
    background: #d73d32 !important;
    border-color: #92150c !important;
    color:#fff;
}
input[type="checkbox"] ~ .text.back-warning::before{
    background: #f4b400 !important;
    border-color: #bd9118 !important;
    color:#fff;
}
input[type="checkbox"] ~ .text.back-info::before{
    background: #57b5e3 !important;
    border-color: #0d7fb7 !important;
    color:#fff;
}
input[type="checkbox"] ~ .text.back-purple::before{
    background: #7e3794 !important;
    border-color: #5e0978 !important;
    color:#fff;
}
.employeeExitView input[type="checkbox"] ~ .text::before{
    cursor: not-allowed !important;
}


input[type="checkbox"] ~ .text.back-success::before{
    background:#53a93f !important;
    border-color: #1a6f06 !important;
    color:#fff;
}
.head-info{
    background-color: #57b5e3 !important;
    border-color: #57b5e3;
    color:#fff;
}
.head-sky{
    background-color: #11a9cc !important;
    border-color: #11a9cc;
    color:#fff;
}


.head-azure{
    background-color: #2dc3e8 !important;
    border-color: #2dc3e8;
    color:#fff;
}
.head-palegreen{
    background-color: #a0d468 !important;
    border-color: #a0d468;
    color:#fff;
}
.head-magenta{
    background-color: #bc5679 !important;
    border-color: #bc5679;
    color:#fff;
}
.margin-top-15{
    margin-top: 15px !important;
}


.margin-top-20{
    margin-top: 20px !important;
}

tr.fandf td{
    border-bottom: 1px solid #fff !important;
}

 /*to expand the textarea*/
 
.grow {
  height: auto;
  width: 100%;
  padding: 3px;
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
}

.grow:hover {
  height: 300px;
}
.grows {
  height: 50%;
  width: 100%;
  padding: 3px;
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
}

.grows:hover {
  height: 100px;
}


.light_green{
    background: rgba(83, 169, 63, 0.72) !important;
    color:#fff;
}

.dublicateSubMenu{
    cursor: not-allowed !important;
    color:red !important;
    pointer-events: none !important;
}

.approvalTypeDiff {
    background: rgba(219, 199, 90, 0.6) none repeat scroll 0% 0% !important;
    padding: 5px 2px;
}

.masterAddEdit{
    background: rgba(233, 210, 100, 0.25) none repeat scroll 0% 0% !important;
}

tbody.masterList tr,.widget-body.goalBody{
    background: rgba(229, 201, 67, 0.38) none repeat scroll 0% 0% !important;

}

thead.masterList tr,.goalHead,approvalSettings{
    background: rgba(218, 103, 18, 0.55) none repeat scroll 0% 0% !important;

}

.bg-custom-lightpink{
    background: rgba(153, 188, 215, 0.81) !important;
    color:#444 !important;
}

.bg-custom-lightgreen{
    background: rgba(160, 212, 104, 0.42) !important;
    color:#444 !important;
}

.bg-custom-lightblue{
    background: rgba(94, 167, 234, 0.37) !important;
    color:#444 !important;
}

.bg-custom-xs-brown{
    background: rgba(233, 210, 100, 0.25) none repeat scroll 0% 0% !important;
    color:#000 !important;
}

.bg-custom-sm-brown{
    background: rgba(229, 201, 67, 0.38) none repeat scroll 0% 0% !important;
    color:#000 !important;

}
.bg-custom-md-brown{
    background: rgba(218, 103, 18, 0.23) none repeat scroll 0% 0% !important;
    color:#000 !important;
}
.process-padding fieldset section {
    padding: 5px !important;
}

.disable_input input{
    cursor: not-allowed;
    pointer-events: none;

} 

.disable_input .rating input{
    padding: 5px;
    width: 80px;
    cursor: unset;    
    pointer-events: all;
    background: #fff;
    
} 

.firstcaps
{
    text-transform: uppercase;
}
.helperContentAlign{
border-right: 1px solid rgb(32, 54, 149)! important; min-height: 620px; max-height: 620px; overflow-x: hidden;
}

.headerAlign{
    text-align: center !important;color:rgb(32, 54, 149);font-size: 13px !important; background-color: rgba(255, 235, 205, 0.81);
  
}
.tickhelp::before{ 
     content: '✔'; padding:3px;    margin-left: -1em;     margin-right: .100em; }
.helpdata{
    text-align: center !important;font-size: 20px !important; 
}
/*.helpbttn{
    margin-left: 35px !important;
} */
/*for search box in vms*/
 
/*input[type=search12] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}


input[type=search12] {
	border: solid 1px #ccc;
	padding: 4px 8px 7px 8px;
	width: 50px;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 45px;
	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
input[type=search12]:focus {
	width: 65px;
	background-color: #fff;
	border-color: #66CC75;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}*/

#payslipPie {
  width: 100%;
  height: 500px;
}	

#check{ -webkit-text-security: disc;
               }
chartdiv2 {
	width		: 100%;
	height		: 500px;
	font-size	: 11px;
}
#chartdiv {
  width: 100%;
  height: 500px;
}		
#sss {
  width: 100%;
  height: 500px;
}
#attChart {
	width	: 100%;
	height	: 500px;
}			
#aggrmentStatus {
  width: 100%;
  height: 500px;
}
#multiBar {
    height: 400px; 
    min-width: 310px; 
    max-width: 800px;
    margin: 0 auto;
}
#pmsPieChart {
  width: 100%;
  height: 500px;
}
#pmsDoughnut {
  width: 100%;
  height: 500px;
}	
#subscrptionChart {
	width	: 100%;
	height	: 500px;
}	
#bd-change:hover {
    background-color: #44829f66;
}
#wa-change:hover {
    background-color: #6ba45266;
}
#rt-change:hover {
    background-color: #9b651c80;
}


.right-align{
    text-align: right !important;
}

.left-align{
    text-align: left !important;
}

#check{ -webkit-text-security: disc;
               }
               
               
  .rowcolor{
    background-color: #00ffd2;
    width: 36%;    
    }
    
    .width_align{
        width:50% !important; 
    }
    
    .second-table.form12ba th{
        text-align: center !important;
    }
#orgLogInOutChart {
	min-width: 320px;
	max-width: 600px;
	margin: 0 auto;
}
.tooltipPms {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

.tooltipPms .tooltiptextPms {
    visibility: hidden;
    width: 100%;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -150px;
}

.tooltipPms .tooltiptextPms::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltipPms:hover .tooltiptextPms {
    visibility: visible;
}

.picker-day.picker-other-month-custom{
    color: #bbb;
}

.picker-day.picker-other-month-custom:hover{
    cursor: pointer;
    background-color: #ae5d4a;
    color: #fff;
}

.picker-day.picker-other-month-custom.picker-selected{
    background-color: #9c5244;
}

.picker-day.holiday{
    background-color: #00ffa2;
    color: #fff;
}

.picker-day.holiday.picker-selected{
    background-color: #00ae69;
    color: #fff;
}


.picker-day.holiday:not(.picker-off):hover{
    background-color: #00e795;
    color: #fff;
}


.picker-day.birthday:not(.picker-selected){
    background-color: #ded100;
    color: #000;
}

/*apply colors if not selected, if selected I want the default selected css*/
.picker-day.holiday:not(.picker-selected){
    background-color: #00ffa2;
    color: #fff;
}

/*if my holiday isn't clickable (it's the case in the demo)*/
.picker-day.holiday.picker-off{
    background-color: #C6000B;
    color: #fff;
    cursor: default;
    
    
}

/*my birthday, is clickable*/
.picker-day.birthday:not(.picker-selected){
    background-color: #ded100;
    color: #000;
}

.multiple-date-picker{
   
    box-shadow: 0 2px 40px rgba(0, 0, 0, .4) !important;
    background: #fff !important
    
}

.picker-top-row{
    border:none !important;
}

.picker-day:hover{
    background: #5db2ff !important;
    color:#fff;
}
.picker-day.picker-selected{
    background:#125da1 !important;
    color:#fff;
}

.badge.floatcolor{
    border-radius: 0 !important;
}
.badge.floatcolor.red{
    background: #C6000B;
}
.badge.floatcolor.lightBlue{
    background: #125da1 !important;
}

#invoiceChartForYear {
  width: 100%;
  height: auto;
}		
