a, a:active, a:focus {
    outline: none;
}

input[type="checkbox"],
input[type="checkbox"]:active,
input[type="checkbox"]:focus {
    outline: none;
    cursor: pointer;
}

.img-circle-border {
    border-radius: 50%;
    border: solid 0.1px #e7eaec;
}

.img-circle-border-gray {
    border-radius: 50%;
    border: solid 0.1px #E7EAEC;
}

.img-border-gray {
    border-radius: 2%;
    border: solid 0.1px #E7EAEC;
}

.img-border {
    border-radius: 2%;
    border: transparent;
}

.border-all {
    border-left: 1px solid #1ab394;
    border-right: 1px solid #1ab394;
    border-top: 1px solid #1ab394;
    border-bottom: 1px solid #1ab394;
}

textarea {
    resize: none;
}

.img_crop_upload {
    background-color: #fcfcfc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25) inset;
    height: 364px;
    margin-top: 15px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.mark-required {
    color: #666666;
}

.progress-bar-success-new {
    background-color: #49bf67;
    background-image: none;
}

/* Begin - show waiting css */
.show_waiting_loading {
    display: none;
    background-color: rgb(0, 0, 0);
    border: medium none;
    cursor: pointer;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0.6;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999999;
}

.show_waiting_loading_anim {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1010;
}

/* End   - show waiting css */

.calendar_event_circle {
    background-color: #1ab394;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 11px;
    font-weight: 600;
    padding: 2px 6px;
    position: absolute;
    right: 2px;
    text-shadow: #303030;
    top: 2.5px;
    border-radius: 3px;
    overflow: visible;
    z-index: 10;
    border: 0px solid #1ab394;
}

.calendar_event_circle1 {
    background-color: #f8ac59;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 10px;
    font-weight: 100;
    padding: 2px 7px;
    right: 2px;
    text-shadow: #303030;
    top: 2.5px;
    border-radius: 10px;
    overflow: visible;
    z-index: 10;
    border: 0px solid #1ab394;
    opacity: 0.5;
}

.calendar_day_type {
    font-family: "Open Sans";
    font-size: 10px;
    color: #676a6c;
    opacity: 0.5;
}

/* Begin - CSS text-transform Property */
.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

/* End - CSS text-transform Property */

.tabs-container .tabs-left .panel-body {
    margin-left: 20%;
    width: 80%;
}

.tabs-container .tabs-left > .nav-tabs, .tabs-container .tabs-right > .nav-tabs {
    width: 20%;
}

.tabs-container .tabs-left .panel-body {
    position: static;
}

.tabs-container .tabs-below > .nav-tabs, .tabs-container .tabs-right > .nav-tabs, .tabs-container .tabs-left > .nav-tabs {
    border-bottom: 0 none;
}

.tabs-container .tabs-left .tab-pane .panel-body, .tabs-container .tabs-right .tab-pane .panel-body {
    border-top: 1px solid #e7eaec;
}

.tabs-container .tabs-left > .nav-tabs .active > a, .tabs-container .tabs-left > .nav-tabs .active > a:hover, .tabs-container .tabs-left > .nav-tabs .active > a:focus {
    border-color: #1AB394 #FFFFFF #1AB394 #1AB394;
}

.tabs-container .tabs-left > .nav-tabs > li > a {
    border-radius: 4px 0 0 4px;
    margin-right: -1px;
}

.tabs-container .tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
}

.tabs-container .tabs-left > .nav-tabs > li > a, .tabs-container .tabs-right > .nav-tabs > li > a {
    margin-bottom: 3px;
    margin-right: 0;
    min-width: 74px;
}

.tabs-container .tabs-left > .nav-tabs > li, .tabs-container .tabs-right > .nav-tabs > li {
    float: none;
}

.blank-panel .panel-heading {
    padding-bottom: 10px;
}

.input-xs {
    font-size: 12px;
    height: 25px;
    line-height: 1.5;
}

table.table .center {
    text-align: center;
}

table.table .right {
    text-align: right;
}

.employee-list table tr td {
    border-bottom: 1px solid #e7eaec;
    border-top: medium none;
    padding: 10px 10px;
    vertical-align: middle;
}

.cursor-pointer {
    cursor: pointer;
}

.input-shift-time-range .input-group-addon {
    font-size: 13px;
}

#small-chat1 {
    position: absolute;
   /* bottom: 20px;
    right: 20px;*/
    z-index: 100;
}
#small-chat1 .badge {
    position: absolute;
    top: -3px;
    right: -4px;
}

code.new {
    background-color: #effff2;
    border-radius: 4px;
    color: #1ab394;
    font-size: 90%;
    padding: 2px 4px;
    white-space: nowrap;
}
.select2-container {
    width: 100% !important;
    padding: 0;
}
span.date {
    color: #9a9d9f;
    font-size: 80%;
}