﻿.ContentBoxHeaderStyle {
    color: white;
    height: 45px;
    padding: 5px;
}
.whiteimportant {
    color: white !important;
}
.Blackimportant {
    color: black !important
}
.displaynone{
    display:none;
}
.displayinline-block {
    display: inline-block;
}
.padding-top5 {
    padding-top:5px;
}
.padding-top10 {
    padding-top: 10px;
}
.padding-bottom5 {
    padding-bottom: 5px;
}
.padding-bottom10 {
    padding-bottom: 10px;
}
.padding-left5 {
    padding-left: 5px;
}
.padding-left7 {
    padding-left: 7px;
}
padding-left8 {
    padding-left: 8px;
}
.padding-left10 {
    padding-left: 10px; 
}
.padding-right5 {
    padding-right: 5px;
}
.padding-right7 {
    padding-right: 7px;
}
.padding-right10 {
    padding-right: 10px;
}
.padding40 {
    padding: 40px;
}
.padding10 {
    padding: 10px;
}
.padding5 {
    padding: 5px;
}
.padding7_7 {
    padding: 7px 7px;
}
.margin-left5 {
    margin-left: 5px;
}
.margin-left25 {
    margin-left: 25px;
}
.margin-bottom0 {
    margin-bottom: 0px !important;
}
.margin-bottom5 {
    margin-bottom: 5px;
}
.phtwidthheight250 {
    max-width: 250px;
    max-height: 250px;
}
th.hide_me, td.hide_me {
    display: none;
}
.action_width {
    width: 135px;
}
.action_width130 {
    width: 130px;
}
.action_width170 {
    width: 170px;
}
.action_width180 {
    width: 180px;
}
.action_width290 {
    width: 290px;
}
.width100imp{
    width: 100% !important;
}
.width150 {
    width: 150% !important;
}
.width125 {
    width: 125px;
}
.width5 {
    width: 5%;
}
.width12 {
    width: 12%;
}
.width65 {
    width: 65%;
}
.width20 {
    width: 20px;    
}
.height25 {    
    height: 25px;
}
.width30imp {
    width: 30% !important;
}
.action_width100 {
    width: 100px;
}
.action_width100imp {
    width: 100px !important;
}
.action_width150imp {
    width: 150px !important;
}
.action_width125 {
    width: 125px;
}
.width255 {
    width: 255px;
}
.width250 {
    width: 250px;
}
.width250imp {
    width: 250px !important;
}
.width200imp {
    width: 200px !important;
}
.width350 {
    width: 350px;
}
.width50 {
    width: 50px;
}
.width50imp {
    width: 50px !important;
}
.width80imp {
    width: 80px !important;
}
.width120 {
    width: 120px;
}
.width120imp {
    width: 120px !important
}
.height32width32 {
    width: 32px !important;
    height: 32px !important;
}
.imageupload img {
    width: 150px;
    height: 100px;
}
.bgcolorWhite {
    background-color: #ffffff !important;
}
.bgcolor#f9fafe {
    background-color: #f9fafe;
}
.bgcolorThreeDLight {
    background-color: ThreeDLightShadow
}
.disabled {
    background: none repeat scroll 0 0 burlyWood;
    cursor: default !important;
}
.font-unset {
    font-weight: unset;
}
.font-bold {
    font-weight: bold;
}
.aligncenter {
    text-align: center;
}
.border1px {
    border: 1px solid #CDCDCD !important;
}
.bordersolid {
    border-style: solid;
}
.z-index {
    z-index: 1000;
}
.vertical-align-top {
    vertical-align: top
}
.colorred {
    color: red;
}
.colorgreen {
    color: green;
}
.color#fff {
    color: #fff;
}
.floatright {
    float: right;
}
.pagination li {
    display: inline-block;
    /*padding: 5px;*/
}
.list li {
    display: inline;
}
.textdecorarionheight48 {
    text-decoration: none !important;
    height: 48px;
}
.textdecorarion {
    text-decoration: none !important;
    margin-right: 15px;
}
.textdecorarionnone {
    text-decoration: none !important;    
}
.cursordefault {
    cursor: default;
}
.overflowhidden {
    overflow: hidden;
}
.overflow-y-initial {
    overflow-y: scroll;
    max-height: 170px
}
.border-top-left-right {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.border-top-left-right5px {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.border-top-left-right4px {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.overflow-x-initial {
    overflow-x: initial;
}
.iconwidthheight {
    width: 32px !important;
    height: 32px !important
}
.bordersolid#CDCDCD {
    border: 1px solid #CDCDCD !important;
}
.fontsize12 {
    font-size: 12px;
}
#container {
    width: 1000px;
    /*overflow-x: auto;*/
    overflow-y: unset;
}
.displayflex {
    display: flex;
}
    #container #div_employeeList {
        width: 2000px; /* make this the width you need for x number of blocks */
    }

    #container div.block {
        float: left;
        margin: 3px 90px 0 3px;
    }

.closeon {
    color: black;
    position: absolute;
    top: 0;
    right: 0;
    width: 13px;
    height: 13px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    cursor: pointer;
    background-color: #FFF;
}

#tblCustomCalendar td {
    padding: 0px !important;
}


#content {
    width: 100%;
}

    #content table {
        width: 100%;
        height: 100%;
    }

        #content table tr {
            width: 100%;
            height: 100%;
        }


#innerDiv {
    width: 100%;
    height: 100%;
}

.clone-employee {
    font-weight: bold;
    outline-color: white;
    border: 2px solid white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 2px;
}

.swap-employee {
    font-weight: bold;
    outline-color: white;
    border: 2px solid white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 2px;
}

@@media screen and (min-width: 1366px) {
    .fc-time-grid-event {
        width: 100px;
    }
}

@@media screen and (min-width: 1440px) {
    .fc-time-grid-event {
        width: 110px;
    }
}

@@media screen and (min-width: 1600px) {
    .fc-time-grid-event {
        width: 150px;
    }
}

@@media screen and (min-width: 1920px) {
    .fc-time-grid-event {
        width: 190px;
    }
}
.borderradius3 {
    border-radius: 3px
}
.margin1px {
    margin: 1px
}
.vakata-context {
    z-index: 999 !important;
}

.jstree-anchor > .jstree-checkbox-disabled {
    display: none;
}
