/*
Name: 			Theme Base
Written by: 	Okler Themes - (http://www.okler.net)
Theme Version: 	1.1.0
*/
/*----font thai_sans_literegular----*/
@font-face {
    font-family: 'thai_sans_literegular';
    src: url(fonts/thaisanslite_r1-webfont.eot);
    src: url(fonts/thaisanslite_r1-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/thaisanslite_r1-webfont.woff) format("woff"), url(fonts/thaisanslite_r1-webfont.ttf) format("truetype"), url(fonts/thaisanslite_r1-webfont.svg#thai_sans_literegular) format("svg");
    font-weight: 400;
    font-style: normal;
}
/*----font Sarabun-Regular----*/
@font-face {
    font-family: Sarabun-Regular;
    src: url(fonts/Sarabun-Regular.eot);
    src: url(fonts/Sarabun-Regular.eot) format("embedded-opentype"),url(fonts/Sarabun-Regular.otf) format("otf"),url(fonts/Sarabun-Regular.svg) format("svg"),url(fonts/Sarabun-Regular.ttf) format("truetype"),url(fonts/Sarabun-Regular.woff) format("woff")
}
/*#region Service CSS For All Page*/
/*----------------------------------------------------------------------------------------------*/
/*-----------------------------------Service CSS For All Page-----------------------------------*/
/*----------------------------------------------------------------------------------------------*/
/******************Remark: ใช้สำหรับ css ทั่วไปที่จำเป็นต้อง fix หน้าจอที่เป็นโครงสร้างทั้งหมด**********************/
html,
body {
    background: #fff;
    width: 100%;
    height: 100%;
}

html {
    font-size: 10px;
}

body {
    font-family: "thai_sans_literegular"; 
    line-height: 15px;
    margin: 0;
    font-size: 18px;
    color: #000;
    overflow-x: hidden;
    overflow-y: scroll;
}

.nav-title {
    font-size: 16px;
}

.user_name {
    color: #000;
    width: 140px;
    cursor: default;
    padding-top: 2px;
    margin-top: 5px;
}
    .user_name a {
        font-size: 20px;
    }

    .user_name .inline .sub-txt {
        font-family: Sarabun-Regular;
        font-size: 14px;
        overflow: initial;
        white-space: normal;
    }


.footerText {
    height: 30px;
    align-content: center;
    font-size: 18px;
    background-color: #fff;
}

.footerlogin {
    /*height: 35px;
    padding-top: 15px;*/
    align-content: center;
    color: #FFF;
}

.nav-tabs > li > a:hover {
    background-color: #E4F2FF;
    border-color: #eee #eee #2196F3;
}

select::-ms-expand {
    display: none;
}

.font_left, .text_l {
    text-align: left;
}

#treeview .k-sprite {
    background-image: url(../Images/Tree.png);
    width: 20px;
}

.folder {
    background-position: 0 2px !important;
}

.page {
    background-position: 0 -13px;
}

.human {
    background-position: 0 -28px;
    font-weight: bold;
}

.k-treeview span.k-in {
    cursor: pointer !important;
    /*Nirun 05/06/2562 [W20190605-019]*/
    height: 23px !important;
}

.img-rotation {
    position: absolute;
    z-index: 200;
    -webkit-animation-name: steering;
    animation-name: steering;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: easing;
    animation-timing-function: easing;
    animation-iteration-count: infinite;
    background-image: url('../../Performance/Images/CompetencyEvaluate.png');
}

.col-lg-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@keyframes steering {
    0,100%,50% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    25% {
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    75% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }
}

.SearchBy {
    margin-bottom: 10px;
}

.form-group .control-label {
    padding-top: 7px;
    text-align: left;
}

.sub-txt {
    text-overflow: ellipsis;
    /*overflow: hidden;*/
    display: inline-block;
    white-space: nowrap;
    width: 100%;
}

.sub-txtinfo {
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}

.alert-success {
    color: green !important;
    background-color: #b2dba3e3 !important;
    background-image: none !important;
    border-color: #b2dba3e3 !important;
    height: 65px;
}

.alert-error {
    color: red !important;
    background-color: #f5d3d3e3 !important;
    background-image: none !important;
    border-color: #f5d3d3e3 !important;
    height: 65px;
}

.messenger-message-inner img {
    margin-top: -3px;
}

ul.messenger.messenger-theme-block.messenger-fixed .messenger-message {
    font-size: 19px;
    padding: 20px;
}

legend {
    font-size: 20px;
    border-bottom: 0px;
}

.t-name {
    display: block;
    line-height: 18px;
}

.t-detail {
    font-size: 16px;
    color: #999;
    display: block;
    line-height: 18px;
}

.p-slide {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 280px;
}

.arrow-right {
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 35px solid #3276B1;
    position: absolute;
    right: -2px;
    top: -5px;
    background: #eee;
    /*z-index:100;*/
}

.btn-group > .btn:first-child {
    padding-left: 0px;
}

.modal-dialog {
    width: calc(100% - 35%);
}

.modal-dialog-closedownorg {
    width: calc(100% - 35%);
}

.bootbox .modal-dialog {
    width: 450px !important;
}

.bootbox .modal-dialog-closedownorg {
    width: 770px !important;
}

.ac-user > a:hover {
    color: #3276B1 !important;
}

input, button, select, textarea {
    font-family: "thai_sans_literegular";
    font-size: 18px;
}

.form-control {
    font-size: 18px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #D8EAFE;
}

input[type="checkbox"] {
    margin-top: 8px;
}

.k-treeview .k-in.k-state-hover, .k-treeview .k-in.k-state-selected, .k-treeview .k-in.k-state-focused {
    border-radius: 5px;
}

.k-grid td {
    line-height: 1em !important;
}

.k-grid-content td {
    line-height: 1em !important;
}

.clean15 {
    clear: both;
    height: 15px;
}

.tooltip {
    font-size: 16px;
    line-height: 16px;
}

.tooltip-inner {
    width: 100%;
}

.fl_r {
    float: right;
}

.fl_l {
    float: left;
}

.icon-warning {
    width: 48px;
    height: 48px;
    background: url(../images/icon-error.png) bottom no-repeat;
    position: absolute;
}

.btn-search {
    position: absolute !important;
    border: none !important;
    box-shadow: none !important;
    right: 5px;
    z-index: 95 !important;
    background-color: transparent !important;
    top: 0px;
}

.txt-search {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

select {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
}

.menu-module-active {
    border-radius: 0 !important;
    background-color: #3276B1 !important;
    color: white !important;
    font-weight: bold;
    text-shadow: none !important;
}

    .menu-module-active::after {
        color: white !important;
    }

.menu-active {
    border-radius: 2px !important;
    background-color: #3276B1 !important;
    color: #fff !important;
    font-size: 18px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.menu-block {
    max-width: 250px;
    width: 150px;
    min-height: 120px;
    margin: 15px;
    float: left;
    text-align: center;
}

    .menu-block img {
        opacity: 0.87;
    }

    .menu-block:hover {
        /*font-size: 19px;*/
        font-weight: bold;
    }

        .menu-block:hover img {
            opacity: 1;
        }

.menu-Name {
    padding: 5px;
    text-align: center;
    min-width: 85px;
    width: 100%;
    font-family: Sarabun-Regular;
    font-size: 14px;
    font-size: 1.4rem;
}

.fa {
    font-size: 16px;
}

.fa-caret-down:before {
    content: "\f107";
}

.sort {
    position: relative;
    padding-left: 15px;
}

    .sort span.pointer {
        height: 30px;
        width: 30px;
        position: absolute;
        right: 12px;
        top: 0;
        text-align: center;
        font-size: 18px;
        z-index: 1;
    }

        .sort span.pointer i {
            margin-top: 6px;
        }

    .sort select {
        background: none;
        height: 30px;
        position: relative;
        z-index: 2;
    }

.ddl-org-Info .sort span.pointer {
    right: 0px;
}

.ddl-org-index .sort span.pointer {
    right: 0px;
}

.btn-group > .dropdown-menu {
    max-height: 200px;
    height: auto;
}

.fix-ins {
    padding-left: 0px !important;
}

    .fix-ins span.pointer {
        right: 0px;
    }

.datepic-readonly {
    cursor: default !important;
    background-color: #fff !important;
}

.hide {
    visibility: hidden;
}

.m-btn-list .fa {
    font-size: 15px;
}

.mar_l5 {
    margin-left: 5px;
}

.mar_l9 {
    margin-left: 9px;
}

.padd5 {
    padding: 5px;
}

.mar_0 {
    margin: 0;
}

.mar_5 {
    margin: 5px;
}

.mar_10 {
    margin: 10px;
}

.mar_15 {
    margin: 15px;
}

.mar_20 {
    margin: 20px;
}

.mar_30 {
    margin: 30px;
}

.mar_t-1 {
    margin-top: -1px;
}

.mar_t1 {
    margin-top: 1px;
}

.mar_t2 {
    margin-top: 2px;
}

.mar_t3 {
    margin-top: 3px;
}

.mar_t4 {
    margin-top: 4px;
}

.mar_t5 {
    margin-top: 5px;
}

.mar_t6 {
    margin-top: 6px;
}

.mar_t7 {
    margin-top: 7px;
}

.mar_t8 {
    margin-top: 8px;
}

.mar_t9 {
    margin-top: 9px;
}

.mar_t10 {
    margin-top: 10px;
}

.mar_t12 {
    margin-top: 12px;
}

.mar_t13 {
    margin-top: 13px;
}

.mar_t15 {
    margin-top: 15px;
}

.mar_t20 {
    margin-top: 20px;
}

.mar_t25 {
    margin-top: 25px;
}

.mar_t30 {
    margin-top: 30px;
}

.mar_t40 {
    margin-top: 40px;
}

.mar_t50 {
    margin-top: 50px;
}

.mar_t60 {
    margin-top: 60px;
}

.mar_t55 {
    margin-top: 55px;
}

.mar_t57 {
    margin-top: 57px;
}

.mar_t80 {
    margin-top: 80px;
}

.mar_t100 {
    margin-top: 100px;
}

.mar_t110 {
    margin-top: 110px;
}

.mar_t120 {
    margin-top: 120px;
}

.mar_t130 {
    margin-top: 130px;
}

.mar_t140 {
    margin-top: 140px;
}

.mar_t150 {
    margin-top: 150px;
}

.mar_t175 {
    margin-top: 175px;
}

.mar_t200 {
    margin-top: 200px;
}

.mar_t-5 {
    margin-top: -5px;
}

.mar_tl17 {
    margin: 17px 0 0 17px;
}

.mar_tb5 {
    margin: 5px 0;
}

.mar_r2 {
    margin-right: 2px;
}

.mar_r5 {
    margin-right: 5px;
}

.mar_r6 {
    margin-right: 6px;
}

.mar_r7 {
    margin-right: 7px;
}

.mar_r10 {
    margin-right: 10px;
}

.mar_r15 {
    margin-right: 15px;
}

.mar_r25 {
    margin-right: 25px;
}

.mar_r20 {
    margin-right: 20px;
}

.mar_r30 {
    margin-right: 30px;
}

.mar_r40 {
    margin-right: 40px;
}

.mar_r50 {
    margin-right: 50px;
}

.mar_r60 {
    margin-right: 60px;
}

.mar_r100 {
    margin-right: 100px;
}

.mar_l0 {
    margin-left: 0;
}

.mar_l1 {
    margin-left: 1px;
}

.mar_l2 {
    margin-left: 2px;
}

.mar_l3 {
    margin-left: 3px;
}

.mar_l4 {
    margin-left: 4px;
}

.mar_l5 {
    margin-left: 5px;
}

.mar_l6 {
    margin-left: 6px;
}

.mar_l7 {
    margin-left: 7px;
}

.mar_l8 {
    margin-left: 8px;
}

.mar_l9 {
    margin-left: 9px;
}

.mar_l10 {
    margin-left: 10px;
}

.mar_l12 {
    margin-left: 12px;
}

.mar_l13 {
    margin-left: 13px;
}

.mar_l15 {
    margin-left: 15px;
}

.mar_l17 {
    margin-left: 17px;
}

.mar_l20 {
    margin-left: 20px;
}

.mar_l22 {
    margin-left: 22px;
}

.mar_l25 {
    margin-left: 25px;
}

.mar_l27 {
    margin-left: 27px;
}

.mar_l30 {
    margin-left: 30px;
}

.mar_l40 {
    margin-left: 40px;
}

.mar_l50 {
    margin-left: 50px;
}

.mar_l60 {
    margin-left: 60px;
}

.mar_l70 {
    margin-left: 70px;
}

.mar_l75 {
    margin-left: 75px;
}

.mar_l80 {
    margin-left: 80px;
}

.mar_l100 {
    margin-left: 100px;
}

.mar_l110 {
    margin-left: 110px;
}

.mar_l120 {
    margin-left: 120px;
}

.mar_l130 {
    margin-left: 130px;
}

.mar_l150 {
    margin-left: 150px;
}

.mar_l160 {
    margin-left: 160px;
}

.mar_l185 {
    margin-left: 185px;
}

.mar_l205 {
    margin-left: 205px;
}

.mar_l170 {
    margin-left: 170px;
}

.mar_l215 {
    margin-left: 215px;
}

.mar_l250 {
    margin-left: 250px;
}

.mar_l290 {
    margin-left: 290px;
}

.mar_l300 {
    margin-left: 300px;
}

.mar_l450 {
    margin-left: 450px;
}

.mar_l500 {
    margin-left: 500px;
    margin-left: 550px;
}

.mar_rl3 {
    margin: 0 3px;
}

.mar_rl5 {
    margin: 0 5px;
}

.mar_rl10 {
    margin: 0 10px;
}

.mar_tr10 {
    margin: 10px 0 0 10px;
}

.mar_rl20 {
    margin: 0 20px;
}

.mar_rl30 {
    margin: 0 30px;
}

.mar_t8r30 {
    margin: 8px 30px 0 0;
}

.mar_tl10 {
    margin: 10px 0 0 10px;
}

.mar_tb10 {
    margin: 10px 0;
}

.mar_tb15 {
    margin: 15px 0;
}

.mar_tb20 {
    margin: 20px 0;
}

.mar_tbl10 {
    margin: 10px 0 10px 10px;
}

.margin_b10 {
    margin-bottom: 10px;
}

.mar_b0 {
    margin-bottom: 0;
}

.mar_b1 {
    margin-bottom: 1px;
}

.mar_b2 {
    margin-bottom: 2px;
}

.mar_b3 {
    margin-bottom: 3px;
}

.mar_b4 {
    margin-bottom: 4px;
}

.mar_b5 {
    margin-bottom: 5px;
}

.mar_b10 {
    margin-bottom: 10px;
}

.mar_b12 {
    margin-bottom: 12px;
}

.mar_b15 {
    margin-bottom: 15px;
}

.mar_b20 {
    margin-bottom: 20px;
}

.mar_b30 {
    margin-bottom: 30px;
}

.mar_b40 {
    margin-bottom: 40px;
}

.mar_b50 {
    margin-bottom: 50px;
}

.mar_b60 {
    margin-bottom: 60px;
}

.padd0 {
    padding: 0;
}

.padd15 {
    padding: 15px;
}

.padd5 {
    padding: 5px;
}

.padd10 {
    padding: 10px;
}

.padd_t5 {
    padding-top: 5px;
}

.padd_t6 {
    padding-top: 6px;
}

.padd_t7 {
    padding-top: 7px;
}

.padd_t8 {
    padding-top: 8px;
}

.padd_t10 {
    padding-top: 10px;
}

.padd_t15 {
    padding-top: 15px;
}

.padd_t20 {
    padding-top: 20px;
}

.padd_t25 {
    padding-top: 25px;
}

.padd_t30 {
    padding-top: 30px;
}

.padd_t35 {
    padding-top: 35px;
}

.padd_t40 {
    padding-top: 40px;
}

.padd_t4 {
    padding-top: 4px;
}

.padd_l0 {
    padding-left: 0;
}

.padd_l5 {
    padding-left: 5px;
}

.padd_l10 {
    padding-left: 10px;
}

.padd_l15 {
    padding-left: 15px;
}

.padd_l20 {
    padding-left: 20px;
}

.padd_l25 {
    padding-left: 25px;
}

.padd_l30 {
    padding-left: 30px;
}

.padd_l35 {
    padding-left: 35px;
}

.padd_l50 {
    padding-left: 50px;
}

.padd_l75 {
    padding-left: 75px;
}

.padd_r5 {
    padding-right: 5px;
}

.padd_r10 {
    padding-right: 10px;
}

.padd_r20 {
    padding-right: 20px;
}

.padd_r25 {
    padding-right: 25px;
}

.padd_r30 {
    padding-right: 30px;
}

.padd_r35 {
    padding-right: 35px;
}

.padd_t90 {
    padding-top: 90px;
}

.padd_b4 {
    padding-bottom: 4px;
}

.padd_b5 {
    padding-bottom: 5px;
}

.padd_b6 {
    padding-bottom: 6px;
}

.padd_b7 {
    padding-bottom: 7px;
}

.padd_b10 {
    padding-bottom: 10px;
}

.padd_b15 {
    padding-bottom: 15px;
}

.padd_b20 {
    padding-bottom: 20px;
}

.padd_b25 {
    padding-bottom: 25px;
}

.padd_b30 {
    padding-bottom: 30px;
}

.padd_b35 {
    padding-bottom: 35px;
}

.padd_30 {
    padding: 30px;
    margin-left: 30px;
}

.padd_20 {
    padding: 20px;
}

.padd_10 {
    padding: 10px;
}

.padd_5 {
    padding: 5px;
}

.padd_tb5 {
    padding: 5px 0;
}

.padd_tb10 {
    padding: 10px 0;
}

.padd_tb15 {
    padding: 15px 0;
}

.padd_lr5 {
    padding: 0 5px;
}

.padd_lr10 {
    padding: 0 10px;
}

.padd_lr20 {
    padding: 0 20px;
}

.padd_lr30 {
    padding: 0 30px;
}

.padd_rl5 {
    padding: 0 5px;
}

.padd_rl10 {
    padding: 0 10px;
}

.clean3 {
    clear: both;
    height: 3px;
}

.clean5 {
    clear: both;
    height: 5px;
}

.clean7 {
    clear: both;
    height: 7px;
}

.clean8 {
    clear: both;
    height: 8px;
}

.clean10 {
    clear: both;
    height: 10px;
}

.clean15 {
    clear: both;
    height: 15px;
}

.clean20 {
    clear: both;
    height: 20px;
}

.clean25 {
    clear: both;
    height: 25px;
}

.clean30 {
    clear: both;
    height: 30px;
}

.clean40 {
    clear: both;
    height: 40px;
}

.clean50 {
    clear: both;
    height: 50px;
}

.clean60 {
    clear: both;
    height: 60px;
}

.clean70 {
    clear: both;
    height: 70px;
}

.clean80 {
    clear: both;
    height: 80px;
}

.clean90 {
    clear: both;
    height: 90px;
}

.clean100 {
    clear: both;
    height: 100px;
}

.clean110 {
    clear: both;
    height: 110px;
}

.clean115 {
    clear: both;
    height: 115px;
}

.clean120 {
    clear: both;
    height: 120px;
}

.clean130 {
    clear: both;
    height: 130px;
}

.clean140 {
    clear: both;
    height: 140px;
}

.clean150 {
    clear: both;
    height: 150px;
}

.clean160 {
    clear: both;
    height: 160px;
}

.clean170 {
    clear: both;
    height: 170px;
}

.clean180 {
    clear: both;
    height: 180px;
}

.clean190 {
    clear: both;
    height: 190px;
}

.clean200 {
    clear: both;
    height: 200px;
}

.cursor, .cursor-pointer {
    cursor: pointer;
}

a {
    color: #777;
}


    /*a:hover, a:focus {
        color: #d9d9d9;
    }*/

    a:active {
        color: #3276B1;
    }
/*Installation Page*/
.txt-decoration {
    text-decoration: none;
}

.insection-content {
    background: #fff;
}

.tab-content.padding {
    padding: 20px;
}

.tab-content.tab-content-inline {
    border-left: 1px solid #bbb;
    margin-left: 150px;
}

    .tab-content.tab-content-inline.tab-content-bottom {
        border-left: 0;
        margin-left: 0;
    }

.divRow {
    float: left;
    width: 100%;
}

.content-space {
    width: 40%;
    float: left;
    padding-bottom: 5px;
}

.border-content .divRow .content-space .lblxl {
    width: 120px;
    float: left;
    line-height: 30px;
}

.border-content .divRow .content-space .lbll {
    width: 115px;
    float: left;
    line-height: 30px;
}

.border-content .divRow .content-space .lbl {
    width: 19%;
    float: left;
    line-height: 30px;
}

.border-content .divRow .content-space .lblb {
    width: 100px;
    float: left;
    line-height: 30px;
}

.border-content .divRow .content-space select {
    /*width: 250px;*/
    float: left;
    /*border: 1px solid #DDD;*/
    line-height: 15px;
    border-radius: 3px;
    padding: 5px 2px 5px 0px;
}

.border-content .divRow .content-space .labelselect select {
    width: 100%;
    margin-left: 4px;
    border: 1px solid #DDD;
}

.border-content .divRow .content-space input {
    height: 30px;
}

.border-content .divRow .content-space input, textarea {
    /*width: 250px;*/
    float: left;
    /*border: 1px solid #DDD;*/
    padding: 5px 5px;
}

.border-content .divRow .content-space .text-search {
    margin-left: 11px;
}

.border-content .divRow .content-space .smallinput {
    width: 60px;
    margin-left: 10px;
    border: 1px solid #DDD;
}

.border-content .divRow .content-space .midinput {
    width: 240px;
    margin-left: 4px;
    border: 1px solid #DDD;
}

.border-content .divRow .content-space .longinput {
    width: 632px;
    float: left;
    border: 1px solid #DDD;
}

.border-content .divRow .content-space .longinput-spec {
    width: 622px;
    float: left;
    border: 1px solid #DDD;
}

.content-space2 {
    width: 100%;
    float: left;
    padding-bottom: 5px;
}

.border-content .divRow .content-space2 .lbl {
    width: 160px;
    float: left;
    line-height: 30px;
}

.border-content .divRow .content-space2 select {
    width: 121px;
    float: left;
    border: 1px solid #DDD;
    line-height: 15px;
    border-radius: 4px;
    padding: 5px 0px;
}

.border-content .divRow .content-space2 input {
    width: 240px;
    float: left;
    margin-left: 10px;
    border: 1px solid #DDD;
    padding: 5px;
}

.border-content .divRow .content-space2 textarea {
    width: 240px;
    float: left;
    margin-left: 10px;
    border: 1px solid #DDD;
    padding: 5px;
    padding-top: 6px;
}

.border-content .divRow .content-space2 .smallinput {
    width: 60px;
    margin-left: 10px;
    border: 1px solid #DDD;
}

.border-content .divRow .content-space2 .midinput {
    width: 392px;
    margin-left: 4px;
    border: 1px solid #DDD;
}

.border-content .divRow .content-space2 .longinput {
    width: 631px;
    float: left;
    border: 1px solid #DDD;
}

.font-label-header-install {
    font-size: 25px;
    color: black;
    margin-top: -11px;
}

.btn, .btn.btn-primary, .btn.btn-choose-item-grid {
    background: #fff;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    -moz-border-radius: 0;
    color: #444;
    color: #0066CC !important;
    border: 1px solid #2B92F2;
    background-color: #3276B1;
    padding: 2px;
}

    .btn.btn-primary:hover, .btn.btn-primary:hover {
        color: white !important;
        background: #3276B1;
        border: 1px solid #2B92F2;
    }


.btn-formsearch {
    background: #fff;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    -moz-border-radius: 0;
    color: #444;
    padding: 4px 9px;
    color: #ccc !important;
    border: 1px solid #2B92F2;
    padding: 5px 10px;
    font-size: 13px;
}

    .btn-formsearch:hover, .btn-formsearch:focus, .btn.btn-primary:hover, .btn.btn-primary:hover {
        color: #2B92F2 !important;
        background: #3276B1;
        border: 1px solid #2B92F2;
    }

.text-rotation {
    writing-mode: tb-rl;
    filter: flipv fliph;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(0deg);
    position: relative;
    width: 20px;
    white-space: nowrap;
    margin-bottom: 10px;
    display: none;
    top: -50px;
    margin-left: 15px;
    font-family: Sarabun-Regular;
    font-size: 14px;
    font-size: 1.4rem;
}

.content-with-menu {
    margin: -20px -15px 0;
}

.icon-error {
    background: url(../images/icon-error.png) top center no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    margin: 0 auto;
    background-size: 16px 16px;
}

.icon-error-s {
    width: 10px;
    height: 10px;
    background: url(../images/icon-error-s.png) bottom no-repeat;
    cursor: pointer;
    right: auto;
}

/* Layout Base - Main Wrapper	*/
.body-install {
    min-height: 100vh;
    width: 100%;
    height: 100%;
}
/* Layout Installation Page */
table.tb-section {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

.containner_Install {
    width: 100%;
    margin: 0 auto;
}

    .containner_Install a, .status-content div, .userchannel {
        color: #0E467E;
    }

        .userchannel .font-label-header .sub-txt {
            font-family: Sarabun-Regular;
            font-size: 14px;
            overflow:initial;
        }

.data-notice {
    color: #ff1300;
    padding: 3px;
}

.containner_Install .select2-choice:hover {
    color: #000;
    text-decoration: none;
}

.containner_Install select, .containner_Install input {
    height: 30px;
}

/* Layout Base - Header */
.header {
    height: 65px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}


/* Font ชื่อผู้เข้าระบบ*/
.font-label-header {
    font-size: 17px;
    color: white;
}

.font-label-header-Applist {
    font-size: 18px;
    color: black;
    margin-left: 40px;
    margin-top: -130px;
    font-weight: lighter;
    letter-spacing: 0px;
}

/* Layout Base - Inner Wrapper */
.inner-wrapper {
    display: table;
    min-height: 100vh;
    padding-top: 60px;
    table-layout: fixed;
    overflow: hidden;
    width: 100%;
    background-color: #ffffff;
}

/* Layout Base - Content Body */
.content-body {
    /*display: table-cell;*/
    /*padding: 40px;*/
    position: relative;
    vertical-align: top;
}

    .content-body > .row + .row {
        padding-top: 10px;
    }

/* Layout Base - Page Header */
.page-header {
    background: #ECEEF4;
    border-bottom: none;
    /*border-left: 1px solid #3a3a3a;*/
    border: 1px solid #CCCCCC;
    /*box-shadow: 1px 3px 0 1px #cccccc;*/
    height: 50px;
    margin: -40px -40px 40px -40px;
    padding: 0;
}

/* Layout Base - Sidebar Left */
.sidebar-left {
    background: #ECEEF4;
    box-shadow: -5px 0 0 #ECEEF4 inset;
    color: #777777;
    display: table-cell;
    position: relative;
    vertical-align: top;
    width: 250px;
    z-index: 1010;
}


/*Icon Nev-title*/
.icon-set-home {
    background: url(../images/icon-set-home.png) top center no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
}

    .icon-set-home:hover, .icon-set-home-hover {
        background: url(../images/icon-set-home-hover.png) top center no-repeat;
        width: 32px;
        height: 32px;
        display: block;
        margin: 0 auto;
        color: white !important;
    }

.icon-set-approve {
    background: url(../images/icon-set-approve.png) top center no-repeat;
    width: 90px;
    height: 32px;
    display: block;
    margin: 0 auto;
}

    .icon-set-approve:hover {
        background: url(../images/icon-set-approve-hover.png) top center no-repeat;
        width: 90px;
        height: 32px;
        display: block;
        margin: 0 auto;
    }

        .icon-set-approve:hover.disabled {
            color: #999 !important;
            cursor: default;
            background: url(../images/icon-set-approve.png) top center no-repeat;
            width: 90px;
            height: 32px;
            display: block;
            margin: 0 auto;
        }

.icon-set-todu {
    background: url(../images/icon-set-todu.png) top center no-repeat;
    width: 90px;
    height: 32px;
    display: block;
    margin: 0 auto;
}

    .icon-set-todu:hover, .icon-set-todu-hover, .icon-set-todu-hover:hover {
        background: url(../images/icon-set-todu-hover.png) top center no-repeat;
        width: 90px;
        height: 32px;
        display: block;
        margin: 0 auto;
    }

.icon-setting {
    background: url(../images/icon-setting.png) top center no-repeat;
    width: 90px;
    height: 32px;
    display: block;
    margin: 0 auto;
}

    .icon-setting:hover {
        background: url(../images/icon-setting-hover.png) top center no-repeat;
        width: 90px;
        height: 32px;
        display: block;
        margin: 0 auto;
    }

.icon-Setting {
    background: url(../images/Icon-Sidebar/Mobile/Settings-M.png) top center no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
    background-size: 21px 21px;
}

.icon-Setting-g {
    background: url(../images/icon-setting.png) top center no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
}

.icon-signout {
    background: url(../images/icon-signout.png) top center no-repeat;
    width: 90px;
    height: 32px;
    display: block;
    margin: 0 auto;
}

    .icon-signout:hover, .icon-signout-hover, .icon-signout-hover:hover {
        background: url(../images/icon-signout-hover.png) top center no-repeat;
        width: 90px;
        height: 32px;
        display: block;
        margin: 0 auto;
    }

/*Notification*/
.icon-Assign {
    background: url(../images/Icon-Sidebar/Notification/Assign.png) top center no-repeat;
    width: 90px;
    height: 32px;
    display: block;
    margin: 0 auto;
    background-size: 20px 20px;
    margin-top: 5px;
}

.icon-account {
    background: url(../images/icon-account.png)top center no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    margin: 0 auto;
}

.icon-setting-acc:hover {
    background: url(../images/icon-setting-hover.png) top center no-repeat;
    width: 90px;
    height: 32px;
    display: block;
    margin: 0 auto;
}

.icon-noti-Appraisal {
    background: url(../images/Icon-Sidebar/Performance/Appraisal.png) top center no-repeat;
}

.icon-noti-Evaluate {
    background: url(../images/Icon-Sidebar/Performance/SumofEvaluation.png) top center no-repeat;
}

.icon-noti-PotentialAssessment {
    background: url(../images/Icon-Sidebar/CareerManagement/PotentialAss.png) top center no-repeat;
}

.icon-noti-RiskAssessment {
    background: url(../images/Icon-Sidebar/CareerManagement/RiskAss.png) top center no-repeat;
}

.icon-ApproveCenter {
    background: url(../images/Icon-Sidebar/Mobile/Approve-Center-M.png) top center no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
    background-size: 20px 20px;
}

.icon-More {
    background: url(../images/Icon-Sidebar/Notification/More.png) top center no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background-size: 30px 30px;
}
/*Checkbox Plugin*/
.icheckbox_flat-blue {
    float: left;
}

.fontlogin {
    color: #FFFFFF;
}

.txt-login {
    font-size: 22px;
    text-align: center;
    color: white;
}

.containner_default {
    width: 980px;
    margin: 0 auto;
}

.TextLight {
    color: #fff;
    font-size: 20px;
}

.txt-send-email, .txt-loginpage {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
    font-size: 36px;
}

    .txt-send-email:hover, .txt-loginpage:hover {
        opacity: 1.0;
        filter: alpha(opacity=100);
        cursor: pointer;
    }

.txt-go-login, .txt-go-login {
    opacity: 0.7;
    filter: alpha(opacity=70);
    font-size: 20px;
    cursor: pointer;
}

    .txt-go-login:hover, .txt-go-login:hover {
        opacity: 1.0;
        filter: alpha(opacity=100);
        text-decoration: underline;
        cursor: pointer;
    }

.txt-forgetpass:hover, .txt-forgetpass:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
    text-decoration: underline;
    cursor: pointer;
}

.bottomsetting {
    bottom: 10px;
    position: absolute;
    width: 100%;
}

/* Tooltip*/
#popover {
    /*margin-left: 175px;
    margin-top: -16px;
    float: left;*/
}

/*.wrapper {
    width: 360px;
    height: 455px;
    margin: -200px -200px; 
    position: absolute;
    left: 50%;
    top: 45%;
}*/



/* Layout Base - Sidebar Right */
.sidebar-right {
    background: #FFFFFF;
    bottom: 0;
    /*margin-right: -230px; Ailada สามารถแก้ไขให้แสดงขอบตอนหุบได้ เป็น -230px*/
    min-height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    width: 250px;
}


.mini-submenu {
    background: url(Images/toggle-collapse.png) top center no-repeat;
    background-size: 27px 27px;
    height: 30px;
}

    .mini-submenu:hover {
        cursor: pointer;
    }

    .mini-submenu .icon-bar {
        border-radius: 1px;
        display: block;
        height: 2px;
        width: 22px;
        margin-top: 3px;
    }

    .mini-submenu .icon-bar {
        background-color: #000;
    }

#slide-submenu {
    /*background: rgba(0, 0, 0, 0.45);*/
    display: inline-block;
    padding: 0 8px;
    border-radius: 4px;
    cursor: pointer;
}

.lbl {
    /*font-size: 18px;*/
    color: #000000;
}

.font-label-rightMenu {
    color: #2B92F2;
    line-height: 18px;
}

.list-menu:hover {
    margin: 0;
    border: 0px;
    border-left-width: 0px;
    border-radius: 1px;
    background-color: #E4F2FF;
}

#txtSearchApproveRightInfo {
    font-size: 12px;
    font-family: "SegoeUI", "Tahoma";
}

.bs-callout {
    margin: 0;
    border: 0px solid #3276B1;
    border-left-width: 4px;
    border-radius: 1px;
    background-color: #EEE;
}

.dropdown-menu {
    font-size: 18px;
    line-height: 18px;
}

    .dropdown-menu > li > a {
        width: 100%;
    }

.multiselect-container > li > a > label.checkbox {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}
/* -----------------------------------------------------------------------------
BOOTSTRAP EXTEND
------------------------------------------------------------------------------ */
/* Add New Grid Tier FOR NON BOXED LAYOUT */
html.scroll,
{
    /* UNDO original bootrap LG helper classes*/
    /* Helper classes for XL */;
}

    html.scroll .col-xl-1, html.scroll .col-xl-2, html.scroll .col-xl-3, html.scroll .col-xl-4, html.scroll .col-xl-5, html.scroll .col-xl-6, html.scroll .col-xl-7, html.scroll .col-xl-8, html.scroll .col-xl-9, html.scroll .col-xl-10, html.scroll .col-xl-11, html.scroll .col-xl-12,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

.fix-frdown {
    background: #fff;
}
/* Text Search*/
.tabSearch {
    width: 100%;
    border-bottom: none;
}

    .tabSearch .litabs {
        width: 170px;
    }

        .tabSearch .litabs .divSearch {
            border-radius: 4px 0 0 4px;
            float: left;
            border: 1px solid #DDD;
            width: 100%;
            padding: 1px;
            height: 30px;
        }

            .tabSearch .litabs .divSearch .SearchBy {
                border: none;
                width: 100%;
                height: 26px;
                padding: 5px;
            }

        .tabSearch .litabs .divtxtSearch {
            border-radius: 0 4px 4px 0;
            float: left;
            border: 1px solid #DDD;
            width: 100%;
            border-left: none;
            height: 30px;
        }

            .tabSearch .litabs .divtxtSearch .txtSearch {
                border: none;
                width: 100%;
                padding: 5px;
                height: 28px;
            }

        .tabSearch .litabs .divtxt {
            height: 30px;
            line-height: 30px;
        }

        .tabSearch .litabs .divtxtSearch2 {
            border-radius: 4px;
            float: left;
            border: 1px solid #DDD;
            width: 100%;
            padding: 1px;
            height: 30px;
        }

            .tabSearch .litabs .divtxtSearch2 .txtSearch {
                border: none;
                width: 100%;
                padding: 0 5px;
                height: 26px;
            }

    .tabSearch .lbl-boxSearch3 {
        width: 20% !important;
    }

    .tabSearch .lbl-boxSearch4 {
        width: 70% !important;
    }

#EnumAttibuteModal .tabSearch .lbl-boxSearch4 {
    width: 65% !important;
}

.mar_15 {
    margin: 15px;
}

.padd_10 {
    padding: 10px;
}

.padd0 {
    padding: 0;
}

.modal-content {
    border-radius: 12px !important;
}
/* Loading */
/*#loading1 {
    left: 0;
    top: 0;
    width: 100%;
    height: 52px;
    position: fixed;
    z-index: 9999;
    background-color: #BBB;
    border-bottom: 10px #BBB solid;
}*/

#loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/img-loadingC.gif) 50% 50% no-repeat rgb(249,249,249);
}

#imgloading {
    z-index: 10001;
    display: block;
    padding: 20px 45%;
    color: #fff;
    margin: 0 auto;
    width: 0;
    text-align: center;
    font-size: 18px;
    line-height: 10px;
    margin-left: 50px;
}

/*Loading*/
.lds-ripple {
    display: inline-block;
    position: absolute;
    margin-top: 50%;
    margin-left: 35%;
    z-index: 1060;
}

    .lds-ripple div {
        position: absolute;
        border: 4px solid #108fe8;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

.alert_info {
    display: block;
    width: 98%;
    margin: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #B5E5EF url(images/icon-alert-info.png) no-repeat;
    background-position: 10px 10px;
    border: 1px solid #77BACE;
    font-weight: 400;
    color: #082B33;
    padding: 10px 0;
    text-indent: 40px;
}

.alert_warning {
    display: block;
    width: 95%;
    margin: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #F5F3BA url(images/icon-alert-warning.png) no-repeat;
    background-position: 10px 10px;
    border: 1px solid #C7A20D;
    color: #796616;
    padding: 10px 0;
    text-indent: 40px;
}

.alert_error {
    display: block;
    width: 95%;
    margin: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #F3D9D9 url(images/icon-alert-error.png) no-repeat;
    background-position: 10px 10px;
    border: 1px solid #D20009;
    color: #7B040F;
    padding: 10px 0;
    text-indent: 40px;
}

.alert_success {
    display: block;
    width: 95%;
    margin: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #E2F6C5 url(images/icon-alert-success.png) no-repeat;
    background-position: 10px 10px;
    border: 1px solid #79C20D;
    color: #32510F;
    padding: 10px 0;
    text-indent: 40px;
}

label.error {
    font-weight: 400;
    color: #B94A48;
    padding: 0;
    margin: 0;
    line-height: 30px;
    margin-left: 0;
}
/* Kendo Grid */
.k-textbox > input, .k-autocomplete .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-dropdown-wrap .k-input, .k-selectbox .k-input {
    height: 21px;
    line-height: 20px;
    padding: 4px 0 3px;
    text-indent: 10px;
    border: 0;
    margin: 0;
}

.k-picker-wrap .k-select, .k-numeric-wrap .k-select, .k-dropdown-wrap .k-select {
    min-height: 22px;
    line-height: 0;
    vertical-align: middle;
    padding: 3px;
}

.k-grid-content td .k-textbox {
    height: 27px;
    line-height: 20px;
    border: 1px solid #ccc;
}

.k-grid-content td a {
    color: #333;
}

    .k-grid-content td a:hover {
        color: #333;
    }

.k-grid-content td {
    color: #333;
}

.k-grid-content > table > tbody > tr:hover {
    background-color: #D8EAFE;
}

.k-grid-content > table > tbody > tr > td .grid-col {
    cursor: pointer;
}

.k-button {
    color: #2B92F2;
    border-color: #2B92F2;
    padding: 4px 9px;
    border-radius: 4px;
}

    .k-button:hover {
        color: #fff;
        border-color: #2B92F2;
        text-decoration: none;
    }

.k-grid .k-button, .k-edit-form-container .k-button {
    margin: 0 .16em;
    padding: 3px 9px;
    border-radius: 4px;
    color: #2B92F2;
    background-color: #fff !important;
}

    .k-grid .k-button:hover, .k-edit-form-container .k-button:hover {
        color: #fff;
        background-color: none;
    }

.k-i-plus, .k-add, .k-grid-edit-row .k-add {
    background-position: -48px -64px;
}

.k-i-pencil, .k-edit, .k-grid-edit-row .k-edit {
    background-position: -48px 0;
}

.k-i-close, .k-delete, .k-group-delete {
    background-position: -48px -16px;
}

.k-grid-header .k-header .k-link {
    text-decoration: none;
    text-decoration: none;
    line-height: 29px;
    background: #ECEEF4;
    margin: 0;
}

    .k-grid-header .k-header .k-link .k-i-arrow-n {
        float: right;
        margin-top: 5px;
    }

    .k-grid-header .k-header .k-link .k-i-arrow-s {
        float: right;
        margin-top: 5px;
    }

.k-i-tick, .k-insert, .k-update {
    background-position: -48px -32px;
}

.k-i-cancel, .k-cancel, .k-denied {
    background-position: -48px -48px;
}

.k-grid td.subtxt {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.k-upload .k-upload-selected {
    background: #fff;
}

    .k-upload .k-upload-selected:hover {
        background: #2B92F2;
    }

input.grid-checkbox {
    vertical-align: sub;
    margin: 0 5px;
}

a.k-grid-deleted, a.k-grid-cancel, a.k-grid-not-delete, a.k-grid-deleted-disabled {
    margin: 0 0 2px 5px !important;
}

a.k-grid-edit, a.k-grid-Edit, a.k-grid-not-edit, a.k-grid-update {
    margin: 0 0 2px !important;
}

a.k-grid-edit-disabled {
    margin: 0 0 2px !important;
}

a.k-grid-deleted-disabled {
    margin: 0 0 2px 15px !important;
}

.k-link:hover {
    color: #fff;
    background: #368EE0;
    text-decoration: none;
}

.k-state-hover, .k-state-focused, .k-state-active, .k-state-border-up, .k-state-hover:hover {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.k-state-focused, .k-state-active, .k-state-border-up, .k-state-hover {
    color: #0066CC;
    /*background-color: #FFF;*/
    background-color: white;
    border-color: #3598DB;
}

    .k-state-hover:hover {
        /*color: #fff;
        background-color: #fff;
        background-color: #3276B1;*/
        color: #0066CC;
        background-color: white;
        border-color: #3598DB;
    }

.k-grid-pager .k-dropdown {
    width: 60px !important;
}

.k-dropdown .k-state-focused .k-input {
    color: #fff;
}

.k-dropdown .k-state-focused /*.k-i-arrow-s*/ {
    background-position: -16px -32px;
}
/*ailada Test */
/*.k-dropdown .k-state-hover:hover{
        color: red;
        background-color: white;
        border-color: #3598DB; 
    }*/

/*.grid-template {
    border: 0;
}*/

.k-grid-header .k-header {
    padding: 0;
    border: none;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
}

.k-grid-content .k-state-selected a.grid-open-detail {
    color: #fff;
    border: none;
}

.k-grid .k-header, .k-grid-header {
    /*background: #eee;
    color: #c5c5c5;
    font-weight: 700;*/
    background: #ECEEF4;
    /*color: #000000;*/
    /*color: #171717;*/
    font-weight: 700;
    border-color: #cccccc;
}

.k-header .k-link:hover {
    color: #000;
}

.k-grid .k-header a {
    color: #000;
    font-weight: 700;
}

    .k-grid .k-header a:hover {
        background: #ddd;
        color: #000;
    }

.k-grid-pager {
    height: 31px;
    padding: 0;
    background-color: #fff;
    overflow: hidden;
}

    .k-grid-pager .k-link, .k-state-selected {
        margin-top: 3px;
    }

.k-pager-wrap > .k-link:first-child {
    margin-left: 3px;
}

.k-pager-sizes {
    padding-top: 3px;
    float: right;
}

    .k-pager-sizes select {
        height: 20px;
        margin-left: 5px;
        float: right;
    }

    .k-pager-sizes .k-dropdown {
        float: right;
        margin-right: 4px;
        background: #fff;
        margin-left: 8px;
        margin-top: 0px;
    }

    .k-pager-sizes .k-dropdown-wrap, .k-pager-sizes .k-dropdown-wrap .k-input {
        border-radius: 3px;
        padding: 0;
        font-weight: 400;
        color: #171717;
        border-color: #cccccc;
    }

        .k-pager-sizes .k-dropdown-wrap .k-select {
            line-height: 10px;
        }


.media-gallery ul.mg-folders {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .media-gallery ul.mg-folders > li {
        display: block;
        position: relative;
    }

        .media-gallery ul.mg-folders > li a.menu-item {
            white-space: nowrap;
            text-overflow: ellipsis;
            padding-right: 80px;
        }

            .media-gallery ul.mg-folders > li a.menu-item i {
                margin-right: 5px;
                width: 16px;
            }

        .media-gallery ul.mg-folders > li .item-options {
            position: absolute;
            padding: 10px 0;
            right: 0;
            top: 0;
            opacity: 0;
            -webkit-transition: opacity 0.1s ease-in;
            -moz-transition: opacity 0.1s ease-in;
            transition: opacity 0.1s ease-in;
        }

            .media-gallery ul.mg-folders > li .item-options a:hover {
                text-decoration: none;
            }

        .media-gallery ul.mg-folders > li:hover .item-options {
            opacity: 1;
        }

.media-gallery ul.mg-tags {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}

    .media-gallery ul.mg-tags:after {
        content: "";
        display: table;
        clear: both;
    }

    .media-gallery ul.mg-tags > li {
        float: left;
        margin-right: 5px;
        margin-bottom: 5px;
    }

        .media-gallery ul.mg-tags > li a {
            display: block;
            padding: 2px 7px;
            font-size: 11px;
            background-color: #171717;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            color: #666;
        }

            .media-gallery ul.mg-tags > li a:hover {
                color: #fff;
                text-decoration: none;
                background-color: #cccccc;
            }

.media-gallery .mg-main {
    background-color: #ecedf0;
}

.media-gallery .mg-files {
    padding: 5px 0 30px;
}

    .media-gallery .mg-files .thumbnail {
        padding: 10px;
        border-radius: 5px;
        margin-bottom: 30px;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .media-gallery .mg-files .thumbnail .thumb-preview {
            position: relative;
            z-index: 2;
        }

            .media-gallery .mg-files .thumbnail .thumb-preview .thumb-image {
                display: block;
                overflow: hidden;
            }

            .media-gallery .mg-files .thumbnail .thumb-preview img {
                width: 100%;
                -webkit-transition: all 0.1s linear;
                -moz-transition: all 0.1s linear;
                transition: all 0.1s linear;
                border-radius: 5px;
            }

            .media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                background-color: rgba(0, 0, 0, 0.7);
                visibility: hidden;
                overflow: hidden;
            }

                .media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-zoom {
                    position: absolute;
                    top: 0;
                    right: 0;
                    padding: 5px 15px 10px;
                    font-size: 22px;
                    font-size: 2.2rem;
                    color: #fff;
                    background-color: #cccccc;
                    border-radius: 0 0 0 15px;
                    cursor: pointer;
                    -webkit-transition: -webkit-transform 0.1s linear 0.1s;
                    -moz-transition: -moz-transform 0.1s linear 0.1s;
                    -ms-transition: -ms-transform 0.1s linear 0.1s;
                    transition: transform 0.1s linear 0.1s;
                    -webkit-transform: translate(100%, 0);
                    -moz-transform: translate(100%, 0);
                    -ms-transform: translate(100%, 0);
                    transform: translate(100%, 0);
                }

                .media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    background-color: #cccccc;
                    color: #fff;
                    padding: 6px 10px;
                    -webkit-transition: -webkit-transform 0.1s linear 0.1s;
                    -moz-transition: -moz-transform 0.1s linear 0.1s;
                    -ms-transition: -ms-transform 0.1s linear 0.1s;
                    transition: transform 0.1s linear 0.1s;
                    -webkit-transform: translate(0, 100%);
                    -moz-transform: translate(0, 100%);
                    -ms-transform: translate(0, 100%);
                    transform: translate(0, 100%);
                }

                    .media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar:after {
                        content: "";
                        display: table;
                        clear: both;
                    }

                    .media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar .mg-option {
                        margin: 0;
                    }

                    .media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar .mg-group > a {
                        color: #fff;
                        padding: 0 5px;
                    }

                    .media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar .mg-group .mg-toggle {
                        color: #fff;
                        background: none;
                        border: none;
                        padding: 2px 2px 2px 10px;
                        border-left: 1px solid rgba(255, 255, 255, 0.3);
                    }

        .media-gallery .mg-files .thumbnail .mg-title {
            margin: 13px 0 2px;
            padding-bottom: 2px;
            display: inline-block;
            font-size: 18px;
            font-size: 1.8rem;
        }

            .media-gallery .mg-files .thumbnail .mg-title small {
                position: relative;
                top: 0;
                left: 0;
                color: #9e9e9e;
                opacity: 0;
                z-index: 1;
                font-size: 10px;
                font-size: 1rem;
            }

        .media-gallery .mg-files .thumbnail .mg-description:after {
            content: "";
            display: table;
            clear: both;
        }

        .media-gallery .mg-files .thumbnail.thumbnail-selected {
            border-color: #FFF;
            box-shadow: 0 0 8px -1px #cccccc;
        }

            .media-gallery .mg-files .thumbnail.thumbnail-selected .mg-title small {
                opacity: 1;
            }

            .media-gallery .mg-files .thumbnail.thumbnail-selected .thumb-preview .mg-thumb-options {
                visibility: visible;
            }

                .media-gallery .mg-files .thumbnail.thumbnail-selected .thumb-preview .mg-thumb-options .mg-toolbar {
                    -webkit-transform: translate(0, 0);
                    -moz-transform: translate(0, 0);
                    -ms-transform: translate(0, 0);
                    transform: translate(0, 0);
                }

        .media-gallery .mg-files .thumbnail:hover .mg-title small {
            opacity: 1;
        }

        .media-gallery .mg-files .thumbnail:hover .thumb-preview img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

        .media-gallery .mg-files .thumbnail:hover .thumb-preview .mg-thumb-options {
            visibility: visible;
        }

            .media-gallery .mg-files .thumbnail:hover .thumb-preview .mg-thumb-options .mg-zoom {
                -webkit-transform: translate(0, 0);
                -moz-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                transform: translate(0, 0);
            }

            .media-gallery .mg-files .thumbnail:hover .thumb-preview .mg-thumb-options .mg-toolbar {
                -webkit-transform: translate(0, 0);
                -moz-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                transform: translate(0, 0);
            }

.log-viewer {
    line-height: 18px;
    font-family: monospace;
    font-size: 18px;
}

.inline {
    display: inline-block;
}

/*---------------------------- Icon Sidebar --------------------------------*/
#h-icon {
    width: 25px !important;
    height: 25px !important;
    /*border: 1px solid #fff;
    border-radius: 45px;*/
}
/*#region icon Module*/
.icon-Home {
    background: url(../images/Icon-Sidebar/01-Home.png) top center no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin: -2px auto;
}

.icon-Strategy {
    background: url(../images/Icon-Sidebar/02-Strategy.png) top center no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin: -2px auto;
}

.icon-Performance {
    background: url(../images/Icon-Sidebar/03-Performance.png) top center no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin: -2px auto;
}

.icon-CareerManagement {
    background: url(../images/Icon-Sidebar/04-Career.png) top center no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin: -2px auto;
}

.icon-ETraining {
    background: url(../images/Icon-Sidebar/05-ETraining.png) top center no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin: -2px auto;
}

.icon-Compensation {
    background: url(../images/Icon-Sidebar/06-Compensation.png) top center no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin: -2px auto;
}

.icon-Download {
    background: url(../images/Icon-Sidebar/07-Download.png) top center no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin: -2px auto;
}

.icon-Setup {
    background: url(../images/Icon-Sidebar/08-Setup.png) top center no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin: -2px auto;
}

.icon-Report {
    background: url(../images/Icon-Sidebar/10-Report.png) top center no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin: -2px auto;
}
/*PE 20190627 [W20190627-031] : เพิ่ม Dashboard*/
.icon-Dashboard {
    background: url(../images/Icon-Sidebar/13-Dashboard.png) top center no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin: -2px auto;
}
/*PE 20190710 [W20190710-008] : เพิ่ม Administrator*/
.icon-Administrator {
    background: url(../images/Icon-Sidebar/14-Administrator.png) top center no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin: -2px auto;
}

.icon-UserManagement {
    background: url(../images/Icon-Sidebar/Administrator/UserManagement.png) top center no-repeat;
}

.icon-AuditTrailSetting {
    background: url(../images/Icon-Sidebar/Administrator/AuditTrailSetting.png) top center no-repeat;
}

.icon-AuditTrailViewer {
    background: url(../images/Icon-Sidebar/Administrator/AuditTrailViewer.png) top center no-repeat;
}

.icon-AuditTrailCleaning {
    background: url(../images/Icon-Sidebar/Administrator/AuditTrailCleaning.png) top center no-repeat;
}

.icon-RunningNumberSetting {
    background: url(../images/Icon-Sidebar/Administrator/RunningNumberSetting.png) top center no-repeat;
}
/*endregion Administator*/
.icon-ActivateLicense {
    background: url(../images/Icon-Sidebar/11-License.png) top center no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin: -2px auto;
}


/*-------------------------------- Icon For Mobile-----------------------------*/
.icon-Approve-Mobile {
    background: url(../images/Icon-Sidebar/Mobile/Approve-Center-M.png) top center no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
    background-size: 21px 21px;
}

.icon-Todolist-Mobile {
    background: url(../images/Icon-Sidebar/Mobile/Todolist-M.png) top center no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
    background-size: 21px 21px;
}

.icon-TodoList {
    background: url(../images/Icon-Sidebar/Mobile/Todolist-M.png) top center no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
    background-size: 21px 21px;
}

.icon-Settings-Mobile {
    background: url(../images/Icon-Sidebar/Mobile/Settings-M.png) top center no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
    background-size: 21px 21px;
}


.icon-Signout-Mobile {
    background: url(../images/Icon-Sidebar/Mobile/Signout-M.png) top center no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
    background-size: 21px 21px;
}


/*#endregion*/

/*#region icon menu for Setup*/
/*start for module setup*/
/*#region Approve Center*/
.icon-ApprovalPrivilege {
    background: url(../images/Icon-Sidebar/Setup/ApprovalPrivilege.png) top center no-repeat;
}

.icon-ApproveAgent {
    background: url(../images/Icon-Sidebar/Setup/ApproveAgent.png) top center no-repeat;
}

.icon-ApproveLevel {
    background: url(../images/Icon-Sidebar/Setup/ApproveLevel.png) top center no-repeat;
}

.icon-PermissionUser {
    background: url(../images/Icon-Sidebar/Setup/PermissionUser.png) top center no-repeat;
}
/*Modify by Anucha 20190806 [W20190723-011] : เพิ่มหน้าจอเปลี่ยนแปลงสิทธิ์การอนุมัติกรณีพ้นสภาพความเป็นพนักงาน ในระบบ HCM */
.icon-ChangeApprover {
    background: url(../images/Icon-Sidebar/Setup/ChangeApprover.png) top center no-repeat;
}
/*#endregion*/

/*#region General*/
.icon-DefinePermission {
    background: url(../images/Icon-Sidebar/Setup/DefinePermission.png) top center no-repeat;
}

.icon-DefineUOM {
    background: url(../images/Icon-Sidebar/Setup/DefineUOM.png) top center no-repeat;
}

.icon-DefineFracCurrency {
    background: url(../images/Icon-Sidebar/Setup/DefineFracCurrency.png) top center no-repeat;
}

.icon-UserLogin {
    background: url(../images/Icon-Sidebar/Setup/UserLogin.png) top center no-repeat;
}

.icon-ImportSetup {
    background: url(../images/Icon-Sidebar/Setup/ImportSetup.png) top center no-repeat;
}
/*#endregion*/

/*#region Organization*/
.icon-Branch {
    background: url(../images/Icon-Sidebar/Setup/Branch.png) top center no-repeat;
}

.icon-OrgConfig {
    background: url(../images/Icon-Sidebar/Setup/OrgConfig.png) top center no-repeat;
}

.icon-Organization {
    background: url(../images/Icon-Sidebar/Setup/Organization.png) top center no-repeat;
}

.icon-OrgUnit {
    background: url(../images/Icon-Sidebar/Setup/OrgUnit.png) top center no-repeat;
}

.icon-OrgUnitType {
    background: url(../images/Icon-Sidebar/Setup/OrgUnitType.png) top center no-repeat;
}

.icon-Position {
    background: url(../images/Icon-Sidebar/Setup/Position.png) top center no-repeat;
}
/*#endregion*/

/*#region Personnel*/
.icon-EmployeeGroup {
    background: url(../images/Icon-Sidebar/Setup/EmployeeGroup.png) top center no-repeat;
}

.icon-EmployeeLevel {
    background: url(../images/Icon-Sidebar/Setup/EmployeeLevel.png) top center no-repeat;
}

.icon-EmployeeRecord {
    background: url(../images/Icon-Sidebar/Setup/EmployeeRecord.png) top center no-repeat;
}

.icon-AssPermissionGroupUser {
    background: url(../images/Icon-Sidebar/Setup/AssPermissionGroupUser.png) top center no-repeat;
}
/*Modify by Anucha 20190523 [W20190523-005] : เพิ่มหน้าจอบันทึกพ้นสภาพความเป็นพนักงาน ในระบบ HCM */
.icon-Resignation {
    background: url(../images/Icon-Sidebar/Setup/EmployeeResignation.png) top center no-repeat;
}
/*Modify by Alongkon 20190816 [W20190805-054] : เพิ่มหน้าจอบันทึกผลงานดีเด่น ในระบบ HCM */
.icon-EmployeeReward {
    background: url(../images/Icon-Sidebar/Setup/EmployeeReward.png) top center no-repeat;
}

/*Modify by Alongkon 20191015 [W20190821-036] : เพิ่มหน้าจอบันทึกการลงโทษ ในระบบ HCM */
.icon-EmployeePunishment {
    background: url(../images/Icon-Sidebar/Setup/EmployeePunishment.png) top center no-repeat;
}

.icon-PermissionGroup {
    background: url(../images/Icon-Sidebar/Setup/PermissionGroup.png) top center no-repeat;
}
/*#endregion*/

/*#region Performance*/
.icon-RatingScale {
    background: url(../images/Icon-Sidebar/Setup/RatingScale.png) top center no-repeat;
}

.icon-KPIs {
    background: url(../images/Icon-Sidebar/Setup/KPIs.png) top center no-repeat;
}

.icon-ProficiencyLevel {
    background: url(../images/Icon-Sidebar/Setup/ProficiencyLevel.png) top center no-repeat;
}

.icon-OtherAssessmentTopic {
    background: url(../images/Icon-Sidebar/Setup/OtherAssessmentTopic.png) top center no-repeat;
}

.icon-Competency {
    background: url(../images/Icon-Sidebar/Setup/Competency.png) top center no-repeat;
}
/*PE 20190731 [W20190730-026] : เพิ่ม เปลี่ยนแปลงผู้ประเมิน*/
.icon-ChangeAssessor {
    background: url(../images/Icon-Sidebar/Setup/ChangeAssessor.png) top center no-repeat;
}
/*Anucha 20191005 [W20191008-006] : เพิ่ม หน้าจอ Import ข้อมูลการหักคะแนนประเมิน*/
.icon-DeScore {
    background: url(../images/Icon-Sidebar/Setup/PunishmentImport.png) top center no-repeat;
}
/*Alongkon 20200107 [W20200102-026] : Import การเพิ่มคะแนนประเมินจากเอกสารภายนอก  */
.icon-AddScore {
    background: url(../images/Icon-Sidebar/Setup/EmployeeRewardImport.png) top center no-repeat;
}
/*#endregion*/

/*Career Management*/
.icon-DefineJobFamily {
    background: url(../images/Icon-Sidebar/Setup/DefineJobFamily.png) top center no-repeat;
}

.icon-DefineJobRole {
    background: url(../images/Icon-Sidebar/Setup/DefineJobRole.png) top center no-repeat;
}

.icon-JobDescription {
    background: url(../images/Icon-Sidebar/Setup/JobDescription.png) top center no-repeat;
}

.icon-DefineRiskFactor {
    background: url(../images/Icon-Sidebar/Setup/DefineRiskFactor.png) top center no-repeat;
}

.icon-DefinePotential {
    background: url(../images/Icon-Sidebar/Setup/DefinePotential.png) top center no-repeat;
}

.icon-DefineCourseSubject {
    background: url(../images/Icon-Sidebar/Setup/DefineCourseSubject.png) top center no-repeat;
}

.icon-DefineCourseCurriculum {
    background: url(../images/Icon-Sidebar/Setup/DefineCourseCurriculum.png) top center no-repeat;
}

.icon-DefineEvaluateTopic {
    background: url(../images/Icon-Sidebar/Setup/DefineEvaluateTopic.png) top center no-repeat;
}

.icon-DefineEvaluateTemplate {
    background: url(../images/Icon-Sidebar/Setup/DefineEvaluateTemplate.png) top center no-repeat;
}

.icon-DefineActivity {
    background: url(../images/Icon-Sidebar/Setup/DefineActivity.png) top center no-repeat;
}

.icon-ActivitySurvey {
    background: url(../images/Icon-Sidebar/Setup/ActivitySurvey.png) top center no-repeat;
}
/*end for module setup*/
/*#endregion*/

/*#region icon menu for Performance*/
.icon-Appraisal {
    background: url(../images/Icon-Sidebar/Performance/Appraisal.png) top center no-repeat;
}

.icon-CompetencyApp {
    background: url(../images/Icon-Sidebar/Performance/CompetencyApp.png) top center no-repeat;
}

.icon-CompetencyEvaluate {
    background: url(../images/Icon-Sidebar/Performance/CompetencyEvaluate.png) top center no-repeat;
}

.icon-KPIAppraisal {
    background: url(../images/Icon-Sidebar/Performance/KPIAppraisal.png) top center no-repeat;
}

.icon-OtherAppraisal {
    background: url(../images/Icon-Sidebar/Performance/OtherAssessmentAppraisal.png) top center no-repeat;
}

.icon-OtherEvaluate {
    background: url(../images/Icon-Sidebar/Performance/OtherEvaluate.png) top center no-repeat;
}

.icon-KPIEntry {
    background: url(../images/Icon-Sidebar/Performance/KPIEntry.png) top center no-repeat;
}

.icon-KPIEvaluation {
    background: url(../images/Icon-Sidebar/Performance/KPIEvaluation.png) top center no-repeat;
}

.icon-SumofEvaluation {
    background: url(../images/Icon-Sidebar/Performance/SumofEvaluation.png) top center no-repeat;
}
/*PE 20190827 [W20190821-037] : เพิ่มหน้าจอ ปิดการประเมิน*/
.icon-CloseAssessment {
    background: url(../images/Icon-Sidebar/Performance/CloseAssessment.png) top center no-repeat;
}
/*#endregion*/
/*PE 20191210 [W20191202-046] : เพิ่มหน้าจอสรุปผลการประเมินประจำปี*/
.icon-AnnualEvalSum {
    background: url(../images/Icon-Sidebar/Performance/AnnualEvalSum.png) top center no-repeat;
}
/*PE 20200109 [W20200107-012] : เพิ่มหน้าจอแจ้งผลการประเมินผลการปฏิบัติงานสำหรับพนักงาน*/
.icon-InformPerformance {
    background: url(../images/Icon-Sidebar/Performance/InformPerformance.png) top center no-repeat;
}
/*PE 20200123 [W20200114-030] : เพิ่มหน้าจอ ขออนุมัติแก้ไขเอกสาร*/
.icon-ReviseDocument {
    background: url(../images/Icon-Sidebar/Performance/ReviseDocument.png) top center no-repeat;
}
/*#region icon menu for Strategy*/
.icon-Vision {
    background: url(../images/Icon-Sidebar/Strategy/Vision.png) top center no-repeat;
}

.icon-Mission {
    background: url(../images/Icon-Sidebar/Strategy/Mission.png) top center no-repeat;
}

.icon-Goal {
    background: url(../images/Icon-Sidebar/Strategy/Goal.png) top center no-repeat;
}

.icon-CascadeGoal {
    background: url(../images/Icon-Sidebar/Strategy/CascadeGoal.png) top center no-repeat;
}
/*#endregion*/

/*#region icon menu for Career Management*/
.icon-CareerPath {
    background: url(../images/Icon-Sidebar/CareerManagement/CareerPath.png) top center no-repeat;
}

.icon-EvaluateRequest {
    background: url(../images/Icon-Sidebar/CareerManagement/EvaluateRequest.png) top center no-repeat;
}

.icon-Evaluate {
    background: url(../images/Icon-Sidebar/CareerManagement/EvaluateRequest.png) top center no-repeat;
}

.icon-Summary {
    background: url(../images/Icon-Sidebar/Performance/SumofEvaluation.png) top center no-repeat;
}

.icon-IndividualDevelopment {
    background: url(../images/Icon-Sidebar/CareerManagement/IndividualDevelopment.png) top center no-repeat;
}

.icon-InterestedActivity {
    background: url(../images/Icon-Sidebar/CareerManagement/InterestedActivity.png) top center no-repeat;
}

.icon-Manpower {
    background: url(../images/Icon-Sidebar/CareerManagement/Manpower.png) top center no-repeat;
}

.icon-PotentialAss {
    background: url(../images/Icon-Sidebar/CareerManagement/PotentialAss.png) top center no-repeat;
}

.icon-PotentialAssessment {
    background: url(../images/Icon-Sidebar/CareerManagement/PotentialAss.png) top center no-repeat;
}

.icon-PotentialAssForm {
    background: url(../images/Icon-Sidebar/CareerManagement/PotentialAssForm.png) top center no-repeat;
}

.icon-RiskAss {
    background: url(../images/Icon-Sidebar/CareerManagement/RiskAss.png) top center no-repeat;
}

.icon-RiskAssessment {
    background: url(../images/Icon-Sidebar/CareerManagement/RiskAss.png) top center no-repeat;
}

.icon-RiskAssForm {
    background: url(../images/Icon-Sidebar/CareerManagement/RiskAssForm.png) top center no-repeat;
}

.icon-RiskManagement {
    background: url(../images/Icon-Sidebar/CareerManagement/RiskManagement.png) top center no-repeat;
}

.icon-SuccessionPlan {
    background: url(../images/Icon-Sidebar/CareerManagement/SuccessionPlan.png) top center no-repeat;
}

.icon-TracesOfIndividualDevelopmentPlan {
    background: url(../images/Icon-Sidebar/CareerManagement/TracesOfIndividualDevelopmentPlan.png) top center no-repeat;
}
/*Modified by Sarun 20190222 [W20190221-009] : เพิ่มการแสดงรูปรายงาน*/
.icon-subReport {
    background: url(../images/Icon-Sidebar/Report/subReport.png) top center no-repeat;
}
/*#endregion*/

/*#region Icon Manage*/
/*---------------------------------Icon Manage----------------------------------*/
.icon-DropdownList {
    background: url(../images/Icon-Manage/DropdownList.png) top center no-repeat;
    width: 14px;
    height: 16px;
    display: block;
    margin: 0 auto;
    border-radius: 2px;
}

.icon-Picker:before {
    content: "\f0ca";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #a9a8a8;
    font-size: 17px;
    padding-right: 0.5em;
    position: absolute;
    top: 3px;
    right: 0;
}

.icon-UserEnumPicker:before {
    content: "\f0ca";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #a9a8a8;
    font-size: 17px;
    padding-right: 0.5em;
    top: 8px;
    right: 30px;
    position: absolute;
    cursor: pointer;
    z-index: 10;
}

.icon-UserEnumPickerGrid:before {
    content: "\f0ca";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #a9a8a8;
    font-size: 17px;
    padding-right: 0.5em;
    top: 5px;
    position: absolute;
    cursor: pointer;
    right: 30px;
    z-index: 30;
}

.icon-UserEnumPickerGrid2:before {
    content: "\f0ca";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #a9a8a8;
    font-size: 17px;
    padding-right: 0.5em;
    top: 0px;
    position: absolute;
    cursor: pointer;
    left: 275px;
}

.icon-UserEnumPickerGrid3:before {
    content: "\f0ca";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #a9a8a8;
    font-size: 17px;
    padding-right: 0.5em;
    top: 0px;
    position: absolute;
    cursor: pointer;
    left: 175px;
}


/* หน้าจอ forget password*/
.icon-PickerCalendar {
    background: url(../images/Icon-Manage/PickerCalendar.png) top center no-repeat;
    width: 15px;
    height: 15px;
    text-align: center;
    vertical-align: middle;
    margin-left: -13px;
    cursor: pointer;
    position: absolute;
    background-size: 15px 15px;
}

.icon-Save1 {
    background: url(../images/Icon-Manage/Save1.png) top center no-repeat;
    width: 96px;
    height: 35px;
    display: block;
    margin: 0 auto;
    border-radius: 2px;
}

    .icon-Save1:hover, .icon-Save1-hover {
        background: url(../images/Icon-Manage/Save1-hover.png) top center no-repeat;
        width: 96px;
        height: 35px;
        display: block;
        margin: 0 auto;
        border-radius: 2px;
    }

.icon-ChooesSave {
    background: url(../images/Icon-Manage/Save-AS.png) top center no-repeat;
    width: 30px;
    height: 35px;
    display: block;
    margin: 0 auto;
    border-radius: 2px;
}

    .icon-ChooesSave:hover, .icon-ChooesSave-hover {
        background: url(../images/Icon-Manage/Save-As-hover.png) top center no-repeat;
        width: 30px;
        height: 35px;
        display: block;
        margin: 0 auto;
        border-radius: 2px;
    }

.icon-SaveAs {
    background: url(../images/Icon-Manage/SaveAs.png) top center no-repeat;
    width: 125px;
    height: 35px;
    display: block;
    margin: 0 auto;
    border-radius: 2px;
}

.icon-Savenew {
    background: url(../images/Icon-Manage/Savenew.png) top center no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
    border-radius: 2px;
    background-size: 20px 20px;
}

.icon-Savecopy {
    background: url(../images/Icon-Manage/Savecopy.png) top center no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
    border-radius: 2px;
    background-size: 20px 20px;
}

.icon-Saveclose {
    background: url(../images/Icon-Manage/Saveclose.png) top center no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
    border-radius: 2px;
    background-size: 20px 20px;
}


.icon-Checkbox {
    background: url(../images/Icon-Manage/Checkbox.png) top center no-repeat;
    width: 125px;
    height: 35px;
    display: block;
    margin: 0 auto;
    border-radius: 2px;
}

    .icon-Checkbox:hover, .icon-Checkbox-hover {
        background: url(../images/Icon-Manage/Checkbox-Hover.png) top center no-repeat;
        width: 125px;
        height: 35px;
        display: block;
        margin: 0 auto;
        color: #2B92F2 !important;
        border-radius: 2px;
    }

.icon-Bell {
    background: url(../images/Icon-Sidebar/Bell.png) top center no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    margin: 0 auto;
    border-radius: 2px;
    background-size: 18px 18px;
}

.icon-Bell-Normal {
    background: url(../images/Icon-Sidebar/Bell-Normal.png) top center no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    margin: 0 auto;
    color: #2B92F2 !important;
    border-radius: 2px;
    background-size: 18px 18px;
}

.icon-Information, .icon-Infor-Info {
    background: url(../images/Icon-Manage/Information.png) top center no-repeat;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background-size: 18px 18px;
    position: absolute;
    top: 7px;
    float: left;
    z-index: 100;
    margin: 0px 5px;
}

.title-menu {
    padding-left: 0px;
    padding-right: 0px;
    display: inline;
    position: relative;
    min-height: 1px;
    float: left;
    min-width: 265px;
    width: 30%;
}

/*.userbox a:hover{
    color: #eee !important;
    
}*/

.userbox.open .dropdown-menu a p {
    padding-top: 2px;
    margin: 0px 0px 5px;
    line-height: 14px;
}

.btnfrm {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 14px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}

    .btnfrm span {
        font-size: 15px;
        /*font-family: 'thai_sans_literegular';*/
    }

.btnSave {
    color: #fff;
    background-color: #1d9d74;
    border-color: #198764;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    border-radius: 4px 0px 0px 4px;
    width: 80px;
}

    .btnSave:active {
        color: #fff;
        background-color: #18906a;
        border-color: #0d694d;
    }

        .btnSave:active:hover {
            color: #fff;
            background-color: #0d694d;
            border-color: #075a41;
        }

    .btnSave:hover {
        color: #fff;
        background-color: #18906a;
        border-color: #0d694d;
    }

.btnSaveOpt {
    color: #fff;
    background-color: #1d9d74;
    border-color: #198764;
    width: 30px;
    border-radius: 0px 4px 4px 0px;
    border-left: 1px solid rgba(100, 185, 135, 0.98);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

    .btnSaveOpt:active {
        color: #fff;
        background-color: #18906a;
        border-color: #0d694d;
    }

        .btnSaveOpt:active:hover {
            color: #fff;
            background-color: #0d694d;
            border-color: #075a41;
        }

    .btnSaveOpt:hover {
        color: #fff;
        background-color: #18906a;
        border-color: #0d694d;
    }

.btnNew {
    color: #fff;
    background-color: #1d9d74;
    border-color: #198764;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    width: 100px;
}

    .btnNew:active {
        color: #fff;
        background-color: #18906a;
        border-color: #0d694d;
    }

        .btnNew:active:hover {
            color: #fff;
            background-color: #0d694d;
            border-color: #075a41;
        }

    .btnNew:hover {
        color: #fff;
        background-color: #18906a;
        border-color: #0d694d;
    }

.btnDelete {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    width: 100px;
}

    .btnDelete:active {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btnDelete:active:hover {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btnDelete:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }
/*--Alongkon 06012020 [W20200103-031] : ปรับ color button close ให้เป็นสีขาว--*/
.btnClose {
    color: #d2322d;
    background-color: #fff;
    border-color: #d43f3a;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    width: 110px;
}

    .btnClose:active {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btnClose:active:hover {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btnClose:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

.btnEnum {
    width: 31px !important;
    height: 30px !important;
    max-width: 31px !important;
    padding: 7px !important;
    border-radius: 55px !important;
}

.btnAdd {
    color: #fff;
    background-color: #1D89CF;
    border-color: #2a6496;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    width: 100px;
}

    .btnAdd:active {
        color: #fff;
        background-color: #3276B1;
        border-color: #2B92F2;
    }

        .btnAdd:active:hover {
            color: #fff;
            background-color: #3276B1;
            border-color: #2a6496;
        }

    .btnAdd:hover {
        color: #fff;
        background-color: #3276B1;
        border-color: #2B92F2;
    }
/*PE 20191105 [W20191105-003] : เพิ่มปุ่ม Copy Document*/
.btnCopyDoc {
    color: #fff;
    background-color: #F75002;
    border-color: #E44B03;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    width: 140px;
}

    .btnCopyDoc:active {
        color: #fff;
        background-color: #E44B03;
        border-color: #E44B03;
    }

        .btnCopyDoc:active:hover {
            color: #fff;
            background-color: #E44B03;
            border-color: #E44B03;
        }

    .btnCopyDoc:hover {
        color: #fff;
        background-color: #E44B03;
        border-color: #E44B03;
    }

/*Panjakit 20240318 [W20240311-005] : เพิ่มปุ่ม Import Data*/
.btnImportDoc {
    color: #fff;
    background-color: #F75002;
    border-color: #E44B03;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    width: 140px;
}

    .btnImportDoc:active {
        color: #fff;
        background-color: #E44B03;
        border-color: #E44B03;
    }

        .btnImportDoc:active:hover {
            color: #fff;
            background-color: #E44B03;
            border-color: #E44B03;
        }

    .btnImportDoc:hover {
        color: #fff;
        background-color: #E44B03;
        border-color: #E44B03;
    }

#information .popover {
    width: 300px;
    background-color: #eceef4;
}



.popover-content .info1 {
    padding-right: 30px;
}



.popover-content .info2 {
    padding-right: 15px;
}



.popover-content .info3 {
    padding-right: 20px;
}



.popover-content .info4 {
    padding-right: 5px;
}



.popover-content .divRow {
    margin-bottom: 10px;
}

.icon-Logoemailtemplate {
    background: url(../images/Icon-Manage/Logo_emailtemplate.png) top center no-repeat;
    width: 85px;
    height: 32px;
    display: block;
    margin: 0 auto;
    border-radius: 2px;
    background-size: 85px 28px;
}

.icon-Import {
    background: url(../images/Icon-Manage/Import.png) top center no-repeat;
    width: 125px;
    height: 35px;
    display: block;
    margin: 0 auto;
    border-radius: 2px;
}

    .icon-Import:hover, .icon-Import-hover {
        background: url(../images/Icon-Manage/Import-Hover.png) top center no-repeat;
        width: 125px;
        height: 35px;
        display: block;
        margin: 0 auto;
        color: #2B92F2 !important;
        border-radius: 2px;
    }

.k-pager-info {
    padding: 2px 16px;
    float: left;
    margin-top: 1px;
}

.form-horizontal {
    border-left: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ddl-org {
    float: right;
    margin-top: -22px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 10px;
}

.ddl-org-Info {
    margin-top: 0px;
    float: right;
    padding-right: 0px;
}

.ddl-org-Infosingle {
    margin-top: 0px;
    float: right;
    padding-right: 0px;
}

    .ddl-org-Infosingle .sort span.pointer {
        right: 0px !important;
    }

.ddl-org-index {
    margin-top: 0px;
    float: right;
    padding-right: 0px;
}

.font-messagebox-header {
    font-size: 25px;
    color: #0066CC;
}

.pad-b10 {
    padding-bottom: 10px !important;
}

.chk-control {
    margin: -17px 0px 0px 25px;
}

.font-normal {
    color: black;
}

.form-group-button {
    float: right;
    width: 100%;
    padding-right: 0px;
    padding-top: 7px;
}

.form-group-button-list {
    float: right;
    /*width: 360px;*/
    padding-right: 5px;
    padding-left: 5px;
}

.form-group-button-index {
    float: right;
    width: 240px;
    padding-right: 0px;
    padding-bottom: 7px;
}

.icon-update {
    background: url(../images/Icon-EventGrid/icon-update.png) no-repeat center;
    display: block;
    width: 24px;
    height: 24px;
}

.icon-add {
    background: url(../images/Icon-EventGrid/icon-add24.png) no-repeat center;
    display: block;
    width: 24px;
    height: 24px;
}

.icon-add-gray {
    background: url(../images/Icon-EventGrid/icon-add24-gray.png) no-repeat center;
    display: block;
    width: 24px;
    height: 24px;
    opacity: .5;
}

.icon-delete {
    background: url(../images/Icon-EventGrid/icon-delete24.png) no-repeat center;
    display: block;
    width: 24px;
    height: 24px;
}

.icon-delete-gray-24 {
    background: url(../images/Icon-EventGrid/icon-delete-gray-24.png) no-repeat center;
    display: block;
    width: 24px;
    height: 24px;
    opacity: .5;
}

.icon-edit {
    background: url(../images/Icon-EventGrid/icon-edit24.png) no-repeat center;
    display: block;
    width: 24px;
    height: 24px;
}

.icon-close {
    background: url(../images/Icon-EventGrid/icon-doc-close.png) no-repeat center;
    display: block;
    width: 24px;
    height: 24px;
}

.icon-save-s {
    background: url(../images/Icon-EventGrid/icon-save-16.png) no-repeat center;
    display: block;
    width: 16px;
    height: 16px;
}

.icon-saveas {
    background: url(../images/Icon-EventGrid/icon-saveas.png) center no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

.icon-saveas-gray {
    background: url(../images/Icon-EventGrid/icon-saveas-gray.png) center no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

.icon-update-s {
    background: url(../images/Icon-EventGrid/icon-update-16.png) no-repeat center;
    display: block;
    width: 16px;
    height: 16px;
}

.icon-add-s {
    background: url(../images/Icon-EventGrid/icon-add-16.png) no-repeat center;
    display: block;
    width: 16px;
    height: 16px;
}

.icon-delete-s {
    background: url(../images/Icon-EventGrid/icon-delete-16.png) no-repeat center;
    display: block;
    width: 16px;
    height: 16px;
}

.icon-delete-g {
    background: url(../images/Icon-EventGrid/icon-delete-gray-16.png) no-repeat center;
    display: block;
    width: 16px;
    height: 16px;
}

.icon-edit-s {
    background: url(../images/Icon-EventGrid/icon-edit-16.png) no-repeat center;
    display: block;
    width: 16px;
    height: 16px;
}

.icon-close-s {
    background: url(../images/Icon-EventGrid/icon-close-16.png) no-repeat center;
    display: block;
    width: 16px;
    height: 16px;
}

.icon-edit-gray-16 {
    background: url(../images/Icon-EventGrid/icon-edit-gray-16.png) no-repeat center;
    display: block;
    width: 16px;
    height: 16px;
    cursor: initial !important;
}

.icon-delete-gray {
    width: 16px;
    height: 16px;
    background: url(../images/Icon-EventGrid/icon-delete-gray-16.png) no-repeat;
    display: block;
    cursor: initial;
}

.icon-DeleteFile {
    background: url(../images/Icon-Manage/delete.png) top center no-repeat;
    height: 35px;
    display: block;
    margin: 0 auto;
    border-radius: 2px;
}

    .icon-DeleteFile:hover, .icon-DeleteFile-hover {
        background: url(../images/Icon-Manage/Delete-Hover.png) top center no-repeat;
        height: 35px;
        display: block;
        margin: 0 auto;
        color: #2B92F2 !important;
        border-radius: 2px;
    }
/*#endregion*/

/*#region con ApproveStatus*/
/*******************icon ApproveStatus********************/
.icon-i-status {
    width: 20px;
    height: 20px;
    margin: 0px 5px;
    border-radius: 2px;
    background-size: 20px 20px !important;
    position: absolute;
    float: left;
    z-index: 100;
    top: 7px;
}

.icon-W {
    background: url(../images/icon-Waiting.png) top center no-repeat;
}

.icon-Y {
    background: url(../images/icon-Approve.png) top center no-repeat;
}

.icon-N {
    background: url(../images/icon-NotApprove.png) top center no-repeat;
}

.icon-R {
    background: url(../images/icon-Rejected.png) top center no-repeat;
}
/*#endregion*/

/*#region Icon Module*/
/***************** Icon Module ********************/
.Home {
    background: url(../images/Icon-Sidebar/01-Home.png) top center no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
    color: #2B92F2 !important;
    background-size: 17px 17px;
}

.StrategyManagement {
    background: url(../images/Icon-Sidebar/02-Strategy.png) top center no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
    color: #2B92F2 !important;
    background-size: 17px 17px;
}

.PerformanceManagement {
    background: url(../images/Icon-Sidebar/03-Performance.png) top center no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
    color: #2B92F2 !important;
    background-size: 17px 17px;
}

.CareerManagement {
    background: url(../images/Icon-Sidebar/04-Career.png) top center no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
    color: #2B92F2 !important;
    background-size: 17px 17px;
}

.ETraining {
    background: url(../images/Icon-Sidebar/05-ETraining.png) top center no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
    color: #2B92F2 !important;
    background-size: 17px 17px;
}

.Compensation {
    background: url(../images/Icon-Sidebar/06-Compensation.png) top center no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
    color: #2B92F2 !important;
    background-size: 17px 17px;
}

.Download {
    background: url(../images/Icon-Sidebar/07-Download.png) top center no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
    color: #2B92F2 !important;
    background-size: 17px 17px;
}

.Setup {
    background: url(../images/Icon-Sidebar/08-Setup.png) top center no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
    color: #2B92F2 !important;
    background-size: 17px 17px;
}

.Configuration {
    background: url(../images/Icon-Sidebar/09-Configuration.png) top center no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
    color: #2B92F2 !important;
    background-size: 17px 17px;
}

.Report {
    background: url(../images/Icon-Sidebar/10-Report.png) top center no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
    color: #2B92F2 !important;
    background-size: 17px 17px;
}

/*#endregion*/

/************************************************************/
/********************Setting*****************************/
/************************************************************/
/*#region Setting*/
.icon-THi {
    background: url(../images/icon-THi.png) left bottom no-repeat;
    width: 30px;
    height: 22px;
    display: block;
    margin-right: -5px;
}

.icon-ENg {
    background: url(../images/icon-ENg.png) left bottom no-repeat;
    width: 30px;
    height: 22px;
    display: block;
}

.icon-THi-Enable {
    background: url(../images/icon-THi-Enable.png) left bottom no-repeat;
    width: 30px;
    height: 22px;
    display: block;
    margin-right: -5px;
}

.icon-ENg-Enable {
    background: url(../images/icon-ENg-Enable.png) left bottom no-repeat;
    width: 30px;
    height: 22px;
    display: block;
}

.icon-Yes {
    background: url(../images/icon_Activated.png) top center no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    margin: 0 auto;
    background-size: 16px 16px;
    cursor: pointer;
}

.icon-No {
    background: url(../images/icon_unactivate_license.png) top center no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    margin: 0 auto;
    background-size: 16px 16px;
    cursor: pointer;
}

.icon-Expired {
    background: url(../images/icon_Expired.png) bottom no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    margin: 0 auto;
    background-size: 16px 16px;
    cursor: pointer;
}



.font-label-topic {
    font-size: 25px;
    color: #0066CC;
}

#treeview {
    color: black;
}

.multiselect-container {
    /*width:230px;*/
    width: 100%;
}

.multiselect, .multiselect:hover, .multiselect:focus {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
    box-shadow: none;
}

    .multiselect b:before {
        content: "\f107";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        /*--adjust as necessary--*/
        color: #000;
        font-size: 18px;
        padding-right: 0.5em;
        position: absolute;
        top: 3px;
        right: 0;
    }

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.ddl-org-Info select:before {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 3px;
    right: 0;
}

.timeline .tm-body {
    position: relative;
    padding: 30px 0;
}

    .timeline .tm-body:after {
        background: #505050;
        background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #7db9e8));
        background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
        background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
        background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
        background: linear, to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%;
        content: '';
        display: block;
        height: 100%;
        left: 140px;
        margin-left: -2px;
        position: absolute;
        top: 0;
        width: 3px;
        z-index: 0;
        filter: alpha(opacity=35);
        opacity: 0.35;
    }

.timeline .tm-title {
    position: relative;
    display: inline-block;
    text-align: center;
    min-width: 200px;
    background-color: #fff;
    padding: 4px 5px;
    margin: 0 40px;
    z-index: 1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.timeline .tm-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .timeline .tm-items > li {
        position: relative;
        margin: 30px 0;
        padding: 0 0 0 190px;
        min-height: 65px;
        z-index: 1;
    }

        .timeline .tm-items > li .tm-datetime {
            position: absolute;
            top: 50%;
            left: 0;
            width: 100px;
            height: 48px;
            margin-top: -24px;
            text-align: right;
            z-index: 3;
        }

            .timeline .tm-items > li .tm-datetime .tm-datetime-time {
                color: #cccccc;
                font-size: 24px;
                font-size: 2.4rem;
                font-weight: 700;
                margin: 0;
                white-space: nowrap;
            }

        .timeline .tm-items > li .tm-icon {
            position: absolute;
            top: 50%;
            left: 140px;
            background-color: #ecedf0;
            border: 3px solid #cccccc;
            color: #cccccc;
            font-size: 28px;
            padding: 10px;
            width: 55px;
            height: 55px;
            text-align: center;
            line-height: 29px;
            margin-top: -28px;
            margin-left: -28px;
            z-index: 2;
            -webkit-border-radius: 28px;
            border-radius: 28px;
        }

        .timeline .tm-items > li .tm-box {
            position: relative;
            background: #fff;
            min-height: 65px;
            padding: 10px 20px;
            border: 1px solid #e9e9e9;
            -webkit-border-radius: 6px;
            border-radius: 6px;
        }

            .timeline .tm-items > li .tm-box:after {
                right: 100%;
                border: solid transparent;
                content: ' ';
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-right-color: #fff;
                border-width: 8px;
                top: 50%;
                margin-top: -8px;
                z-index: 2;
            }

            .timeline .tm-items > li .tm-box p:last-child {
                margin-bottom: 0;
            }

            .timeline .tm-items > li .tm-box .tm-meta {
                margin: 10px 0 0;
            }

                .timeline .tm-items > li .tm-box .tm-meta span {
                    display: inline-block;
                    padding-right: 8px;
                }

                    .timeline .tm-items > li .tm-box .tm-meta span:last-child, .timeline .tm-items > li .tm-box .tm-meta span:last-of-type {
                        padding-right: 0;
                    }

.timeline.timeline-simple .tm-body:after {
    left: 30px;
}

.timeline.timeline-simple .tm-body .tm-title {
    border: 1px solid #e9e9e9;
    margin: 0 10px;
}

.timeline.timeline-simple .tm-body .tm-items > li {
    padding: 0 0 0 55px;
}

    .timeline.timeline-simple .tm-body .tm-items > li:before {
        display: block;
        position: absolute;
        content: ' ';
        background: none repeat scroll 0 0 #cccccc;
        border-radius: 50%;
        box-shadow: 0 0 0 3px white, 0 0 0 6px #cccccc;
        height: 7px;
        left: 30px;
        top: 50%;
        width: 8px;
        margin-left: -4px;
        margin-top: -4px;
    }

    .timeline.timeline-simple .tm-body .tm-items > li .tm-box:before {
        left: -17px;
        border: solid transparent;
        content: ' ';
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-right-color: #e9e9e9;
        border-width: 8px;
        top: 50%;
        margin-top: -8px;
        z-index: 1;
    }

/*#endregion*/

/*#region Sidebar Right */
.sidebar-right {
    z-index: 1010;
}

    .sidebar-right .sidebar-right-wrapper {
        padding: 20px;
    }

    .sidebar-right h6 {
        margin: 0;
        color: #777777;
        text-transform: uppercase;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 600;
    }

    .sidebar-right .mobile-close {
        background: #000;
        color: #999;
        left: 0;
        line-height: 50px;
        padding-left: 20px;
        position: relative;
        overflow: hidden;
        width: 100%;
        text-align: left;
        text-decoration: none;
    }

        .sidebar-right .mobile-close i {
            margin-left: 5px;
            vertical-align: middle;
        }

        .sidebar-right .mobile-close:after {
            box-shadow: 0 0px 3px 0 rgba(255, 255, 255, 0.7);
            bottom: -1px;
            content: '';
            display: block;
            height: 1px;
            left: 0;
            position: absolute;
            right: 0;
        }

/*#endregion*/

/* Unstyle nano for non fixed layouts */
html.scroll .inner-menu .nano, html.scroll.no-overflowscrolling.custom-scroll .inner-menu .nano,
html.boxed .inner-menu .nano,
html.boxed.no-overflowscrolling.custom-scroll .inner-menu .nano {
    position: static;
    height: auto;
    overflow: visible;
    width: auto;
}

    html.scroll .inner-menu .nano > .nano-content, html.scroll.no-overflowscrolling.custom-scroll .inner-menu .nano > .nano-content,
    html.boxed .inner-menu .nano > .nano-content,
    html.boxed.no-overflowscrolling.custom-scroll .inner-menu .nano > .nano-content {
        position: static;
        overflow: visible;
    }



/* Content With Menu - Inner Menu Style */
.inner-menu {
    background: #1d2127;
    color: #abb4be;
    padding: 0;
    margin: 0;
}

    .inner-menu .title {
        color: #465162;
        font-weight: 600;
        margin: 10px 0;
        padding: 0;
        text-transform: uppercase;
    }

    .inner-menu hr.separator {
        background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.4), transparent);
        background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.4), transparent);
        background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.4), transparent);
        background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.4), transparent);
        margin: 20px -40px 20px;
    }

    .inner-menu a,
    .inner-menu a:hover {
        color: #abb4be;
    }

        .inner-menu a.menu-item {
            color: #abb4be;
            display: block;
            margin: 0 -35px 0 -35px;
            padding: 10px 50px 10px 50px;
            text-decoration: none;
        }

            .inner-menu a.menu-item:hover {
                background: #21262d;
                color: #abb4be;
                text-decoration: none;
            }

            .inner-menu a.menu-item.active {
                background: #282d36;
            }

            .inner-menu a.menu-item .label {
                font-weight: normal;
                font-size: 10px;
                font-size: 1rem;
                padding: .3em .7em .4em;
                margin: .2em -1em 0 0;
            }

    /* Content With Menu - Toggle */
    .inner-menu-toggle,
    .inner-menu .inner-menu-toggle-inside {
        background: #000;
        color: #999;
        left: 0;
        line-height: 52px;
        position: relative;
        overflow: hidden;
        text-align: left;
        text-decoration: none;
    }

        .inner-menu-toggle:after,
        .inner-menu .inner-menu-toggle-inside:after {
            box-shadow: 0 0px 3px 0 rgba(255, 255, 255, 0.7);
            bottom: -1px;
            content: '';
            display: block;
            height: 1px;
            left: 0;
            position: absolute;
            right: 0;
        }

        .inner-menu-toggle a,
        .inner-menu .inner-menu-toggle-inside a {
            display: block;
            padding-left: 20px;
            text-decoration: none;
        }

            .inner-menu-toggle a i,
            .inner-menu .inner-menu-toggle-inside a i {
                vertical-align: middle;
            }

        .inner-menu-toggle .inner-menu-collapse,
        .inner-menu .inner-menu-toggle-inside .inner-menu-collapse {
            display: none;
        }

        .inner-menu-toggle a i {
            margin-left: 5px;
        }

.inner-menu-toggle-inside {
    margin: -35px -35px 15px -35px;
}

    .inner-menu-toggle-inside .inner-menu-collapse i {
        margin-right: 5px;
    }

    .inner-menu-toggle-inside .inner-menu-expand i {
        margin-left: 5px;
    }

/* Content With Menu - Toggle - Outside */
.inner-menu-toggle {
    display: none;
}

/* Content With Menu - Inner Menu Content */
.inner-menu-content {
    display: none;
}

html.inner-menu-opened .inner-menu .inner-menu-toggle-inside .inner-menu-collapse {
    display: block;
}

html.inner-menu-opened .inner-menu-expand {
    display: none;
}

html.inner-menu-opened .inner-menu-content {
    display: block;
}



ul.nav-main {
    margin-right: 0px;
}

    ul.nav-main > li > a {
        padding: 12px 13px;
    }
    /*Alongkon 20191031 [W20191030-026] : เพิ่มกรณีที่เป็น tag p */
    ul.nav-main > li > div {
        padding: 12px 13px;
    }

    ul.nav-main > li > a:hover, ul.nav-main > li > a:focus {
        background-color: #D8EAFE;
        text-shadow: 1px 0px;
        color: #3276B1;
    }

    ul.nav-main > li.nav-active > a {
        box-shadow: 2px 0 0 #cccccc inset;
    }

        ul.nav-main > li.nav-active > a:hover {
            color: #3276B1;
        }

    ul.nav-main > li.nav-active > i {
        color: #cccccc;
    }

    ul.nav-main > li.nav-expanded > a {
        background: #ECEEF4;
    }

    ul.nav-main li a {
        color: #000;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        ul.nav-main li a span.label {
            font-weight: normal;
            font-size: 10px;
            font-size: 1rem;
            padding: .3em .7em .4em;
            margin: .4em -1em 0 0;
        }

        ul.nav-main li a .not-included {
            font-style: normal;
            color: #505b67;
            display: inline-block;
            padding: 0 0 0 6px;
        }

    ul.nav-main li span {
        vertical-align: middle;
        font-family: Sarabun-Regular;
        font-size: 13px;
        font-size: 1.3rem;
    }

    ul.nav-main li i {
        font-size: 18px;
        font-size: 1.8rem;
        width: 1.2em;
        margin-right: 0.5em;
        text-align: center;
        vertical-align: middle;
        float: left;
    }

    ul.nav-main li.bordertop {
        border-top: 1px dotted #CCCCCC;
    }

    ul.nav-main li.nav-parent {
        position: relative;
        /*border-top: 1px solid #CCCCCC;*/
    }

        ul.nav-main li.nav-parent > a {
            cursor: pointer;
        }

            ul.nav-main li.nav-parent > a:after {
                font-family: 'FontAwesome';
                content: '\f054';
                font-size: 16px;
                font-size: 1.3rem;
                color: #6795E3;
                position: absolute;
                right: 0;
                top: 0;
                padding: 14px 15px;
            }

    ul.nav-main li.nav-expanded > a:after {
        color: #ffffff !important;
    }

    ul.nav-main li.nav-parent.nav-expanded > a:after {
        content: '\f078';
    }

    ul.nav-main li.nav-parent.nav-expanded ul.nav-children {
        display: block;
    }

    ul.nav-main li.nav-parent.nav-expanded ul.nav-folder {
        display: block;
    }

    ul.nav-main li .nav-children {
        background: #ECEEF4;
        display: none;
        padding: 5px 0px 0px 0px;
    }

        ul.nav-main li .nav-children li a {
            padding: 10px;
            font-size: 17px;
            margin-left: 10px;
        }

            ul.nav-main li .nav-children li a:hover, ul.nav-main li .nav-children li a:focus {
                background: #D8EAFE;
                border-radius: 7px;
                color: #3276B1;
                font-size: 18px;
            }

        ul.nav-main li .nav-children li.nav-active > a {
            color: #cccccc;
        }

        ul.nav-main li .nav-children li {
            padding-left: 0;
        }

    ul.nav-main li .nav-folder {
        background: #ECEEF4;
        display: none;
        padding: 5px 0px;
    }

        /*ul.nav-main li .nav-folder li a {
            padding: 10px;
            font-size: 17px;
            margin-left: 10px;
        }

            ul.nav-main li .nav-folder li a:hover, ul.nav-main li .nav-folder li a:focus {
                background: #E4F2FF;
                border-radius: 7px;
                color: #3276B1;
            }*/

        ul.nav-main li .nav-folder span {
            margin-left: 25px;
        }

        ul.nav-main li .nav-folder li.nav-active > a {
            color: #cccccc;
        }

.icon-rightList:after {
    font-family: 'FontAwesome';
    content: '\f105';
    font-size: 16px;
    font-size: 2.5rem;
    color: #6795E3;
    position: absolute;
    right: 0;
    top: 0;
    font-style: normal;
}

/* Page Header */
.page-header {
    z-index: 1001;
}

    .page-header h2 {
        color: #FFF;
        /*border-bottom: 4px solid #cccccc;*/
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        display: inline-block;
        float: left;
        height: 50px;
        font-size: 20px;
        font-size: 2rem;
        letter-spacing: normal;
        line-height: 50px;
        margin: 0 0 0 -1px;
        padding: 0 22px 0 20px;
    }

    .page-header .right-wrapper {
        float: right;
    }

    .page-header .breadcrumbs {
        display: inline-block;
        font-size: 0;
        line-height: 35px;
        margin: 0;
        padding: 0;
    }

        .page-header .breadcrumbs li {
            color: #c3c3c3;
            display: inline-block;
            font-weight: 300;
        }

            .page-header .breadcrumbs li:after {
                /*content: '/';*/
                display: inline-block;
                font-size: 18px;
                margin: 0 10px;
                vertical-align: middle;
            }

            .page-header .breadcrumbs li:last-child:after {
                /*display: none;*/
            }

        .page-header .breadcrumbs .fa-home {
            font-size: 20px;
            font-size: 2rem;
        }

        .page-header .breadcrumbs i {
            vertical-align: middle;
        }

        .page-header .breadcrumbs a,
        .page-header .breadcrumbs span {
            color: #000;
            display: inline-block;
            font-size: 18px;
            line-height: 20px;
            vertical-align: middle;
            font-weight: initial;
            font-family: Sarabun-Regular;
            font-size: 13px;
            font-size: 1.3rem;
        }

    .page-header .sidebar-right-toggle {
        cursor: pointer;
        color: #c3c3c3;
        display: inline-block;
        font-size: 17px;
        margin: 0 0 0 10px;
        height: 50px;
        width: 50px;
        vertical-align: top;
        text-align: center;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

        .page-header .sidebar-right-toggle i {
            line-height: 53px;
            vertical-align: middle;
        }

        .page-header .sidebar-right-toggle:hover {
            color: #cccccc;
        }

/* Header Dark - Page Header */
html.header-dark .page-header {
    border-left-color: #171717;
}

html.sidebar-right-opened .page-header .sidebar-right-toggle i:before {
    content: "\f054";
}

/* Headings */
h1,
h2,
h3,
.h1,
.h2,
.h3 {
    letter-spacing: -1px;
}

h1,
.h1 {
    font-size: 36px;
    font-size: 3.6rem;
}

h2,
.h2 {
    font-size: 30px;
    font-size: 3rem;
}

h3,
.h3 {
    font-size: 24px;
    font-size: 2.4rem;
}

h4,
.h4 {
    font-size: 18px;
    font-size: 1.8rem;
}

h5,
.h5 {
    font-size: 16px;
    font-size: 1.6rem;
}

h6,
.h6 {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0;
}

/* Alternative Font Style */
.alternative-font {
    color: #cccccc;
    font-family: "Shadows Into Light", cursive;
    font-size: 1.6em;
}

/* Drop Caps */
p.drop-caps:first-child:first-letter {
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding: 4px;
    margin-right: 5px;
    margin-top: 5px;
    font-family: Georgia;
    color: #171717;
}

p.drop-caps.secundary:first-child:first-letter {
    background-color: #171717;
    color: #FFF;
    padding: 6px;
    margin-right: 5px;
    border-radius: 4px;
}

p.drop-caps.colored:first-child:first-letter {
    color: #cccccc;
}

p.drop-caps.colored.secundary:first-child:first-letter {
    background-color: #cccccc;
    color: #FFF;
}

/* Blockquote */
blockquote {
    font-size: 1em;
}

/* Hightlight */
.highlight {
    background-color: #cccccc;
    color: #FFF;
    padding: 3px 6px;
}

/* Divider Line */
hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    margin: 22px 0 22px 0;
}

    hr.short {
        margin: 11px 0 11px 0;
    }

    hr.tall {
        margin: 44px 0 44px 0;
    }

    hr.taller {
        margin: 66px 0 66px 0;
    }

    hr.light {
        background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
        background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
        background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
        background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    }

    hr.dotted {
        height: 0;
        border-bottom: 1px dotted #ddd;
    }

    hr.solid {
        height: 0;
        border-bottom: 1px solid #ddd;
    }

/* Buttons Icon */
.btn-icon i {
    margin-right: 10px;
}

.btn-icon-right i {
    margin-right: 0;
    margin-left: 10px;
}

/* Form Elements */
input {
    outline: none;
}

label {
    font-weight: normal;
}

textarea {
    resize: vertical;
}

    textarea[data-toggle=autosize] {
        -webkit-transition: height 0.15s ease-in;
        -moz-transition: height 0.15s ease-in;
        transition: height 0.15s ease-in;
    }

select {
    border: 1px solid #E5E7E9;
    border-radius: 6px;
    height: 46px;
    padding: 12px;
    outline: none;
}

/* Forms Validations */
label.valid {
    display: inline-block;
    text-indent: -9999px;
}

label.error {
    color: #C10000;
    font-size: 0.9em;
    margin-top: -5px;
    padding: 0;
}

/* Miscellaneous */
body a, body a:focus, body a:hover, body a:active, body a:visited {
    outline: none !important;
    text-decoration: none;
}

.center {
    text-align: center;
}

ul,
ol {
    margin-bottom: 0;
    padding-left: 27px;
}

blockquote.primary {
    border-color: #cccccc;
}

blockquote.success {
    border-color: #47a447;
}

blockquote.warning {
    border-color: #ed9c28;
}

blockquote.danger {
    border-color: #d2322d;
}

blockquote.info {
    border-color: #5bc0de;
}

blockquote.dark {
    border-color: #171717;
}

.well.primary {
    background: #cccccc;
    border-color: #b3b3b3;
    color: white;
}

.well.success {
    background: #47a447;
    border-color: #388038;
    color: white;
}

.well.warning {
    background: #ed9c28;
    border-color: #d18211;
    color: white;
}

.well.danger {
    background: #d2322d;
    border-color: #a82824;
    color: white;
}

.well.info {
    background: #5bc0de;
    border-color: #31b0d5;
    color: white;
}

.well.dark {
    background: #171717;
    border-color: black;
    color: white;
}

.text-xs {
    font-size: 10px;
    font-size: 1rem;
}

.text-sm {
    font-size: 13px;
    font-size: 1.3rem;
}

.text-md {
    font-size: 16px;
    font-size: 1.6rem;
}

.text-lg {
    font-size: 19px;
    font-size: 1.9rem;
}

.text-xl {
    font-size: 22px;
    font-size: 2.2rem;
}

.text-muted {
    color: #999999 !important;
}

.text-primary {
    color: #cccccc !important;
}

.text-secondary {
    color: #e36159 !important;
}

.text-tertiary {
    color: #2baab1 !important;
}

.text-quartenary {
    color: #734ba9 !important;
}

.text-success {
    color: #47a447 !important;
}

.text-warning {
    color: #ed9c28 !important;
}

.text-danger {
    color: #d2322d !important;
}

.text-info {
    color: #5bc0de !important;
}

.text-dark {
    color: #171717 !important;
}

.text-primary-inverse {
    color: white !important;
}

.text-secondary-inverse {
    color: white !important;
}

.text-tertiary-inverse {
    color: white !important;
}

.text-quartenary-inverse {
    color: white !important;
}

.text-success-inverse {
    color: white !important;
}

.text-warning-inverse {
    color: white !important;
}

.text-danger-inverse {
    color: white !important;
}

.text-info-inverse {
    color: white !important;
}

.text-dark-inverse {
    color: white !important;
}

/* weights */
.text-light {
    font-weight: 300;
}

.text-normal {
    font-weight: 400;
}

.text-semibold {
    font-weight: 600;
}

.text-bold {
    font-weight: 700;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.rounded {
    border-radius: 5px;
}

.b-thin {
    border-width: 3px;
}

.b-normal {
    border-width: 5px;
}

.b-thick {
    border-width: 7px;
}

/* Spacements */
/* spacement top & bottom */
.m-none {
    margin: 0 !important;
}

.m-auto {
    margin: 0 auto !important;
}

.m-xs {
    margin: 5px !important;
}

.m-sm {
    margin: 10px !important;
}

.m-md {
    margin: 15px !important;
}

.m-lg {
    margin: 20px !important;
}

.m-xl {
    margin: 25px !important;
}

.m-xlg {
    margin: 30px !important;
}

/* spacement top	*/
.mt-none {
    margin-top: 0 !important;
}

.mt-xs {
    margin-top: 5px !important;
}

.mt-sm {
    margin-top: 10px !important;
}

.mt-md {
    margin-top: 15px !important;
}

.mt-lg {
    margin-top: 20px !important;
}

.mt-xl {
    margin-top: 25px !important;
}

.mt-xlg {
    margin-top: 30px !important;
}

/* spacement bottom	*/
.mb-none {
    margin-bottom: 0 !important;
}

.mb-xs {
    margin-bottom: 5px !important;
}

.mb-sm {
    margin-bottom: 10px !important;
}

.mb-md {
    margin-bottom: 15px !important;
}

.mb-lg {
    margin-bottom: 20px !important;
}

.mb-xl {
    margin-bottom: 25px !important;
}

.mb-xlg {
    margin-bottom: 30px !important;
}

/* spacement left	*/
.mr-none {
    margin-left: 0 !important;
}

.ml-xs {
    margin-left: 5px !important;
}

.ml-sm {
    margin-left: 10px !important;
}

.ml-md {
    margin-left: 15px !important;
}

.ml-lg {
    margin-left: 20px !important;
}

.ml-xl {
    margin-left: 25px !important;
}

.ml-xlg {
    margin-left: 30px !important;
}

/* spacement right	*/
.mr-none {
    margin-right: 0 !important;
}

.mr-xs {
    margin-right: 5px !important;
}

.mr-sm {
    margin-right: 10px !important;
}

.mr-md {
    margin-right: 15px !important;
}

.mr-lg {
    margin-right: 20px !important;
}

.mr-xl {
    margin-right: 25px !important;
}

.mr-xlg {
    margin-right: 30px !important;
}

/* Spacement Padding */
.p-none {
    padding: 0 !important;
}

.p-xs {
    padding: 5px !important;
}

.p-sm {
    padding: 10px !important;
}

.p-md {
    padding: 15px !important;
}

.p-lg {
    padding: 20px !important;
}

.p-xl {
    padding: 25px !important;
}

.p-xlg {
    padding: 30px !important;
}

/* spacement top	*/
.pt-none {
    padding-top: 0 !important;
}

.pt-xs {
    padding-top: 5px !important;
}

.pt-sm {
    padding-top: 10px !important;
}

.pt-md {
    padding-top: 15px !important;
}

.pt-lg {
    padding-top: 20px !important;
}

.pt-xl {
    padding-top: 25px !important;
}

.pt-xlg {
    padding-top: 30px !important;
}

/* spacement bottom	*/
.pb-none {
    padding-bottom: 0 !important;
}

.pb-xs {
    padding-bottom: 5px !important;
}

.pb-sm {
    padding-bottom: 10px !important;
}

.pb-md {
    padding-bottom: 15px !important;
}

.pb-lg {
    padding-bottom: 20px !important;
}

.pb-xl {
    padding-bottom: 25px !important;
}

.pb-xlg {
    padding-bottom: 30px !important;
}

/* spacement left	*/
.pr-none {
    padding-left: 0 !important;
}

.pl-xs {
    padding-left: 5px !important;
}

.pl-sm {
    padding-left: 10px !important;
}

.pl-md {
    padding-left: 15px !important;
}

.pl-lg {
    padding-left: 20px !important;
}

.pl-xl {
    padding-left: 25px !important;
}

.pl-xlg {
    padding-left: 30px !important;
}

/* spacement right	*/
.pr-none {
    padding-right: 0 !important;
}

.pr-xs {
    padding-right: 5px !important;
}

.pr-sm {
    padding-right: 10px !important;
}

.pr-md {
    padding-right: 15px !important;
}

.pr-lg {
    padding-right: 20px !important;
}

.pr-xl {
    padding-right: 25px !important;
}

.pr-xlg {
    padding-right: 30px !important;
}

.ib {
    display: inline-block;
    vertical-align: top;
}

.va-middle {
    vertical-align: middle;
}

.bg-default {
    background: #ebebeb;
    color: #777777;
}

.bg-primary {
    background: #cccccc;
    color: white;
}

.bg-secondary {
    background: #e36159;
    color: white;
}

.bg-tertiary {
    background: #2baab1;
    color: white;
}

.bg-quartenary {
    background: #734ba9;
    color: white;
}

.bg-success {
    background: #47a447;
    color: white;
}

.bg-warning {
    background: #ed9c28;
    color: white;
}

.bg-danger {
    background: #d2322d;
    color: white;
}

.bg-info {
    background: #5bc0de;
    color: white;
}

.bg-dark {
    background: #171717;
    color: white;
}

/* Arrows */
.arrow {
    /*background: transparent url(../images/arrows.png) no-repeat 0 0;*/
    width: 47px;
    height: 120px;
    display: inline-block;
    position: relative;
}

    .arrow.vtl {
        background-position: 0 0;
        width: 47px;
        height: 96px;
    }

    .arrow.vtr {
        background-position: -101px 0;
        width: 47px;
        height: 96px;
    }

    .arrow.vbl {
        background-position: 0 -144px;
        width: 47px;
        height: 96px;
    }

    .arrow.vbr {
        background-position: -101px -144px;
        width: 47px;
        height: 96px;
    }

    .arrow.hlt {
        background-position: -209px 0;
        width: 120px;
        height: 47px;
    }

    .arrow.hlb {
        background-position: -209px -101px;
        width: 120px;
        height: 47px;
    }

    .arrow.hrt {
        background-position: -353px 0;
        width: 120px;
        height: 47px;
    }

    .arrow.hrb {
        background-position: -353px -101px;
        width: 120px;
        height: 47px;
    }

.img-thumbnail {
    border-radius: 8px;
    position: relative;
}

    .img-thumbnail .zoom {
        display: block;
        position: absolute;
        right: 8px;
        bottom: 8px;
        height: 30px;
        width: 30px;
        padding: 6px;
        line-height: 18px;
        background: #CCC;
        border-radius: 100%;
        color: #FFF;
        text-align: center;
    }

        .img-thumbnail .zoom i {
            position: relative;
            top: -1px;
            left: -1px;
        }

/* Thumbnail Gallery */
.thumbnail-gallery {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

    .thumbnail-gallery .img-thumbnail,
    .thumbnail-gallery .thumbnail {
        margin: 10px 10px 0 0;
    }

/* Form - iOS Override */
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"],
textarea {
    -webkit-appearance: none;
}

    .form-control::-webkit-input-placeholder,
    input[type="text"]::-webkit-input-placeholder,
    input[type="password"]::-webkit-input-placeholder,
    input[type="datetime"]::-webkit-input-placeholder,
    input[type="datetime-local"]::-webkit-input-placeholder,
    input[type="date"]::-webkit-input-placeholder,
    input[type="month"]::-webkit-input-placeholder,
    input[type="time"]::-webkit-input-placeholder,
    input[type="week"]::-webkit-input-placeholder,
    input[type="number"]::-webkit-input-placeholder,
    input[type="email"]::-webkit-input-placeholder,
    input[type="url"]::-webkit-input-placeholder,
    input[type="search"]::-webkit-input-placeholder,
    input[type="tel"]::-webkit-input-placeholder,
    input[type="color"]::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #bdbdbd;
    }

    .form-control::-moz-placeholder,
    input[type="text"]::-moz-placeholder,
    input[type="password"]::-moz-placeholder,
    input[type="datetime"]::-moz-placeholder,
    input[type="datetime-local"]::-moz-placeholder,
    input[type="date"]::-moz-placeholder,
    input[type="month"]::-moz-placeholder,
    input[type="time"]::-moz-placeholder,
    input[type="week"]::-moz-placeholder,
    input[type="number"]::-moz-placeholder,
    input[type="email"]::-moz-placeholder,
    input[type="url"]::-moz-placeholder,
    input[type="search"]::-moz-placeholder,
    input[type="tel"]::-moz-placeholder,
    input[type="color"]::-moz-placeholder,
    textarea::-moz-placeholder {
        color: #bdbdbd;
    }

    .form-control:-ms-input-placeholder,
    input[type="text"]:-ms-input-placeholder,
    input[type="password"]:-ms-input-placeholder,
    input[type="datetime"]:-ms-input-placeholder,
    input[type="datetime-local"]:-ms-input-placeholder,
    input[type="date"]:-ms-input-placeholder,
    input[type="month"]:-ms-input-placeholder,
    input[type="time"]:-ms-input-placeholder,
    input[type="week"]:-ms-input-placeholder,
    input[type="number"]:-ms-input-placeholder,
    input[type="email"]:-ms-input-placeholder,
    input[type="url"]:-ms-input-placeholder,
    input[type="search"]:-ms-input-placeholder,
    input[type="tel"]:-ms-input-placeholder,
    input[type="color"]:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #bdbdbd;
    }

/* Form - Bootstrap Override */
.btn-lg,
.btn-group-lg > .btn {
    line-height: 1.334;
}

select.input-sm, select.input-lg {
    line-height: 1;
}

/* Form - Custom Fields */
.required {
    display: inline-block;
    color: #d2322d;
    font-size: 0.8em;
    font-weight: bold;
    position: relative;
    top: -0.2em;
}

label.error {
    color: #B94A48;
    margin-top: 2px;
}

/* Form - Group Override */
.form-group:after {
    clear: both;
    display: block;
    content: '';
}

.form-group:last-child, .form-group:last-of-type {
    margin-bottom: 0;
}

/* Form - Bordered */
.form-bordered .form-group {
    border-bottom: 1px solid #eff2f7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

    .form-bordered .form-group:last-child, .form-bordered .form-group:last-of-type {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

/* Form - Vertical Group / Stacked */
.form-group-vertical {
    position: relative;
    white-space: nowrap;
}

    .form-group-vertical .form-control {
        border-radius: 0;
        margin-top: -1px;
        z-index: 1;
    }

        .form-group-vertical .form-control:first-child, .form-group-vertical .form-control:first-of-type {
            border-radius: 4px 4px 0 0;
        }

        .form-group-vertical .form-control:last-child, .form-group-vertical .form-control:last-of-type {
            border-radius: 0 0 4px 4px;
        }

        .form-group-vertical .form-control:focus {
            position: relative;
            z-index: 2;
        }

    .form-group-vertical .input-group {
        margin-top: -1px;
    }

        .form-group-vertical .input-group .form-control {
            margin-top: 0;
        }

        .form-group-vertical .input-group:first-child .input-group-addon, .form-group-vertical .input-group:first-of-type .input-group-addon {
            border-radius: 4px 0 0 0;
        }

        .form-group-vertical .input-group:first-child .form-control, .form-group-vertical .input-group:first-of-type .form-control {
            border-radius: 0 4px 0 0;
        }

        .form-group-vertical .input-group:last-child .input-group-addon, .form-group-vertical .input-group:last-of-type .input-group-addon {
            border-radius: 0 0 0 4px;
        }

        .form-group-vertical .input-group:last-child .form-control, .form-group-vertical .input-group:last-of-type .form-control {
            border-radius: 0 0 4px 0;
        }

        .form-group-vertical .input-group.input-group-icon:first-child .input-group-addon, .form-group-vertical .input-group.input-group-icon:first-of-type .input-group-addon {
            border-radius: 4px 4px 0 0;
        }

        .form-group-vertical .input-group.input-group-icon:first-child .form-control, .form-group-vertical .input-group.input-group-icon:first-of-type .form-control {
            border-radius: 4px 4px 0 0;
        }

        .form-group-vertical .input-group.input-group-icon:last-child .input-group-addon, .form-group-vertical .input-group.input-group-icon:last-of-type .input-group-addon {
            border-radius: 0 0 4px 4px;
        }

        .form-group-vertical .input-group.input-group-icon:last-child .form-control, .form-group-vertical .input-group.input-group-icon:last-of-type .form-control {
            border-radius: 0 0 4px 4px;
        }

/* Form - Input Override */
.input-lg {
    border-radius: 4px;
}

/* Form - Input Icon */
.input-group-icon,
.input-search {
    width: 100%;
    /*table-layout: fixed;*/
}

    .input-group-icon input.form-control,
    .input-search input.form-control {
        font-size: 18px;
        /*font-size: 1.2rem;*/
        padding-right: 36px;
    }

        .input-group-icon input.form-control:first-child, .input-group-icon input.form-control:last-child,
        .input-search input.form-control:first-child,
        .input-search input.form-control:last-child {
            border-radius: 4px;
        }

    .input-group-icon .input-group-btn,
    .input-search .input-group-btn {
        border-radius: 500px;
        width: 0;
    }

        .input-group-icon .input-group-btn:first-child, .input-group-icon .input-group-btn:last-child,
        .input-search .input-group-btn:first-child,
        .input-search .input-group-btn:last-child {
            border-radius: 500px;
        }

        .input-group-icon .input-group-btn button,
        .input-search .input-group-btn button {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            border: 0;
            z-index: 3;
            background: transparent;
        }

            .input-group-icon .input-group-btn button:active,
            .input-search .input-group-btn button:active {
                -webkit-box-shadow: none;
                box-shadow: none;
            }

        .input-group-icon .input-group-btn:last-child button,
        .input-search .input-group-btn:last-child button {
            left: auto;
            right: 0;
        }

        .input-group-icon .input-group-btn + input.form-control,
        .input-search .input-group-btn + input.form-control {
            padding-right: 12px;
            padding-left: 36px;
        }

    .input-group-icon .input-group-addon,
    .input-search .input-group-addon {
        position: relative;
        padding: 0;
        border: 0 none;
        width: 0;
        cursor: pointer;
    }

        .input-group-icon .input-group-addon span.icon,
        .input-search .input-group-addon span.icon {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border: 0;
            z-index: 3;
            width: auto;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            /*padding: 7px 12px;*/
            background: transparent;
            line-height: 1.42857143;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            /*pointer-events: none;*/
        }

            .input-group-icon .input-group-addon span.icon.icon-lg,
            .input-search .input-group-addon span.icon.icon-lg {
                padding: 10px 14px;
                font-size: 18px;
            }

        .input-group-icon .input-group-addon:last-child span.icon,
        .input-search .input-group-addon:last-child span.icon {
            left: auto;
            right: 0;
        }

        .input-group-icon .input-group-addon + input.form-control,
        .input-search .input-group-addon + input.form-control {
            padding-right: 12px;
            padding-left: 36px;
        }

/* Form - Input Search */
.input-search {
    width: 100%;
}

    .input-search input.form-control:focus {
        border-color: #ccc;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .input-search .input-group-btn {
        color: #ccc;
    }

        .input-search .input-group-btn .btn {
            padding-left: 15px;
        }

        .input-search .input-group-btn .btn-default {
            color: #ccc;
        }

/* Form - Round Input */
input.input-rounded {
    -webkit-border-radius: 500px;
    border-radius: 500px;
}

.input-group-rounded input.form-control,
.input-search input.form-control {
    -webkit-border-radius: 500px;
    border-radius: 500px;
}

    .input-group-rounded input.form-control:first-child, .input-group-rounded input.form-control:last-child,
    .input-search input.form-control:first-child,
    .input-search input.form-control:last-child {
        border-radius: 3px;
    }

.input-group-rounded .input-group-addon:first-child,
.input-search .input-group-addon:first-child {
    border-radius: 500px 0 0 500px;
}

.input-group-rounded .input-group-addon:last-child,
.input-search .input-group-addon:last-child {
    border-radius: 0 500px 500px 0;
}

/* Form - Custom Checkbox */
.checkbox-custom {
    position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 7px;
    margin-top: 0;
}

    .checkbox-custom.checkbox-inline {
        display: inline-block;
        vertical-align: middle;
    }

.form-group .checkbox-custom.checkbox-inline {
    margin-top: 7px;
    padding-top: 0;
}

.checkbox-custom:last-child, .checkbox-custom:last-of-type {
    margin-bottom: 0;
}

.checkbox-custom input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -6px 0 0 0;
    z-index: 2;
    cursor: pointer;
}

    .checkbox-custom input[type="checkbox"]:checked + label:after {
        position: absolute;
        display: inline-block;
        font-family: 'FontAwesome';
        content: '\F00C';
        top: 50%;
        left: 4px;
        margin-top: -5px;
        font-size: 11px;
        line-height: 1;
        width: 16px;
        height: 16px;
        color: #333;
    }

    .checkbox-custom input[type="checkbox"]:disabled {
        cursor: not-allowed;
    }

        .checkbox-custom input[type="checkbox"]:disabled:checked + label:after {
            color: #999;
        }

        .checkbox-custom input[type="checkbox"]:disabled + label {
            cursor: not-allowed;
        }

            .checkbox-custom input[type="checkbox"]:disabled + label:before {
                background-color: #eee;
            }

.checkbox-custom label {
    cursor: pointer;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.2;
    color: white;
}

    .checkbox-custom label:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -9px;
        width: 19px;
        height: 18px;
        display: inline-block;
        border-radius: 2px;
        border: 1px solid #bbb;
        background: #fff;
    }

    .checkbox-custom label + label.error {
        display: block;
    }

.checkbox-primary input[type="checkbox"]:checked + label:after {
    color: #fff;
}

.checkbox-primary label:before {
    background: #3276B1;
    border-color: #bfbfbf;
}

.checkbox-text-primary input[type="checkbox"]:checked + label:after {
    color: #cccccc;
}

.checkbox-success input[type="checkbox"]:checked + label:after {
    color: #fff;
}

.checkbox-success label:before {
    background: #47a447;
    border-color: #3f923f;
}

.checkbox-text-success input[type="checkbox"]:checked + label:after {
    color: #47a447;
}

.checkbox-warning input[type="checkbox"]:checked + label:after {
    color: #fff;
}

.checkbox-warning label:before {
    background: #ed9c28;
    border-color: #e89113;
}

.checkbox-text-warning input[type="checkbox"]:checked + label:after {
    color: #ed9c28;
}

.checkbox-danger input[type="checkbox"]:checked + label:after {
    color: #fff;
}

.checkbox-danger label:before {
    background: #d2322d;
    border-color: #bd2d29;
}

.checkbox-text-danger input[type="checkbox"]:checked + label:after {
    color: #d2322d;
}

.checkbox-info input[type="checkbox"]:checked + label:after {
    color: #fff;
}

.checkbox-info label:before {
    background: #5bc0de;
    border-color: #46b8da;
}

.checkbox-text-info input[type="checkbox"]:checked + label:after {
    color: #5bc0de;
}

.checkbox-dark input[type="checkbox"]:checked + label:after {
    color: #fff;
}

.checkbox-dark label:before {
    background: #171717;
    border-color: #0a0a0a;
}

.checkbox-text-dark input[type="checkbox"]:checked + label:after {
    color: #171717;
}

/* Form - Custom Radio */
.radio-custom {
    position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 7px;
    margin-top: 0;
}

    .radio-custom.radio-inline {
        display: inline-block;
        vertical-align: middle;
    }

.form-group .radio-custom.radio-inline {
    margin-top: 7px;
    padding-top: 0;
}

.radio-custom:last-child, .radio-custom:last-of-type {
    margin-bottom: 0;
}

.radio-custom input[type="radio"] {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -6px 0 0 0;
    z-index: 2;
    cursor: pointer;
}

    .radio-custom input[type="radio"]:checked + label:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 4px;
        margin-top: -5px;
        display: inline-block;
        font-size: 11px;
        line-height: 1;
        width: 10px;
        height: 10px;
        background-color: #444;
        border-radius: 50px;
        -webkit-box-shadow: 0px 0px 1px #444;
        box-shadow: 0px 0px 1px #444;
    }

    .radio-custom input[type="radio"]:disabled {
        cursor: not-allowed;
    }

        .radio-custom input[type="radio"]:disabled:checked + label:after {
            color: #999;
        }

        .radio-custom input[type="radio"]:disabled + label {
            cursor: not-allowed;
        }

            .radio-custom input[type="radio"]:disabled + label:before {
                background-color: #eee;
            }

.radio-custom label {
    cursor: pointer;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.2;
}

    .radio-custom label:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -9px;
        width: 18px;
        height: 18px;
        display: inline-block;
        border-radius: 50px;
        border: 1px solid #bbb;
        background: #fff;
    }

    .radio-custom label + label.error {
        display: block;
    }

.radio-primary input[type="radio"]:checked + label:after {
    background: #3276B1;
    -webkit-box-shadow: 0px 0px 1px #3276B1;
    box-shadow: 0px 0px 1px #3276B1;
}

.radio-success input[type="radio"]:checked + label:after {
    background: #47a447;
    -webkit-box-shadow: 0px 0px 1px #47a447;
    box-shadow: 0px 0px 1px #47a447;
}

.radio-warning input[type="radio"]:checked + label:after {
    background: #ed9c28;
    -webkit-box-shadow: 0px 0px 1px #ed9c28;
    box-shadow: 0px 0px 1px #ed9c28;
}

.radio-danger input[type="radio"]:checked + label:after {
    background: #d2322d;
    -webkit-box-shadow: 0px 0px 1px #d2322d;
    box-shadow: 0px 0px 1px #d2322d;
}

.radio-info input[type="radio"]:checked + label:after {
    background: #5bc0de;
    -webkit-box-shadow: 0px 0px 1px #5bc0de;
    box-shadow: 0px 0px 1px #5bc0de;
}

.radio-dark input[type="radio"]:checked + label:after {
    background: #171717;
    -webkit-box-shadow: 0px 0px 1px #171717;
    box-shadow: 0px 0px 1px #171717;
}

/* Form - Error Container */
div.validation-message ul {
    display: none;
    list-style: none;
    margin: -15px -15px 15px -15px;
    padding: 15px;
    border-bottom: 1px solid #FFCBCB;
    background: #FFEFEF;
}

    div.validation-message ul label.error {
        display: block;
        padding-left: 22px;
        position: relative;
    }

        div.validation-message ul label.error:before {
            font-family: 'FontAwesome';
            content: '\f00d';
            position: absolute;
            top: 0;
            left: 0;
            font-size: 16px;
            color: #D9534F;
            display: inline-block;
        }




/* Nano Scroller Plugin */
html.no-overflowscrolling .nano {
    /*height: 131%;*/
    position: relative;
    overflow: hidden;
    width: 100%;
}

    html.no-overflowscrolling .nano > .nano-content {
        bottom: 0;
        left: 0;
        position: absolute;
        overflow: hidden;
        right: 0;
        top: 0;
    }

        html.no-overflowscrolling .nano > .nano-content:focus {
            outline: none;
        }

        html.no-overflowscrolling .nano > .nano-content::-webkit-scrollbar {
            display: none;
            visibility: hidden;
        }

    html.no-overflowscrolling .nano.has-scrollbar > .nano-content::-webkit-scrollbar {
        display: block;
        visibility: visible;
    }

    html.no-overflowscrolling .nano > .nano-pane {
        bottom: 0;
        position: absolute;
        opacity: .01;
        right: 0;
        top: 0;
        visibility: hidden\9;
        /* Target only IE7 and IE8 with this hack */
        /*Weerawit 20240308 [] : เพิ่มขนาด scrollbar จาก 4px เป็น 8px*/
        width: 8px;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
    }

        html.no-overflowscrolling .nano > .nano-pane > .nano-slider {
            background: #cccccc;
            margin: 0;
            position: relative;
            /*Weerawit 20240308 [] : ปรับให้ไม่ต้องซ่อน*/
            visibility: visible;
        }

    html.no-overflowscrolling .nano:hover > .nano-pane,
    html.no-overflowscrolling .nano .nano-pane.active,
    html.no-overflowscrolling .nano .nano-pane.flashed {
        opacity: 0.99;
    }

        html.no-overflowscrolling .nano:hover > .nano-pane > .nano-slider {
            visibility: visible;
        }

html.no-overflowscrolling.custom-scroll .nano > .nano-content {
    overflow: scroll;
    overflow-x: hidden;
}


/* Toolbar */
.inner-toolbar {
    background: #1d2127;
    margin: -40px -40px 30px;
    padding: 0;
    border-left: 1px solid #121418;
}

    .inner-toolbar > ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .inner-toolbar > ul > li {
            display: inline-block;
            padding: 15px;
            font-size: 13px;
            border-right: 1px solid #121418;
        }

            .inner-toolbar > ul > li > a {
                display: inline-block;
                padding: 0;
                color: #abb4be;
            }

                .inner-toolbar > ul > li > a:hover, .inner-toolbar > ul > li > a:focus {
                    color: #fff;
                    text-decoration: none;
                }

            .inner-toolbar > ul > li.right {
                float: right;
                padding-right: 10px;
            }

            .inner-toolbar > ul > li i.fa {
                font-size: 14px;
            }

            .inner-toolbar > ul > li > .btn {
                margin-top: -6px;
            }

    .inner-toolbar .nav-pills {
        margin-top: -8px;
    }

        .inner-toolbar .nav-pills > li > label {
            margin-bottom: 0;
            margin-right: 12px;
            margin-top: 8px;
        }

        .inner-toolbar .nav-pills a {
            color: #abb4be;
            padding-top: 8px;
            padding-bottom: 8px;
        }

            .inner-toolbar .nav-pills a:hover {
                background: #171717;
                color: #FFF;
            }

        .inner-toolbar .nav-pills .active a {
            color: #FFF;
        }

html.scroll .visible-xl,
.visible-xl {
    display: none !important;
}

html.scroll .visible-xl-block,
html.scroll .visible-xl-inline,
html.scroll .visible-xl-inline-block,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
    display: none !important;
}

/* Fix img-thumbnail - IE10 and below */
.img-thumbnail {
    width: auto \9;
}

/* Header */
.header {
    background-color: #3276B1;
    background-image: -webkit-linear-gradient(#3276B1 0%, #3276B1 45%);
    background-image: linear-gradient(#3276B1 0%, #3276B1 45%);
    border-bottom: 1px solid #3276B1;
    border-top: 3px solid #3276B1;
    z-index: 1020;
}

    .header .logo {
        float: left;
        margin: -3px 0 0 15px;
        /*background: url(Content/Control/assets/images/Logo.png) center no-repeat;*/
        background: url(../images/Logo.png) center no-repeat;
        width: 190px;
        height: 65px;
    }

/*.header .logo img {
	color: transparent;
}*/

.icon-TH {
    background: url(../images/icon-TH.png) left bottom no-repeat;
    width: 23px;
    height: 16px;
    display: block;
    border-radius: 2px;
}

.icon-EN {
    background: url(../images/icon-EN.png) left bottom no-repeat;
    width: 23px;
    height: 16px;
    display: block;
    border-radius: 2px;
}

.header .separator {
    background-color: #f6f6f6;
    background-image: -webkit-linear-gradient(#f6f6f6 60%, #ededed);
    background-image: linear-gradient(#f6f6f6 60%, #ededed);
    display: inline-block;
    height: 100%;
    margin: 0 25px 0;
    width: 2px;
    vertical-align: middle;
}

.header .search {
    width: 170px;
    display: inline-block;
    vertical-align: middle;
}

.header .toggle-sidebar-left {
    background: #3276B1;
    border-radius: 100px;
    color: white;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 14px;
    width: 30px;
}

.header-right {
    float: right;
    height: 56px;
}




/* Header Dark */
html.header-dark .header {
    background: #1d2127;
    border-bottom-color: #161a1e;
    border-top-color: #1d2127;
}



html.header-dark .separator {
    background-color: #1d2127;
    background-image: -webkit-linear-gradient(#1d2127 10%, #121518);
    background-image: linear-gradient(#1d2127 10%, #121518);
}

html.header-dark .input-search input, html.header-dark .input-search input:focus {
    background: #282d36;
    border-color: #161a1e;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset;
    color: #FFF;
}

html.header-dark .input-search .input-group-btn .btn-default {
    color: #c3c3c3;
}

.sidebar-left {
    z-index: 1010;
}

    .sidebar-left .sidebar-header {
        position: relative;
        color: #ECEEF4;
        height: 130px;
    }

        /*Ailada********************************/

        .sidebar-left .sidebar-header .sidebar-title {
            color: #465162;
            padding: 0 0 15px 5px;
            float: left;
            /*font-size: 15px;
            font-size: 1.5rem;*/
        }

        .sidebar-left .sidebar-header .sidebar-toggle {
            position: absolute;
            top: 0;
            right: 0;
            width: 50px;
            height: 50px;
            background-color: #ECEEF4;
            border-radius: 0 0 0 5px;
            text-align: center;
            cursor: pointer;
        }

            .sidebar-left .sidebar-header .sidebar-toggle i {
                color: #999999;
                font-size: 17px;
                font-size: 1.7rem;
                line-height: 50px;
                -webkit-transition: all 0.15s ease-in-out;
                -moz-transition: all 0.15s ease-in-out;
                transition: all 0.15s ease-in-out;
            }

            .sidebar-left .sidebar-header .sidebar-toggle:hover i {
                color: #3276B1;
            }

    .sidebar-left hr.separator {
        background: none;
        margin: 20px 10px 20px;
    }

    .sidebar-left .sidebar-header .sidebar-title .user_name {
        /*font-size: 16px;*/
        margin-left: 90px;
    }

    .sidebar-left .sidebar-header .sidebar-title .image_user {
        width: 85px;
        height: 85px;
        border-radius: 100px;
        border: 2px solid #D8EAFE;
        background-size: 85px 85px;
        box-shadow: 0px 0px 15px 1px #3276B1;
    }

ul.nav-main li.nav-parent a .selected:before {
    color: #007AFF !important;
}

.sidebar-right .sidebar-header .sidebar-toggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 57px;
    background-color: white;
    border-radius: 0 0 0 5px;
    text-align: center;
    cursor: pointer;
    margin: -7px 10px 0px -33px;
}

    .sidebar-right .sidebar-header .sidebar-toggle i {
        color: #999999;
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 50px;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    .sidebar-right .sidebar-header .sidebar-toggle:hover i {
        color: #3276B1;
    }

.glyphicon {
    /*margin-top:5px;
    margin-bottom: 10px;*/
    font-size: 14px;
}


.img-rounded {
    border-radius: 6px;
}

.img-circle {
    border-radius: 50%;
}

.img-thumbnail {
    border-radius: 8px;
    position: relative;
}

body .btn:focus,
body .btn:active:focus,
body .btn.active:focus {
    outline: none;
}

body .btn {
    white-space: normal;
    font-size: 18px;
    line-height: 18px;
}

body .btn-facebook, body .btn-facebook:active, body .btn-facebook:hover, body .btn-facebook:focus,
body .btn-twitter,
body .btn-twitter:active,
body .btn-twitter:hover,
body .btn-twitter:focus,
body .btn-gplus,
body .btn-gplus:active,
body .btn-gplus:hover,
body .btn-gplus:focus {
    color: #FFF;
    font-weight: 300;
    padding-left: 30px;
    padding-right: 30px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

    body .btn-facebook, body .btn-facebook:focus {
        background: #3B5998;
        border: 1px solid #37538D;
    }

        body .btn-facebook:hover {
            background: #4162a7;
            border-color: #3d5c9c;
        }

        body .btn-facebook:active {
            background: #37538d;
            border-color: #334d82;
        }

    body .btn-twitter, body .btn-twitter:focus {
        background: #55ACEE;
        border: 1px solid #47A5ED;
    }

        body .btn-twitter:hover {
            background: #63b3ef;
            border-color: #55acee;
        }

        body .btn-twitter:active {
            background: #47a5ed;
            border-color: #399eec;
        }

    body .btn-gplus, body .btn-gplus:focus {
        background: #D95232;
        border: 1px solid #D44927;
    }

        body .btn-gplus:hover {
            background: #dc6143;
            border-color: #da5635;
        }

        body .btn-gplus:active {
            background: #d04727;
            border-color: #c34324;
        }

body .btn-primary {
    border-color: #cccccc;
    background-color: #cccccc;
    border-color: #cccccc #cccccc #b3b3b3;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    body .btn-primary:hover {
        border-color: #d9d9d9;
        background-color: #d9d9d9;
        color: white;
    }

    body .btn-primary:active, body .btn-primary:focus {
        border-color: #bfbfbf;
        background-color: #bfbfbf;
        color: white;
    }

    body .btn-primary.dropdown-toggle {
        border-left-color: #bfbfbf;
    }

    body .btn-primary[disabled] {
        border-color: white;
        background-color: white;
    }

body .btn-success {
    border-color: #47a447;
    background-color: #47a447;
    border-color: #47a447 #47a447 #388038;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    body .btn-success:hover {
        border-color: #51b451;
        background-color: #51b451;
        color: white;
    }

    body .btn-success:active, body .btn-success:focus {
        border-color: #3f923f;
        background-color: #3f923f;
        color: white;
    }

    body .btn-success.dropdown-toggle {
        border-left-color: #3f923f;
    }

    body .btn-success[disabled] {
        border-color: #86cb86;
        background-color: #86cb86;
    }

body .btn-warning {
    border-color: #ed9c28;
    background-color: #ed9c28;
    border-color: #ed9c28 #ed9c28 #d18211;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    body .btn-warning:hover {
        border-color: #efa740;
        background-color: #efa740;
        color: white;
    }

    body .btn-warning:active, body .btn-warning:focus {
        border-color: #e89113;
        background-color: #e89113;
        color: white;
    }

    body .btn-warning.dropdown-toggle {
        border-left-color: #e89113;
    }

    body .btn-warning[disabled] {
        border-color: #f5c786;
        background-color: #f5c786;
    }

body .btn-danger {
    border-color: #d2322d;
    background-color: #d2322d;
    border-color: #d2322d #d2322d #a82824;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    body .btn-danger:hover {
        border-color: #d64742;
        background-color: #d64742;
        color: white;
    }

    body .btn-danger:active, body .btn-danger:focus {
        border-color: #bd2d29;
        background-color: #bd2d29;
        color: white;
    }

    body .btn-danger.dropdown-toggle {
        border-left-color: #bd2d29;
    }

    body .btn-danger[disabled] {
        border-color: #e48481;
        background-color: #e48481;
    }

body .btn-info {
    border-color: #5bc0de;
    background-color: #5bc0de;
    border-color: #5bc0de #5bc0de #31b0d5;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    body .btn-info:hover {
        border-color: #70c8e2;
        background-color: #70c8e2;
        color: white;
    }

    body .btn-info:active, body .btn-info:focus {
        border-color: #46b8da;
        background-color: #46b8da;
        color: white;
    }

    body .btn-info.dropdown-toggle {
        border-left-color: #46b8da;
    }

    body .btn-info[disabled] {
        border-color: #b0e1ef;
        background-color: #b0e1ef;
    }

body .btn-dark {
    border-color: #171717;
    background-color: #171717;
    border-color: #171717 #171717 black;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    body .btn-dark:hover {
        border-color: #242424;
        background-color: #242424;
        color: white;
    }

    body .btn-dark:active, body .btn-dark:focus {
        border-color: #0a0a0a;
        background-color: #0a0a0a;
        color: white;
    }

    body .btn-dark.dropdown-toggle {
        border-left-color: #0a0a0a;
    }

    body .btn-dark[disabled] {
        border-color: #4a4a4a;
        background-color: #4a4a4a;
    }

/* Notifications */
.notifications {
    display: inline-block;
    list-style: none;
    margin: 4px -10px 0 0;
    padding: 0;
    vertical-align: middle;
}

    .notifications > li {
        float: left;
        margin: 0 10px 0 0;
        position: relative;
    }

.notification-icon {
    /*background: #FFF;
	border-radius: 50%;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);*/
    display: inline-block;
    height: 30px;
    position: relative;
    width: 30px;
    text-align: center;
    margin: 0px 0px 0px 0px;
}

    .notification-icon i {
        color: #777;
        line-height: 30px;
        vertical-align: middle;
        font-size: 18px;
    }

        .notification-icon i:hover {
            color: #3276B1 !important;
        }

.notifications > li .notification-icon i.fa-tasks {
    line-height: 32px;
}

.notification-icon .badge {
    background: #FF6C60;
    color: #FFF;
    font-size: 14px;
    font-weight: bolder;
    height: 17px;
    padding: 0px 4px 0px 4px;
    position: absolute;
    right: -5px;
    top: -7px;
    border: solid 1px #FFF;
}

.badge {
    min-width: 17px;
}

.badge-right {
    display: inline-block;
    min-width: 18px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: rgba(210, 50, 45, 0.65);
    border-radius: 10px;
    float: right;
    margin-top: -18px;
}

.notifications > li > a {
    border: none;
    display: inline-block;
}

.notification-menu {
    border: none;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
    left: auto;
    margin: -65px 0px 0px -10px;
    padding: 0;
    left: 110px;
    width: 245px;
    border: solid 1px #BCBCBC;
}

    .notification-menu.large {
        width: 325px;
    }

    .notification-menu .notification-title {
        background: #F2F2F2;
        color: #000;
        font-weight: bold;
        line-height: 1.5rem;
        padding-top: 7px;
        height: 30px;
        border-radius: 4px;
        text-align: center;
    }

    .notification-menu .notification-footer {
        background: #F2F2F2;
        font-weight: bold;
        height: 28px;
        border-radius: 4px;
    }

    .notification-menu .notification-title .label {
        font-size: 10px;
        font-size: 1rem;
        font-weight: 200;
        line-height: 14px;
        margin-left: 10px;
        margin-top: -2px;
        min-width: 35px;
    }

    .notification-menu .notification-title .label-default {
        background: #006697;
        color: #FFF;
    }

    .notification-menu .content {
        padding: 12px;
    }

    .notification-menu hr {
        background: #e6e6e6;
        height: 1px;
        margin: 12px 0;
    }

    .notification-menu .view-more {
        color: #acacac;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 11px;
        line-height: 1.1rem;
        text-transform: uppercase;
    }

    /* notification menu - pin */
    .notification-menu:before,
    .notifications .notification-icon:before {
        border-bottom: 10px solid #BCBCBC;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        content: '';
        height: 0;
        margin-right: 202px;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .notification-menu:before {
        bottom: 100%;
        right: 20px;
    }

.notifications .notification-icon:before {
    display: none;
    right: 11px;
    top: 35px;
    z-index: 9999;
}

/* notification menu - emails */
.notification-menu {
    color: #acacac;
}

    .notification-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .notification-menu li {
        margin: 0 0 5px;
    }

        .notification-menu li:last-child {
            margin-bottom: 0;
        }

    .notification-menu a {
        display: block;
        text-decoration: none;
    }

    .notification-menu .image {
        float: left;
        margin: 0 5px 0 0;
    }

        .notification-menu .image i {
            border: 1px solid #eee;
            border-radius: 55px;
            width: 23px;
            height: 23px;
            display: block;
        }

    .notification-menu .truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .notification-menu .title {
        color: #999999;
        display: block;
        line-height: 20px;
        padding: 2px 0 0;
        font-weight: bold;
    }

    .notification-menu .message {
        color: #AEAEAE;
        display: block;
        font-size: 11px;
        /*font-size: 1.1rem;*/
        line-height: 15px;
        line-height: 1.5rem;
        padding: 0;
    }

#notifiUrl li:hover {
    background-color: #D8EAFE;
    border-radius: 2px;
}

html.header-dark .notifications > li .notification-icon {
    background: #282d36;
}

    html.header-dark .notifications > li .notification-icon i {
        color: #c3c3c3;
    }

/* Userbox */
.userbox {
    display: inline-block;
    margin: 0px 0px 0 0;
    position: relative;
    vertical-align: middle;
}

    .userbox > a {
        display: inline-block;
        text-decoration: none;
    }

    .userbox a:hover {
        text-decoration: none;
    }

    .userbox .profile-info,
    .userbox .profile-picture {
        display: inline-block;
        vertical-align: middle;
    }

        .userbox .profile-picture img {
            width: 35px;
            color: transparent;
        }

    .userbox .profile-info {
        margin: 0 25px 0 10px;
    }

    .userbox .name,
    .userbox .role {
        display: block;
    }

    .userbox .name {
        color: #000011;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.2em;
    }

    .userbox .role {
        color: #ACACAC;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 1.2em;
    }

    .userbox .custom-caret {
        color: #000011;
        font-size: 16px;
        font-weight: bold;
    }

        .userbox .custom-caret:before {
            content: "\f107";
        }

    /* Userbox - Open */
    .userbox.open > a {
        position: relative;
        z-index: 993;
    }

        .userbox.open > a .custom-caret:before {
            content: "\f106";
        }

    .userbox.open .dropdown-menu {
        border: none;
        box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        left: 2px;
        padding: 8px 0px 0px 0px;
        top: 29px;
        width: 100%;
        z-index: 992;
    }

        .userbox.open .dropdown-menu li {
            margin-bottom: 5px;
        }

        .userbox.open .dropdown-menu a {
            border-radius: 2px;
            color: black;
            display: block;
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 15px;
            line-height: 1.5rem;
            padding: 2px 10px;
        }

            .userbox.open .dropdown-menu a:hover {
                background: #E4F2FF;
                color: black;
            }

        .userbox.open .dropdown-menu i {
            font-size: 17px;
            font-size: 1.7rem;
            margin-right: 3px;
            vertical-align: middle;
        }

/* Header Dark - Userbox */
html.header-dark .userbox:after {
    background: #121518;
}

html.header-dark .userbox .name,
html.header-dark .userbox .custom-caret {
    color: #c3c3c3;
}

html.header-dark .userbox.open .dropdown-menu .name,
html.header-dark .userbox.open .dropdown-menu .custom-caret {
    color: #c3c3c3;
}

html.header-dark .userbox.open .dropdown-menu a {
    color: #c3c3c3;
}

    html.header-dark .userbox.open .dropdown-menu a:hover {
        color: #FFF;
    }

html.header-dark .userbox .dropdown-menu {
    background: #282d36;
}

    html.header-dark .userbox .dropdown-menu .divider {
        background: #1d2127;
    }

    html.header-dark .userbox .dropdown-menu a {
        color: #c3c3c3;
    }

.nav-pills > .active a, .nav-pills > .active a:hover, .nav-pills > .active a:focus {
    background-color: #cccccc;
}

.pagination > li a {
    color: #cccccc;
}

    .pagination > li a:hover, .pagination > li a:focus {
        color: #d9d9d9;
    }

.pagination > li.active a, .pagination > li.active a:hover, .pagination > li.active a:focus,
.pagination > li.active span,
.pagination > li.active span:hover,
.pagination > li.active span:focus {
    background-color: #cccccc;
    border-color: #cccccc;
}

.pagination > li.active a {
    background-color: #cccccc;
}

.progress-bar-primary {
    background-color: #cccccc;
}

.progress-bar.progress-without-number[aria-valuenow="1"],
.progress-bar.progress-without-number[aria-valuenow="2"] {
    min-width: 0;
}

.progress-bar.progress-bar-primary[aria-valuenow="0"] {
    background: transparent;
}

.sidebar-right .sidebar-widget {
    margin: 0;
}

.sidebar-widget {
    margin: 0 30px 0 25px;
}

    .sidebar-widget .widget-header {
        position: relative;
        margin: 0;
    }

        .sidebar-widget .widget-header h6 {
            font-size: 13px;
            font-size: 1.3rem;
            color: #465162;
            font-weight: 600;
            margin: 0;
            padding: 0;
            text-transform: uppercase;
        }

        .sidebar-widget .widget-header .btn-widget-act {
            position: relative;
            top: -2px;
            border-color: #0a0a0a;
            background-color: #0a0a0a;
            border-color: #0a0a0a black black;
        }

            .sidebar-widget .widget-header .btn-widget-act:hover {
                border-color: #121212;
                background-color: #121212;
            }

            .sidebar-widget .widget-header .btn-widget-act:active, .sidebar-widget .widget-header .btn-widget-act:focus {
                border-color: black;
                background-color: black;
            }

            .sidebar-widget .widget-header .btn-widget-act.dropdown-toggle {
                border-left-color: black;
            }

        .sidebar-widget .widget-header .widget-toggle {
            font-size: 17px;
            font-size: 1.7rem;
            line-height: 13px;
            line-height: 1.3rem;
            color: #465162;
            position: absolute;
            right: 0;
            top: 0;
            cursor: pointer;
            text-align: center;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition-property: -webkit-transform;
            -moz-transition-property: -moz-transform;
            transition-property: transform;
            -webkit-transition-duration: 0.2s;
            -moz-transition-duration: 0.2s;
            transition-duration: 0.2s;
            -webkit-transition-timing-function: linear;
            -moz-transition-timing-function: linear;
            transition-timing-function: linear;
        }

    .sidebar-widget .widget-content {
        padding: 15px 0 0;
    }

    .sidebar-widget.widget-collapsed .widget-header .widget-toggle {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .sidebar-widget.widget-collapsed .widget-content {
        display: none;
    }

    .sidebar-widget.widget-tasks ul li {
        position: relative;
    }

        .sidebar-widget.widget-tasks ul li a {
            color: #abb4be;
            display: block;
            margin: 0 -25px 0 -30px;
            padding: 10px 0 10px 55px;
        }

            .sidebar-widget.widget-tasks ul li a:hover {
                background: #21262d;
                text-decoration: none;
            }

        .sidebar-widget.widget-tasks ul li:before {
            border: 5px solid #cccccc;
            border-radius: 100px;
            content: '';
            display: inline-block;
            left: 0;
            margin: -5px 0 0;
            position: absolute;
            top: 50%;
            z-index: 999;
        }

        .sidebar-widget.widget-tasks ul li:nth-child(6n+1):before {
            border-color: #d64b4b;
        }

        .sidebar-widget.widget-tasks ul li:nth-child(6n+2):before {
            border-color: #0090d9;
        }

        .sidebar-widget.widget-tasks ul li:nth-child(6n+3):before {
            border-color: #4dd79c;
        }

        .sidebar-widget.widget-tasks ul li:nth-child(6n+4):before {
            border-color: #d9a300;
        }

        .sidebar-widget.widget-tasks ul li:nth-child(6n+5):before {
            border-color: #c926ff;
        }

        .sidebar-widget.widget-tasks ul li:nth-child(6n+6):before {
            border-color: #ffff26;
        }

    .sidebar-widget.widget-stats ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .sidebar-widget.widget-stats .stats-title {
        color: #a6a6a6;
    }

    .sidebar-widget.widget-stats .stats-complete {
        float: right;
        font-size: 10px;
        font-size: 1rem;
        color: #666;
    }

    .sidebar-widget.widget-stats .progress {
        height: 7px;
        background: #474453;
        box-shadow: 0 1px 0 #585564 inset;
        margin-bottom: 25px;
    }

    .sidebar-widget.widget-calendar {
        margin: 0 0 25px;
    }

        .sidebar-widget.widget-calendar .datepicker {
            background: transparent;
        }

        .sidebar-widget.widget-calendar ul {
            list-style: none;
            margin: 0;
            padding: 20px 0;
            border-top: 1px solid #000;
        }

            .sidebar-widget.widget-calendar ul time {
                display: block;
                font-size: 12px;
                font-size: 1.2rem;
                line-height: 1.3em;
                font-weight: 600;
                color: #777777;
                margin-bottom: 0.1em;
            }

            .sidebar-widget.widget-calendar ul span {
                font-size: 14px;
                font-size: 1.4rem;
                line-height: 1.3em;
                color: white;
            }

    .sidebar-widget.widget-friends ul {
        list-style: none;
        margin: 0;
        padding: 10px 2px;
    }

        .sidebar-widget.widget-friends ul li {
            padding: 10px 0;
        }

            .sidebar-widget.widget-friends ul li .profile-info,
            .sidebar-widget.widget-friends ul li .profile-picture {
                display: inline-block;
                vertical-align: middle;
            }

            .sidebar-widget.widget-friends ul li .profile-picture {
                position: relative;
                width: 35px;
            }

                .sidebar-widget.widget-friends ul li .profile-picture img {
                    width: 100%;
                    height: auto;
                }

            .sidebar-widget.widget-friends ul li .profile-info {
                margin: 0 35px 0 10px;
            }

            .sidebar-widget.widget-friends ul li span.name {
                display: block;
                color: white;
                font-weight: 600;
                vertical-align: top;
                line-height: 1.3em;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                margin-bottom: 0.2em;
            }

            .sidebar-widget.widget-friends ul li span.title {
                display: block;
                font-size: 12px;
                font-size: 1.2rem;
                line-height: 1.3em;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

            .sidebar-widget.widget-friends ul li.status-online .profile-picture:after, .sidebar-widget.widget-friends ul li.status-offline .profile-picture:after {
                display: none;
                position: absolute;
                top: -4px;
                right: -4px;
                content: '';
                width: 15px;
                height: 15px;
                border: 2px solid #000;
                border-radius: 50%;
            }

            .sidebar-widget.widget-friends ul li.status-online .profile-picture:after {
                display: block;
                background-color: #1AAE88;
            }

            .sidebar-widget.widget-friends ul li.status-offline .profile-picture:after {
                display: block;
                background-color: #D2312D;
            }

.panel {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    /* WHY?
	+ .panel {
		margin-top: 35px;
	}*/;
}

.panel-heading {
    /*background: #f6f6f6;*/
    border-radius: 0px 0px 0 0;
    border-bottom: 1px solid #E2E2E2;
    padding: 0px 0px 0px 0px;
    position: relative;
}

    .panel-heading.bg-primary {
        background: #cccccc;
        color: white;
        border-bottom: 0 none;
        border-right: 0 none;
    }

    .panel-heading.bg-secondary {
        background: #e36159;
        color: white;
        border-bottom: 0 none;
        border-right: 0 none;
    }

    .panel-heading.bg-tertiary {
        background: #2baab1;
        color: white;
        border-bottom: 0 none;
        border-right: 0 none;
    }

    .panel-heading.bg-quartenary {
        background: #734ba9;
        color: white;
        border-bottom: 0 none;
        border-right: 0 none;
    }

    .panel-heading.bg-success {
        background: #47a447;
        color: white;
        border-bottom: 0 none;
        border-right: 0 none;
    }

    .panel-heading.bg-warning {
        background: #ed9c28;
        color: white;
        border-bottom: 0 none;
        border-right: 0 none;
    }

    .panel-heading.bg-danger {
        background: #d2322d;
        color: white;
        border-bottom: 0 none;
        border-right: 0 none;
    }

    .panel-heading.bg-info {
        background: #5bc0de;
        color: white;
        border-bottom: 0 none;
        border-right: 0 none;
    }

    .panel-heading.bg-dark {
        background: #171717;
        color: white;
        border-bottom: 0 none;
        border-right: 0 none;
    }

    .panel-heading.bg-white {
        background: #fff;
        border-bottom: 0 none;
        border-right: 0 none;
    }

.panel-actions {
    right: 15px;
    position: absolute;
    top: 15px;
}

    .panel-actions a {
        background-color: transparent;
        border-radius: 2px;
        color: #b4b4b4;
        font-size: 14px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        width: 24px;
    }

        .panel-actions a:hover {
            background-color: #eeeeee;
            color: #b4b4b4;
            text-decoration: none;
        }

        .panel-actions a, .panel-actions a:focus, .panel-actions a:hover, .panel-actions a:active, .panel-actions a:visited {
            outline: none !important;
            text-decoration: none !important;
        }

.panel-title {
    color: #000000;
    font-size: 24px;
    line-height: 30px;
    padding: 0;
    text-transform: none;
    width: auto;
    /*text-shadow: 1px 1px 0 #f2f2f2, 1px 2px 0 #ccc;*/
}

.panel-subtitle {
    color: #808697;
    font-size: 12px;
    line-height: 1.2em;
    margin: 7px 0 0;
    padding: 0;
}

.panel-body {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 0px;
    height: 100%;
    min-height: 640px;
    padding: 10px 15px;
}

.page-wrapper-body {
    background: #FFF;
    height: 100%;
}

.panel-body-nopadding {
    padding: 0;
}

.panel-heading + .panel-body {
    border-radius: 0 0 5px 5px;
}

.panel-footer {
    border-radius: 0 0 5px 5px;
    margin-top: -5px;
}

.panel-footer-btn-group {
    display: table;
    width: 100%;
    padding: 0;
}

    .panel-footer-btn-group a {
        background-color: #f5f5f5;
        display: table-cell;
        width: 1%;
        border-left: 1px solid #ddd;
        padding: 10px 15px;
        text-decoration: none;
    }

        .panel-footer-btn-group a:hover {
            background-color: #f0f0f0;
            box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
        }

        .panel-footer-btn-group a:first-child {
            border-left: none;
        }

.panel-body.bg-primary {
    background: #cccccc;
    color: white;
}

.panel-body.bg-secondary {
    background: #e36159;
    color: white;
}

.panel-body.bg-tertiary {
    background: #2baab1;
    color: white;
}

.panel-body.bg-quartenary {
    background: #734ba9;
    color: white;
}

.panel-body.bg-success {
    background: #47a447;
    color: white;
}

.panel-body.bg-warning {
    background: #ed9c28;
    color: white;
}

.panel-body.bg-danger {
    background: #d2322d;
    color: white;
}

.panel-body.bg-info {
    background: #5bc0de;
    color: white;
}

.panel-body.bg-dark {
    background: #171717;
    color: white;
}

.panel-featured {
    border-top: 3px solid #33353f;
}

.panel-featured-top {
    border-top: 3px solid #33353f;
}

.panel-featured-right {
    border-right: 3px solid #33353f;
}

.panel-featured-bottom {
    border-bottom: 3px solid #33353f;
}

.panel-featured-left {
    border-left: 3px solid #33353f;
}

.panel-featured-primary {
    border-color: #cccccc;
}

    .panel-featured-primary .panel-title {
        color: #cccccc;
    }

.panel-featured-secondary {
    border-color: #e36159;
}

    .panel-featured-secondary .panel-title {
        color: #e36159;
    }

.panel-featured-tertiary {
    border-color: #2baab1;
}

    .panel-featured-tertiary .panel-title {
        color: #2baab1;
    }

.panel-featured-quartenary {
    border-color: #734ba9;
}

    .panel-featured-quartenary .panel-title {
        color: #734ba9;
    }

.panel-featured-success {
    border-color: #47a447;
}

    .panel-featured-success .panel-title {
        color: #47a447;
    }

.panel-featured-warning {
    border-color: #ed9c28;
}

    .panel-featured-warning .panel-title {
        color: #ed9c28;
    }

.panel-featured-danger {
    border-color: #d2322d;
}

    .panel-featured-danger .panel-title {
        color: #d2322d;
    }

.panel-featured-info {
    border-color: #5bc0de;
}

    .panel-featured-info .panel-title {
        color: #5bc0de;
    }

.panel-featured-dark {
    border-color: #171717;
}

    .panel-featured-dark .panel-title {
        color: #171717;
    }

.panel-highlight .panel-heading {
    background-color: #cccccc;
    border-color: #cccccc;
    color: #fff;
}

.panel-highlight .panel-title {
    color: #fff;
}

.panel-highlight .panel-subtitle {
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
}

.panel-highlight .panel-actions a {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}

.panel-highlight .panel-body {
    background-color: #cccccc;
    color: #fff;
}

.panel-highlight-title .panel-heading {
    background-color: #2BAAB1;
}

.panel-highlight-title .panel-title {
    color: #fff;
}

.panel-highlight-title .panel-subtitle {
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
}

.panel-highlight-title .panel-actions a {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}

.panel-heading-icon {
    margin: 0 auto;
    font-size: 42px;
    font-size: 4.2rem;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 55px;
    border-radius: 55px;
}

    .panel-heading-icon.bg-primary {
        background: #cccccc;
        color: white;
    }

    .panel-heading-icon.bg-secondary {
        background: #e36159;
        color: white;
    }

    .panel-heading-icon.bg-tertiary {
        background: #2baab1;
        color: white;
    }

    .panel-heading-icon.bg-quartenary {
        background: #734ba9;
        color: white;
    }

    .panel-heading-icon.bg-success {
        background: #47a447;
        color: white;
    }

    .panel-heading-icon.bg-warning {
        background: #ed9c28;
        color: white;
    }

    .panel-heading-icon.bg-danger {
        background: #d2322d;
        color: white;
    }

    .panel-heading-icon.bg-info {
        background: #5bc0de;
        color: white;
    }

    .panel-heading-icon.bg-dark {
        background: #171717;
        color: white;
    }

.panel-heading-profile-picture img {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border: 4px solid #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.panel-icon {
    color: #fff;
    font-size: 42px;
    float: left;
}

    .panel-icon ~ .panel-title, .panel-icon ~ .panel-subtitle {
        margin-left: 64px;
    }

.panel-primary .panel-heading {
    background: #cccccc;
}

.panel-primary .panel-subtitle {
    opacity: 0.8;
    color: white;
}

.panel-primary .panel-title {
    color: white;
}

.panel-primary .panel-actions a {
    background-color: transparent;
    color: white;
}

.panel-secondary .panel-heading {
    background: #e36159;
}

.panel-secondary .panel-subtitle {
    opacity: 0.8;
    color: white;
}

.panel-secondary .panel-title {
    color: white;
}

.panel-secondary .panel-actions a {
    background-color: transparent;
    color: white;
}

.panel-tertiary .panel-heading {
    background: #2baab1;
}

.panel-tertiary .panel-subtitle {
    opacity: 0.8;
    color: white;
}

.panel-tertiary .panel-title {
    color: white;
}

.panel-tertiary .panel-actions a {
    background-color: transparent;
    color: white;
}

.panel-quartenary .panel-heading {
    background: #734ba9;
}

.panel-quartenary .panel-subtitle {
    opacity: 0.8;
    color: white;
}

.panel-quartenary .panel-title {
    color: white;
}

.panel-quartenary .panel-actions a {
    background-color: transparent;
    color: white;
}

.panel-success .panel-heading {
    background: #47a447;
}

.panel-success .panel-subtitle {
    opacity: 0.8;
    color: white;
}

.panel-success .panel-title {
    color: white;
}

.panel-success .panel-actions a {
    background-color: transparent;
    color: white;
}

.panel-warning .panel-heading {
    background: #ed9c28;
}

.panel-warning .panel-subtitle {
    opacity: 0.8;
    color: white;
}

.panel-warning .panel-title {
    color: white;
}

.panel-warning .panel-actions a {
    background-color: transparent;
    color: white;
}

.panel-danger .panel-heading {
    background: #d2322d;
}

.panel-danger .panel-subtitle {
    opacity: 0.8;
    color: white;
}

.panel-danger .panel-title {
    color: white;
}

.panel-danger .panel-actions a {
    background-color: transparent;
    color: white;
}

.panel-info .panel-heading {
    background: #5bc0de;
}

.panel-info .panel-subtitle {
    opacity: 0.8;
    color: white;
}

.panel-info .panel-title {
    color: white;
}

.panel-info .panel-actions a {
    background-color: transparent;
    color: white;
}

.panel-dark .panel-heading {
    background: #171717;
}

.panel-dark .panel-subtitle {
    opacity: 0.8;
    color: white;
}

.panel-dark .panel-title {
    color: white;
}

.panel-dark .panel-actions a {
    background-color: transparent;
    color: white;
}

.panel-transparent > .panel-heading {
    background: none;
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

    .panel-transparent > .panel-heading .panel-actions {
        right: 0;
    }

    .panel-transparent > .panel-heading + .panel-body {
        border-radius: 5px;
    }

.panel-transparent > .panel-body {
    padding: 0;
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-heading-transparent {
    background: none;
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

    .panel-heading-transparent .panel-actions {
        right: 0;
    }

    .panel-heading-transparent + .panel-body {
        border-radius: 5px;
    }

.panel-horizontal {
    display: table;
    width: 100%;
}

    .panel-horizontal .panel-heading,
    .panel-horizontal .panel-body,
    .panel-horizontal .panel-footer {
        display: table-cell;
        vertical-align: middle;
    }

    .panel-horizontal .panel-heading {
        border-radius: 5px 0 0 5px;
    }

        .panel-horizontal .panel-heading + .panel-body {
            border-radius: 0 5px 5px 0;
        }

    .panel-horizontal .panel-footer {
        border-radius: 0 5px 5px 0;
        margin-top: 0;
    }

/* tabs */
.tabs {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 35px;
}

/* navigation */
.nav-tabs {
    margin: 0;
    font-size: 0;
}

    .nav-tabs li {
        display: inline-block;
        float: none;
    }

        .nav-tabs li:last-child a {
            margin-right: 0;
        }

        .nav-tabs li a {
            border-radius: 4px 4px 0 0;
            font-size: 18px;
            /*font-size: 1.3rem;*/
            margin-right: 1px;
        }

            .nav-tabs li a, .nav-tabs li a:hover {
                /*background: #f4f4f4;
	border-bottom: none;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-top: 3px solid #dddddd;
	color: #555555;*/
            }

                .nav-tabs li a:hover {
                    /*border-bottom-color: transparent;
	border-top: 3px solid #555555;
	box-shadow: none;*/
                }

                .nav-tabs li a:active, .nav-tabs li a:focus {
                    border-bottom: 0;
                }

        .nav-tabs li.active a,
        .nav-tabs li.active a:hover,
        .nav-tabs li.active a:focus {
            background: white;
            border-left-color: #E2E2E2;
            border-right-color: #E2E2E2;
            border-top: 3px solid #3276B1;
            color: #2B92F2;
        }

/* content */
.tab-content {
    /*border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    background-color: white;*/
    /*border: 1px solid #eeeeee;*/
    /*border-top: 0;*/
    /*padding: 100%;*/
}

    /* content - footer inside */
    .tab-content .panel-footer {
        margin: -15px;
        margin-top: 15px;
    }

/* Justified */
.nav-tabs.nav-justified {
    margin-bottom: -1px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

    .nav-tabs.nav-justified li {
        margin-bottom: 0;
    }

        .nav-tabs.nav-justified li:first-child a,
        .nav-tabs.nav-justified li:first-child a:hover {
            border-radius: 5px 0 0 0;
            border-left: none;
        }

        .nav-tabs.nav-justified li:last-child a,
        .nav-tabs.nav-justified li:last-child a:hover {
            border-radius: 0 5px 0 0;
            border-right: none;
        }

        .nav-tabs.nav-justified li a {
            border-left: none;
            border-right: none;
            border-bottom: 1px solid #DDD;
            border-radius: 0;
            margin-right: 0;
        }

            .nav-tabs.nav-justified li a:hover, .nav-tabs.nav-justified li a:focus {
                border-bottom: 1px solid #DDD;
                border-left: none;
                border-right: none;
            }

        .nav-tabs.nav-justified li.active a,
        .nav-tabs.nav-justified li.active a:hover,
        .nav-tabs.nav-justified li.active a:focus {
            background: white;
            border-left-color: #eeeeee;
            border-right-color: #eeeeee;
            border-top: 3px solid #555555;
            color: #555555;
        }

        .nav-tabs.nav-justified li.active a {
            border-bottom: 1px solid #FFF;
        }

            .nav-tabs.nav-justified li.active a, .nav-tabs.nav-justified li.active a:hover, .nav-tabs.nav-justified li.active a:focus {
                border-top-color: #555555;
                border-top-width: 3px;
                border-left: none;
                border-right: none;
            }

                .nav-tabs.nav-justified li.active a:hover {
                    border-bottom: 1px solid #FFF;
                }

/* Bottom Tabs */
.tabs.tabs-bottom .tab-content {
    border-radius: 4px 4px 0 0;
    border-bottom: 0;
    border-top: 1px solid #eeeeee;
}

.tabs.tabs-bottom .nav-tabs {
    border-bottom: none;
    border-top: 1px solid #dddddd;
}

    .tabs.tabs-bottom .nav-tabs li {
        margin-bottom: 0;
        margin-top: -1px;
    }

        .tabs.tabs-bottom .nav-tabs li:last-child a {
            margin-right: 0;
        }

        .tabs.tabs-bottom .nav-tabs li a {
            border-radius: 0 0 5px 5px;
            font-size: 13px;
            font-size: 1.3rem;
            margin-right: 1px;
        }

            .tabs.tabs-bottom .nav-tabs li a, .tabs.tabs-bottom .nav-tabs li a:hover, .tabs.tabs-bottom .nav-tabs li a:focus, .tabs.tabs-bottom .nav-tabs li a:active {
                border-bottom: 3px solid #dddddd;
                border-top: 1px solid #dddddd;
            }

                .tabs.tabs-bottom .nav-tabs li a:hover, .tabs.tabs-bottom .nav-tabs li a:focus, .tabs.tabs-bottom .nav-tabs li a:active {
                    border-bottom: 3px solid #555555;
                    border-top: 1px solid #dddddd;
                }

        .tabs.tabs-bottom .nav-tabs li.active a,
        .tabs.tabs-bottom .nav-tabs li.active a:hover,
        .tabs.tabs-bottom .nav-tabs li.active a:focus {
            border-bottom: 3px solid #555555;
            border-top-color: transparent;
        }

/* Bottom Tabs with Justified Nav */
.tabs.tabs-bottom .nav.nav-tabs.nav-justified {
    border-top: none;
}

    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li a {
        margin-right: 0;
        border-top-color: #dddddd;
    }

    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a {
        border-radius: 0 0 0 5px;
    }

    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a {
        margin-right: 0;
        border-radius: 0 0 5px 0;
    }

    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a,
    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:hover,
    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:focus {
        border-top-color: transparent;
    }

/* Vertical */
.tabs-vertical {
    display: table;
    width: 100%;
}

    .tabs-vertical .tab-content {
        display: table-cell;
        vertical-align: top;
    }

    .tabs-vertical .nav-tabs {
        border-bottom: none;
        display: table-cell;
        height: 100%;
        float: none;
        padding: 0;
        vertical-align: top;
    }

        .tabs-vertical .nav-tabs > li {
            display: block;
        }

            .tabs-vertical .nav-tabs > li a {
                border-radius: 0;
                display: block;
                padding-top: 10px;
            }

                .tabs-vertical .nav-tabs > li a, .tabs-vertical .nav-tabs > li a:hover, .tabs-vertical .nav-tabs > li a:focus {
                    border-bottom: none;
                    border-top: none;
                }

            .tabs-vertical .nav-tabs > li.active a,
            .tabs-vertical .nav-tabs > li.active a:hover, .tabs-vertical .nav-tabs > li.active:focus {
                border-top: none;
            }

/* Vertical - Left Side */
.tabs-left .tab-content {
    border-radius: 0 5px 5px 5px;
    border-left: none;
}

.tabs-left .nav-tabs > li {
    margin-right: -1px;
}

    .tabs-left .nav-tabs > li:first-child a {
        border-radius: 5px 0 0 0;
    }

    .tabs-left .nav-tabs > li:last-child a {
        border-radius: 0 0 0 5px;
    }

    .tabs-left .nav-tabs > li a {
        border-right: 1px solid #eeeeee;
        border-left: 3px solid #dddddd;
        margin-right: 1px;
        margin-left: -3px;
    }

        .tabs-left .nav-tabs > li a:hover {
            border-left-color: #555555;
        }

    .tabs-left .nav-tabs > li.active a,
    .tabs-left .nav-tabs > li.active a:hover,
    .tabs-left .nav-tabs > li.active a:focus {
        border-left: 3px solid #555555;
        border-right-color: #FFF;
    }

/* Vertical - Right Side */
.tabs-right .tab-content {
    border-radius: 5px 0 5px 5px;
    border-right: none;
}

.tabs-right .nav-tabs > li {
    margin-left: -1px;
}

    .tabs-right .nav-tabs > li:first-child a {
        border-radius: 0 5px 0 0;
    }

    .tabs-right .nav-tabs > li:last-child a {
        border-radius: 0 0 5px 0;
    }

    .tabs-right .nav-tabs > li a {
        border-right: 3px solid #dddddd;
        border-left: 1px solid #eeeeee;
        margin-right: 1px;
        margin-left: 1px;
    }

        .tabs-right .nav-tabs > li a:hover {
            border-right-color: #555555;
        }

    .tabs-right .nav-tabs > li.active a,
    .tabs-right .nav-tabs > li.active a:hover,
    .tabs-right .nav-tabs > li.active a:focus {
        border-right: 3px solid #555555;
        border-left: 1px solid #FFF;
    }

/* states */
.tabs-primary .nav-tabs li a, .tabs-primary .nav-tabs li a:hover, .tabs-primary .nav-tabs.nav-justified li a, .tabs-primary .nav-tabs.nav-justified li a:hover {
    color: #cccccc;
}

    .tabs-primary .nav-tabs li a:hover, .tabs-primary .nav-tabs.nav-justified li a:hover {
        border-top-color: #cccccc;
    }

.tabs-primary .nav-tabs li.active a,
.tabs-primary .nav-tabs li.active a:hover,
.tabs-primary .nav-tabs li.active a:focus, .tabs-primary .nav-tabs.nav-justified li.active a,
.tabs-primary .nav-tabs.nav-justified li.active a:hover,
.tabs-primary .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #cccccc;
    color: #cccccc;
}

.tabs-primary.tabs-bottom .nav-tabs li a:hover, .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #cccccc;
}

.tabs-primary.tabs-bottom .nav-tabs li.active a,
.tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
.tabs-primary.tabs-bottom .nav-tabs li.active a:focus, .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
.tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
.tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #cccccc;
}

.tabs-primary.tabs-vertical.tabs-left li a:hover {
    border-left-color: #cccccc;
}

.tabs-primary.tabs-vertical.tabs-left li.active a,
.tabs-primary.tabs-vertical.tabs-left li.active a:hover,
.tabs-primary.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #cccccc;
}

.tabs-primary.tabs-vertical.tabs-right li a:hover {
    border-right-color: #cccccc;
}

.tabs-primary.tabs-vertical.tabs-right li.active a,
.tabs-primary.tabs-vertical.tabs-right li.active a:hover,
.tabs-primary.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #cccccc;
}

.tabs-success .nav-tabs li a, .tabs-success .nav-tabs li a:hover, .tabs-success .nav-tabs.nav-justified li a, .tabs-success .nav-tabs.nav-justified li a:hover {
    color: #47a447;
}

    .tabs-success .nav-tabs li a:hover, .tabs-success .nav-tabs.nav-justified li a:hover {
        border-top-color: #47a447;
    }

.tabs-success .nav-tabs li.active a,
.tabs-success .nav-tabs li.active a:hover,
.tabs-success .nav-tabs li.active a:focus, .tabs-success .nav-tabs.nav-justified li.active a,
.tabs-success .nav-tabs.nav-justified li.active a:hover,
.tabs-success .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #47a447;
    color: #47a447;
}

.tabs-success.tabs-bottom .nav-tabs li a:hover, .tabs-success.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #47a447;
}

.tabs-success.tabs-bottom .nav-tabs li.active a,
.tabs-success.tabs-bottom .nav-tabs li.active a:hover,
.tabs-success.tabs-bottom .nav-tabs li.active a:focus, .tabs-success.tabs-bottom .nav-tabs.nav-justified li.active a,
.tabs-success.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
.tabs-success.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #47a447;
}

.tabs-success.tabs-vertical.tabs-left li a:hover {
    border-left-color: #47a447;
}

.tabs-success.tabs-vertical.tabs-left li.active a,
.tabs-success.tabs-vertical.tabs-left li.active a:hover,
.tabs-success.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #47a447;
}

.tabs-success.tabs-vertical.tabs-right li a:hover {
    border-right-color: #47a447;
}

.tabs-success.tabs-vertical.tabs-right li.active a,
.tabs-success.tabs-vertical.tabs-right li.active a:hover,
.tabs-success.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #47a447;
}

.tabs-warning .nav-tabs li a, .tabs-warning .nav-tabs li a:hover, .tabs-warning .nav-tabs.nav-justified li a, .tabs-warning .nav-tabs.nav-justified li a:hover {
    color: #ed9c28;
}

    .tabs-warning .nav-tabs li a:hover, .tabs-warning .nav-tabs.nav-justified li a:hover {
        border-top-color: #ed9c28;
    }

.tabs-warning .nav-tabs li.active a,
.tabs-warning .nav-tabs li.active a:hover,
.tabs-warning .nav-tabs li.active a:focus, .tabs-warning .nav-tabs.nav-justified li.active a,
.tabs-warning .nav-tabs.nav-justified li.active a:hover,
.tabs-warning .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #ed9c28;
    color: #ed9c28;
}

.tabs-warning.tabs-bottom .nav-tabs li a:hover, .tabs-warning.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #ed9c28;
}

.tabs-warning.tabs-bottom .nav-tabs li.active a,
.tabs-warning.tabs-bottom .nav-tabs li.active a:hover,
.tabs-warning.tabs-bottom .nav-tabs li.active a:focus, .tabs-warning.tabs-bottom .nav-tabs.nav-justified li.active a,
.tabs-warning.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
.tabs-warning.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #ed9c28;
}

.tabs-warning.tabs-vertical.tabs-left li a:hover {
    border-left-color: #ed9c28;
}

.tabs-warning.tabs-vertical.tabs-left li.active a,
.tabs-warning.tabs-vertical.tabs-left li.active a:hover,
.tabs-warning.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #ed9c28;
}

.tabs-warning.tabs-vertical.tabs-right li a:hover {
    border-right-color: #ed9c28;
}

.tabs-warning.tabs-vertical.tabs-right li.active a,
.tabs-warning.tabs-vertical.tabs-right li.active a:hover,
.tabs-warning.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #ed9c28;
}

.tabs-danger .nav-tabs li a, .tabs-danger .nav-tabs li a:hover, .tabs-danger .nav-tabs.nav-justified li a, .tabs-danger .nav-tabs.nav-justified li a:hover {
    color: #d2322d;
}

    .tabs-danger .nav-tabs li a:hover, .tabs-danger .nav-tabs.nav-justified li a:hover {
        border-top-color: #d2322d;
    }

.tabs-danger .nav-tabs li.active a,
.tabs-danger .nav-tabs li.active a:hover,
.tabs-danger .nav-tabs li.active a:focus, .tabs-danger .nav-tabs.nav-justified li.active a,
.tabs-danger .nav-tabs.nav-justified li.active a:hover,
.tabs-danger .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #d2322d;
    color: #d2322d;
}

.tabs-danger.tabs-bottom .nav-tabs li a:hover, .tabs-danger.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #d2322d;
}

.tabs-danger.tabs-bottom .nav-tabs li.active a,
.tabs-danger.tabs-bottom .nav-tabs li.active a:hover,
.tabs-danger.tabs-bottom .nav-tabs li.active a:focus, .tabs-danger.tabs-bottom .nav-tabs.nav-justified li.active a,
.tabs-danger.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
.tabs-danger.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #d2322d;
}

.tabs-danger.tabs-vertical.tabs-left li a:hover {
    border-left-color: #d2322d;
}

.tabs-danger.tabs-vertical.tabs-left li.active a,
.tabs-danger.tabs-vertical.tabs-left li.active a:hover,
.tabs-danger.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #d2322d;
}

.tabs-danger.tabs-vertical.tabs-right li a:hover {
    border-right-color: #d2322d;
}

.tabs-danger.tabs-vertical.tabs-right li.active a,
.tabs-danger.tabs-vertical.tabs-right li.active a:hover,
.tabs-danger.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #d2322d;
}

.tabs-info .nav-tabs li a, .tabs-info .nav-tabs li a:hover, .tabs-info .nav-tabs.nav-justified li a, .tabs-info .nav-tabs.nav-justified li a:hover {
    color: #5bc0de;
}

    .tabs-info .nav-tabs li a:hover, .tabs-info .nav-tabs.nav-justified li a:hover {
        border-top-color: #5bc0de;
    }

.tabs-info .nav-tabs li.active a,
.tabs-info .nav-tabs li.active a:hover,
.tabs-info .nav-tabs li.active a:focus, .tabs-info .nav-tabs.nav-justified li.active a,
.tabs-info .nav-tabs.nav-justified li.active a:hover,
.tabs-info .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #5bc0de;
    color: #5bc0de;
}

.tabs-info.tabs-bottom .nav-tabs li a:hover, .tabs-info.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #5bc0de;
}

.tabs-info.tabs-bottom .nav-tabs li.active a,
.tabs-info.tabs-bottom .nav-tabs li.active a:hover,
.tabs-info.tabs-bottom .nav-tabs li.active a:focus, .tabs-info.tabs-bottom .nav-tabs.nav-justified li.active a,
.tabs-info.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
.tabs-info.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #5bc0de;
}

.tabs-info.tabs-vertical.tabs-left li a:hover {
    border-left-color: #5bc0de;
}

.tabs-info.tabs-vertical.tabs-left li.active a,
.tabs-info.tabs-vertical.tabs-left li.active a:hover,
.tabs-info.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #5bc0de;
}

.tabs-info.tabs-vertical.tabs-right li a:hover {
    border-right-color: #5bc0de;
}

.tabs-info.tabs-vertical.tabs-right li.active a,
.tabs-info.tabs-vertical.tabs-right li.active a:hover,
.tabs-info.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #5bc0de;
}

.tabs-dark .nav-tabs li a, .tabs-dark .nav-tabs li a:hover, .tabs-dark .nav-tabs.nav-justified li a, .tabs-dark .nav-tabs.nav-justified li a:hover {
    color: #171717;
}

    .tabs-dark .nav-tabs li a:hover, .tabs-dark .nav-tabs.nav-justified li a:hover {
        border-top-color: #171717;
    }

.tabs-dark .nav-tabs li.active a,
.tabs-dark .nav-tabs li.active a:hover,
.tabs-dark .nav-tabs li.active a:focus, .tabs-dark .nav-tabs.nav-justified li.active a,
.tabs-dark .nav-tabs.nav-justified li.active a:hover,
.tabs-dark .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #171717;
    color: #171717;
}

.tabs-dark.tabs-bottom .nav-tabs li a:hover, .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #171717;
}

.tabs-dark.tabs-bottom .nav-tabs li.active a,
.tabs-dark.tabs-bottom .nav-tabs li.active a:hover,
.tabs-dark.tabs-bottom .nav-tabs li.active a:focus, .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a,
.tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
.tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #171717;
}

.tabs-dark.tabs-vertical.tabs-left li a:hover {
    border-left-color: #171717;
}

.tabs-dark.tabs-vertical.tabs-left li.active a,
.tabs-dark.tabs-vertical.tabs-left li.active a:hover,
.tabs-dark.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #171717;
}

.tabs-dark.tabs-vertical.tabs-right li a:hover {
    border-right-color: #171717;
}

.tabs-dark.tabs-vertical.tabs-right li.active a,
.tabs-dark.tabs-vertical.tabs-right li.active a:hover,
.tabs-dark.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #171717;
}

/*	Slider - */
.ui-slider.ui-widget-content {
    background: #ebebeb;
    border: none;
}

/*	Sliders - Horizontal */
.ui-slider-horizontal {
    height: 6px;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -7px;
    }

/*	Sliders - Vertical */
.ui-slider-vertical {
    display: inline-block;
    width: 6px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -7px;
    }

/*	Sliders - UI Handle */
.ui-slider .ui-slider-handle {
    background: #d9d9d9;
    border: 6px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
    cursor: pointer;
    height: 20px;
    width: 20px;
}

    .ui-slider .ui-slider-handle:hover {
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
    }

/*	Sliders - UI Handle (Fix Windows Mobile Devices) */
.ui-slider .ui-slider-handle {
    -ms-touch-action: none;
    touch-action: none;
}

/*	Sliders - Range */
.ui-slider .ui-slider-range {
    background: #d9d9d9;
}

/*	Sliders - Contextual */
.slider-primary .ui-slider-range,
.slider-primary .ui-slider-handle {
    background: #cccccc;
}

.slider-gradient.slider-primary .ui-slider-range,
.slider-gradient.slider-primary .ui-slider-handle {
    background-image: -webkit-linear-gradient(#e6e6e6 0, #cccccc 50%, #b3b3b3 100%);
    background-image: linear-gradient(to, #cccccc 50%, #b3b3b3 100%);
}

.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-handle {
    background-image: -webkit-linear-gradient( left, #e6e6e6 0, #cccccc 50%, #b3b3b3 100%);
    background-image: linear-gradient(to right, #e6e6e6 0, #cccccc 50%, #b3b3b3 100%);
}

.slider-success .ui-slider-range,
.slider-success .ui-slider-handle {
    background: #47a447;
}

.slider-gradient.slider-success .ui-slider-range,
.slider-gradient.slider-success .ui-slider-handle {
    background-image: -webkit-linear-gradient(#63bb63 0, #47a447 50%, #388038 100%);
    background-image: linear-gradient(to, #47a447 50%, #388038 100%);
}

.slider-gradient.ui-slider-vertical.slider-success .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-success .ui-slider-handle {
    background-image: -webkit-linear-gradient( left, #63bb63 0, #47a447 50%, #388038 100%);
    background-image: linear-gradient(to right, #63bb63 0, #47a447 50%, #388038 100%);
}

.slider-warning .ui-slider-range,
.slider-warning .ui-slider-handle {
    background: #ed9c28;
}

.slider-gradient.slider-warning .ui-slider-range,
.slider-gradient.slider-warning .ui-slider-handle {
    background-image: -webkit-linear-gradient(#f1b257 0, #ed9c28 50%, #d18211 100%);
    background-image: linear-gradient(to, #ed9c28 50%, #d18211 100%);
}

.slider-gradient.ui-slider-vertical.slider-warning .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-warning .ui-slider-handle {
    background-image: -webkit-linear-gradient( left, #f1b257 0, #ed9c28 50%, #d18211 100%);
    background-image: linear-gradient(to right, #f1b257 0, #ed9c28 50%, #d18211 100%);
}

.slider-danger .ui-slider-range,
.slider-danger .ui-slider-handle {
    background: #d2322d;
}

.slider-gradient.slider-danger .ui-slider-range,
.slider-gradient.slider-danger .ui-slider-handle {
    background-image: -webkit-linear-gradient(#db5b57 0, #d2322d 50%, #a82824 100%);
    background-image: linear-gradient(to, #d2322d 50%, #a82824 100%);
}

.slider-gradient.ui-slider-vertical.slider-danger .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-danger .ui-slider-handle {
    background-image: -webkit-linear-gradient( left, #db5b57 0, #d2322d 50%, #a82824 100%);
    background-image: linear-gradient(to right, #db5b57 0, #d2322d 50%, #a82824 100%);
}

.slider-info .ui-slider-range,
.slider-info .ui-slider-handle {
    background: #5bc0de;
}

.slider-gradient.slider-info .ui-slider-range,
.slider-gradient.slider-info .ui-slider-handle {
    background-image: -webkit-linear-gradient(#85d0e7 0, #5bc0de 50%, #31b0d5 100%);
    background-image: linear-gradient(to, #5bc0de 50%, #31b0d5 100%);
}

.slider-gradient.ui-slider-vertical.slider-info .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-info .ui-slider-handle {
    background-image: -webkit-linear-gradient( left, #85d0e7 0, #5bc0de 50%, #31b0d5 100%);
    background-image: linear-gradient(to right, #85d0e7 0, #5bc0de 50%, #31b0d5 100%);
}

.slider-dark .ui-slider-range,
.slider-dark .ui-slider-handle {
    background: #171717;
}

.slider-gradient.slider-dark .ui-slider-range,
.slider-gradient.slider-dark .ui-slider-handle {
    background-image: -webkit-linear-gradient(#313131 0, #171717 50%, black 100%);
    background-image: linear-gradient(to, #171717 50%, black 100%);
}

.slider-gradient.ui-slider-vertical.slider-dark .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-dark .ui-slider-handle {
    background-image: -webkit-linear-gradient( left, #313131 0, #171717 50%, black 100%);
    background-image: linear-gradient(to right, #313131 0, #171717 50%, black 100%);
}

/* Alert new states */
.alert-default {
    background-color: #ebebeb;
    border-color: #e3e3e3;
    color: #6c6c6c;
}

    .alert-default .alert-link {
        color: #454545;
    }

.alert-primary {
    background-color: #cccccc;
    border-color: #c4c4c4;
    color: white;
}

    .alert-primary .alert-link {
        color: #999999;
    }

.alert-dark {
    background-color: #313131;
    border-color: black;
    color: #cacaca;
}

    .alert-dark .alert-link {
        color: #f0f0f0;
    }

/* Notification */
.ui-pnotify {
    right: 15px;
    top: 15px;
}

    .ui-pnotify .notification {
        border-radius: 5px;
        box-shadow: none;
        padding: 15px 15px 15px 75px;
    }

        .ui-pnotify .notification .ui-pnotify-icon {
            left: 0;
            position: absolute;
            top: 0;
            width: 75px;
            text-align: center;
        }

            .ui-pnotify .notification .ui-pnotify-icon > span {
                border: 2px solid #FFF;
                border-radius: 50%;
                display: inline-block;
                float: none;
                font-size: 35px;
                height: 50px;
                line-height: 48px;
                margin: 8px 0 0;
                padding: 0;
                width: 50px;
                text-align: center;
            }

        .ui-pnotify .notification .ui-pnotify-title {
            font-size: 14px;
            letter-spacing: 0;
        }

        .ui-pnotify .notification .ui-pnotify-text {
            font-size: 12px;
            line-height: 1.3em;
        }

        .ui-pnotify .notification.notification-danger .ui-pnotify-icon > span.fa-times {
            line-height: 47px;
        }

    .ui-pnotify .ui-pnotify-shadow {
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    }

    .ui-pnotify.ui-pnotify-no-icon .notification {
        padding-left: 15px;
    }

    .ui-pnotify .ui-pnotify-sharp {
        border-radius: 0;
    }

body .ui-pnotify.icon-nb .notification .ui-pnotify-icon > span {
    border-color: transparent;
    border-radius: 0;
}

.ui-pnotify.stack-bar-top {
    right: 0;
    top: 0;
}

    .ui-pnotify.stack-bar-top .notification {
        border-radius: 0;
    }

        .ui-pnotify.stack-bar-top .notification .ui-pnotify-icon > span {
            margin-top: 7px;
        }

.ui-pnotify.stack-bar-bottom {
    bottom: 0;
    left: auto;
    margin-left: 15%;
    right: auto;
    top: auto;
}

    .ui-pnotify.stack-bar-bottom .notification {
        border-radius: 0;
    }

        .ui-pnotify.stack-bar-bottom .notification .ui-pnotify-icon > span {
            margin-top: 9px;
        }

.ui-pnotify.click-2-close {
    cursor: pointer;
}

/* Notification States */
.ui-pnotify .notification-primary {
    background: rgba(204, 204, 204, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

    .ui-pnotify .notification-primary .ui-pnotify-icon > span {
        border-color: rgba(255, 255, 255, 0.7);
    }

.ui-pnotify.stack-bar-top .notification-primary, .ui-pnotify.stack-bar-bottom .notification-primary {
    background: #cccccc;
}

.ui-pnotify.notification-primary .notification,
.ui-pnotify.notification-primary .notification-primary {
    background: rgba(204, 204, 204, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

    .ui-pnotify.notification-primary .notification .ui-pnotify-icon > span,
    .ui-pnotify.notification-primary .notification-primary .ui-pnotify-icon > span {
        border-color: rgba(255, 255, 255, 0.7);
    }

.ui-pnotify.notification-primary.stack-bar-top .notification,
.ui-pnotify.notification-primary.stack-bar-top .notification-primary, .ui-pnotify.notification-primary.stack-bar-bottom .notification,
.ui-pnotify.notification-primary.stack-bar-bottom .notification-primary {
    background: #cccccc;
}

.ui-pnotify .notification-success {
    background: rgba(71, 164, 71, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

    .ui-pnotify .notification-success .ui-pnotify-icon > span {
        border-color: rgba(255, 255, 255, 0.7);
    }

.ui-pnotify.stack-bar-top .notification-success, .ui-pnotify.stack-bar-bottom .notification-success {
    background: #47a447;
}

.ui-pnotify.notification-success .notification,
.ui-pnotify.notification-success .notification-success {
    background: rgba(71, 164, 71, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

    .ui-pnotify.notification-success .notification .ui-pnotify-icon > span,
    .ui-pnotify.notification-success .notification-success .ui-pnotify-icon > span {
        border-color: rgba(255, 255, 255, 0.7);
    }

.ui-pnotify.notification-success.stack-bar-top .notification,
.ui-pnotify.notification-success.stack-bar-top .notification-success, .ui-pnotify.notification-success.stack-bar-bottom .notification,
.ui-pnotify.notification-success.stack-bar-bottom .notification-success {
    background: #47a447;
}

.ui-pnotify .notification-warning {
    background: rgba(237, 156, 40, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

    .ui-pnotify .notification-warning .ui-pnotify-icon > span {
        border-color: rgba(255, 255, 255, 0.7);
    }

.ui-pnotify.stack-bar-top .notification-warning, .ui-pnotify.stack-bar-bottom .notification-warning {
    background: #ed9c28;
}

.ui-pnotify.notification-warning .notification,
.ui-pnotify.notification-warning .notification-warning {
    background: rgba(237, 156, 40, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

    .ui-pnotify.notification-warning .notification .ui-pnotify-icon > span,
    .ui-pnotify.notification-warning .notification-warning .ui-pnotify-icon > span {
        border-color: rgba(255, 255, 255, 0.7);
    }

.ui-pnotify.notification-warning.stack-bar-top .notification,
.ui-pnotify.notification-warning.stack-bar-top .notification-warning, .ui-pnotify.notification-warning.stack-bar-bottom .notification,
.ui-pnotify.notification-warning.stack-bar-bottom .notification-warning {
    background: #ed9c28;
}

.ui-pnotify .notification-danger {
    background: rgba(210, 50, 45, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

    .ui-pnotify .notification-danger .ui-pnotify-icon > span {
        border-color: rgba(255, 255, 255, 0.7);
    }

.ui-pnotify.stack-bar-top .notification-danger, .ui-pnotify.stack-bar-bottom .notification-danger {
    background: #d2322d;
}

.ui-pnotify.notification-danger .notification,
.ui-pnotify.notification-danger .notification-danger {
    background: rgba(210, 50, 45, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

    .ui-pnotify.notification-danger .notification .ui-pnotify-icon > span,
    .ui-pnotify.notification-danger .notification-danger .ui-pnotify-icon > span {
        border-color: rgba(255, 255, 255, 0.7);
    }

.ui-pnotify.notification-danger.stack-bar-top .notification,
.ui-pnotify.notification-danger.stack-bar-top .notification-danger, .ui-pnotify.notification-danger.stack-bar-bottom .notification,
.ui-pnotify.notification-danger.stack-bar-bottom .notification-danger {
    background: #d2322d;
}

.ui-pnotify .notification-info {
    background: rgba(91, 192, 222, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

    .ui-pnotify .notification-info .ui-pnotify-icon > span {
        border-color: rgba(255, 255, 255, 0.7);
    }

.ui-pnotify.stack-bar-top .notification-info, .ui-pnotify.stack-bar-bottom .notification-info {
    background: #5bc0de;
}

.ui-pnotify.notification-info .notification,
.ui-pnotify.notification-info .notification-info {
    background: rgba(91, 192, 222, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

    .ui-pnotify.notification-info .notification .ui-pnotify-icon > span,
    .ui-pnotify.notification-info .notification-info .ui-pnotify-icon > span {
        border-color: rgba(255, 255, 255, 0.7);
    }

.ui-pnotify.notification-info.stack-bar-top .notification,
.ui-pnotify.notification-info.stack-bar-top .notification-info, .ui-pnotify.notification-info.stack-bar-bottom .notification,
.ui-pnotify.notification-info.stack-bar-bottom .notification-info {
    background: #5bc0de;
}

.ui-pnotify .notification-dark {
    background: rgba(23, 23, 23, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

    .ui-pnotify .notification-dark .ui-pnotify-icon > span {
        border-color: rgba(255, 255, 255, 0.7);
    }

.ui-pnotify.stack-bar-top .notification-dark, .ui-pnotify.stack-bar-bottom .notification-dark {
    background: #171717;
}

.ui-pnotify.notification-dark .notification,
.ui-pnotify.notification-dark .notification-dark {
    background: rgba(23, 23, 23, 0.95);
    color: rgba(255, 255, 255, 0.7);
}

    .ui-pnotify.notification-dark .notification .ui-pnotify-icon > span,
    .ui-pnotify.notification-dark .notification-dark .ui-pnotify-icon > span {
        border-color: rgba(255, 255, 255, 0.7);
    }

.ui-pnotify.notification-dark.stack-bar-top .notification,
.ui-pnotify.notification-dark.stack-bar-top .notification-dark, .ui-pnotify.notification-dark.stack-bar-bottom .notification,
.ui-pnotify.notification-dark.stack-bar-bottom .notification-dark {
    background: #171717;
}

/* Progress bar overwrite style */
#treeviewjobcontrol .progress-bar {
    background: #cccccc;
}

.progress .progress-bar {
    box-shadow: none;
    border-radius: 4px;
}

/* Progress bar default style */
.progress {
    background: #474453;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4) inset;
}

    /* Progress bar light style */
    .progress.light {
        background: #f6f7f8;
        background: -webkit-linear-gradient(#f6f7f8, #f6f7f8 10%, whitesmoke 11%);
        background: linear-gradient(#f6f7f8, #f6f7f8 10%, whitesmoke 11%);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    }

/* Progress bar roundness generic */
.progress-squared, .progress-squared .progress-bar {
    border-radius: 0 !important;
}

/* Progress bar sizes */
.progress-xs {
    height: 7px;
}

    .progress-xs, .progress-xs .progress-bar {
        border-radius: 7px;
    }

        .progress-xs .progress-bar {
            direction: ltr !important;
            text-indent: -9999px;
        }

        .progress-xs.progress-half-rounded, .progress-xs.progress-half-rounded .progress-bar {
            border-radius: 2px;
        }

        .progress-xs.progress-striped .progress-bar {
            background-size: 15px 15px;
        }

.progress-sm {
    border-radius: 12px;
    height: 12px;
}

    .progress-sm, .progress-sm .progress-bar {
        border-radius: 12px;
    }

        .progress-sm .progress-bar {
            font-size: 10px;
            line-height: 12px;
        }

        .progress-sm.progress-half-rounded, .progress-sm.progress-half-rounded .progress-bar {
            border-radius: 4px;
        }

        .progress-sm.progress-striped .progress-bar {
            background-size: 20px 20px;
        }

.progress-md {
    border-radius: 14px;
    height: 14px;
}

    .progress-md, .progress-md .progress-bar {
        border-radius: 14px;
    }

        .progress-md .progress-bar {
            font-size: 11px;
            line-height: 14px;
        }

        .progress-md.progress-half-rounded, .progress-md.progress-half-rounded .progress-bar {
            border-radius: 4px;
        }

        .progress-md.progress-striped .progress-bar {
            background-size: 25px 25px;
        }

.progress-lg {
    border-radius: 16px;
    height: 16px;
}

    .progress-lg, .progress-lg .progress-bar {
        border-radius: 16px;
    }

        .progress-lg .progress-bar {
            line-height: 16px;
        }

        .progress-lg.progress-half-rounded, .progress-lg.progress-half-rounded .progress-bar {
            border-radius: 5px;
        }

        .progress-lg.progress-striped .progress-bar {
            background-size: 30px 30px;
        }

.progress-xl {
    border-radius: 18px;
    height: 18px;
}

    .progress-xl, .progress-xl .progress-bar {
        border-radius: 18px;
    }

        .progress-xl .progress-bar {
            line-height: 18px;
        }

        .progress-xl.progress-half-rounded, .progress-xl.progress-half-rounded .progress-bar {
            border-radius: 6px;
        }

        .progress-xl.progress-striped .progress-bar {
            background-size: 35px 35px;
        }

/* Progress bar states */
.progress .progress-bar-primary {
    background-color: #cccccc;
}

.progress .progress-bar-success {
    background-color: #47a447;
}

.progress .progress-bar-warning {
    background-color: #ed9c28;
}

.progress .progress-bar-danger {
    background-color: #d2322d;
}

.progress .progress-bar-info {
    background-color: #5bc0de;
}

.progress .progress-bar-dark {
    background-color: #171717;
}

/*progress license page*/
.progress-license {
    background: #f5f5f5;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.1);
}

.circular-bar {
    margin-bottom: 25px;
}

    .circular-bar .circular-bar-chart {
        position: relative;
    }

    .circular-bar strong {
        display: block;
        font-weight: 600;
        font-size: 18px;
        line-height: 30px;
        position: absolute;
        top: 35%;
        width: 80%;
        left: 10%;
        text-align: center;
    }

    .circular-bar label {
        display: block;
        font-weight: 100;
        font-size: 17px;
        line-height: 20px;
        position: absolute;
        top: 50%;
        width: 80%;
        left: 10%;
        text-align: center;
    }

.panel-group .panel-accordion {
    border: 1px solid #DDD;
}

    .panel-group .panel-accordion .panel-heading {
        border-radius: 5px;
        padding: 0;
    }

        .panel-group .panel-accordion .panel-heading a {
            color: #cccccc;
            display: block;
            padding: 15px;
            font-size: 16px;
            border-radius: 5px;
        }

            .panel-group .panel-accordion .panel-heading a:hover, .panel-group .panel-accordion .panel-heading a:focus {
                text-decoration: none;
            }

            .panel-group .panel-accordion .panel-heading a .fa {
                margin-right: 4px;
            }

    .panel-group .panel-accordion .panel-body {
        border-radius: 0 0 5px 5px;
    }

    .panel-group .panel-accordion.panel-accordion-first {
        border-radius: 0 0 5px 5px;
    }

        .panel-group .panel-accordion.panel-accordion-first .panel-heading {
            border-radius: 0 0 5px 5px;
        }

.panel-group .panel-accordion-primary .panel-heading .panel-title a {
    background: #cccccc;
    color: #FFF;
}

.panel-group .panel-accordion-success .panel-heading .panel-title a {
    background: #47a447;
    color: #FFF;
}

.panel-group .panel-accordion-warning .panel-heading .panel-title a {
    background: #ed9c28;
    color: #FFF;
}

.panel-group .panel-accordion-danger .panel-heading .panel-title a {
    background: #d2322d;
    color: #FFF;
}

.panel-group .panel-accordion-info .panel-heading .panel-title a {
    background: #5bc0de;
    color: #FFF;
}

.panel-group .panel-accordion-dark .panel-heading .panel-title a {
    background: #171717;
    color: #FFF;
}

.chart {
    width: 100%;
}

    .chart.chart-xs {
        height: 150px;
    }

    .chart.chart-sm {
        height: 184px;
    }

    .chart.chart-md {
        height: 350px;
    }

    .chart.chart-lg {
        height: 500px;
    }

#flotTip {
    padding: 4px 8px;
    background-color: #000;
    z-index: 100;
    color: #FFF;
    opacity: .7;
    font-size: 11px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.jqstooltip {
    min-width: 30px;
    min-height: 25px;
    border: 0 !important;
    height: auto !important;
    width: auto !important;
}

.circular-bar {
    margin: 25px 0;
}

    .circular-bar .circular-bar-chart {
        position: relative;
    }

    .circular-bar strong {
        display: block;
        font-weight: 600;
        font-size: 18px;
        line-height: 30px;
        position: absolute;
        top: 35%;
        width: 80%;
        left: 10%;
        text-align: center;
    }

    .circular-bar label {
        display: block;
        font-weight: 100;
        font-size: 17px;
        line-height: 20px;
        position: absolute;
        top: 50%;
        width: 80%;
        left: 10%;
        text-align: center;
    }

    .circular-bar.circular-bar-xs {
        width: 50px;
    }

        .circular-bar.circular-bar-xs strong {
            display: none;
        }

        .circular-bar.circular-bar-xs label {
            font-size: 11px;
            left: 0;
            text-align: center;
            top: 28%;
            width: 100%;
        }

.gauge-chart {
    margin: 25px 0;
}

    .gauge-chart strong {
        display: block;
        font-weight: 600;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        margin-top: 10px;
    }

    .gauge-chart label {
        display: block;
        font-weight: 100;
        font-size: 17px;
        line-height: 20px;
        padding-bottom: 5px;
        text-align: center;
    }

.small-chart-wrapper {
    display: inline-block;
    margin: 10px 15px;
    width: 100%;
}

    .small-chart-wrapper .small-chart {
        display: inline-block;
        float: left;
        margin-bottom: 8px;
        min-width: 80px;
    }

    .small-chart-wrapper .small-chart-info {
        display: inline-block;
        padding: 0 0 0 10px;
    }

        .small-chart-wrapper .small-chart-info label {
            display: block;
            font-size: 11px;
            text-transform: uppercase;
            color: #a0a0a0;
            padding: 0;
            margin: 0;
            line-height: 15px;
        }

        .small-chart-wrapper .small-chart-info strong {
            display: block;
            font-size: 13px;
            padding: 0;
            margin: 0;
            line-height: 15px;
        }

    .small-chart-wrapper + .small-chart-wrapper {
        margin-left: 25px;
    }


.liquid-meter {
    position: relative;
    max-height: 200px;
    max-width: 200px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 50%;
}

    .liquid-meter meter {
        display: none;
    }

    .liquid-meter.liquid-meter-loaded {
        width: auto;
        padding-bottom: 0;
    }

        .liquid-meter.liquid-meter-loaded:before {
            display: none;
        }

.liquid-meter-wrapper.liquid-meter-xs .liquid-meter {
    max-height: 120px;
    max-width: 120px;
}

.liquid-meter-wrapper.liquid-meter-sm .liquid-meter {
    max-height: 250px;
    max-width: 250px;
}

.liquid-meter-wrapper.liquid-meter-md .liquid-meter {
    max-height: 200px;
    max-width: 200px;
}

.liquid-meter-wrapper.liquid-meter-lg .liquid-meter {
    max-height: 230px;
    max-width: 230px;
}

.liquid-meter-wrapper .liquid-meter-selector {
    margin-top: 3px;
}

    .liquid-meter-wrapper .liquid-meter-selector a {
        text-transform: uppercase;
        font-weight: 300;
        font-size: 11px;
        color: #9b9b9b;
        border-right: 1px solid #e4e4e4;
        display: inline-block;
        padding-right: 8px;
        margin-right: 8px;
    }

        .liquid-meter-wrapper .liquid-meter-selector a.active {
            color: #cccccc;
        }

        .liquid-meter-wrapper .liquid-meter-selector a:last-child {
            border-right: 0;
            padding-right: 0;
            margin-right: 0;
        }

.chart-data-selector {
    visibility: hidden;
    max-height: 255px;
    padding: 6px;
}

    .chart-data-selector h2 {
        color: #33353f;
        font-size: 20px;
        line-height: 20px;
        margin: 0;
        padding: 0;
        text-transform: none;
        letter-spacing: -1px;
    }

        .chart-data-selector h2 .multiselect {
            background: #f6f6f6;
            border: 0 none;
            font-size: 20px;
            font-weight: 600;
            margin: -4px 0 0 4px !important;
            padding: 3px 12px 3px 8px;
        }

            .chart-data-selector h2 .multiselect:hover, .chart-data-selector h2 .multiselect:focus, .chart-data-selector h2 .multiselect:active {
                text-decoration: none;
            }

        .chart-data-selector h2 .multiselect-container {
            margin: 0 0 0 4px;
            min-width: 120%;
        }

    .chart-data-selector .chart-data-selector-items {
        position: relative;
        overflow: hidden;
    }

        .chart-data-selector .chart-data-selector-items .chart-active {
            visibility: hidden;
        }

        .chart-data-selector .chart-data-selector-items .chart-hidden {
            visibility: hidden;
        }

    .chart-data-selector.ready {
        max-height: none;
        visibility: visible;
    }

        .chart-data-selector.ready .chart-active {
            visibility: visible;
            position: relative;
            z-index: 2;
        }

        .chart-data-selector.ready .chart-hidden {
            visibility: hidden;
            position: absolute;
            z-index: 1;
            top: -9999px;
        }

.jstree-default .jstree-checkbox {
    background-image: url(../images/jstree.png);
}

.jstree-default .jstree-icon {
    color: #333;
}

.jstree-default .jstree-hovered {
    background-color: white;
}

.jstree-default .jstree-clicked {
    background-color: white;
}

.jstree-default .jstree-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.jstree-default .colored {
    color: #cccccc;
}

    .jstree-default .colored .jstree-icon {
        color: #cccccc;
    }

.jstree-default .colored-icon .jstree-icon {
    color: #cccccc;
}

.jstree-default .folder .jstree-icon {
    color: #ddc03f;
}

/* Word Rotate */
.word-rotate {
    visibility: hidden;
    width: 100px;
    height: 0px;
    margin-bottom: -7px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    position: relative;
    top: -1px;
}

    .word-rotate.active {
        visibility: visible;
        width: auto;
    }

    .word-rotate .word-rotate-items {
        position: relative;
        top: 0;
        width: 100%;
    }

        .word-rotate .word-rotate-items span {
            display: block;
            white-space: nowrap;
        }

    .word-rotate.highlight {
        top: 1px;
    }

/* Word Rotate - Titles */
h1 .word-rotate {
    margin-bottom: -12px;
}

h2 .word-rotate {
    margin-bottom: -12px;
}

h2.word-rotator-title {
    line-height: 54px;
}

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .dd-list .dd-list {
        padding-left: 30px;
    }

.dd-collapsed .dd-list {
    display: none;
}

.dd-item, .dd-empty, .dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle {
    display: block;
    height: 34px;
    margin: 5px 0;
    padding: 6px 10px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #CCC;
    background: #F6F6F6;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .dd-handle:hover {
        color: #cccccc;
        background: #fff;
    }

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 7px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

    .dd-item > button:before {
        content: '+';
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        text-indent: 0;
    }

    .dd-item > button[data-action="collapse"]:before {
        content: '-';
    }

.dd-placeholder {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: white;
    border: 1px dashed #cccccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white), -webkit-linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white);
    background-image: -moz-linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white), -moz-linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white);
    background-image: linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white), linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

    .dd-dragel > .dd-item .dd-handle {
        margin-top: 0;
    }

    .dd-dragel .dd-handle {
        -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
    }

.owl-carousel .item.spaced {
    margin: 5px;
}

.toggle {
    margin: 10px 0 0;
    position: relative;
    clear: both;
}

    .toggle > input {
        cursor: pointer;
        filter: alpha(opacity=0);
        height: 45px;
        margin: 0;
        opacity: 0;
        position: absolute;
        width: 100%;
        z-index: 2;
    }

    .toggle > label {
        -webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
        background: #F4F4F4;
        border-left: 3px solid #cccccc;
        border-radius: 5px;
        color: #cccccc;
        display: block;
        font-size: 1.1em;
        min-height: 20px;
        padding: 12px 20px 12px 10px;
        position: relative;
        cursor: pointer;
        font-weight: 400;
    }

        .toggle > label:-moz-selection {
            background: none;
        }

        .toggle > label i.fa-minus {
            display: none;
        }

        .toggle > label i.fa-plus {
            display: inline;
        }

        .toggle > label:selection {
            background: none;
        }

        .toggle > label:before {
            border: 6px solid transparent;
            border-left-color: inherit;
            content: '';
            margin-top: -6px;
            position: absolute;
            right: 4px;
            top: 50%;
        }

        .toggle > label:hover {
            background: #f5f5f5;
        }

        .toggle > label + p {
            display: block;
            overflow: hidden;
            padding-left: 30px;
            text-overflow: ellipsis;
            white-space: nowrap;
            height: 25px;
        }

        .toggle > label i {
            font-size: 0.7em;
            margin-right: 8px;
            position: relative;
            top: -1px;
        }

    .toggle > .toggle-content {
        display: none;
    }

        .toggle > .toggle-content > p {
            margin-bottom: 0;
            padding: 10px 0;
        }

    .toggle.active i.fa-minus {
        display: inline;
        color: #FFF;
    }

    .toggle.active i.fa-plus {
        display: none;
    }

    .toggle.active > label {
        background: #cccccc;
        border-color: #cccccc;
        color: #FFF;
    }

        .toggle.active > label:before {
            border: 6px solid transparent;
            border-top-color: #FFF;
            margin-top: -3px;
            right: 10px;
        }

    .toggle.active > p {
        white-space: normal;
    }

    .toggle > p.preview-active {
        height: auto;
        white-space: normal;
    }

.label-default {
    background: #ebebeb;
    color: #777777;
}

.label-sm {
    font-size: 50%;
}

.label-primary {
    background: #cccccc;
    color: white;
}

.label-success {
    background: #47a447;
    color: white;
}

.label-warning {
    background: #ed9c28;
    color: white;
}

.label-danger {
    background: #d2322d;
    color: white;
}

.label-info {
    background: #5bc0de;
    color: black;
}

.label-dark {
    background: #171717;
    color: white;
}

.mfp-bg {
    z-index: 10000;
}

.mfp-wrap {
    z-index: 10001;
}

.modal-block {
    background: transparent;
    padding: 0;
    text-align: left;
    max-width: 600px;
    margin: 40px auto;
    position: relative;
}

    .modal-block.modal-block-xs {
        max-width: 200px;
    }

    .modal-block.modal-block-sm {
        max-width: 400px;
    }

    .modal-block.modal-block-md {
        max-width: 600px;
    }

    .modal-block.modal-block-lg {
        max-width: 900px;
    }

    .modal-block.modal-block-full {
        max-width: 98%;
    }

    .modal-block.modal-header-color .panel-heading h2 {
        color: #FFF;
    }

    .modal-block.modal-full-color {
        color: #FFF;
    }

        .modal-block.modal-full-color .panel-heading {
            border: 0;
        }

            .modal-block.modal-full-color .panel-heading h2 {
                color: #FFF;
            }

        .modal-block.modal-full-color .panel-footer {
            border: 0;
        }

        .modal-block.modal-full-color .panel-body {
            background-color: transparent;
        }

        .modal-block.modal-full-color .fa {
            color: #FFF !important;
        }

/* Modal Wrapper */
.modal-wrapper {
    position: relative;
    padding: 25px 0;
}

/* Modal Icon */
.modal-icon {
    float: left;
    width: 20%;
    text-align: center;
}

    .modal-icon .fa {
        font-size: 52px;
        position: relative;
        top: -10px;
        color: #cccccc;
    }

    .modal-icon.center {
        float: none;
        width: auto;
        padding-top: 20px;
    }

        .modal-icon.center + .modal-text {
            float: none;
            width: auto;
        }

    .modal-icon + .modal-text {
        float: left;
        width: 80%;
    }

/* Modal Text */
.modal-text {
    padding: 0 5px;
}

    .modal-text h1, .modal-text h2, .modal-text h3, .modal-text h4, .modal-text h5, .modal-text h6 {
        padding: 0;
        margin: -7px 0 4px 0;
    }

.modal-block-primary .fa {
    color: #cccccc;
}

.modal-block-primary.modal-header-color .panel-heading {
    background-color: #cccccc;
}

.modal-block-primary.modal-full-color .panel {
    background-color: #e0e0e0;
}

.modal-block-primary.modal-full-color .panel-heading {
    background-color: #cccccc;
}

.modal-block-primary.modal-full-color .panel-footer {
    background-color: #e0e0e0;
}

.modal-block-success .fa {
    color: #47a447;
}

.modal-block-success.modal-header-color .panel-heading {
    background-color: #47a447;
}

.modal-block-success.modal-full-color .panel {
    background-color: #5cb85c;
}

.modal-block-success.modal-full-color .panel-heading {
    background-color: #47a447;
}

.modal-block-success.modal-full-color .panel-footer {
    background-color: #5cb85c;
}

.modal-block-warning .fa {
    color: #ed9c28;
}

.modal-block-warning.modal-header-color .panel-heading {
    background-color: #ed9c28;
}

.modal-block-warning.modal-full-color .panel {
    background-color: #f0ad4e;
}

.modal-block-warning.modal-full-color .panel-heading {
    background-color: #ed9c28;
}

.modal-block-warning.modal-full-color .panel-footer {
    background-color: #f0ad4e;
}

.modal-block-danger .fa {
    color: #d2322d;
}

.modal-block-danger.modal-header-color .panel-heading {
    background-color: #d2322d;
}

.modal-block-danger.modal-full-color .panel {
    background-color: #d9534f;
}

.modal-block-danger.modal-full-color .panel-heading {
    background-color: #d2322d;
}

.modal-block-danger.modal-full-color .panel-footer {
    background-color: #d9534f;
}

.modal-block-info .fa {
    color: #5bc0de;
}

.modal-block-info.modal-header-color .panel-heading {
    background-color: #5bc0de;
}

.modal-block-info.modal-full-color .panel {
    background-color: #7dcde5;
}

.modal-block-info.modal-full-color .panel-heading {
    background-color: #5bc0de;
}

.modal-block-info.modal-full-color .panel-footer {
    background-color: #7dcde5;
}

.modal-block-dark .fa {
    color: #171717;
}

.modal-block-dark.modal-header-color .panel-heading {
    background-color: #171717;
}

.modal-block-dark.modal-full-color .panel {
    background-color: #2b2b2b;
}

.modal-block-dark.modal-full-color .panel-heading {
    background-color: #171717;
}

.modal-block-dark.modal-full-color .panel-footer {
    background-color: #2b2b2b;
}

/* Close */
.mfp-close,
.mfp-close-btn-in .mfp-close {
    font-weight: 600;
    font-size: 22px;
    color: #838383;
}

/* No Margins */
.mfp-no-margins img.mfp-img {
    padding: 0;
}

.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}

.mfp-no-margins .mfp-container {
    padding: 0;
}

/* Zoom */
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
    opacity: 0.001;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/* Animnate */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0.001;
    /* Chrome opacity transition bug */
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0.01;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

/* Dialog */
.dialog {
    background: white;
    padding: 20px 30px;
    text-align: left;
    margin: 40px auto;
    position: relative;
    max-width: 600px;
}

    .dialog.dialog-xs {
        max-width: 200px;
    }

    .dialog.dialog-sm {
        max-width: 400px;
    }

    .dialog.dialog-md {
        max-width: 600px;
    }

    .dialog.dialog-lg {
        max-width: 900px;
    }

/* White Popup Block */
.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 600px;
    margin: 40px auto;
    position: relative;
}

    .white-popup-block.white-popup-block-xs {
        max-width: 200px;
    }

    .white-popup-block.white-popup-block-sm {
        max-width: 400px;
    }

    .white-popup-block.white-popup-block-md {
        max-width: 600px;
    }

    .white-popup-block.white-popup-block-lg {
        max-width: 900px;
    }

/*
Animate.css - http: //daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.appear-animation {
    opacity: 0;
}

.appear-animation-visible {
    opacity: 1;
}

.animated,
.appear-animation {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

@-moz-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@-o-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    -moz-animation-name: flash;
    -o-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
    }
}

@-moz-keyframes shake {
    0%, 100% {
        -moz-transform: translateX(0);
        opacity: 1;
    }

    10%, 30%, 50%, 70%, 90% {
        -moz-transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -moz-transform: translateX(10px);
    }
}

@-o-keyframes shake {
    0%, 100% {
        -o-transform: translateX(0);
        opacity: 1;
    }

    10%, 30%, 50%, 70%, 90% {
        -o-transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -o-transform: translateX(10px);
    }
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
        opacity: 1;
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        transform: translateX(10px);
    }
}

.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        opacity: 1;
    }

    40% {
        -moz-transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0);
        opacity: 1;
    }

    40% {
        -o-transform: translateY(-30px);
    }

    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
        opacity: 1;
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1);
    }

    10%, 20% {
        -moz-transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -moz-transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -moz-transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -moz-transform: scale(1) rotate(0);
        opacity: 1;
    }
}

@-o-keyframes tada {
    0% {
        -o-transform: scale(1);
    }

    10%, 20% {
        -o-transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -o-transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -o-transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -o-transform: scale(1) rotate(0);
        opacity: 1;
    }
}

@keyframes tada {
    0% {
        transform: scale(1);
    }

    10%, 20% {
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        transform: scale(1) rotate(0);
        opacity: 1;
    }
}

.tada {
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes swing {
    20%, 40%, 60%, 80%, 100% {
        -webkit-transform-origin: top center;
    }

    20% {
        -webkit-transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        opacity: 1;
    }
}

@-moz-keyframes swing {
    20% {
        -moz-transform: rotate(15deg);
    }

    40% {
        -moz-transform: rotate(-10deg);
    }

    60% {
        -moz-transform: rotate(5deg);
    }

    80% {
        -moz-transform: rotate(-5deg);
    }

    100% {
        -moz-transform: rotate(0deg);
        opacity: 1;
    }
}

@-o-keyframes swing {
    20% {
        -o-transform: rotate(15deg);
    }

    40% {
        -o-transform: rotate(-10deg);
    }

    60% {
        -o-transform: rotate(5deg);
    }

    80% {
        -o-transform: rotate(-5deg);
    }

    100% {
        -o-transform: rotate(0deg);
        opacity: 1;
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
        opacity: 1;
    }
}

.swing {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing;
}

/* originally authored by Nick Pettit - https: //github.com/nickpettit/glide */
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
}

@-moz-keyframes wobble {
    0% {
        -moz-transform: translateX(0%);
    }

    15% {
        -moz-transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -moz-transform: translateX(20%) rotate(3deg);
    }

    45% {
        -moz-transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -moz-transform: translateX(10%) rotate(2deg);
    }

    75% {
        -moz-transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -moz-transform: translateX(0%);
        opacity: 1;
    }
}

@-o-keyframes wobble {
    0% {
        -o-transform: translateX(0%);
    }

    15% {
        -o-transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -o-transform: translateX(20%) rotate(3deg);
    }

    45% {
        -o-transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -o-transform: translateX(10%) rotate(2deg);
    }

    75% {
        -o-transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -o-transform: translateX(0%);
        opacity: 1;
    }
}

@keyframes wobble {
    0% {
        transform: translateX(0%);
    }

    15% {
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    -moz-animation-name: wobble;
    -o-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: skewX(9deg);
    }

    10% {
        -webkit-transform: skewX(-8deg);
    }

    20% {
        -webkit-transform: skewX(7deg);
    }

    30% {
        -webkit-transform: skewX(-6deg);
    }

    40% {
        -webkit-transform: skewX(5deg);
    }

    50% {
        -webkit-transform: skewX(-4deg);
    }

    60% {
        -webkit-transform: skewX(3deg);
    }

    70% {
        -webkit-transform: skewX(-2deg);
    }

    80% {
        -webkit-transform: skewX(1deg);
    }

    90% {
        -webkit-transform: skewX(0deg);
    }

    100% {
        -webkit-transform: skewX(0deg);
        opacity: 1;
    }
}

@-moz-keyframes wiggle {
    0% {
        -moz-transform: skewX(9deg);
    }

    10% {
        -moz-transform: skewX(-8deg);
    }

    20% {
        -moz-transform: skewX(7deg);
    }

    30% {
        -moz-transform: skewX(-6deg);
    }

    40% {
        -moz-transform: skewX(5deg);
    }

    50% {
        -moz-transform: skewX(-4deg);
    }

    60% {
        -moz-transform: skewX(3deg);
    }

    70% {
        -moz-transform: skewX(-2deg);
    }

    80% {
        -moz-transform: skewX(1deg);
    }

    90% {
        -moz-transform: skewX(0deg);
    }

    100% {
        -moz-transform: skewX(0deg);
        opacity: 1;
    }
}

@-o-keyframes wiggle {
    0% {
        -o-transform: skewX(9deg);
    }

    10% {
        -o-transform: skewX(-8deg);
    }

    20% {
        -o-transform: skewX(7deg);
    }

    30% {
        -o-transform: skewX(-6deg);
    }

    40% {
        -o-transform: skewX(5deg);
    }

    50% {
        -o-transform: skewX(-4deg);
    }

    60% {
        -o-transform: skewX(3deg);
    }

    70% {
        -o-transform: skewX(-2deg);
    }

    80% {
        -o-transform: skewX(1deg);
    }

    90% {
        -o-transform: skewX(0deg);
    }

    100% {
        -o-transform: skewX(0deg);
        opacity: 1;
    }
}

@keyframes wiggle {
    0% {
        transform: skewX(9deg);
    }

    10% {
        transform: skewX(-8deg);
    }

    20% {
        transform: skewX(7deg);
    }

    30% {
        transform: skewX(-6deg);
    }

    40% {
        transform: skewX(5deg);
    }

    50% {
        transform: skewX(-4deg);
    }

    60% {
        transform: skewX(3deg);
    }

    70% {
        transform: skewX(-2deg);
    }

    80% {
        transform: skewX(1deg);
    }

    90% {
        transform: skewX(0deg);
    }

    100% {
        transform: skewX(0deg);
        opacity: 1;
    }
}

.wiggle {
    -webkit-animation-name: wiggle;
    -moz-animation-name: wiggle;
    -o-animation-name: wiggle;
    animation-name: wiggle;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

/* originally authored by Nick Pettit - https: //github.com/nickpettit/glide */
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.1);
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}

@-o-keyframes pulse {
    0% {
        -o-transform: scale(1);
    }

    50% {
        -o-transform: scale(1.1);
    }

    100% {
        -o-transform: scale(1);
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    -moz-animation-name: fadeInUpBig;
    -o-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    -moz-animation-name: fadeInDownBig;
    -o-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    -moz-animation-name: fadeInLeftBig;
    -o-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    -moz-animation-name: fadeInRightBig;
    -o-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(0.3);
    }

    50% {
        opacity: 1;
        -moz-transform: scale(1.05);
    }

    70% {
        -moz-transform: scale(0.9);
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(0.3);
    }

    50% {
        opacity: 1;
        -o-transform: scale(1.05);
    }

    70% {
        -o-transform: scale(0.9);
    }

    100% {
        -o-transform: scale(1);
        opacity: 1;
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@-moz-keyframes bounceInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(-30px);
    }

    80% {
        -moz-transform: translateY(10px);
    }

    100% {
        -moz-transform: translateY(0);
        opacity: 1;
    }
}

@-o-keyframes bounceInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -o-transform: translateY(-30px);
    }

    80% {
        -o-transform: translateY(10px);
    }

    100% {
        -o-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        transform: translateY(-30px);
    }

    80% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@-moz-keyframes bounceInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(30px);
    }

    80% {
        -moz-transform: translateY(-10px);
    }

    100% {
        -moz-transform: translateY(0);
        opacity: 1;
    }
}

@-o-keyframes bounceInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -o-transform: translateY(30px);
    }

    80% {
        -o-transform: translateY(-10px);
    }

    100% {
        -o-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        transform: translateY(30px);
    }

    80% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@-moz-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(30px);
    }

    80% {
        -moz-transform: translateX(-10px);
    }

    100% {
        -moz-transform: translateX(0);
        opacity: 1;
    }
}

@-o-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -o-transform: translateX(30px);
    }

    80% {
        -o-transform: translateX(-10px);
    }

    100% {
        -o-transform: translateX(0);
        opacity: 1;
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        transform: translateX(30px);
    }

    80% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-30px);
    }

    80% {
        -moz-transform: translateX(10px);
    }

    100% {
        -moz-transform: translateX(0);
        opacity: 1;
    }
}

@-o-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -o-transform: translateX(-30px);
    }

    80% {
        -o-transform: translateX(10px);
    }

    100% {
        -o-transform: translateX(0);
        opacity: 1;
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        transform: translateX(-30px);
    }

    80% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateIn {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-o-keyframes rotateIn {
    0% {
        -o-transform-origin: center center;
        -o-transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -o-transform-origin: center center;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    -moz-animation-name: rotateIn;
    -o-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateInUpLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-o-keyframes rotateInUpLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    -moz-animation-name: rotateInUpLeft;
    -o-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateInDownLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-o-keyframes rotateInDownLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    -moz-animation-name: rotateInDownLeft;
    -o-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateInUpRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-o-keyframes rotateInUpRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    -moz-animation-name: rotateInUpRight;
    -o-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateInDownRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-o-keyframes rotateInDownRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    -moz-animation-name: rotateInDownRight;
    -o-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

.thumb-info {
    position: relative;
}

    .thumb-info .thumb-info-title {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        background: rgba(36, 27, 28, 0.9);
        bottom: 10%;
        color: #FFF;
        font-size: 18px;
        font-weight: 700;
        left: 0;
        letter-spacing: -1px;
        padding: 9px 11px 9px;
        position: absolute;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        text-transform: uppercase;
        z-index: 1;
    }

    .thumb-info .thumb-info-inner {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        display: block;
        white-space: nowrap;
    }

    .thumb-info .thumb-info-type {
        background-color: #cccccc;
        border-radius: 2px;
        display: inline-block;
        float: left;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0;
        margin: 8px -2px -15px -2px;
        padding: 2px 9px;
        text-transform: none;
    }

/* Widget - Widget Toggle/Expand */
.widget-toggle-expand .widget-header {
    position: relative;
    margin: 0;
    padding: 5px 0;
}

    .widget-toggle-expand .widget-header h6 {
        font-size: 13px;
        font-size: 1.3rem;
        margin: 0;
        padding: 0;
    }

    .widget-toggle-expand .widget-header .widget-toggle {
        font-size: 21px;
        font-size: 2.1rem;
        line-height: 21px;
        line-height: 2.1rem;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        text-align: center;
        color: #b4b4b4;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: linear;
        -moz-transition-timing-function: linear;
        transition-timing-function: linear;
    }

.widget-toggle-expand.widget-collapsed .widget-content-expanded {
    display: none;
}

.widget-toggle-expand.widget-collapsed .widget-header .widget-toggle {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

/* Widget - Simple User List */
ul.simple-user-list {
    list-style: none;
    padding: 0;
}

    ul.simple-user-list li {
        margin: 0 0 20px;
    }

        ul.simple-user-list li .image {
            float: left;
            margin: 0 10px 0 0;
        }

        ul.simple-user-list li .title {
            color: #000011;
            display: block;
            line-height: 1.334;
        }

        ul.simple-user-list li .message {
            display: block;
            font-size: 11px;
            font-size: 1.1rem;
            line-height: 1.334;
        }

/* Widget - Simple Post List */
ul.simple-post-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.simple-post-list li {
        border-bottom: 1px dotted #E2E2E2;
        padding: 15px 0;
    }

        ul.simple-post-list li:after {
            content: "";
            display: table;
            clear: both;
        }

        ul.simple-post-list li::last-child {
            border-bottom: 0;
        }

        ul.simple-post-list li .post-image {
            float: left;
            margin-right: 12px;
        }

        ul.simple-post-list li .post-meta {
            color: #888;
            font-size: 0.8em;
        }

        ul.simple-post-list li:last-child {
            border-bottom: none;
        }

/* Widget - Simple Todo List */
ul.simple-todo-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.simple-todo-list li {
        position: relative;
        padding: 0 0 0 20px;
    }

        ul.simple-todo-list li.completed {
            color: #A7A7A7;
        }

            ul.simple-todo-list li.completed:before {
                position: absolute;
                top: 3px;
                left: 0;
                font-family: FontAwesome;
                content: "\f00c";
                z-index: 1;
            }

/* Widget - Social Icons */
.social-icons {
    display: block;
    margin: 0;
    padding: 0;
}

    .social-icons a {
        background: #cccccc;
        border-radius: 25px;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 30px;
    }

        .social-icons a:hover {
            text-decoration: none;
        }

        .social-icons a span {
            display: none;
        }

        .social-icons a i {
            font-size: 13.5px;
            font-size: 1.35rem;
            color: #FFF;
            font-weight: normal;
        }

/* Widget - Simple Compose Box */
.simple-compose-box {
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
}

    .simple-compose-box textarea {
        display: block;
        width: 100%;
        padding: 10px 10px 5px;
        border: 0;
        resize: none;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

        .simple-compose-box textarea:focus {
            border: 0 none;
            outline: none;
        }

    .simple-compose-box .compose-box-footer {
        background-color: #F6F7F8;
        -webkit-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
    }

        .simple-compose-box .compose-box-footer:after {
            content: "";
            display: table;
            clear: both;
        }

        .simple-compose-box .compose-box-footer .compose-toolbar {
            list-style: none;
            margin: 0;
            padding: 0 3px;
            float: left;
        }

            .simple-compose-box .compose-box-footer .compose-toolbar li {
                display: inline-block;
            }

                .simple-compose-box .compose-box-footer .compose-toolbar li a {
                    display: block;
                    text-align: center;
                    font-size: 16px;
                    line-height: 30px;
                    width: 30px;
                    color: #B3B7BD;
                }

                    .simple-compose-box .compose-box-footer .compose-toolbar li a:hover {
                        background-color: #e8eaed;
                    }

        .simple-compose-box .compose-box-footer .compose-btn {
            list-style: none;
            margin: 0;
            padding: 3px;
            float: right;
        }

/* Widget - Simple Card List */
ul.simple-card-list {
    list-style: none;
    padding: 0;
}

    ul.simple-card-list li {
        padding: 10px 15px;
        margin: 15px 0;
        -webkit-border-radius: 7px;
        border-radius: 7px;
    }

        ul.simple-card-list li h3 {
            font-size: 26px;
            font-size: 2.6rem;
            font-weight: 600;
            margin: 0;
        }

        ul.simple-card-list li p {
            margin: 0;
            opacity: .7;
        }

.simple-card-list li.primary {
    background: #cccccc;
    color: white;
}

.simple-card-list li.success {
    background: #47a447;
    color: white;
}

.simple-card-list li.warning {
    background: #ed9c28;
    color: white;
}

.simple-card-list li.danger {
    background: #d2322d;
    color: white;
}

.simple-card-list li.info {
    background: #5bc0de;
    color: white;
}

.simple-card-list li.dark {
    background: #171717;
    color: white;
}

div.simple-card-list {
    display: table;
    width: 100%;
}

    div.simple-card-list .card {
        display: table-cell;
    }

        div.simple-card-list .card .card-content {
            background-color: rgba(0, 0, 0, 0.1);
            -webkit-border-radius: 3px;
            border-radius: 3px;
            margin: 0 7px;
            padding: 5px;
        }

        div.simple-card-list .card h3 {
            font-size: 26px;
            font-size: 2.6rem;
            font-weight: 600;
            margin: 0;
        }

        div.simple-card-list .card p {
            margin: 0;
            opacity: .7;
        }

/* Widget - Simple Button List */
ul.simple-bullet-list {
    list-style: none;
    padding: 0;
}

    ul.simple-bullet-list li {
        position: relative;
        padding: 0 0 0 20px;
        margin: 0 0 10px;
    }

        ul.simple-bullet-list li:before {
            border: 6px solid #cccccc;
            border-radius: 100px;
            content: '';
            display: inline-block;
            left: 0;
            margin: 0;
            position: absolute;
            top: 5px;
            z-index: 2;
        }

        ul.simple-bullet-list li .title {
            display: block;
            font-weight: 700;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.4;
            color: #171717;
        }

        ul.simple-bullet-list li .description {
            display: block;
            color: #999999;
            font-size: 11px;
            font-size: 1.1rem;
            line-height: 1.334;
        }

        ul.simple-bullet-list li.red:before {
            border-color: #d64b4b;
        }

        ul.simple-bullet-list li.green:before {
            border-color: #4dd79c;
        }

        ul.simple-bullet-list li.blue:before {
            border-color: #0090d9;
        }

        ul.simple-bullet-list li.orange:before {
            border-color: #E2A917;
        }

/* Widget - Summary */
.widget-summary {
    display: table;
    width: 100%;
}

    .widget-summary:after {
        content: "";
        display: table;
        clear: both;
    }

    .widget-summary .widget-summary-col {
        display: table-cell;
        vertical-align: top;
        width: 100%;
    }

        .widget-summary .widget-summary-col.widget-summary-col-icon {
            width: 1%;
        }

    .widget-summary .summary-icon {
        margin-right: 15px;
        font-size: 42px;
        font-size: 4.2rem;
        width: 90px;
        height: 90px;
        line-height: 90px;
        text-align: center;
        color: #fff;
        -webkit-border-radius: 55px;
        border-radius: 55px;
    }

    .widget-summary .summary {
        min-height: 65px;
        word-break: break-all;
    }

        .widget-summary .summary .title {
            margin: 0;
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 22px;
            line-height: 2.2rem;
            color: #333333;
            font-weight: 500;
        }

        .widget-summary .summary .info {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 30px;
            line-height: 3rem;
        }

            .widget-summary .summary .info span {
                vertical-align: middle;
            }

        .widget-summary .summary .amount {
            margin-right: .2em;
            font-size: 24px;
            font-size: 2.4rem;
            font-weight: 600;
            color: #333333;
            vertical-align: middle;
        }

    .widget-summary .summary-footer {
        padding: 5px 0 0;
        border-top: 1px dotted #ddd;
        text-align: right;
    }

.bg-primary .widget-summary .summary-icon {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-primary .widget-summary .summary .title,
.bg-primary .widget-summary .summary .amount {
    color: white;
}

.bg-primary .widget-summary .summary-footer {
    border-top: 1px solid #fff;
    border-top-color: rgba(255, 255, 255, 0.2);
}

    .bg-primary .widget-summary .summary-footer a {
        color: white;
        opacity: 0.6;
    }

.bg-secondary .widget-summary .summary-icon {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-secondary .widget-summary .summary .title,
.bg-secondary .widget-summary .summary .amount {
    color: white;
}

.bg-secondary .widget-summary .summary-footer {
    border-top: 1px solid #fff;
    border-top-color: rgba(255, 255, 255, 0.2);
}

    .bg-secondary .widget-summary .summary-footer a {
        color: white;
        opacity: 0.6;
    }

.bg-tertiary .widget-summary .summary-icon {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-tertiary .widget-summary .summary .title,
.bg-tertiary .widget-summary .summary .amount {
    color: white;
}

.bg-tertiary .widget-summary .summary-footer {
    border-top: 1px solid #fff;
    border-top-color: rgba(255, 255, 255, 0.2);
}

    .bg-tertiary .widget-summary .summary-footer a {
        color: white;
        opacity: 0.6;
    }

.bg-quartenary .widget-summary .summary-icon {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-quartenary .widget-summary .summary .title,
.bg-quartenary .widget-summary .summary .amount {
    color: white;
}

.bg-quartenary .widget-summary .summary-footer {
    border-top: 1px solid #fff;
    border-top-color: rgba(255, 255, 255, 0.2);
}

    .bg-quartenary .widget-summary .summary-footer a {
        color: white;
        opacity: 0.6;
    }

.bg-success .widget-summary .summary-icon {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-success .widget-summary .summary .title,
.bg-success .widget-summary .summary .amount {
    color: white;
}

.bg-success .widget-summary .summary-footer {
    border-top: 1px solid #fff;
    border-top-color: rgba(255, 255, 255, 0.2);
}

    .bg-success .widget-summary .summary-footer a {
        color: white;
        opacity: 0.6;
    }

.bg-warning .widget-summary .summary-icon {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-warning .widget-summary .summary .title,
.bg-warning .widget-summary .summary .amount {
    color: white;
}

.bg-warning .widget-summary .summary-footer {
    border-top: 1px solid #fff;
    border-top-color: rgba(255, 255, 255, 0.2);
}

    .bg-warning .widget-summary .summary-footer a {
        color: white;
        opacity: 0.6;
    }

.bg-danger .widget-summary .summary-icon {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-danger .widget-summary .summary .title,
.bg-danger .widget-summary .summary .amount {
    color: white;
}

.bg-danger .widget-summary .summary-footer {
    border-top: 1px solid #fff;
    border-top-color: rgba(255, 255, 255, 0.2);
}

    .bg-danger .widget-summary .summary-footer a {
        color: white;
        opacity: 0.6;
    }

.bg-info .widget-summary .summary-icon {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-info .widget-summary .summary .title,
.bg-info .widget-summary .summary .amount {
    color: white;
}

.bg-info .widget-summary .summary-footer {
    border-top: 1px solid #fff;
    border-top-color: rgba(255, 255, 255, 0.2);
}

    .bg-info .widget-summary .summary-footer a {
        color: white;
        opacity: 0.6;
    }

.bg-dark .widget-summary .summary-icon {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-dark .widget-summary .summary .title,
.bg-dark .widget-summary .summary .amount {
    color: white;
}

.bg-dark .widget-summary .summary-footer {
    border-top: 1px solid #fff;
    border-top-color: rgba(255, 255, 255, 0.2);
}

    .bg-dark .widget-summary .summary-footer a {
        color: white;
        opacity: 0.6;
    }

.widget-summary.widget-summary-lg {
    padding: 0;
}

    .widget-summary.widget-summary-lg .summary-icon {
        width: 90px;
        height: 90px;
        line-height: 90px;
        font-size: 42px;
        font-size: 4.2rem;
    }

    .widget-summary.widget-summary-lg .summary {
        min-height: 65px;
    }

        .widget-summary.widget-summary-lg .summary .title {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 22px;
            line-height: 2.2rem;
        }

        .widget-summary.widget-summary-lg .summary .info {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 30px;
            line-height: 3rem;
        }

        .widget-summary.widget-summary-lg .summary .amount {
            font-size: 24px;
            font-size: 2.4rem;
        }

.widget-summary.widget-summary-md {
    padding: 0;
}

    .widget-summary.widget-summary-md .summary-icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 32px;
        font-size: 3.2rem;
    }

    .widget-summary.widget-summary-md .summary {
        min-height: 0;
        margin-top: 12px;
    }

        .widget-summary.widget-summary-md .summary .title {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 18px;
            line-height: 1.8rem;
        }

        .widget-summary.widget-summary-md .summary .info {
            font-size: 11px;
            font-size: 1.1rem;
            line-height: 22px;
            line-height: 2.2rem;
        }

        .widget-summary.widget-summary-md .summary .amount {
            font-size: 18px;
            font-size: 1.8rem;
            font-weight: 700;
        }

    .widget-summary.widget-summary-md .summary-footer {
        display: none;
    }

.widget-summary.widget-summary-sm {
    padding: 0;
}

    .widget-summary.widget-summary-sm .summary-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 22px;
        font-size: 2.2rem;
    }

    .widget-summary.widget-summary-sm .summary {
        min-height: 0;
        margin-top: 4px;
    }

        .widget-summary.widget-summary-sm .summary .title {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 18px;
            line-height: 1.8rem;
        }

        .widget-summary.widget-summary-sm .summary .info {
            font-size: 11px;
            font-size: 1.1rem;
            line-height: 18px;
            line-height: 1.8rem;
        }

        .widget-summary.widget-summary-sm .summary .amount {
            font-size: 16px;
            font-size: 1.6rem;
            font-weight: 700;
        }

    .widget-summary.widget-summary-sm .summary-footer {
        display: none;
    }

.widget-summary.widget-summary-xs {
    padding: 0;
}

    .widget-summary.widget-summary-xs .summary-icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        font-size: 1.8rem;
    }

    .widget-summary.widget-summary-xs .summary {
        min-height: 0;
    }

        .widget-summary.widget-summary-xs .summary .title {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 40px;
        }

        .widget-summary.widget-summary-xs .summary .info {
            display: none;
        }

    .widget-summary.widget-summary-xs .summary-footer {
        display: none;
    }

/* Widget - Todo List */
ul.widget-todo-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

    ul.widget-todo-list li {
        border-bottom: 1px dotted #ddd;
        padding: 15px 15px 15px 0;
        position: relative;
    }

        ul.widget-todo-list li label.line-through span {
            text-decoration: line-through;
        }

        ul.widget-todo-list li .checkbox-custom {
            margin-bottom: 0;
        }

            ul.widget-todo-list li .checkbox-custom label {
                padding-left: 10px;
            }

        ul.widget-todo-list li .todo-actions {
            position: absolute;
            top: 14px;
            right: 0;
            bottom: 14px;
        }

            ul.widget-todo-list li .todo-actions .todo-remove {
                font-size: 10px;
                vertical-align: middle;
                color: #999999;
            }

        ul.widget-todo-list li:last-child {
            border-bottom: 0 none;
        }

/* Widget - Profile Info */
.widget-profile-info {
    display: table;
    width: 100%;
}

    .widget-profile-info .profile-picture {
        display: table-cell;
        vertical-align: middle;
        width: 1%;
    }

        .widget-profile-info .profile-picture img {
            display: block;
            width: 100px;
            height: 100px;
            margin-right: 15px;
            border: 4px solid #fff;
            -webkit-border-radius: 50px;
            border-radius: 50px;
        }

    .widget-profile-info .profile-info {
        display: table-cell;
        vertical-align: bottom;
        width: 100%;
    }

        .widget-profile-info .profile-info .profile-footer {
            padding: 5px 0 0;
            border-top: 1px solid rgba(255, 255, 255, 0.6);
            text-align: right;
        }

            .widget-profile-info .profile-info .profile-footer a {
                color: #fff;
                opacity: 0.6;
            }

/* Widget - Twitter Profile */
.widget-twitter-profile {
    background-color: #cccccc;
    border-radius: 5px;
    color: #fff;
}

    .widget-twitter-profile .top-image img {
        width: 100%;
        border-radius: 5px 5px 0 0;
    }

    .widget-twitter-profile .profile-info {
        padding: 15px;
        min-height: 75px;
    }

        .widget-twitter-profile .profile-info:after {
            content: "";
            display: table;
            clear: both;
        }

        .widget-twitter-profile .profile-info .profile-picture {
            float: left;
            margin-right: 15px;
            position: relative;
        }

            .widget-twitter-profile .profile-info .profile-picture img {
                display: block;
                width: 100px;
                height: 100px;
                margin: -25px 0;
                border: 4px solid #fff;
                -webkit-border-radius: 50px;
                border-radius: 50px;
            }

        .widget-twitter-profile .profile-info .profile-account {
            float: left;
        }

            .widget-twitter-profile .profile-info .profile-account .name {
                margin: 0;
            }

            .widget-twitter-profile .profile-info .profile-account .account {
                color: white;
                margin: 0;
                line-height: 1.4;
            }

        .widget-twitter-profile .profile-info .profile-stats {
            float: right;
            list-style: none;
            padding: 5px 0;
            margin: 0;
        }

            .widget-twitter-profile .profile-info .profile-stats li {
                float: left;
                padding: 0 10px;
            }

                .widget-twitter-profile .profile-info .profile-stats li .stat {
                    font-size: 10px;
                    font-size: 1rem;
                    margin: 0;
                }

                .widget-twitter-profile .profile-info .profile-stats li .count {
                    display: block;
                    margin: 0;
                    line-height: 1.4;
                    font-weight: 600;
                }

    .widget-twitter-profile .profile-quote {
        background-color: #d6d6d6;
        border-radius: 0 0 5px 5px;
        padding: 15px 10px 15px 150px;
    }

        .widget-twitter-profile .profile-quote blockquote {
            padding: 0;
            margin: 0;
            border: 0;
        }

            .widget-twitter-profile .profile-quote blockquote p {
                position: relative;
                font-style: italic;
                font-size: 18px;
                font-size: 1.8rem;
                line-height: 1.6;
                padding: 15px 0;
                margin: 0 0 10px;
                font-family: Georgia, serif;
            }

                .widget-twitter-profile .profile-quote blockquote p:before {
                    position: absolute;
                    top: 0;
                    left: -45px;
                    content: '\201C';
                    font-size: 80px;
                    font-size: 8rem;
                    line-height: 1;
                    font-family: Georgia, serif;
                    font-style: normal;
                }

        .widget-twitter-profile .profile-quote .quote-footer {
            border-top: 1px solid #e6e6e6;
            padding: 5px 0;
            text-align: right;
            color: white;
        }

            .widget-twitter-profile .profile-quote .quote-footer a {
                color: white;
            }


/* Buttons - States */
.nav-pills-primary > li a:hover,
.nav-pills-primary > li a:focus {
    color: #cccccc;
    background-color: white;
}

.nav-pills-primary > li.active > a, .nav-pills-primary > li.active > a:hover, .nav-pills-primary > li.active > a:active, .nav-pills-primary > li.active > a:focus {
    background-color: #cccccc;
}

.nav-pills-success > li a:hover,
.nav-pills-success > li a:focus {
    color: #47a447;
    background-color: #bfe2bc;
}

.nav-pills-success > li.active > a, .nav-pills-success > li.active > a:hover, .nav-pills-success > li.active > a:active, .nav-pills-success > li.active > a:focus {
    background-color: #47a447;
}

.nav-pills-warning > li a:hover,
.nav-pills-warning > li a:focus {
    color: #ed9c28;
    background-color: #fbe4cd;
}

.nav-pills-warning > li.active > a, .nav-pills-warning > li.active > a:hover, .nav-pills-warning > li.active > a:active, .nav-pills-warning > li.active > a:focus {
    background-color: #ed9c28;
}

.nav-pills-danger > li a:hover,
.nav-pills-danger > li a:focus {
    color: #d2322d;
    background-color: #f2c0c3;
}

.nav-pills-danger > li.active > a, .nav-pills-danger > li.active > a:hover, .nav-pills-danger > li.active > a:active, .nav-pills-danger > li.active > a:focus {
    background-color: #d2322d;
}

.nav-pills-info > li a:hover,
.nav-pills-info > li a:focus {
    color: #5bc0de;
    background-color: #f0fafc;
}

.nav-pills-info > li.active > a, .nav-pills-info > li.active > a:hover, .nav-pills-info > li.active > a:active, .nav-pills-info > li.active > a:focus {
    background-color: #5bc0de;
}

.nav-pills-dark > li a:hover,
.nav-pills-dark > li a:focus {
    color: #171717;
    background-color: #707070;
}

.nav-pills-dark > li.active > a, .nav-pills-dark > li.active > a:hover, .nav-pills-dark > li.active > a:active, .nav-pills-dark > li.active > a:focus {
    background-color: #171717;
}

.portlet-handler {
    cursor: move;
}

.portlet-placeholder {
    margin-bottom: 15px;
    padding: 0;
    border: 1px dashed #dddddd;
    background: #fafafa;
    color: #444444;
}

/* Tables - Basic */
.table {
    width: 100%;
}

    .table .table {
        background: transparent;
    }

    /* Bootstrap uses important, we need to force it here */
    .table.mb-none {
        margin-bottom: 0 !important;
    }

    /* In case you dont want a border in some row */
    .table .b-top-none td {
        border-top: none;
    }

    /* Tables - Actions */
    .table .actions,
    .table .actions-hover {
        vertical-align: middle;
    }

        .table .actions a,
        .table .actions-hover a {
            display: inline-block;
            margin-right: 5px;
            color: #666;
        }

            .table .actions a:last-child,
            .table .actions-hover a:last-child {
                margin-right: 0;
            }

            .table .actions a:hover,
            .table .actions-hover a:hover {
                color: #333;
            }

        .table .actions-hover a {
            opacity: 0;
        }

    .table tr:hover .actions-hover a {
        opacity: 1;
    }

    .table .actions-fade a {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    /* Tables - States */
    .table > thead > tr > td.primary,
    .table > tbody > tr > td.primary,
    .table > tfoot > tr > td.primary,
    .table > thead > tr > th.primary,
    .table > tbody > tr > th.primary,
    .table > tfoot > tr > th.primary,
    .table > thead > tr.primary > td,
    .table > tbody > tr.primary > td,
    .table > tfoot > tr.primary > td,
    .table > thead > tr.primary > th,
    .table > tbody > tr.primary > th,
    .table > tfoot > tr.primary > th {
        color: #FFF;
        background-color: #cccccc;
    }

    .table > thead > tr > td.success,
    .table > tbody > tr > td.success,
    .table > tfoot > tr > td.success,
    .table > thead > tr > th.success,
    .table > tbody > tr > th.success,
    .table > tfoot > tr > th.success,
    .table > thead > tr.success > td,
    .table > tbody > tr.success > td,
    .table > tfoot > tr.success > td,
    .table > thead > tr.success > th,
    .table > tbody > tr.success > th,
    .table > tfoot > tr.success > th {
        color: #FFF;
        background-color: #47a447;
    }

    .table > thead > tr > td.warning,
    .table > tbody > tr > td.warning,
    .table > tfoot > tr > td.warning,
    .table > thead > tr > th.warning,
    .table > tbody > tr > th.warning,
    .table > tfoot > tr > th.warning,
    .table > thead > tr.warning > td,
    .table > tbody > tr.warning > td,
    .table > tfoot > tr.warning > td,
    .table > thead > tr.warning > th,
    .table > tbody > tr.warning > th,
    .table > tfoot > tr.warning > th {
        color: #FFF;
        background-color: #ed9c28;
    }

    .table > thead > tr > td.danger,
    .table > tbody > tr > td.danger,
    .table > tfoot > tr > td.danger,
    .table > thead > tr > th.danger,
    .table > tbody > tr > th.danger,
    .table > tfoot > tr > th.danger,
    .table > thead > tr.danger > td,
    .table > tbody > tr.danger > td,
    .table > tfoot > tr.danger > td,
    .table > thead > tr.danger > th,
    .table > tbody > tr.danger > th,
    .table > tfoot > tr.danger > th {
        color: #FFF;
        background-color: #d2322d;
    }

    .table > thead > tr > td.info,
    .table > tbody > tr > td.info,
    .table > tfoot > tr > td.info,
    .table > thead > tr > th.info,
    .table > tbody > tr > th.info,
    .table > tfoot > tr > th.info,
    .table > thead > tr.info > td,
    .table > tbody > tr.info > td,
    .table > tfoot > tr.info > td,
    .table > thead > tr.info > th,
    .table > tbody > tr.info > th,
    .table > tfoot > tr.info > th {
        color: #FFF;
        background-color: #5bc0de;
    }

    .table > thead > tr > td.dark,
    .table > tbody > tr > td.dark,
    .table > tfoot > tr > td.dark,
    .table > thead > tr > th.dark,
    .table > tbody > tr > th.dark,
    .table > tfoot > tr > th.dark,
    .table > thead > tr.dark > td,
    .table > tbody > tr.dark > td,
    .table > tfoot > tr.dark > td,
    .table > thead > tr.dark > th,
    .table > tbody > tr.dark > th,
    .table > tfoot > tr.dark > th {
        color: #FFF;
        background-color: #171717;
    }

    .table > thead > tr > td.dark,
    .table > tbody > tr > td.dark,
    .table > tfoot > tr > td.dark,
    .table > thead > tr > th.dark,
    .table > tbody > tr > th.dark,
    .table > tfoot > tr > th.dark,
    .table > thead > tr.dark > td,
    .table > tbody > tr.dark > td,
    .table > tfoot > tr.dark > td,
    .table > thead > tr.dark > th,
    .table > tbody > tr.dark > th,
    .table > tfoot > tr.dark > th {
        background-color: #4a4a4a;
        color: white;
    }

/* Common Fixes */
.dataTables_wrapper {
    position: relative;
}

    .dataTables_wrapper .DTTT.btn-group {
        display: inline-block !important;
    }

    .dataTables_wrapper .datatables-header {
        margin-bottom: 15px;
    }

        .dataTables_wrapper .datatables-header label {
            font-weight: normal;
            margin: 0;
        }

    .dataTables_wrapper table thead th {
        padding-right: 21px !important;
    }

    .dataTables_wrapper .dataTables_length .select2-container {
        margin-right: 10px;
        width: 75px;
    }


    /* Filter */
    .dataTables_wrapper .dataTables_filter label {
        width: 50%;
    }

    .dataTables_wrapper .dataTables_filter input {
        width: 100%;
    }
    /* Footer */
    .dataTables_wrapper .datatables-footer {
        margin-top: 15px;
    }

        .dataTables_wrapper .datatables-footer .dataTables_info {
            font-size: 11px;
            padding-top: 0;
            margin-top: 6px;
        }

        .dataTables_wrapper .datatables-footer .dataTables_paginate .pagination {
            display: block;
            margin: 0;
        }

    /* Empty Row */
    .dataTables_wrapper .dataTables_empty {
        padding: 50px 0;
        text-align: center;
    }

.dataTables_processing {
    background: #cccccc;
    border-radius: 100px;
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.3);
    color: #FFF;
    left: 50%;
    margin-left: -36px;
    padding: 5px 10px;
    position: absolute;
    top: 3px;
}

.DTTT_Print,
.DTTT_Print .inner-wrapper,
.DTTT_Print .content-body,
.DTTT_Print .content-body-forlist,
.DTTT_Print .panel {
    background: #FFF !important;
    margin: 0 !important;
    padding: 0 !important;
    top: 0 !important;
}

    .DTTT_Print .dataTables_wrapper .DTTT.btn-group {
        display: none !important;
    }

    .DTTT_Print .DTTT_print_info {
        background: rgba(255, 255, 255, 0.9);
        display: block;
        left: 0;
        height: 100px;
        line-height: 100px;
        position: fixed;
        font-size: 14px;
        text-align: center;
        top: 0;
        width: 100%;
    }

.pricing-table {
    margin: 25px 0;
    padding-left: 0;
    text-align: center;
}

    .pricing-table ul {
        list-style: none;
        margin: 20px 0 0 0;
        padding: 0;
    }

    .pricing-table li {
        border-top: 1px solid #ddd;
        padding: 10px 0;
    }

    .pricing-table h3 {
        background-color: #eee;
        border-radius: 2px 2px 0 0;
        font-size: 20px;
        font-weight: normal;
        margin: -20px -20px 50px -20px;
        padding: 20px;
    }

        .pricing-table h3 span {
            background: #FFF;
            border: 5px solid #FFF;
            border-radius: 100px;
            box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
            color: #cccccc;
            display: block;
            font: bold 25px / 100px Georgia, Serif;
            height: 100px;
            margin: 20px auto -65px;
            width: 100px;
        }

    .pricing-table .most-popular {
        border: 3px solid #CCC;
        box-shadow: 11px 0 10px -10px rgba(0, 0, 0, 0.1), -11px 0 10px -10px rgba(0, 0, 0, 0.1);
        padding: 30px 20px;
        top: -10px;
        z-index: 2;
    }

        .pricing-table .most-popular h3 {
            background-color: #cccccc;
            color: #FFF;
            padding-top: 30px;
        }

    .pricing-table .plan-ribbon-wrapper {
        height: 88px;
        overflow: hidden;
        position: absolute;
        right: -5px;
        top: -5px;
        width: 85px;
    }

    .pricing-table .plan-ribbon {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background-image: -webkit-linear-gradient(top, #bfdc7a, #8ebf45);
        background-image: linear-gradient(to bottom, #bfdc7a, #8ebf45);
        background-color: #bfdc7a;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
        color: #333;
        font-size: 14px;
        left: -5px;
        padding: 7px 0;
        position: relative;
        text-align: center;
        top: 15px;
        width: 120px;
    }

        .pricing-table .plan-ribbon:before {
            left: 0;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            bottom: -3px;
            content: "";
            position: absolute;
        }

        .pricing-table .plan-ribbon:after {
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            bottom: -3px;
            content: "";
            position: absolute;
            right: 0;
        }

    .pricing-table .plan {
        background: #FFF;
        border: 1px solid #ddd;
        border-radius: 5px;
        color: #333;
        margin-bottom: 35px;
        margin-right: 0;
        padding: 20px;
        position: relative;
    }

    .pricing-table .btn {
        margin-top: 5px;
    }

.fileupload .uneditable-input .fa {
    position: absolute;
    top: 12px;
}

.fileupload .uneditable-input .fileupload-preview {
    display: inline-block;
    float: left;
    overflow: hidden;
    padding: 0 0 0 17px;
    text-overflow: ellipsis;
    width: 100%;
}

.fileupload .btn {
    border-radius: 0;
}
/* Datepicker - Base */
.datepicker {
    padding: 10px;
    margin: 0 auto;
    line-height: 1.1em;
}

    .datepicker.datepicker-inline {
        line-height: 1.7em;
        width: 100%;
    }

    .datepicker table {
        width: 100%;
    }

        .datepicker table td {
            text-align: center;
            font-size: 16px;
            /*font-size: 1.2rem;*/
        }

            .datepicker table td.day {
                -webkit-transition: background-color 0.1s ease-in 0.1s, color 0.1s ease-in 0.1s;
                -moz-transition: background-color 0.1s ease-in 0.1s, color 0.1s ease-in 0.1s;
                transition: background-color 0.1s ease-in 0.1s, color 0.1s ease-in 0.1s;
                cursor: pointer;
            }


    /* Datepicker - Skin Dark */
    .datepicker.datepicker-dark {
        background: #33363F;
    }

        .datepicker.datepicker-dark table thead tr th.datepicker-switch {
            color: white;
        }

        .datepicker.datepicker-dark table thead tr th.dow {
            color: #777777;
        }

        .datepicker.datepicker-dark table tbody tr td span.old,
        .datepicker.datepicker-dark table tbody tr td span.new {
            color: #444;
        }

            .datepicker.datepicker-dark table tbody tr td span.old:hover,
            .datepicker.datepicker-dark table tbody tr td span.new:hover {
                color: white;
            }

        .datepicker.datepicker-dark table tbody tr td.day {
            color: white;
        }

            .datepicker.datepicker-dark table tbody tr td.day:hover {
                background: #cccccc;
                color: white;
            }

            .datepicker.datepicker-dark table tbody tr td.day.active {
                background: #b3b3b3;
                color: white;
            }

            .datepicker.datepicker-dark table tbody tr td.day.new {
                color: #777777;
            }

                .datepicker.datepicker-dark table tbody tr td.day.new:hover {
                    color: white;
                }

    /* Datepicker - Skin Primary */
    .datepicker.datepicker-primary {
        min-width: 255px;
    }

        .datepicker.datepicker-primary.datepicker-inline {
            background: #fff;
            border: 1px solid #eee;
        }

        .datepicker.datepicker-primary table thead tr:first-child {
            background-color: #cccccc;
            color: white;
        }

            .datepicker.datepicker-primary table thead tr:first-child th:hover {
                background-color: #b3b3b3;
            }

            .datepicker.datepicker-primary table thead tr:first-child th:first-child {
                border-radius: 4px 0 0 0;
            }

            .datepicker.datepicker-primary table thead tr:first-child th:last-child {
                border-radius: 0 4px 0 0;
            }

        .datepicker.datepicker-primary table thead tr:last-child {
            background-color: #d9d9d9;
            color: white;
        }

            .datepicker.datepicker-primary table thead tr:last-child th:hover {
                background-color: #cccccc;
            }

        .datepicker.datepicker-primary table thead tr th {
            border-radius: 0;
        }

.select2-container.form-control {
    background: transparent;
    border: none;
    display: block;
    margin: 0;
    padding: 0;
}

.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
    background: none;
    border-radius: 4px;
    color: #555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #FFF;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-color: #ccc;
    padding: 0;
}

.select2-search input {
    border-radius: 4px;
    color: #555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #FFF;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-color: #ccc;
}

.select2-container .select2-choices .select2-search-field input {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container .select2-choice {
    height: 34px;
    line-height: 1.42857;
}

.select2-container.select2-container-multi.form-control {
    height: auto;
}

.select2-container.input-sm .select2-choice {
    height: 30px;
    line-height: 1.5;
    border-radius: 3px;
}

.input-group-sm .select2-container .select2-choice {
    height: 30px;
    line-height: 1.5;
    border-radius: 3px;
}

.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
    height: 45px;
    line-height: 1.33;
    border-radius: 6px;
}

.select2-container-multi .select2-choices .select2-search-field input {
    height: 32px;
    margin: 0;
}

.select2-container-multi.input-sm .select2-choices .select2-search-field input {
    height: 28px;
}

.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
    height: 28px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
    height: 43px;
}

.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
    padding: 6px 12px;
}

.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
    padding: 5px 10px;
}

.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
    padding: 10px 16px;
}

.select2-container-multi .select2-choices .select2-search-choice {
    margin-top: 5px;
    margin-bottom: 3px;
    color: #fff;
    background: #cccccc;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0 none;
    font-size: 75%;
    font-weight: bold;
}

.select2-container-multi.input-sm .select2-choices .select2-search-choice {
    margin-top: 3px;
    margin-bottom: 2px;
}

.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
    margin-top: 3px;
    margin-bottom: 2px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
    line-height: 24px;
}

.select2-container .select2-choice .select2-arrow, .select2-container .select2-choice div {
    border-left: 1px solid #ccc;
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.select2-dropdown-open .select2-choice .select2-arrow, .select2-dropdown-open .select2-choice div {
    border-left-color: transparent;
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.select2-container .select2-choice .select2-arrow b, .select2-container .select2-choice div b {
    background-position: 0 3px;
}

.select2-dropdown-open .select2-choice .select2-arrow b, .select2-dropdown-open .select2-choice div b {
    background-position: -18px 3px;
}

.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
    background-position: 0 1px;
}

.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
    background-position: -18px 1px;
}

.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
    background-position: 0 9px;
}

.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
    background-position: -18px 9px;
}

.has-warning .select2-choice,
.has-warning .select2-choices {
    border-color: #c09853;
}

.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    border-color: #a47e3c;
}

.has-warning.select2-drop-active {
    border-color: #a47e3c;
}

    .has-warning.select2-drop-active.select2-drop.select2-drop-above {
        border-top-color: #a47e3c;
    }

.has-error .select2-choice,
.has-error .select2-choices {
    border-color: #b94a48;
}

.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    border-color: #953b39;
}

.has-error.select2-drop-active {
    border-color: #953b39;
}

    .has-error.select2-drop-active.select2-drop.select2-drop-above {
        border-top-color: #953b39;
    }

.has-success .select2-choice,
.has-success .select2-choices {
    border-color: #468847;
}

.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    border-color: #356635;
}

.has-success.select2-drop-active {
    border-color: #356635;
}

    .has-success.select2-drop-active.select2-drop.select2-drop-above {
        border-top-color: #356635;
    }

.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -webkit-transition: border-color ease-in-out .15s box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s box-shadow ease-in-out .15s;
    border-color: #66afe9;
}

.select2-drop-active {
    border-color: #66afe9;
}

.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
    border-top-color: #66afe9;
}

.input-group.select2-bootstrap-prepend [class^=select2-choice] {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.input-group.select2-bootstrap-append [class^=select2-choice] {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.select2-dropdown-open [class^=select2-choice] {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.select2-dropdown-open.select2-drop-above [class^=select2-choice] {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-results .select2-highlighted {
    color: #FFF;
    background-color: #428bca;
}

.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-prepend .select2-container-multiple {
    vertical-align: top;
}

.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-prepend .input-group-btn {
    vertical-align: top;
}

    .select2-bootstrap-append .input-group-btn .btn,
    .select2-bootstrap-prepend .input-group-btn .btn {
        vertical-align: top;
    }

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #ebebeb;
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #adadad;
}

.select2-search-choice-close {
    background: none;
    margin-top: -8px;
    top: 50%;
}

    .select2-search-choice-close:after {
        content: 'x';
        font-size: 10px;
        color: #fff;
        padding: 0 4px;
        font-weight: bold;
    }

.select2-container .select2-choice abbr {
    top: 50%;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background-color: #fcf8e3;
    color: #c09853;
}

.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
    cursor: not-allowed;
    background-color: #eee;
    border-color: #ccc;
}

    .select2-container.select2-container-disabled .select2-choice .select2-arrow, .select2-container.select2-container-disabled .select2-choice div {
        background-color: transparent;
        border-left: 1px solid transparent;
    }

    .select2-container.select2-container-disabled .select2-choices .select2-arrow, .select2-container.select2-container-disabled .select2-choices div {
        background-color: transparent;
        border-left: 1px solid transparent;
    }

.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
    background-position: right 4px center;
}

.panel-body .wizard-tabs {
    margin: -15px -15px 15px;
}

.panel-body-nopadding .wizard-tabs {
    margin: 0;
}

.wizard-tabs ul {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .wizard-tabs ul > li {
        display: table-cell;
        border-bottom: 1px solid #eeeeee;
    }

        .wizard-tabs ul > li.active {
            border-bottom-color: transparent;
        }

            .wizard-tabs ul > li.active > a, .wizard-tabs ul > li.active > a:hover, .wizard-tabs ul > li.active > a:focus {
                background: white;
                color: #555555;
            }

                .wizard-tabs ul > li.active > a:after {
                    border-left-color: white;
                }

            .wizard-tabs ul > li.active .badge {
                background-color: #cccccc;
            }

        .wizard-tabs ul > li.disabled > a, .wizard-tabs ul > li.disabled > a:hover, .wizard-tabs ul > li.disabled > a:focus {
            color: #cccccc;
        }

        .wizard-tabs ul > li.disabled .badge {
            background-color: #cccccc;
        }

        .wizard-tabs ul > li > a {
            position: relative;
            display: block;
            padding: 5px;
            font-size: 13px;
            font-size: 1.3rem;
            text-decoration: none;
            color: #555555;
        }

            .wizard-tabs ul > li > a, .wizard-tabs ul > li > a:hover {
                background: #f4f4f4;
                color: #555555;
            }

                .wizard-tabs ul > li > a:hover {
                    box-shadow: none;
                }

                .wizard-tabs ul > li > a:active, .wizard-tabs ul > li > a:focus {
                    border-bottom: 0;
                }

                .wizard-tabs ul > li > a:before, .wizard-tabs ul > li > a:after {
                    display: block;
                    content: '';
                    position: absolute;
                    top: 0;
                    right: -10px;
                    z-index: 1;
                    border: 17px solid transparent;
                    border-right: 0;
                    border-left: 10px solid transparent;
                    width: 0;
                    height: 0;
                }

                .wizard-tabs ul > li > a:before {
                    z-index: 1;
                    right: -11px;
                    border-left-color: #e0e0e0;
                }

                .wizard-tabs ul > li > a:after {
                    z-index: 2;
                    border-left-color: #f4f4f4;
                }

        .wizard-tabs ul > li:last-child > a:before, .wizard-tabs ul > li:last-child > a:after {
            display: none;
        }

.wizard-progress {
    margin: 0 15px;
}

    .wizard-progress .steps-progress {
        height: 2px;
        margin-left: 14%;
        margin-right: 14%;
        position: relative;
        top: 15px;
        background: #cccccc;
    }

        .wizard-progress .steps-progress .progress-indicator {
            height: 100%;
            width: 0;
            background: #cccccc;
            -webkit-transition: width 0.2s ease-in;
            -moz-transition: width 0.2s ease-in;
            transition: width 0.2s ease-in;
        }

    .wizard-progress .wizard-steps {
        display: table;
        margin: 0;
        padding: 15px 0 0;
        list-style: none;
    }

        .wizard-progress .wizard-steps li {
            -webkit-transition: margin 0.5s linear;
            -moz-transition: margin 0.5s linear;
            transition: margin 0.5s linear;
            position: relative;
            display: table-cell;
            text-align: center;
            width: 1%;
        }

            .wizard-progress .wizard-steps li a {
                position: relative;
                display: block;
                padding: 25px 8px 0;
                font-size: 11px;
                color: #33333f;
                font-weight: bold;
                line-height: 1;
                text-decoration: none;
            }

                .wizard-progress .wizard-steps li a span {
                    position: absolute;
                    top: 0;
                    left: 50%;
                    display: block;
                    background: #cccccc;
                    color: white;
                    line-height: 26px;
                    text-align: center;
                    margin-top: -15px;
                    margin-left: -15px;
                    width: 30px;
                    height: 30px;
                    border-radius: 35px;
                    font-size: 13px;
                    text-indent: -1px;
                    border: 2px solid #cccccc;
                    -webkit-transition: all 0.2s ease-in;
                    -moz-transition: all 0.2s ease-in;
                    transition: all 0.2s ease-in;
                }

            .wizard-progress .wizard-steps li.completed {
                margin-left: -100%;
            }

                .wizard-progress .wizard-steps li.completed a span {
                    background: #cccccc;
                    color: white;
                }

            .wizard-progress .wizard-steps li.active {
                margin-left: 0;
            }

                .wizard-progress .wizard-steps li.active a span {
                    background: white;
                    color: #cccccc;
                    border-color: #cccccc;
                }

            .wizard-progress .wizard-steps li.completed.active a span {
                color: #FFF;
            }

    .wizard-progress.wizard-progress-lg {
        margin: 0 0 30px;
    }

        .wizard-progress.wizard-progress-lg .steps-progress {
            height: 4px;
            top: 30px;
        }

        .wizard-progress.wizard-progress-lg .wizard-steps {
            padding-top: 30px;
        }

        .wizard-progress.wizard-progress-lg ul li a {
            padding-top: 40px;
            font-size: 14px;
        }

            .wizard-progress.wizard-progress-lg ul li a span {
                width: 60px;
                height: 60px;
                margin-top: -30px;
                margin-left: -30px;
                border-radius: 60px;
                line-height: 52px;
                font-size: 22px;
                border-width: 4px;
            }

.form-wizard {
    margin-bottom: 15px;
}

    .form-wizard .tabs {
        margin-bottom: 0;
    }

    .form-wizard .tab-content {
        border: 0 none;
        box-shadow: none;
    }

    .form-wizard ul.pager .next a,
    .form-wizard ul.pager .prev a,
    .form-wizard ul.pager .first a,
    .form-wizard ul.pager .last a,
    .form-wizard ul.pager .finish a {
        cursor: pointer;
    }

/*.switch {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin: 3px 0;
}

.switch .ios-switch {
	height: 35px;
	width: 65px;
}

.switch .ios-switch .handle {
	height: 31px;
	width: 31px;
}

.switch.switch-primary .ios-switch .on-background {
	background: #cccccc;
}

.switch.switch-success .ios-switch .on-background {
	background: #47a447;
}

.switch.switch-warning .ios-switch .on-background {
	background: #ed9c28;
}

.switch.switch-danger .ios-switch .on-background {
	background: #d2322d;
}

.switch.switch-info .ios-switch .on-background {
	background: #5bc0de;
}

.switch.switch-dark .ios-switch .on-background {
	background: #171717;
}

.switch.switch-lg .ios-switch {
	height: 45px;
	width: 75px;
}

.switch.switch-lg .ios-switch .handle {
	height: 41px;
	width: 41px;
}

.switch.switch-sm .ios-switch {
	height: 25px;
	width: 55px;
}

.switch.switch-sm .ios-switch .handle {
	height: 21px;
	width: 21px;
}*/

.ios-switch {
    height: 45px;
    width: 75px;
    position: relative;
    background-color: #E5E5E5;
    border-radius: 100px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .ios-switch .background-fill {
        width: 100%;
        height: 100%;
        border-radius: 100px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .ios-switch .on-background {
        background-image: -o-linear-gradient(#00e459, #00e158);
        background-image: -ms-linear-gradient(#00e459, #00e158);
        background-image: -moz-linear-gradient(#00e459, #00e158);
        background-image: -webkit-linear-gradient(#00e459, #00e158);
        background-image: linear-gradient(#00e459, #00e158);
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        z-index: 1;
        -o-transition: .3s 0.2s;
        -ms-transition: .3s 0.2s;
        -moz-transition: .3s 0.2s;
        -webkit-transition: .3s 0.2s;
        transition: .3s 0.2s;
    }

    .ios-switch .state-background {
        border-radius: 100px;
        z-index: 2;
        background-image: -o-linear-gradient(white, #fdfdfd);
        background-image: -ms-linear-gradient(white, #fdfdfd);
        background-image: -moz-linear-gradient(white, #fdfdfd);
        background-image: -webkit-linear-gradient(white, #fdfdfd);
        background-image: linear-gradient(white, #fdfdfd);
        border: 2px solid #E5E5E5;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        -o-transition: .4s;
        -ms-transition: .4s;
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .ios-switch .handle {
        width: 41px;
        height: 41px;
        background-color: white;
        top: 2px;
        left: 2px;
        position: absolute;
        border-radius: 20px;
        box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.075), 0 3px 5px rgba(0, 0, 0, 0.15), 1px 2px 2px rgba(0, 0, 0, 0.05);
        z-index: 3;
        -o-transition: -o-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
        -ms-transition: -ms-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
        -moz-transition: -moz-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
        -webkit-transition: -webkit-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
        -o-transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
        -ms-transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
        -moz-transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
        -webkit-transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
        transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
        -o-box-sizing: content-box;
        -ms-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .ios-switch.off .handle {
        -o-animation: expand-off .3s 0.2s;
        -ms-animation: expand-off .3s 0.2s;
        -moz-animation: expand-off .3s 0.2s;
        -webkit-animation: expand-off .3s 0.2s;
        animation: expand-off .3s 0.2s;
        -o-transform: translate(0px, 0);
        -ms-transform: translate(0px, 0);
        -moz-transform: translate(0px, 0);
        -webkit-transform: translate(0px, 0);
        transform: translate(0px, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .ios-switch.off .on-background {
        -o-transition: .3s 0s;
        -ms-transition: .3s 0s;
        -moz-transition: .3s 0s;
        -webkit-transition: .3s 0s;
        transition: .3s 0s;
    }

    .ios-switch.off .state-background {
        -o-transition: .4s 0.25s;
        -ms-transition: .4s 0.25s;
        -moz-transition: .4s 0.25s;
        -webkit-transition: .4s 0.25s;
        transition: .4s 0.25s;
    }

    .ios-switch.on .handle {
        -o-animation: expand-on .3s 0.2s;
        -ms-animation: expand-on .3s 0.2s;
        -moz-animation: expand-on .3s 0.2s;
        -webkit-animation: expand-on .3s 0.2s;
        animation: expand-on .3s 0.2s;
        -o-transform: translate(30px, 0);
        -ms-transform: translate(30px, 0);
        -moz-transform: translate(30px, 0);
        -webkit-transform: translate(30px, 0);
        transform: translate(30px, 0);
        -o-transform: translate3d(30px, 0, 0);
        -ms-transform: translate3d(30px, 0, 0);
        -moz-transform: translate3d(30px, 0, 0);
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0);
    }

    .ios-switch.on .on-background {
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: alpha(opacity=100);
    }

    .ios-switch.on .state-background {
        -o-transform: scale(0);
        -ms-transform: scale(0);
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }

@keyframes expand-on {
    0% {
        padding-right: 0;
    }

    40% {
        padding-right: 9px;
    }

    100% {
        padding-right: 0;
    }
}

@keyframes expand-off {
    0% {
        padding-right: 0;
        left: 2px;
    }

    40% {
        padding-right: 9px;
        left: -7px;
    }

    100% {
        padding-right: 0;
        left: 2px;
    }
}

@-o-keyframes expand-on {
    0% {
        padding-right: 0;
    }

    40% {
        padding-right: 9px;
    }

    100% {
        padding-right: 0;
    }
}

@-ms-keyframes expand-on {
    0% {
        padding-right: 0;
    }

    40% {
        padding-right: 9px;
    }

    100% {
        padding-right: 0;
    }
}

@-moz-keyframes expand-on {
    0% {
        padding-right: 0;
    }

    40% {
        padding-right: 9px;
    }

    100% {
        padding-right: 0;
    }
}

@-webkit-keyframes expand-on {
    0% {
        padding-right: 0;
    }

    40% {
        padding-right: 9px;
    }

    100% {
        padding-right: 0;
    }
}

@-o-keyframes expand-off {
    0% {
        padding-right: 0;
        left: 2px;
    }

    40% {
        padding-right: 9px;
        left: -7px;
    }

    100% {
        padding-right: 0;
        left: 2px;
    }
}

@-ms-keyframes expand-off {
    0% {
        padding-right: 0;
        left: 2px;
    }

    40% {
        padding-right: 9px;
        left: -7px;
    }

    100% {
        padding-right: 0;
        left: 2px;
    }
}

@-moz-keyframes expand-off {
    0% {
        padding-right: 0;
        left: 2px;
    }

    40% {
        padding-right: 9px;
        left: -7px;
    }

    100% {
        padding-right: 0;
        left: 2px;
    }
}

@-webkit-keyframes expand-off {
    0% {
        padding-right: 0;
        left: 2px;
    }

    40% {
        padding-right: 9px;
        left: -7px;
    }

    100% {
        padding-right: 0;
        left: 2px;
    }
}
/* Summernote */
.note-editor {
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .note-editor.active {
        border-color: #66afe9;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .note-editor .note-title {
        padding-top: 0 !important;
    }

    .note-editor .note-toolbar {
        background-color: #FFF;
        border-bottom: 1px dashed #ddd;
        border-left: none;
        border-right: none;
        border-top: none;
        border-radius: 4px 4px 0 0;
        padding: 6px 4px 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .note-editor .note-toolbar i {
            margin: 0;
        }

            .note-editor .note-toolbar i:before {
                margin: 0;
            }

        .note-editor .note-toolbar .btn-group {
            float: none !important;
            margin: 0 0 6px 5px;
        }

    .note-editor .note-editable {
        clear: both;
        background: #FFF;
        border: none;
        border-radius: 0 0 4px 4px;
        font-family: Arial, Helvetica, Sans-serif;
    }

    .note-editor .note-statusbar {
        background: #FFF;
        border-radius: 0 0 4px 4px;
    }

        .note-editor .note-statusbar .note-resizebar {
            border-color: #DDD;
            display: block;
        }

/* Bootstrap Markdown */
.md-editor {
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .md-editor > .md-header {
        border-radius: 4px 4px 0 0;
        padding: 6px 4px 0;
    }

    .md-editor > .md-preview,
    .md-editor > textarea {
        background: #FFF;
        border-bottom: none;
        border-radius: 0 0 4px 4px;
        padding: 10px;
        outline: none;
        width: 100% !important;
    }

    .md-editor .btn-group {
        margin-bottom: 6px;
    }

.bootstrap-tagsinput {
    width: 100%;
}

.form-group-invisible .bootstrap-tagsinput {
    border: 0 none;
    box-shadow: none;
    background-color: transparent;
}

.spinner-buttons.btn-group-vertical .btn {
    height: 18px;
    margin: 0 0 0 -1px;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    width: 22px;
    line-height: 14px;
}

    .spinner-buttons.btn-group-vertical .btn i {
        margin-top: -2px;
    }

    .spinner-buttons.btn-group-vertical .btn:first-child {
        border-radius: 0 4px 0 0 !important;
        -webkit-border-radius: 0 4px 0 0 !important;
    }

    .spinner-buttons.btn-group-vertical .btn:last-child {
        border-radius: 0 0 4px !important;
        -webkit-border-radius: 0 0 4px !important;
        margin-top: -1px;
        height: 17px;
    }

/* Form Group Invisible */
.form-group-invisible {
    position: relative;
}

    .form-group-invisible.focus .control-label-invisible {
        color: #0088cc;
    }

    .form-group-invisible .control-label-invisible {
        bottom: 0;
        display: block;
        float: none;
        left: 0;
        html .fixed .sidebar-right line-height: 64px;
        margin: 0;
        padding-left: 50px;
        position: absolute;
        right: 0;
        top: -15px;
        -webkit-transition: color ease-in-out 0.15s;
        -moz-transition: color ease-in-out 0.15s;
        transition: color ease-in-out 0.15s;
        width: auto;
    }

    .form-group-invisible .form-control-invisible, .form-group-invisible .form-control-invisible:focus, .form-group-invisible .form-control-invisible:active {
        border-color: transparent !important;
        box-shadow: none !important;
    }

/* List Containing Markers */
.list-markers {
    border-bottom: 1px solid #21262d;
    padding-bottom: 10px;
}

    .list-markers li {
        position: relative;
    }

    .list-markers p {
        margin: 0 0 2px 0;
        padding: 3px 55px 3px 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
    }

    .list-markers .location-action {
        position: absolute;
        right: 0;
        top: 2px;
    }

        .list-markers .location-action.location-edit {
            right: 15px;
            top: 3px;
        }

        .list-markers .location-action.location-center {
            right: 37px;
        }

/* Modal Add/Edit Markers */
.marker-modal .modal-dialog {
    max-width: 450px;
}

/* Modal Add/Edit Markers */
.marker-modal .modal-dialog-closedownorg {
    max-width: 450px;
}

.jqvmap-zoomin,
.jqvmap-zoomout {
    background: #cccccc;
    border-radius: 2px;
    color: white;
    height: 20px;
    line-height: 20px;
    padding: 0;
    width: 20px;
    text-align: center;
}

    .jqvmap-zoomin:hover,
    .jqvmap-zoomout:hover {
        background: #bfbfbf;
    }

.jqvmap-zoomout {
    top: 35px;
}

.mailbox .content-with-menu-container {
    background: #FFF;
}

.mailbox .mailbox-bullets .ball {
    border: 5px solid red;
    border-radius: 100px;
    display: block;
    float: right;
    margin-top: 6px;
}

    .mailbox .mailbox-bullets .ball.pink {
        border-color: #EA4C89;
    }

    .mailbox .mailbox-bullets .ball.green {
        border-color: #9AE14F;
    }

    .mailbox .mailbox-bullets .ball.blue {
        border-color: #1BC3E1;
    }

    .mailbox .mailbox-bullets .ball.orange {
        border-color: #E2A917;
    }

.mailbox .mailbox-folder {
    height: auto !important;
    padding: 0 0 40px;
}

    /* mailbox - main header */
    .mailbox .mailbox-folder .mailbox-header {
        padding: 38px 40px 43px;
    }


        .mailbox .mailbox-folder .mailbox-header .search {
            float: right;
            margin-top: 3px;
            max-width: 100px;
        }

            .mailbox .mailbox-folder .mailbox-header .search input[type="text"] {
                -webkit-transition-property: width, margin;
                -moz-transition-property: width, margin;
                transition-property: width, margin;
                -webkit-transition-duration: 0.3s;
                -moz-transition-duration: 0.3s;
                transition-duration: 0.3s;
                -webkit-transition-timing-function: cubic-bezier(0.05, 0.91, 0.25, 0.99);
                -moz-transition-timing-function: cubic-bezier(0.05, 0.91, 0.25, 0.99);
                transition-timing-function: cubic-bezier(0.05, 0.91, 0.25, 0.99);
            }

                .mailbox .mailbox-folder .mailbox-header .search input[type="text"]:focus {
                    margin-left: -150%;
                    width: 250%;
                }

/* mailbox - actions */
.mailbox .mailbox-actions {
    border-top: 1px solid #efefef;
    padding-left: 40px;
    padding-right: 40px;
}

    .mailbox .mailbox-actions ul a.item-action {
        background: #FFF;
        border-radius: 100px;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
        color: #B4BBC1;
        display: inline-block;
        font-size: 14px;
        font-size: 1.4rem;
        height: 30px;
        line-height: 30px;
        line-height: 3rem;
        position: relative;
        width: 30px;
        text-align: center;
        -webkit-transition-property: color;
        -moz-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.2, 0.6, 0.25, 1);
        -moz-transition-timing-function: cubic-bezier(0.2, 0.6, 0.25, 1);
        transition-timing-function: cubic-bezier(0.2, 0.6, 0.25, 1);
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

        .mailbox .mailbox-actions ul a.item-action:hover {
            color: #57636C;
            text-decoration: none;
        }

        .mailbox .mailbox-actions ul a.item-action.text-primary:hover {
            color: #b3b3b3 !important;
        }

        .mailbox .mailbox-actions ul a.item-action.text-success:hover {
            color: #388038 !important;
        }

        .mailbox .mailbox-actions ul a.item-action.text-warning:hover {
            color: #d18211 !important;
        }

        .mailbox .mailbox-actions ul a.item-action.text-danger:hover {
            color: #a82824 !important;
        }

        .mailbox .mailbox-actions ul a.item-action.text-info:hover {
            color: #31b0d5 !important;
        }

        .mailbox .mailbox-actions ul a.item-action.text-dark:hover {
            color: black !important;
        }

/* mailbox - mail list */
.mailbox .mailbox-email-list {
    border-top: 1px solid #f7f7f7;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300;
}

    .mailbox .mailbox-email-list li {
        border-bottom: 1px solid #f7f7f7;
        height: 50px;
        line-height: 50px;
        padding: 0 40px;
        position: relative;
    }

        .mailbox .mailbox-email-list li a {
            color: #777;
        }

        .mailbox .mailbox-email-list li:hover {
            background: #FAFAFA;
        }

        .mailbox .mailbox-email-list li.unread a {
            color: #555;
            font-weight: 500;
        }

        .mailbox .mailbox-email-list li.active {
            background: #cccccc;
        }

            .mailbox .mailbox-email-list li.active a {
                color: white;
            }

    .mailbox .mailbox-email-list .mail-label {
        border: 4px solid transparent;
        border-radius: 10px;
        display: inline-block;
        left: 16px;
        position: absolute;
        top: 21px;
    }

    .mailbox .mailbox-email-list .col-sender {
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 250px;
        white-space: nowrap;
    }

        .mailbox .mailbox-email-list .col-sender p {
            left: 80px;
            overflow: hidden;
            position: absolute;
            right: 0;
            text-overflow: ellipsis;
            top: 0;
            white-space: nowrap;
        }

    .mailbox .mailbox-email-list .col-mail {
        bottom: 0;
        left: 290px;
        position: absolute;
        right: 40px;
        top: 0;
    }

        .mailbox .mailbox-email-list .col-mail .mail-content,
        .mailbox .mailbox-email-list .col-mail .mail-date,
        .mailbox .mailbox-email-list .col-mail .mail-attachment {
            position: absolute;
            top: 0;
        }

        .mailbox .mailbox-email-list .col-mail .mail-content {
            left: 0;
            right: 140px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .mailbox .mailbox-email-list .col-mail .mail-attachment {
            color: #BBB;
            right: 100px;
            line-height: 50px;
        }

        .mailbox .mailbox-email-list .col-mail .mail-date {
            padding-left: 80px;
            right: 0;
            width: 150px;
        }
/* Mailbox Mail List - Unstyle nano for non fixed layouts and responsive */
html.scroll .mailbox .mailbox-email-list .nano,
html.boxed .mailbox .mailbox-email-list .nano {
    position: static;
    height: auto;
    overflow: visible;
    width: auto;
}

    html.scroll .mailbox .mailbox-email-list .nano .nano-content,
    html.boxed .mailbox .mailbox-email-list .nano .nano-content {
        position: static;
        overflow: visible;
    }

/* Mailbox - Email */
.mailbox .mailbox-email {
    background: #FAFAFA;
}

    .mailbox .mailbox-email .mailbox-email-header {
        background: #FFF;
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
        margin: -40px -40px 0 -40px;
        padding: 30px;
    }


    .mailbox .mailbox-email .mailbox-close-mail {
        color: #cccccc;
        cursor: pointer;
        font-weight: 300;
        float: left;
    }

        .mailbox .mailbox-email .mailbox-close-mail:hover {
            color: #d9d9d9;
        }

        .mailbox .mailbox-email .mailbox-close-mail, .mailbox .mailbox-email .mailbox-close-mail:focus {
            text-decoration: none;
        }

    .mailbox .mailbox-email .panel .panel-heading {
        background: #FFF;
        border-bottom-color: #EFEFEF;
    }

        .mailbox .mailbox-email .panel .panel-heading .panel-actions {
            top: 17px;
        }

            .mailbox .mailbox-email .panel .panel-heading .panel-actions a:hover {
                background: #FFF;
                color: #cccccc;
            }

    .mailbox .mailbox-email .panel .panel-footer {
        background: #FFF;
        border-top-color: #EFEFEF;
        color: #BBB;
    }


/* Mailbox Compose */
.mailbox-compose {
    margin: -20px -40px 0 -40px;
    padding: 0 15px;
}

    .mailbox-compose .compose {
        margin: 0 40px;
    }

        .mailbox-compose .compose .note-editable {
            min-height: 250px;
        }

        .mailbox-compose .compose .note-editor,
        .mailbox-compose .compose .note-toolbar {
            border: none;
        }

        .mailbox-compose .compose .note-resizebar {
            display: none;
        }


/* Invoice */
.invoice {
    padding: 0 15px 15px;
}

    /* Invoice Address Tag */
    .invoice address {
        color: #7F8597;
        line-height: 1.5em;
    }

    /* Invoice header */
    .invoice header {
        border-bottom: 1px solid #DADADA;
        margin-bottom: 15px;
    }

        .invoice header .h2,
        .invoice header .h4 {
            letter-spacing: 0;
        }

    /* Invoice Billing Information */
    .invoice .bill-to,
    .invoice .bill-data {
        padding: 15px 0;
    }

        .invoice .bill-data .value {
            display: inline-block;
            margin-left: 10px;
            width: 90px;
        }

    /* Invoice table */
    .invoice table.table {
        table-layout: fixed;
    }

        .invoice table.table > thead:first-child > tr > th {
            background-color: #F8F8F8;
            border-bottom: 1px solid #DADADA;
            border-top: 1px solid #DADADA;
        }

        .invoice table.table > tbody tr > td {
            border-color: #DADADA;
        }

    /* Invoice table items */
    .invoice .invoice-items > tbody tr:last-child > td {
        border-bottom: 1px solid #DADADA;
    }

    .invoice .invoice-items #cell-id {
        width: 10%;
    }

    .invoice .invoice-items #cell-item {
        width: 20%;
    }

    .invoice .invoice-items #cell-desc {
        width: 20%;
    }

    .invoice .invoice-items #cell-price {
        width: 10%;
    }

    .invoice .invoice-items #cell-qty {
        width: 10%;
    }

    .invoice .invoice-items #cell-total {
        width: 10%;
    }

/* Invoice summary */
.invoice-summary .col-sm-4 {
    padding-left: 0;
}
/* Invoice Print */
@media print {
    .invoice .table-responsive {
        border: none !important;
        overflow: visible !important;
        width: auto !important;
    }

    .invoice table.table.invoice-items {
        table-layout: auto;
    }

    .invoice header .col-sm-6:first-child,
    .invoice header .col-sm-6:last-child,
    .invoice .bill-info .col-md-6 {
        float: left !important;
    }

    .invoice header .col-sm-6:first-child {
        width: 25% !important;
    }

    .invoice header .col-sm-6:last-child {
        width: 75% !important;
    }

    .invoice .bill-info .col-md-6 {
        width: 50% !important;
    }

    .invoice .invoice-summary .col-sm-4 {
        float: right;
        padding: 0;
        width: 40%;
    }
}
/* Error Pages - wrappers */
.body-error {
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
}

    .body-error.error-outside {
        display: table;
        height: 100vh;
    }

        .body-error.error-outside .center-error {
            display: table-cell;
            vertical-align: middle;
        }

    .body-error.error-inside {
        margin-top: 150px;
    }

    /* Error Pages - header */
    .body-error .error-header {
        border-bottom: 1px solid #DADADA;
        margin-bottom: 50px;
        padding-bottom: 15px;
    }

        .body-error .error-header .form {
            margin-top: 12px;
        }

    /* Error Pages - typo */
    .body-error .error-code {
        font-size: 140px;
        font-size: 14rem;
        line-height: 140px;
        line-height: 14rem;
        letter-spacing: -10px;
    }

    .body-error .error-explanation {
        font-size: 20px;
        font-size: 2rem;
        line-height: 36px;
        line-height: 3.6rem;
    }

/* Sign Screens - Wrappers */
.body-sign {
    display: table;
    min-height: 84vh;
    height: auto;
    margin: 0 auto;
    max-width: 500px;
    padding: 0px 15px 10px 0px;
    width: 100%;
}

    .body-sign .center-sign {
        /*display: table-cell;*/
        padding-top: 100px;
        vertical-align: middle;
    }

    .body-sign .panel-sign {
        background: transparent;
        margin: 0 auto;
        max-width: 400px;
        padding-top: 0;
    }

        .body-sign .panel-sign .panel-title-sign .title {
            background-color: #cccccc;
            border-radius: 5px 5px 0 0;
            color: #FFF;
            display: inline-block;
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 20px;
            line-height: 2rem;
            padding: 13px 17px;
            vertical-align: bottom;
        }

        .body-sign .panel-sign .panel-body {
            background: #FFF;
            border-top: 5px solid #cccccc;
            border-radius: 5px 0 5px 5px;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
            padding: 33px 33px 15px;
        }

    /* Sign Screens - Elements */
    .body-sign .input-group-icon .input-group-addon i {
        width: 14px;
    }

    .body-sign .checkbox-custom {
        margin-top: 8px;
    }

    .body-sign .line-thru {
        display: block;
        font-size: 12px;
        font-size: 1.2rem;
        position: relative;
    }

        .body-sign .line-thru span {
            color: #CCC;
            position: relative;
            z-index: 3;
        }

        .body-sign .line-thru:before {
            background-color: #FFF;
            content: '';
            height: 10px;
            left: 50%;
            position: absolute;
            margin: -5px 0 0 -20px;
            top: 50%;
            width: 40px;
            z-index: 2;
        }

        .body-sign .line-thru:after {
            border-bottom: 1px solid #DADADA;
            content: '';
            display: block;
            left: 10%;
            position: absolute;
            top: 47%;
            width: 81%;
            z-index: 1;
        }

.login-Logo {
    background: url(../images/Logo_HCM-Login.png) top center no-repeat;
    width: 135px;
    height: 60px;
    display: block;
    margin: 0 auto;
    background-size: 135px 60px;
}

.btn-Login {
    width: 102px;
    height: 35px;
    margin: 10px;
    padding: 5px;
    border: 0;
    background: transparent url(../images/Login-hover.png) no-repeat center top;
    background-size: 102px 35px;
    text-indent: -1000em;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}

.btn-mail {
    width: 30px;
    height: 30px;
    margin: 5px;
    padding: 5px;
    border: 0;
    background: transparent url(../images/mail-hover.png) no-repeat center top;
    background-size: 30px 30px;
    text-indent: -1000em;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}

/* Lock Screen */
.body-locked {
    background: url(../images/patterns/noisy_net.png) repeat;
    max-width: none;
    min-height: 400px;
}

    .body-locked.body-locked-inline {
        background: none;
        bottom: 0;
        height: 100%;
        left: 0;
        min-height: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 9999;
    }

    .body-locked .panel-sign {
        margin: 0 auto;
        max-width: 400px;
        padding-top: 40px;
    }

        .body-locked .panel-sign .panel-body {
            border-radius: 5px;
            position: relative;
        }

    .body-locked .current-user {
        margin-top: 60px;
        margin-bottom: 35px;
    }

        .body-locked .current-user .user-image {
            border: 5px solid #cccccc;
            border-radius: 150px;
            height: 150px;
            left: 50%;
            position: absolute;
            margin-left: -75px;
            top: -75px;
            width: 150px;
        }

        .body-locked .current-user .user-name {
            font-size: 30px;
            font-size: 3rem;
            line-height: 36px;
            line-height: 3.6rem;
        }

        .body-locked .current-user .user-email {
            font-size: 11px;
            font-size: 1.1rem;
            line-height: 14px;
            line-height: 1.4rem;
        }


/* Lock Screen - Modal */
.mfp-lock-screen.mfp-bg {
    background: black url(../images/patterns/noisy_net.png) repeat;
    opacity: 0.99;
    z-index: 9998;
}

.mfp-lock-screen.mfp-wrap {
    background: none;
    z-index: 9999;
}

.fc {
    direction: ltr;
    text-align: left;
}

    .fc table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    .fc .btn {
        line-height: 1.2em;
    }

html .fc {
    font-size: 1em;
}

.fc table {
    font-size: 1em;
}

.fc td, .fc th {
    padding: 1px;
    vertical-align: top;
}

.fc-header td {
    white-space: nowrap;
    vertical-align: middle;
}

.fc-header-left {
    width: 1%;
    text-align: left;
}

.fc-header-center {
    text-align: center;
}

.fc-header-right {
    width: 99%;
    text-align: right;
}

.fc-header td.fc-header-right {
    white-space: normal;
}

.fc-header-title {
    display: inline-block;
    vertical-align: top;
}

    .fc-header-title h2 {
        margin: 0 0 10px;
        white-space: nowrap;
    }

.fc .fc-header-space {
    padding-left: 10px;
}

.fc-header .fc-button {
    margin-bottom: 1em;
    vertical-align: top;
    margin-right: -1px;
}

.fc-header .fc-corner-right {
    margin-right: 1px;
}

.fc-header .ui-corner-right {
    margin-right: 0;
}

.fc-header .fc-state-hover, .fc-header .ui-state-hover {
    z-index: 2;
}

.fc-header .fc-state-down {
    z-index: 3;
}

.fc-header .fc-state-active, .fc-header .ui-state-active, .fc-header .ui-state-down {
    z-index: 4;
    background-color: #e6e6e6;
    background-color: #d9d9d9;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-content {
    clear: both;
}

.fc-view {
    width: 100%;
}

.fc .ui-widget-header {
    border-color: #dddddd;
    padding: 4px 0;
}

thead th.fc-first {
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}

thead th.fc-last {
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

.ui-state-highlight.fc-today {
    background: #f4f4f4;
    margin: 2px !important;
    border: 0;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.fc-button {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.fc-button-inner {
    position: relative;
    float: left;
    overflow: hidden;
}

.fc-button-content {
    position: relative;
    float: left;
    height: 1.9em;
    line-height: 1.9em;
    padding: 0 0.6em;
    white-space: nowrap;
}

    .fc-button-content .fc-icon-wrap {
        position: relative;
        float: left;
        top: 50%;
    }

    .fc-button-content .ui-icon {
        position: relative;
        float: left;
        margin-top: -50%;
        *margin-top: 0;
        *top: -50%;
    }

.fc-state-default {
    border-style: solid;
    border-color: #cccccc #bbbbbb #aaaaaa;
    background: #f3f3f3;
    color: black;
}

    .fc-state-default .fc-button-effect {
        position: absolute;
        top: 50%;
        left: 0;
    }

        .fc-state-default .fc-button-effect span {
            position: absolute;
            top: -100px;
            left: 0;
            width: 500px;
            height: 100px;
            border-width: 100px 0 0 1px;
            border-style: solid;
            border-color: white;
            background: #444444;
            opacity: 0.09;
            filter: alpha(opacity=9);
        }

    .fc-state-default .fc-button-inner {
        border-style: solid;
        border-color: #cccccc #bbbbbb #aaaaaa;
        background: #f3f3f3;
        color: black;
    }

.fc-state-hover {
    border-color: #999999;
}

    .fc-state-hover .fc-button-inner {
        border-color: #999999;
    }

.fc-state-down {
    border-color: #555555;
    background: #777777;
}

    .fc-state-down .fc-button-inner {
        border-color: #555555;
        background: #777777;
    }

.fc-state-active {
    border-color: #555555;
    background: #777777;
    color: white;
}

    .fc-state-active .fc-button-inner {
        border-color: #555555;
        background: #777777;
        color: white;
    }

.fc-state-disabled {
    color: #999999;
    border-color: #dddddd;
    cursor: default;
}

    .fc-state-disabled .fc-button-inner {
        color: #999999;
        border-color: #dddddd;
    }

    .fc-state-disabled .fc-button-effect {
        display: none;
    }

.fc-event {
    border-style: solid;
    border-width: 0;
    font-size: 0.85em;
    cursor: default;
}

a.fc-event, .fc-event-draggable {
    cursor: pointer;
}

a.fc-event {
    text-decoration: none;
}

.fc-rtl .fc-event {
    text-align: right;
}

.fc-event-skin {
    border: 0;
}

.fc-event-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 0;
    overflow: hidden;
}

.fc-event-time, .fc-event-title {
    padding: 0 1px;
}

.fc-event-hori {
    border-width: 1px 0;
    margin-bottom: 1px;
}

    .fc-event-hori .ui-resizable-e {
        top: 0 !important;
    }

table.fc-border-separate {
    border-collapse: separate;
}

.fc-border-separate th, .fc-border-separate td {
    border-width: 1px 0 0 1px;
}

    .fc-border-separate th.fc-last, .fc-border-separate td.fc-last {
        border-right-width: 1px;
    }

.fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td {
    border-bottom-width: 1px;
}

.fc-border-separate tbody tr.fc-first td, .fc-border-separate tbody tr.fc-first th {
    border-top-width: 0;
}

.fc-grid th {
    text-align: center;
}

.fc-grid .fc-day-number {
    float: right;
    padding: 0 2px;
}

.fc-grid .fc-other-month .fc-day-number {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.fc-rtl .fc-grid .fc-day-number {
    float: left;
}

.fc-rtl .fc-grid .fc-event-time {
    float: right;
}

.fc-agenda table {
    border-collapse: separate;
}

.fc-agenda-days th {
    text-align: center;
}

.fc-agenda .fc-agenda-axis {
    width: 50px;
    padding: 0 4px;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
    font-weight: normal;
}

.fc-agenda .fc-day-content {
    padding: 2px 2px 1px;
}

.fc-agenda-days .fc-agenda-axis {
    border-right-width: 1px;
}

.fc-agenda-days .fc-col0 {
    border-left-width: 0;
}

.fc-agenda-allday th {
    border-width: 0 1px;
}

.fc-agenda-allday .fc-day-content {
    min-height: 34px;
}

.fc-agenda-divider-inner {
    height: 2px;
    overflow: hidden;
}

.fc-widget-header .fc-agenda-divider-inner {
    background: #eeeeee;
}

.fc-agenda-slots th {
    border-width: 1px 1px 0;
}

.fc-agenda-slots td {
    border-width: 1px 0 0;
    background: none;
}

    .fc-agenda-slots td div {
        height: 20px;
    }

.fc-agenda-slots tr.fc-slot0 th, .fc-agenda-slots tr.fc-slot0 td {
    border-top-width: 0;
}

.fc-agenda-slots tr.fc-minor th, .fc-agenda-slots tr.fc-minor td {
    border-top-style: dotted;
}

    .fc-agenda-slots tr.fc-minor th.ui-widget-header {
        *border-top-style: solid;
    }

.fc-event-vert {
    border-width: 0 1px;
}

    .fc-event-vert .fc-event-head, .fc-event-vert .fc-event-content {
        position: relative;
        z-index: 2;
        width: 100%;
        overflow: hidden;
    }

    .fc-event-vert .fc-event-time {
        white-space: nowrap;
        font-size: 10px;
    }

.fc .ui-draggable-dragging .fc-event-bg, .fc-select-helper .fc-event-bg {
    display: none;
}

.fc-event-vert .ui-resizable-s {
    bottom: 0 !important;
}

/* Fullcalendar - header */
.fc .fc-header-center {
    display: none;
}

.fc .fc-widget-header {
    background: #cccccc;
    border-color: #cccccc;
    color: white;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 10px 0;
    text-transform: uppercase;
}

.fc .fc-header-title h2 {
    color: #171717;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
}

    .fc .fc-header-title h2:before {
        color: #cccccc;
        content: "\f073";
        display: inline-block;
        font-family: FontAwesome;
        font-size: 30px;
        font-size: 3rem;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        margin-right: 10px;
        -webkit-font-smoothing: antialiased;
    }

/* Fullcalendar - Borders */
.fc-widget-content {
    border-color: #DDD;
}

/* Fullcalendar - Border Radius */
.fc-content thead .fc-last .fc-first {
    border-top-left-radius: 4px;
}

.fc-content thead .fc-last .fc-last {
    border-top-right-radius: 4px;
}

.fc-content tbody .fc-last .fc-first {
    border-bottom-left-radius: 4px;
}

.fc-content tbody .fc-last .fc-last {
    border-bottom-right-radius: 4px;
}

/* Fullcalendar - Today */
.fc-content .fc-widget-content.fc-today {
    background: #F7F7F7;
}

/* Fullcalendar - Event Basics */
.fc-event {
    background: #cccccc;
    border-color: #cccccc;
}

    .fc-event .fc-event-inner {
        padding: 2px 5px;
    }

/* Fullcalendar - Link Event */
a.fc-event:hover .fc-event-inner {
    color: #FFF;
    text-decoration: underline;
}

/* Fullcalendar - Event Time Format */
.fc-grid .fc-event-time {
    font-weight: 500;
}

    .fc-grid .fc-event-time:after {
        content: ' /';
    }

.fc-grid .fc-event-title {
    font-weight: 300;
}

/* Fullcalendar - Event States */
/* Buttons - States */
.fc-event.fc-event-default {
    background: #ebebeb;
    border-color: #ebebeb;
}

    .fc-event.fc-event-default .fc-event-inner {
        color: #777777;
    }

a.fc-event.fc-event-default:hover {
    color: #777777;
}

.fc-event.fc-event-primary {
    background: #cccccc;
    border-color: #cccccc;
}

    .fc-event.fc-event-primary .fc-event-inner {
        color: white;
    }

a.fc-event.fc-event-primary:hover {
    color: white;
}

.fc-event.fc-event-success {
    background: #47a447;
    border-color: #47a447;
}

    .fc-event.fc-event-success .fc-event-inner {
        color: white;
    }

a.fc-event.fc-event-success:hover {
    color: white;
}

.fc-event.fc-event-warning {
    background: #ed9c28;
    border-color: #ed9c28;
}

    .fc-event.fc-event-warning .fc-event-inner {
        color: white;
    }

a.fc-event.fc-event-warning:hover {
    color: white;
}

.fc-event.fc-event-danger {
    background: #d2322d;
    border-color: #d2322d;
}

    .fc-event.fc-event-danger .fc-event-inner {
        color: white;
    }

a.fc-event.fc-event-danger:hover {
    color: white;
}

.fc-event.fc-event-info {
    background: #5bc0de;
    border-color: #5bc0de;
}

    .fc-event.fc-event-info .fc-event-inner {
        color: white;
    }

a.fc-event.fc-event-info:hover {
    color: white;
}

.fc-event.fc-event-dark {
    background: #171717;
    border-color: #171717;
}

    .fc-event.fc-event-dark .fc-event-inner {
        color: white;
    }

a.fc-event.fc-event-dark:hover {
    color: white;
}

/* Fullcalendar - External Events */
.external-event {
    cursor: move;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    margin: 5px;
    padding: 10px;
    text-align: left;
}
/* Fix IE Scrollbar Overlaying content */
@-ms-viewport {
    width: auto !important;
}

.search-By {
    margin-bottom: 7px !important;
    float: left;
    height: 30px;
    line-height: 1;
    width: 15%;
}

.search-Text {
    margin-bottom: 3px !important;
    margin-left: 0px;
    padding-left: 5px;
    line-height: 1;
    width: 35%;
}

.search-viewBy {
    margin-top: -32px;
    width: 18%;
}

.viewBy-label {
    /*width: 22%;*/
    margin-top: -25px;
    margin-right: 20%;
    float: right !important;
}


.btnYes, .btnOk {
    color: white !important;
    background: #1D89CF !important;
    border: 1px solid #1D89CF !important;
    width: 80px;
    padding: 5px 0px;
}

    .btnYes:hover, .btnOk:hover {
        color: white !important;
        background: #1871AB !important;
        border: 1px solid #1871AB !important;
        width: 80px;
        padding: 5px 0px;
    }


.btnNo, .btnCancel {
    color: #666666 !important;
    background: #E4E4E4 !important;
    border: 1px solid #CCCCCC !important;
    width: 80px;
    padding: 5px 0px;
}

    .btnNo:hover, .btnCancel:hover {
        color: #FFFFFF !important;
        background: #BCBCBC !important;
        border: 1px solid #999999 !important;
        width: 80px;
        padding: 5px 0px;
    }

.btnCustom {
    background: #fff;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    -moz-border-radius: 0;
    color: #444;
    padding: 4px 9px;
    color: #1D89CF !important;
    border: 1px solid #1D89CF;
    padding: 5px 9px;
    font-size: 13px;
}

    .btnCustom:hover {
        color: #fff !important;
        background: #1D89CF;
        border: 1px solid #1D89CF;
    }

.btninstallation, .btnlicense {
    background: #1D89CF;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    -moz-border-radius: 0;
    color: #fff !important;
    border: 1px solid #1D89CF;
    line-height: 22px !important;
}

    .btninstallation:hover, .btnlicense:hover, #Activate:hover::before, #LicenseInfo:hover::before, #GoLogin:hover::before, #Home:hover::before {
        color: #fff !important;
        background: #3276B1;
        /*border: 1px solid #1D89CF;*/
    }

.font-label-rightHeader {
    color: #666;
    font-weight: bold;
}

.icon-Pickerlicense:before {
    content: "\f0ca";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #a9a8a8;
    font-size: 17px;
    padding-right: 0.5em;
    position: absolute;
}

.font-label-header-setting {
    color: #3276B1;
    font-weight: bold;
}

.font-for-checkbox {
    margin: -17px 0px 0px 35px;
}

.form-per-mobile {
    height: 100%;
}

.form-per1-mobile {
    height: 100%;
}
/*Alongkon 20191125 [W20191125-052] */
select.enum_dll {
    padding-right: 44px;
}

.icon_date, .icon_date_blue {
    width: 16px;
    height: 16px;
    background: url(../images/icon_date.png) bottom no-repeat;
    text-align: center;
    vertical-align: middle;
    margin: 7px;
    margin-left: -22px;
    cursor: pointer;
    position: absolute;
    background-size: 16px 16px;
}

.image_profile {
    cursor: pointer;
    position: relative;
    width: 100%;
    /*min-height:90px;*/
    display: block;
    background-size: 130px;
    overflow: hidden;
    background-repeat: no-repeat;
}

    .image_profile div {
        left: 0;
        bottom: 125px;
        width: 100%;
        position: absolute;
    }

.image_container:hover .image_profile {
    overflow: inherit;
    animation: fadeIn 3s;
}

.menu_img_profile .menu_img {
    float: left;
    width: 50%;
    height: 30px;
    position: relative;
    text-align: center;
    color: #bbb;
    text-shadow: 4px 4px 2px rgba(150, 150, 150, 0.16);
    background: #333;
    opacity: 0.75;
    /*filter: alpha(opacity=75);*/
}

    .menu_img_profile .menu_img:hover {
        color: #fff;
    }


.upload_image_profile {
    margin-top: 10px;
    margin-left: 15px;
}

.seeimage {
    color: #0E467E;
    cursor: pointer;
}

#delete_image_txt:before {
    content: "\f014";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #a9a8a8;
    font-size: 24px;
    padding-right: 0.5em;
    position: absolute;
    top: 8px;
}

#edit_image_txt:before {
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #a9a8a8;
    font-size: 24px;
    padding-right: 0.5em;
    position: absolute;
    top: 8px;
}

.icon-Picker-G:before {
    content: "\f0ca";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #a9a8a8;
    font-size: 17px;
    position: absolute;
    padding-right: 7px;
    top: 6px;
    right: 0px;
    z-index: 100;
}


.icon-Picker-i:before {
    content: "\f0ca";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #a9a8a8;
    font-size: 17px;
    padding-right: 0.5em;
    position: absolute;
    top: 8px;
    right: 15px;
    z-index: 100;
}

.font-note {
    color: red;
}

.icon-average:before {
    content: "\f161";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 17px;
    padding-right: 0.5em;
    position: absolute;
    top: -10px;
    cursor: pointer;
}

.icon-Picker-P:before {
    content: "\f0ca";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #a9a8a8;
    font-size: 17px;
    padding-right: 1.5em;
    position: absolute;
    top: 8px;
    right: 0px;
    z-index: 100;
}

.ferr {
    width: 90%;
}

.icon-Submit {
    background: url(../images/icon-submit.png) top center no-repeat;
    width: 85px;
    height: 35px;
    display: block;
    border-radius: 2px;
    background-size: 25px 20px;
    margin: -18px 0px 0px -5px;
}

.login-background {
    background: url(../images/BG-Login.png) top center no-repeat;
    width: 100%;
    display: block;
    margin: 0 auto;
    /*height: 100%;*/
    object-fit: cover;
    background-size: cover;
}
/* Nev-title */
.header .nav-title {
    width: 450px;
    height: 43px;
}

    .header .nav-title ul {
        padding: 0;
        margin: 5px 37px 32px 500px;
    }

        .header .nav-title ul li {
            display: inline-block;
            list-style: none;
            padding: 0;
            cursor: pointer;
            width: 108px;
            text-align: center;
        }

            .header .nav-title ul li a div {
                padding-top: 32px;
            }

            .header .nav-title ul li a {
                color: white;
                text-decoration: none;
            }

                .header .nav-title ul li a:hover {
                    color: white;
                    font-weight: bold;
                }

.header .logo-container .icon-Logoemailtemplate {
    visibility: hidden;
    float: left;
    margin: -57px 0px 0 65px;
    clear: both;
}

.language {
    visibility: hidden;
}

.menuDisplayInPhone {
    visibility: hidden;
}

.m-ddlorg-info {
    width: 60%;
    padding-right: 0px;
}

.m-btn-info {
    padding: 0px;
    float: right;
}

.m-btn-list {
    float: left;
}

.m-ddlorg-list {
    padding-right: 5px;
}

.m-panel-list {
    padding-bottom: 7px !important;
}

.m-paneal-titlelist {
    width: auto;
    padding-left: 0px !important;
    padding-right: 0px !important;
    float: left;
}

.m-ddlorg-index {
    width: 70%;
    padding-right: 0px;
    padding-bottom: 7px;
}

.m-txtinfo {
    padding-right: 15px !important;
}

m-txtinfo-short {
    padding-right: 15px !important;
}

.m-Pick {
    padding-right: 15px !important;
}

.m-txtPick {
    padding-right: 15px !important;
}

.grid-disable {
    cursor: not-allowed;
    opacity: 1;
}

.form-header-forgetPass, #form-forgetpassword {
    width: 70%;
}

.divDemo {
    color: #FF0000;
}

.font_right, .text_r {
    text-align: right;
}

.icon-hcm-dropdown-list-dat, .icon-hcm-dropdown-list-plus {
    position: relative;
}

    .icon-hcm-dropdown-list-dat > a {
        cursor: pointer;
    }

    .icon-hcm-dropdown-list-dat:after {
        font-family: 'FontAwesome';
        content: '\f147';
        font-size: 16px;
        font-size: 2rem;
        color: #3276B1;
        position: absolute;
        left: 5px;
        top: 5px;
    }

    .icon-hcm-dropdown-list-plus:after {
        font-family: 'FontAwesome';
        content: '\f196';
        font-size: 16px;
        font-size: 2rem;
        color: #3276B1;
        position: absolute;
        left: 5px;
        top: 5px;
    }

.font-range {
    color: #3276B1;
    font-size: 20px;
    margin: 12px 0px 0px 20px;
}

.icon-acivated {
    background: url(../images/icon_Activated.png) top center no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    margin: 0 auto;
    background-size: 16px 16px;
    cursor: pointer;
}

.icon-expired {
    background: url(../images/icon_Expired.png) top center no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    margin: 0 auto;
    background-size: 16px 16px;
    cursor: pointer;
}

.icon-doc {
    background: url(../images/Icon-Attachment/doc.png) center no-repeat;
}

.icon-jpg {
    background: url(../images/Icon-Attachment/jpg.png) center no-repeat;
}

.icon-mp3 {
    background: url(../images/Icon-Attachment/mp3.png) center no-repeat;
}

.icon-mp4 {
    background: url(../images/Icon-Attachment/mp4.png) center no-repeat;
}

.icon-pdf {
    background: url(../images/Icon-Attachment/pdf.png) center no-repeat;
}

.icon-png {
    background: url(../images/Icon-Attachment/png.png) center no-repeat;
}

.icon-txt {
    background: url(../images/Icon-Attachment/txt.png) center no-repeat;
}

.icon-xls {
    background: url(../images/Icon-Attachment/xls.png) center no-repeat;
}

.icon-zip {
    background: url(../images/Icon-Attachment/zip.png) center no-repeat;
}

.icon-qmk {
    background: url(../images/Icon-Attachment/qmk.png) center no-repeat;
}
/*----------------------------------------------------------------------------------------------*/
/*---------------------------------End Service CSS For All Page---------------------------------*/
/*----------------------------------------------------------------------------------------------*/
/*#endregion End Service CSS For All Page*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .k-grid-content {
        height: 300px !important;
    }
}

@-moz-document url-prefix() {
    .k-grid-content {
        height: 300px !important;
    }
}
/*----------------------------------------------------------------------------------------------*/
/*---------------------------------Start Content for Tablet-------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
/*#region Content for Tablet*/
@media only screen and (min-width:1280px) and (max-width: 1439px) {

    /*std for Info*/
    .m-lblinfo {
        width: 35% !important;
    }

    .m-txtinfo {
        width: 50% !important;
    }

    .m-txtinfo-short {
        width: 20% !important;
    }

    .m-Pick {
        width: 20% !important;
    }

    .m-txtPick {
        width: 30% !important;
    }

    .m-Chk {
        width: 100% !important;
        padding-left: 35% !important;
    }

    .m-btn-index {
        padding-right: 0px;
        width: 269px;
    }

    #divButtonGroup {
        width: 100% !important;
        margin-top: 0px !important;
    }
}

@media only screen and (min-width:992px) and (max-width: 1279px) {
    .header .nav-title ul {
        margin-left: 320px !important;
    }

    .m-paneal-titlelist {
        width: 100% !important;
    }

    .m-ddlorg-info {
        width: 100% !important;
    }

    .m-ddlorg-index {
        width: 100% !important;
        padding-bottom: 7px;
    }

    .ddl-org-index {
        margin-right: 0px !important;
    }
    /*std for Info*/
    .m-lblinfo {
        width: 50% !important;
    }

    .m-txtinfo {
        width: 50% !important;
    }

    m-txtinfo-short {
        width: 50% !important;
    }

    .m-Pick {
        width: 20% !important;
    }

    .m-txtPick {
        width: 30% !important;
    }

    .m-Chk {
        width: 100% !important;
        padding-left: 50% !important;
    }

    .m-panel-list {
        height: 105px;
    }

    .form-group-button-list {
        width: 255px !important;
        padding-top: 35px;
        position: absolute;
        right: 0px;
    }

    .m-ddlorg-list {
        padding-right: 0px !important;
    }

    .btnNew {
        width: 122.5px !important;
    }

    .btnDelete {
        width: 122.5px !important;
    }

    .form-group-button-index {
        width: 265px !important;
    }

    .m-panel-index .btnSave {
        width: 122.5px !important;
    }

    .m-panel-index .btnClose {
        width: 122.5px !important;
    }

    .title-menu {
        min-width: 300px !important;
    }

    #divButtonGroup {
        width: 100% !important;
        margin-top: 0px !important;
    }
}
/*#endregion End Content for Tablet*/
/*----------------------------------------------------------------------------------------------*/
/*---------------------------------End Content for Tablet-------------------------------------*/
/*----------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------*/
/*---------------------------------Start Content for Computer-------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
/*#region Content for Desktop/Computer*/
@media only screen and (min-width: 992px) {
    /* Content With Menu - Menu and Body */
    .content-with-menu {
        border-top: 110px solid transparent;
        margin: -150px -40px -53px -40px;
        min-height: 100vh;
    }

    .inner-menu {
        display: table-cell;
        vertical-align: top;
    }

    .inner-body {
        display: table-cell;
        vertical-align: top;
        padding: 40px;
    }

    .inner-toolbar {
        height: 52px;
        overflow: hidden;
    }

    .content-with-menu-has-toolbar .inner-menu-toggle {
        border-radius: 0;
    }

    .content-with-menu-has-toolbar .inner-toolbar {
        padding-left: 140px;
    }
    /* Content With Menu - Container */
    .content-with-menu-container {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    /* Content With Menu - Menu Faux Column for Scroll and Boxed Layouts */
    html.scroll .content-with-menu:before,
    html.boxed .content-with-menu:before {
        bottom: -47px;
        content: '';
        display: block;
        left: 0;
        position: absolute;
        top: 54px;
        width: 300px;
    }

    html.scroll .content-with-menu:after,
    html.boxed .content-with-menu:after {
        bottom: -46px;
        content: '';
        display: block;
        left: -1px;
        position: absolute;
        top: 54px;
        width: 1px;
        z-index: 3;
    }

    html.boxed .content-with-menu:before {
        bottom: 0;
    }

    html.boxed .content-with-menu:after {
        bottom: 2px;
    }
    /* Content With Menu - Flexbox supported */
    html.flexbox .content-with-menu-container,
    html.flexboxlegacy .content-with-menu-container {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }

    html.flexbox .inner-menu,
    html.flexbox .inner-body,
    html.flexboxlegacy .inner-menu,
    html.flexboxlegacy .inner-body {
        display: block;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        flex-shrink: 0;
        -ms-flex-negative: 0;
    }

    html.flexbox .inner-body,
    html.flexboxlegacy .inner-body {
        -webkit-box-flex: 2;
        -moz-box-flex: 2;
        box-flex: 2;
        -webkit-flex: 2;
        -moz-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }
    /* Content With Menu + Layout Fixed */
    .content-with-menu-container,
    .inner-menu,
    .inner-body {
        display: block;
    }

    .content-with-menu-container {
        position: relative;
    }

    .inner-menu-toggle {
        position: absolute;
        top: 114px;
        border-radius: 0 0 5px 0;
        width: 140px;
        z-index: 1002;
    }

    .inner-menu {
        bottom: 0;
        display: block;
        left: 300px;
        position: fixed;
        margin: 0;
        top: 114px;
        width: 300px;
        padding: 35px;
        z-index: 1002;
    }

    .inner-menu-content {
        display: block;
    }

    .inner-body {
        margin-left: 300px;
        border-top: 113px solid transparent;
        margin-top: -110px;
        min-height: 100vh;
        position: relative;
    }

    .content-with-menu-has-toolbar .inner-body {
        border-top-width: 165px;
    }

    /* Content With Menu + Layout Scroll & Boxed */
    html.scroll .inner-menu,
    html.scroll .inner-body,
    html.boxed .inner-menu,
    html.boxed .inner-body {
        display: block;
    }

    html.scroll .content-with-menu-container,
    html.boxed .content-with-menu-container {
        position: relative;
    }

    html.scroll .inner-menu-toggle,
    html.boxed .inner-menu-toggle {
        position: absolute;
        top: 0;
        border-radius: 0 0 5px 0;
        width: 140px;
        z-index: 3;
    }

    html.scroll .inner-menu,
    html.boxed .inner-menu {
        display: block;
        position: relative;
        margin: 0;
        width: 300px;
        padding: 35px;
    }

    html.scroll .inner-menu-content,
    html.boxed .inner-menu-content {
        display: block;
    }

    html.scroll .inner-body,
    html.boxed .inner-body {
        margin-left: 0;
        min-height: 100vh;
        position: relative;
    }

    html.scroll.flexbox .content-with-menu-container, html.scroll.flexboxlegacy .content-with-menu-container,
    html.boxed.flexbox .content-with-menu-container,
    html.boxed.flexboxlegacy .content-with-menu-container {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
    /* Content With Menu + Layout Fixed + Sidebar Left Collapsed */
    .sidebar-left-collapsed .inner-menu,
    .sidebar-left-collapsed .inner-menu-toggle,
    .sidebar-left-collapsed .inner-toolbar {
        left: 73px;
    }

    .sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle,
    .sidebar-left-collapsed.inner-menu-opened .inner-toolbar {
        left: 373px;
    }
    /* Content With Menu + Layout Fixed + Sidebar Right Opened */
    .sidebar-right-collapsed .inner-menu,
    .sidebar-right-collapsed .inner-menu-toggle,
    .sidebar-right-collapsed .inner-toolbar {
        left: 0px;
    }

    .sidebar-right-collapsed.inner-menu-opened .inner-menu-toggle,
    .sidebar-right-collapsed.inner-menu-opened .inner-toolbar {
        left: 373px;
    }

    ul.nav-main li.nav-parent a .selected:before {
        display: block;
        height: 41px;
        position: absolute;
        right: -10px;
        top: -10px;
        width: 11px;
        content: "\e16c";
        font-family: 'clip-font';
        line-height: 41px;
        font-size: 24px;
    }
    /* Unstyle nano for non fixed layouts */
    html.scroll .sidebar-left .nano,
    html.boxed .sidebar-left .nano {
        position: static;
        height: auto;
        overflow: visible;
        width: auto;
    }

        html.scroll .sidebar-left .nano .nano-content,
        html.boxed .sidebar-left .nano .nano-content {
            margin-right: 0 !important;
            position: static;
            overflow: visible;
        }

        html.scroll .sidebar-left .nano .nano-pane,
        html.boxed .sidebar-left .nano .nano-pane {
            display: none !important;
        }

        html.boxed .sidebar-left .nano > .nano-content,
        html.scroll .sidebar-left .nano > .nano-content {
            overflow: visible !important;
        }

    html.sidebar-left-collapsed .sidebar-left .sidebar-title {
        /*margin-left: -300px;
        opacity: 0;*/
        padding: 0;
        padding-bottom: 15px;
    }

    html.sidebar-left-collapsed .sidebar-left .image_user {
        width: 40px !important;
        height: 40px !important;
        margin-top: 30px;
        margin-left: 4px;
    }

    html.sidebar-left-collapsed .sidebar-left .icon-Bell-Normal {
        display: none;
    }

    html.sidebar-left-collapsed .sidebar-left .user_name {
        display: none;
    }

    html.sidebar-left-collapsed .sidebar-left .notification-menu {
        left: 35px;
        margin-top: -40px;
    }




    html.sidebar-left-collapsed .sidebar-left .notification-icon .badge {
        margin-top: 0 !important;
        margin-right: 6px !important;
    }

    html.sidebar-left-collapsed .sidebar-left .sidebar-toggle {
        border-radius: 0;
    }

    html.sidebar-left-collapsed .sidebar-left .nav-main > li > a {
        overflow: hidden;
        text-overflow: clip;
    }

    html.sidebar-left-collapsed .sidebar-left .nav-main li.nav-parent a:after {
        display: none;
    }

    html.sidebar-left-collapsed .sidebar-left .nav-main li.nav-parent ul.nav-children {
        display: none;
    }

    html.sidebar-left-collapsed .sidebar-left .nav-main li.nav-parent ul.nav-folder {
        display: none;
    }

    html.sidebar-left-collapsed .sidebar-left .nav-main a span {
        visibility: hidden;
    }

    html.sidebar-left-collapsed .sidebar-left .sidebar-widget,
    html.sidebar-left-collapsed .sidebar-left .separator {
        display: none;
    }

    html.sidebar-left-collapsed.scroll .sidebar-left, html.sidebar-left-collapsed.boxed .sidebar-left {
        overflow: visible;
    }

        html.sidebar-left-collapsed.scroll .sidebar-left .nav-main li.nav-active a:hover, html.sidebar-left-collapsed.boxed .sidebar-left .nav-main li.nav-active a:hover {
            color: #cccccc;
        }

        html.sidebar-left-collapsed.scroll .sidebar-left .nav-main li.nav-expanded, html.sidebar-left-collapsed.boxed .sidebar-left .nav-main li.nav-expanded {
            background: transparent;
        }

            html.sidebar-left-collapsed.scroll .sidebar-left .nav-main li.nav-expanded ul.nav-children, html.sidebar-left-collapsed.boxed .sidebar-left .nav-main li.nav-expanded ul.nav-children {
                display: none;
            }

        html.sidebar-left-collapsed.scroll .sidebar-left .nav-main li ul.nav-children, html.sidebar-left-collapsed.boxed .sidebar-left .nav-main li ul.nav-children {
            position: absolute;
            left: 67px;
            width: 233px;
            background: #191c21;
        }

        html.sidebar-left-collapsed.scroll .sidebar-left .nav-main li.nav-expanded ul.nav-folder, html.sidebar-left-collapsed.boxed .sidebar-left .nav-main li.nav-expanded ul.nav-folder {
            display: none;
        }

        html.sidebar-left-collapsed.scroll .sidebar-left .nav-main li ul.nav-folder, html.sidebar-left-collapsed.boxed .sidebar-left .nav-main li ul.nav-folder {
            position: absolute;
            left: 67px;
            width: 233px;
            background: #191c21;
        }

        html.sidebar-left-collapsed.scroll .sidebar-left .nav-main > li:hover, html.sidebar-left-collapsed.boxed .sidebar-left .nav-main > li:hover {
            width: 300px;
            background: #191c21;
        }

            html.sidebar-left-collapsed.scroll .sidebar-left .nav-main > li:hover > a, html.sidebar-left-collapsed.boxed .sidebar-left .nav-main > li:hover > a {
                background: transparent;
            }

                html.sidebar-left-collapsed.scroll .sidebar-left .nav-main > li:hover > a i, html.sidebar-left-collapsed.boxed .sidebar-left .nav-main > li:hover > a i {
                    margin-right: 22px;
                }

                html.sidebar-left-collapsed.scroll .sidebar-left .nav-main > li:hover > a span, html.sidebar-left-collapsed.boxed .sidebar-left .nav-main > li:hover > a span {
                    display: inline;
                    visibility: visible;
                }

                    html.sidebar-left-collapsed.scroll .sidebar-left .nav-main > li:hover > a span.label, html.sidebar-left-collapsed.boxed .sidebar-left .nav-main > li:hover > a span.label {
                        background-color: #cccccc;
                        color: white;
                    }

            html.sidebar-left-collapsed.scroll .sidebar-left .nav-main > li:hover > ul.nav-children, html.sidebar-left-collapsed.boxed .sidebar-left .nav-main > li:hover > ul.nav-children {
                display: block;
            }

                html.sidebar-left-collapsed.scroll .sidebar-left .nav-main > li:hover > ul.nav-children li a, html.sidebar-left-collapsed.boxed .sidebar-left .nav-main > li:hover > ul.nav-children li a {
                    padding-left: 15px;
                }

            html.sidebar-left-collapsed.scroll .sidebar-left .nav-main > li:hover > ul.nav-folder, html.sidebar-left-collapsed.boxed .sidebar-left .nav-main > li:hover > ul.nav-folder {
                display: block;
            }

                html.sidebar-left-collapsed.scroll .sidebar-left .nav-main > li:hover > ul.nav-folder li a, html.sidebar-left-collapsed.boxed .sidebar-left .nav-main > li:hover > ul.nav-folder li a {
                    padding-left: 15px;
                }

    html.sidebar-left-collapsed.fixed .sidebar-left .nano {
        background: #ECEEF4;
        box-shadow: -5px 0 0 #ECEEF4 inset;
    }

    /* Content With Menu - Menu Faux Column for Scroll and Boxed Layouts Colors */
    html.scroll .content-with-menu:before,
    html.boxed .content-with-menu:before {
        background: #1d2127;
    }

    html.scroll .content-with-menu:after,
    html.boxed .content-with-menu:after {
        background: #000;
        box-shadow: 0px 0 4px 2px rgba(0, 0, 0, 0.5);
    }
    /* Fix padding when fixed */
    .inner-menu {
        padding: 0;
    }

        .inner-menu .nano-content {
            padding: 35px;
        }

            .inner-menu .nano-content:after {
                display: block;
                content: '';
                height: 35px;
            }
    /* Content With Menu - Toolbar + Layout Fixed */
    .inner-menu-opened {
        left: 600px;
    }

    .inner-menu-toggle {
        position: fixed;
        left: 300px;
    }

    html.no-overflowscrolling .nano {
        height: 100%;
    }

    html.overflowscrolling.fixed .sidebar-left .nano,
    html.overflowscrolling.fixed .sidebar-right .nano,
    html.overflowscrolling.fixed .inner-menu .nano {
        height: 100%;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
    }

        html.overflowscrolling.fixed .sidebar-left .nano > .nano-pane > .nano-slider,
        html.overflowscrolling.fixed .sidebar-right .nano > .nano-pane > .nano-slider,
        html.overflowscrolling.fixed .inner-menu .nano > .nano-pane > .nano-slider {
            visibility: visible;
        }

    html.overflowscrolling.fixed.custom-scroll .sidebar-left .nano > .nano-content,
    html.overflowscrolling.fixed.custom-scroll .sidebar-right .nano > .nano-content,
    html.overflowscrolling.fixed.custom-scroll .inner-menu .nano > .nano-content {
        overflow-y: scroll;
        overflow-x: hidden;
    }
    /* Toolbar + Layout Fixed */
    .inner-toolbar {
        left: 300px;
        right: 0;
        margin: 0;
        padding: 0;
        position: fixed;
        top: 114px;
        z-index: 1001;
    }

    #gmap {
        bottom: 0;
        height: auto !important;
        left: 0;
        position: absolute !important;
        right: 0;
        top: 0;
        min-height: 0;
    }
    /* Mailbox Mail List + Fixed Layout */
    .mailbox .mailbox-email-list {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        overflow: hidden;
        top: 191px;
    }

    html.no-overflowscrolling .nano {
        height: 100%;
    }
    /* Layout Fixed Installation*/
    .content .tab-content .border-content .form-group1 {
        margin-left: 365px;
        width: 35%;
    }

    .col-w61 {
        width: 61%;
        position: relative;
        min-height: 6px;
        padding-right: 15px;
        float: left;
    }

    .panel-body-install {
        padding-top: 110px;
    }

    .border-content .divRow .content-space input, .border-content .divRow .content-space select { /*, textarea*/
        margin-left: 15px;
    }

    .group-button {
        margin-left: 170px;
    }

    .content .tab-content .border-content .form-group2 {
        padding-left: 10px;
    }
    /* Layout Base - Sidebar Left Opened ( Larger than mobile ) */
    html.sidebar-left-collapsed .sidebar-left {
        width: 50px;
    }

    html.sidebar-left-collapsed .notification-icon {
        margin-top: 15px;
        float: left;
        width: 100%;
    }
    /* Layout Base - Login (Creat For mobile)*/
    .login-background .header-signin-bar .signin-bar {
        margin: 30px 125px -12px 0px;
    }
    /* Layout Base - Sidebar Right Opened ( Larger than mobile ) */
    html.sidebar-right-collapsed .sidebar-right {
        width: 50px;
    }
    /* Layout Base - Flexbox supported */
    html.flexbox .inner-wrapper,
    html.flexboxlegacy .inner-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }

    html.flexbox .sidebar-left,
    html.flexbox .sidebar-right,
    html.flexbox .content-body,
    html.flexboxlegacy .sidebar-left,
    html.flexboxlegacy .sidebar-right,
    html.flexboxlegacy .content-body {
        display: block;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        flex-shrink: 0;
        -ms-flex-negative: 0;
    }

    html.flexbox .content-body,
    html.flexboxlegacy .content-body {
        -webkit-box-flex: 2;
        -moz-box-flex: 2;
        box-flex: 2;
        -webkit-flex: 2;
        -moz-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }

    /* Layout Fixed */
    /* Layout Fixed - Reseting Styles */
    .inner-wrapper,
    .sidebar-left,
    .sidebar-right,
    .content-body,
    .content-body-forlist {
        display: block !important;
    }

    /* Layout Fixed - Header */
    .header {
        position: fixed;
        z-index: 1020;
    }

    /* Layout Fixed - Inner Wrapper */
    .inner-wrapper {
        padding-top: 100px;
    }

    /* Layout Fixed - Content Body */
    .content-body {
        margin-left: 250px;
        margin-right: 250px;
    }
    /* Layout Fixed - Content Body For List Page */
    .content-body-forlist {
        margin-left: 250px;
        margin-right: 0px;
    }

    .content-body .has-toolbar {
        padding-top: 92px;
    }

    .content-body-forlist .has-toolbar {
        padding-top: 92px;
    }

    /* Layout Fixed - Page header */
    .page-header {
        left: 249px;
        margin: 0;
        position: fixed;
        right: 0px;
        top: 65px;
    }

    /* Layout Fixed - Sidebar Left */
    .sidebar-left {
        bottom: 0;
        left: 0;
        padding-bottom: 50px;
        position: fixed;
        top: 65px;
        border: 1px solid #CCCCCC;
    }

        .sidebar-left .nano-content {
            padding-bottom: 50px;
        }
    /*รูปผู้ใช้ เมื่อปิด slide ขวามือ (ผิด)*/
    .sidebar-left-collapsed .sidebar-header .sidebar-title .image_user {
        background: url(../images/Employee/29-5-2558-15-21-42.jpg) top center no-repeat;
        width: 85px;
        height: 85px;
        border-radius: 100px;
        border: 3px solid #3276B1;
        background-size: 85px 85px;
    }

    /* Layout Fixed - Sidebar Left Collapsed */
    .sidebar-left-collapsed .page-header {
        left: 50px;
    }

    .sidebar-left-collapsed .content-body {
        margin-left: 50px;
    }

    .sidebar-left-collapsed .content-body-forlist {
        margin-left: 50px;
    }

    /* Layout Fixed - Sidebar right */
    .sidebar-right {
        bottom: 0;
        right: 0;
        padding-bottom: 50px;
        position: fixed;
        top: 100px;
        border: 1px solid #CCCCCC;
        /*visibility: hidden;*/
    }

        .sidebar-right .nano-content {
            padding-bottom: 50px;
        }

    /* Layout Fixed - Sidebar Left Collapsed */
    .sidebar-right-collapsed .page-header {
        right: 0px;
    }

    .sidebar-right-collapsed .content-body {
        margin-right: 50px;
    }

    .sidebar-right-collapsed .content-body-forlist {
        margin-right: 50px;
    }

    /* Layout Fixed - Sidebar Right Opened */
    .sidebar-right-opened .page-header {
        right: 0;
        margin-right: 300px;
    }

    .sidebar-right-opened .sidebar-left {
        /*left: -300px;*/
    }

    /* Layout Fixed - Sidebar Left Collapsed & Sidebar Right Opened */
    .sidebar-left-collapsed.sidebar-right-opened .page-header {
        /*left: -300px;*/
    }


    /*Ailada เพิ่มให้ปิดตัวหนังสือ เมื่อปิด List รายการด้านขวา*/
    html.sidebar-right-collapsed .sidebar-right #list-menuright {
        visibility: hidden;
    }

    html.sidebar-right-collapsed .sidebar-right .search {
        visibility: hidden;
    }

    html.sidebar-right-collapsed .sidebar-right .sidebar-title {
        /*visibility: hidden;*/
        display: none;
    }

    html.sidebar-right-collapsed .sidebar-right {
        background-color: #ECEEF4;
        border-top-width: 3px;
        border-top-color: #3276B1;
    }

    html.sidebar-right-collapsed .icon-rightList:after {
        font-family: 'FontAwesome';
        content: '\f104';
        font-size: 16px;
        font-size: 2.5rem;
        color: #6795E3;
        position: absolute;
        right: 0;
        top: 0;
        margin: 5px -5px 0px 0px;
        font-style: normal;
    }

    html.sidebar-right-collapsed .sidebar-header .sidebar-toggle {
        background-color: #ECEEF4;
    }

    html.sidebar-right-collapsed .sidebar-right .text-rotation {
        display: block;
        margin-top: 65px;
    }

    html.sidebar-right-collapsed .sidebar-right .scrollbar-rightmenu .scrollbar {
        display: none;
    }

    /* Content With Menu + Layout Fixed + Sidebar Left Collapsed + Sidebar Right Opened */
    .sidebar-left-collapsed.sidebar-right-opened .inner-menu,
    .sidebar-left-collapsed.sidebar-right-opened .inner-menu-toggle,
    .sidebar-left-collapsed.sidebar-right-opened .inner-toolbar {
        left: -227px;
    }

    .sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu-toggle,
    .sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-toolbar {
        left: -527px;
    }

    .col-fgpw {
        padding-right: 15px;
    }
}
/*#endregion End Content for Desktop/Computer*/
/*----------------------------------------------------------------------------------------------*/
/*---------------------------------End Content for Computer-------------------------------------*/
/*----------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------*/
/*---------------------------------Start Content for Mobile-------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
/*#region Content for Mobile max-width: 991px*/
@media only screen and (max-width: 991px) {
    .header .nav-title ul {
        margin: 5px !important;
        height: 60px !important;
    }
    /*Login*/
    .body-sign .center-sign {
        padding-top: 20px !important;
    }

    .menu-list-default {
        height: 50px;
    }

    .body-sign .panel-sign {
        padding-top: 10px !important;
    }
    /* Layout Base - Login (Creat For mobile)*/
    .login-background .header-signin-bar .signin-bar {
        margin: 30px 10px -12px 0px;
    }

    .footerlogin {
        padding-top: 0px !important;
    }

    .language {
        visibility: inherit;
    }

    .menuDisplayInPhone {
        visibility: inherit;
    }

    html.no-overflowscrolling .nano {
        height: 80%;
    }
    /* Layout Base - Login (Creat For mobile)*/
    .login-background .header-signin-bar .signin-bar {
        margin: 30px 10px -12px 0px;
    }

    .content .tab-content .border-content .form-group1 {
        margin-left: 0px;
        width: 100%;
    }

    .col-w61 {
        width: 100%;
        position: relative;
        min-height: 6px;
        padding-right: 15px;
        float: left;
    }

    .panel-body-install {
        padding-top: 35px;
    }

    .border-content .divRow .content-space input, textarea, .border-content .divRow .content-space select {
        margin-left: 0px;
    }

    .spec-character, .nbsp {
        visibility: hidden;
    }

    .group-button {
        margin-left: 0px;
    }

    .content .tab-content .border-content .form-group2 {
        padding-left: 0px;
    }

    .col-fgpw {
        padding-right: 15px;
    }

    .visible-xs {
        display: block !important;
    }

    .sidebar-left .sidebar-header .sidebar-toggle {
        display: none !important;
    }

    .content-with-menu {
        clear: both;
    }

    .inner-body {
        padding: 40px 15px 0;
    }
    /* Header Mobile */
    .header .logo-container {
        background-color: #3276B1;
        background-image: -webkit-linear-gradient(#3276B1 0%, #3276B1 45%);
        background-image: linear-gradient(#3276B1 0%, #3276B1 45%);
        border-bottom: 1px solid #3276B1;
        border-top: 3px solid #3276B1;
    }

        .header .logo-container .logo {
            float: none;
            display: inline-block;
            line-height: 57px;
            margin-top: 0;
        }

    .header .search,
    .header .separator {
        display: none;
    }

    html.header-dark .logo-container {
        background: #1d2127;
        border-bottom-color: #161a1e;
        border-top-color: #1d2127;
    }

    html.header-dark .header-right {
        background: #1d2127;
    }

    .header {
        height: 65px;
    }

        .header .logo-container .logo {
            visibility: hidden;
        }

        .header .logo-container .icon-Logoemailtemplate {
            visibility: inherit;
            float: left;
            margin: 17px 0px 0 15px;
            clear: both;
        }

    .userchannel {
        visibility: hidden;
    }
    /* If desktop is seeing mobile res, fix scrollbars */
    html.no-mobile-device.custom-scroll .sidebar-right .nano > .nano-content {
        overflow: scroll;
        overflow-x: hidden;
    }

    .inner-menu .nano {
        position: static;
        height: auto;
        overflow: visible;
        width: auto;
    }

        .inner-menu .nano .nano-content {
            margin-right: 0;
            position: static;
            overflow: visible;
        }

    /* Content With Menu - Responsive */
    .inner-menu .hidden-xs-inline {
        display: none;
    }

    .inner-menu .inner-menu-content {
        padding: 20px;
    }

    .inner-menu-toggle-inside {
        margin: 0;
    }

    /* Page Header - Mobile */
    .page-header {
        padding-right: 80px;
    }

        .page-header .breadcrumbs {
            display: none !important;
        }

        .page-header h2 {
            font-size: 16px;
            padding: 0 15px 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 100%;
        }

        .page-header .sidebar-right-toggle {
            position: absolute;
            right: 0;
            top: 0;
        }

    html.no-overflowscrolling .nano > .nano-content {
        overflow: scroll !important;
        overflow-x: hidden !important;
    }

    /* Toolbar - Responsive */
    .inner-toolbar {
        padding: 0 15px;
        margin: -40px -15px 30px;
    }

        .inner-toolbar ul > li {
            border-right: 0;
        }

            .inner-toolbar ul > li:first-child {
                padding-left: 0;
            }

            .inner-toolbar ul > li.right {
                float: none;
                padding-left: 0;
                padding-right: 0;
            }

    /* Notifications Mobile */
    .notifications {
        float: right;
        margin: 16px 8px 0 0;
    }

        .notifications > li {
            position: static;
        }

            .notifications > li.open .notification-icon:before {
                display: block;
            }

            .notifications > li .notification-menu {
                left: 15px;
                right: 15px;
                top: auto;
                width: auto !important;
            }

                .notifications > li .notification-menu:before {
                    display: none;
                }

    /* Userbox - Mobile */
    .userbox {
        float: left;
        /*margin: 16px 0 0 12px;*/
        position: relative;
    }

        .userbox:after {
            background: #E9E9E6;
            content: '';
            height: 63px;
            margin: 0;
            position: absolute;
            right: -21px;
            top: -18px;
            width: 0px;
        }

        .userbox .profile-picture {
            display: none;
        }

        .userbox.open .dropdown-menu {
            left: -1px;
            padding: 5px 0 0 0;
        }

    .panel-actions {
        float: none;
        margin-bottom: 15px;
        position: static;
        text-align: right;
    }

        .panel-actions a {
            vertical-align: top;
        }

    /* Notification Responsive */
    html > body > .ui-pnotify {
        bottom: auto !important;
        left: 0 !important;
        margin: 0 !important;
        right: 0 !important;
        top: 60px !important;
        width: auto !important;
    }

        html > body > .ui-pnotify .notification {
            border-radius: 0 !important;
            height: auto !important;
            position: static !important;
            width: 100%;
        }

            html > body > .ui-pnotify .notification .ui-pnotify-title,
            html > body > .ui-pnotify .notification .ui-pnotify-text {
                padding-right: 35px !important;
            }

            html > body > .ui-pnotify .notification .ui-pnotify-sticker {
                display: none !important;
            }

            html > body > .ui-pnotify .notification .ui-pnotify-closer {
                display: block !important;
                font-size: 24px !important;
                visibility: visible !important;
            }

    .small-chart-wrapper {
        margin-right: 0;
        margin-left: 0;
        text-align: center;
    }

        .small-chart-wrapper .small-chart {
            width: 100%;
            text-align: center;
        }

        .small-chart-wrapper .small-chart-info {
            padding-left: 0;
        }

    .widget-twitter-profile .profile-quote {
        padding-left: 10px;
    }

        .widget-twitter-profile .profile-quote blockquote {
            padding-left: 45px;
        }

    .note-editor .note-toolbar {
        text-align: center;
    }

    .bootstrap-maxlength.bottom-left {
        margin-left: 40px;
    }

    .form-group-invisible {
        padding-top: 30px;
    }

        .form-group-invisible .control-label-invisible {
            padding-left: 27px;
        }

    #gmap {
        margin: -40px -15px 0 -15px;
    }

    html.mobile-device #gmap {
        min-height: 100px;
    }

    .mailbox .mailbox-folder .mailbox-header {
        padding: 20px;
    }

        .mailbox .mailbox-folder .mailbox-header .mailbox-title {
            margin-bottom: 10px !important;
        }

        .mailbox .mailbox-folder .mailbox-header .search input[type="text"]:focus {
            margin-left: 0;
            width: 100%;
        }


        .mailbox .mailbox-folder .mailbox-header .search {
            max-width: none;
        }

    .mailbox .mailbox-actions {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .mailbox .mailbox-email-list {
        position: static !important;
    }

        .mailbox .mailbox-email-list li {
            height: 75px;
            padding: 0 20px;
        }

        .mailbox .mailbox-email-list .mail-label {
            border-radius: 0;
            border-width: 1px;
            bottom: 0;
            left: 0;
            top: 0;
        }

        .mailbox .mailbox-email-list .col-sender {
            width: 100%;
        }

            .mailbox .mailbox-email-list .col-sender p {
                left: 60px;
            }

        .mailbox .mailbox-email-list .col-mail {
            left: 60px;
            right: 20px;
        }

            .mailbox .mailbox-email-list .col-mail .mail-content {
                right: 0;
                top: 25px;
            }

            .mailbox .mailbox-email-list .col-mail .mail-attachment {
                font-size: 11px;
                font-size: 1.1rem;
                line-height: 14px;
                line-height: 1.4rem;
                right: 55px;
                top: 6px;
            }

            .mailbox .mailbox-email-list .col-mail .mail-date {
                font-size: 10px;
                font-size: 1rem;
                line-height: 14px;
                line-height: 1.4rem;
                padding-left: 0;
                text-align: right;
                top: 5px;
                width: 130px;
            }

        .mailbox .mailbox-email-list .nano {
            position: static;
            height: auto;
            overflow: visible;
            width: auto;
        }

            .mailbox .mailbox-email-list .nano .nano-content {
                position: static;
                overflow: visible;
            }

    .mailbox .mailbox-email .mailbox-email-header {
        margin-left: -15px;
        margin-right: -15px;
    }

    .mailbox-compose {
        margin: -20px -15px 0 -15px;
    }

        .mailbox-compose .compose {
            margin-left: 5px;
            margin-right: 5px;
        }


    .body-error .error-code {
        font-size: 90px;
        font-size: 9rem;
        line-height: 90px;
        line-height: 9rem;
        letter-spacing: -7px;
    }

    .body-error .error-explanation {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 28px;
        line-height: 2.8rem;
    }

    .body-error.error-outside {
        height: auto;
        padding: 20px;
    }

    .timeline .tm-items > li .tm-box .tm-meta span {
        display: block;
    }

    html,
    body {
        background: #ecedf0;
    }

        html.mobile-device .sidebar-left,
        html.mobile-device .sidebar-right {
            overflow-y: scroll;
            overflow-x: hidden;
            -webkit-overflow-scrolling: touch;
        }

    body {
        min-height: 100vh;
    }

    .inner-wrapper,
    .sidebar-left,
    .sidebar-right,
    .content-body .content-body-forlist {
        display: block;
    }

    .body {
        min-height: 0;
        overflow: visible;
    }

    .header .logo-container {
        height: 65px;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 99;
    }

    .header .header-right {
        background: #FFF;
        float: none !important;
        height: 60px;
        margin-top: 60px;
        width: 100%;
    }

    .inner-wrapper {
        min-height: 0;
        padding-top: 25px;
    }

    .content-body {
        padding: 0 0px 0px;
    }

    .content-body-forlist {
        padding: 0 0px 0px;
    }

    .page-header {
        margin: 0 -15px 0px;
    }

    .sidebar-left {
        bottom: 0;
        left: -100%;
        min-height: 0;
        min-width: 100%;
        min-width: 100vw;
        padding-top: 85px;
        padding-bottom: 50px;
        position: fixed;
        overflow: hidden;
        top: 0;
        z-index: 1010 !important;
    }

    .sidebar-right {
        bottom: 0;
        left: auto;
        right: -100%;
        min-height: 0;
        margin-right: 0;
        min-width: 100%;
        min-width: 100vw;
        top: 0;
        z-index: 100;
    }

    html.csstransforms .sidebar-left,
    html.csstransforms .sidebar-right {
        /* performs better but native android browser
		has problems with translate and percentage
		@include transition-property(transform);
		*/
        -webkit-transition-property: margin;
        -moz-transition-property: margin;
        transition-property: margin;
        -webkit-transition-duration: 0.25s;
        -moz-transition-duration: 0.25s;
        transition-duration: 0.25s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-delay: 0;
        -moz-transition-delay: 0;
        transition-delay: 0;
    }

    html.csstransforms .sidebar-left {
        /* performs better but native android browser
		has problems with translate and percentage
		@include transform( translateX(0) );
		*/
        margin-left: -25px;
    }

    html.csstransforms .sidebar-right {
        /* performs better but native android browser
		has problems with translate and percentage
		@include transform( translateX(0) );
		*/
        margin-right: -25px;
    }

    /* If desktop is seeing mobile res, fix scrollbars */
    html.no-mobile-device body {
        min-height: 0;
    }

    html.no-mobile-device .body {
        min-height: 100vh;
        overflow: hidden;
    }

    html.no-mobile-device .inner-wrapper {
        overflow-y: auto;
    }

    html.no-mobile-device.sidebar-left-opened, html.no-mobile-device.sidebar-left-opened body, html.no-mobile-device.sidebar-right-opened, html.no-mobile-device.sidebar-right-opened body {
        overflow: hidden;
    }

    /* Layout Mobile - Sidebar Left Opened */
    html.sidebar-left-opened.no-csstransforms .sidebar-left {
        left: 0;
    }

    html.sidebar-left-opened.csstransforms .sidebar-left {
        /* performs better but native android browser
		has problems with translate and percentage
		@include transform( translateX(100%) );
		*/
        margin-left: 100%;
    }
        html.sidebar-left-opened.csstransforms .sidebar-left .sidebar-header {
            height: 100px;
        }

    /* Layout Mobile - Sidebar Right Opened */
    html.sidebar-right-opened.no-csstransforms .sidebar-right {
        right: 0;
    }

    html.sidebar-right-opened.csstransforms .sidebar-right {
        /* performs better but native android browser
		has problems with translate and percentage
		@include transform( translateX(-100%) );
		*/
        margin-right: 100%;
    }

    /* Layout Mobile - Sidebar Left Collapsed & Sidebar Right Opened */
    html.sidebar-left-collapsed.sidebar-right-opened .sidebar-left {
        margin-left: -300px;
    }

    /* Tables - No More Tables technique (991px is the bootstrap SM max-width) */
    .table.table-no-more,
    .table.table-no-more thead,
    .table.table-no-more tbody,
    .table.table-no-more tr,
    .table.table-no-more th,
    .table.table-no-more td {
        display: block;
    }

        .table.table-no-more thead tr {
            left: -9999px;
            position: absolute;
            top: -9999px;
        }

        .table.table-no-more tr {
            border-bottom: 1px solid #DDD;
        }

        .table.table-no-more td {
            border: none;
            position: relative;
            padding-left: 50%;
            text-align: left;
            white-space: normal;
        }

            .table.table-no-more td:before {
                content: attr(data-title);
                font-weight: bold;
                left: 6px;
                padding-right: 10px;
                position: absolute;
                text-align: left;
                top: 8px;
                white-space: nowrap;
                width: 45%;
            }

        .table.table-no-more.table-bordered td {
            border-bottom: 1px solid #EFEFEF;
        }

        .table.table-no-more.table-condensed td:before {
            top: 5px;
        }

    .dataTables_wrapper .dataTables_length {
        margin-bottom: 15px;
    }

        .dataTables_wrapper .dataTables_length label {
            float: none;
            width: 100%;
        }

    .dataTables_wrapper .dataTables_filter label {
        width: 100%;
    }

    .dataTables_wrapper .datatables-footer .dataTables_info {
        margin-bottom: 15px;
        text-align: center;
    }

    .dataTables_wrapper .datatables-footer .dataTables_paginate {
        float: none;
        text-align: center;
    }

        .dataTables_wrapper .datatables-footer .dataTables_paginate .pagination {
            display: inline-block;
        }

    .dataTables_processing {
        left: auto;
        margin-left: 0;
        right: 0;
    }

    .wizard-progress, .wizard-progress.wizard-progress-lg {
        margin-bottom: 0;
        margin-left: -15px;
        margin-right: -15px;
    }

        .wizard-progress .steps-progress {
            display: none;
        }

        .wizard-progress .wizard-steps {
            display: block;
            font-size: 0;
            overflow: hidden;
            white-space: nowrap;
            width: 100%;
        }

            .wizard-progress .wizard-steps li {
                display: inline-block;
                float: none;
                position: relative;
                width: 100%;
            }

                .wizard-progress .wizard-steps li a {
                    position: relative;
                    z-index: 2;
                }

                .wizard-progress .wizard-steps li:before, .wizard-progress .wizard-steps li:after {
                    content: '';
                    display: block;
                    height: 2px;
                    position: absolute;
                    top: 0;
                    width: 50%;
                }

                .wizard-progress .wizard-steps li:before {
                    background: #cccccc;
                    left: 0;
                }

                .wizard-progress .wizard-steps li:after {
                    background: #cccccc;
                    right: 0;
                }

                .wizard-progress .wizard-steps li.completed:after {
                    background: #cccccc;
                }

                .wizard-progress .wizard-steps li:first-child:before {
                    display: none;
                }

                .wizard-progress .wizard-steps li:last-child:after {
                    display: none;
                }

        .wizard-progress.wizard-progress-lg .wizard-steps li:before, .wizard-progress.wizard-progress-lg .wizard-steps li:after {
            height: 4px;
        }
    /* Invoice Responsiveness */
    .invoice .table-responsive > table.table {
        table-layout: auto;
    }

    .invoice-summary .col-sm-4 {
        padding-left: 15px;
    }

    .fc {
        margin-bottom: 30px;
    }

    .timeline .tm-body:after {
        left: 20px;
    }

    .timeline .tm-title {
        margin: 0;
    }

    .timeline .tm-items > li {
        padding-left: 50px;
    }

        .timeline .tm-items > li .tm-info {
            margin: 0 0 15px;
        }

            .timeline .tm-items > li .tm-info:after {
                content: "";
                display: table;
                clear: both;
            }

        .timeline .tm-items > li .tm-icon {
            border-width: 2px;
            float: left;
            font-size: 22px;
            height: 40px;
            line-height: 36px;
            margin: 0 15px 0 0;
            padding: 0;
            position: static;
            width: 40px;
        }

        .timeline .tm-items > li .tm-datetime {
            margin: 0;
            position: static;
            text-align: left;
        }

            .timeline .tm-items > li .tm-datetime .tm-datetime-date {
                font-size: 12px;
                font-size: 1.2rem;
                line-height: 1.3;
            }

            .timeline .tm-items > li .tm-datetime .tm-datetime-time {
                font-size: 18px;
                font-size: 1.8rem;
                line-height: 1.3;
            }
    /*Kanokwan 04/07/2560 : responsive 991px*/

    .icon-Save1:hover {
        display: inline-block;
    }

    .icon-ChooesSave:hover {
        display: inline-block;
    }

    /*Narison : service หน้า ApproveUC และ CancelUC*/
    .screeenHD {
        width: 100% !important;
    }

    .ifscreeen16-1 {
        width: 100% !important;
        margin-bottom: 11px !important;
    }

    .scl17-3 {
        width: 100% !important;
        margin-bottom: 7px;
        padding-left: 15px !important;
    }

    .scl17-4 {
        width: 100% !important;
        padding-left: 15px !important;
    }

    .scl17-5 {
        width: 100% !important;
        margin-bottom: 7px;
        padding-left: 15px !important;
    }

    .fix-detail2 {
        width: 100% !important;
        margin-bottom: 11px;
    }
    /*Narison : หน้า Setting*/
    .fix-Hgeneral {
        width: 72% !important;
        margin-bottom: 11px;
    }

    .fix-Hemail {
        width: 72% !important;
        margin-bottom: 11px;
    }

    .fix-button {
        width: 100% !important;
        padding-top: 7px;
        padding-left: 0px;
    }

    .fix-check {
        width: 100% !important;
    }

    .fix-minute {
        float: left !important;
        padding-left: 0%;
    }

    .fix-port {
        width: 100% !important;
        margin-bottom: 11px;
    }

    .fix-button2 {
        width: 100% !important;
        margin-top: 13px !important;
    }

    .fix-boxCH-1 {
        width: 80% !important;
        float: left;
    }

    .fix-boxCH {
        width: 100% !important;
        float: left;
    }

    .form-group2 {
        width: 100% !important;
    }

    .btnlicense {
        width: 100% !important;
    }

    .Liemail {
        margin-left: 30% !important;
    }

    /*Service Message Popup*/
    .modal-dialog {
        min-width: 90% !important;
        margin-top: 10% !important;
        padding-left: 15px;
    }

    .modal-dialog-closedownorg {
        min-width: 90% !important;
        margin-top: 10% !important;
        padding-left: 15px;
    }

    /*PopupCompetency หน้า CompetencyEvaluate*/
    .popcomcy {
        width: 100% !important;
    }

    .popdetail {
        width: 100% !important;
        padding-left: 5% !important;
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }

        .table-responsive > .fixed-column {
            position: absolute;
            display: inline-block;
            width: auto;
            border-right: 1px solid #ddd;
        }

    .colon {
        display: none;
    }

    .tooltip-inner {
        margin-right: -90px !important;
    }

    .panel-title {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        height: 37px !important;
        padding-top: 5px !important;
    }


    .fix-over {
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100px;
        overflow: hidden;
    }

    .fix-over1 {
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 60px;
        overflow: hidden;
    }

    .btn-group > .btn:first-child {
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 235px;
        overflow: hidden;
    }

    .forrad {
        width: 100% !important;
    }

    .fixDropDown {
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        width: 70px !important;
        overflow: hidden !important;
        min-width: 210px !important;
    }
    /* กำหนดการแสดงตำแหน่งของ nav-title  */
    .header .nav-title {
        visibility: hidden;
    }

    /*std for List*/
    .search-By {
        width: 30%;
    }

    .search-Text {
        width: 70%;
        padding-left: 5px !important;
    }

    .search-viewBy {
        margin-top: 4px;
        width: 30%;
    }

    .viewBy-label {
        margin-top: 7px;
    }

    .input-group-addon, .input-group-btn {
        width: 0% !important;
    }

    .m-panel-list {
        height: 105px;
    }

    /*header std for info*/
    .m-panel-info {
        height: 115px;
    }

    .m-ddlallorg {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .m-txtallorg-info {
        padding-right: 5px;
    }

    .m-ddlorg-info {
        width: 100% !important;
    }

    .btnSave {
        width: 132px !important;
        border-radius: 4px;
    }

    .btnSaveOpt {
        display: none !important;
    }

    .btnClose {
        width: 132px !important;
    }

    .ddl-org-Info {
        margin-right: 0px;
    }

    .ddl-org-Infosingle {
        margin-right: 0px;
    }

    .m-ddlorg-index {
        width: 100% !important;
        padding-bottom: 7px;
    }

    .ddl-org-index {
        margin-right: 0px !important;
    }

    /*std for Info*/
    .m-lblinfo {
        width: 70% !important;
        margin-bottom: 7px;
        padding-left: 0px !important;
    }

    .m-txtinfo {
        width: 100% !important;
    }

    m-txtinfo-short {
        width: 50% !important;
    }

    .m-Pick {
        width: 100% !important;
        margin-bottom: 7px !important;
    }

    .m-txtPick {
        width: 100% !important;
    }

    .m-Chk {
        width: 50% !important;
    }

    .m-tab {
        width: 50% !important;
    }

    .colon {
        display: none !important;
    }

    .form-group-button {
        margin-top: 0px !important;
    }

    .m-panel-list {
        height: 105px;
    }

    .form-group-button-list {
        width: 275px !important;
        padding-top: 35px;
        position: absolute;
        right: 0px;
    }

    .m-ddlorg-list {
        padding-right: 0px !important;
    }

    .from-button-list {
        width: 100% !important;
    }

    .btnNew {
        width: 132px !important;
    }

    .btnDelete {
        width: 132px !important;
    }

    .form-group-button-index {
        width: 265px !important;
    }

    .m-panel-index .btnSave {
        width: 122.5px !important;
    }

    .m-panel-index .btnClose {
        width: 122.5px !important;
    }

    .icon-Picker-i:before {
        /*right: 0px !important;*/ /*Ailada: แก้ไขเพื่อเว้นพื้นที่แสดงไอค่อนสามเหลี่ยม*/
        right: 16px !important;
    }

    .m-txtinfo-short {
        width: 50% !important;
    }

    .chkCancel {
        padding-left: 0px;
    }

    #divButtonGroup {
        width: 100% !important;
        margin-top: 0px !important;
    }

    .fl_l-md {
        float: left;
    }
}

@media only screen and (max-width:767px) {
    .ddl-org-list {
        margin-right: 18px !important;
    }

    #divButtonGroup {
        width: 100% !important;
        margin-top: 0px !important;
    }

    .divLicenseContent {
        width: 100% !important;
    }

    .panel-body {
        min-height: calc(100vh - 100px);
    }

    .footerText {
        font-size: 18px;
    }

    .inner-wrapper {
        padding-bottom: 5px;
    }

    .body-sign {
        padding: 5px;
    }

    .submit {
        height: 20px !important;
    }

    .footerlogin {
        font-size: 13px;
    }
}

@media only screen and (max-width:415px) {
    /*std list for mobile*/
    .menu-block {
        width: 35% !important;
        max-width: 35% !important;
    }

        .menu-block img {
            width: 60px !important;
            height: 60px !important;
            min-width: 60px !important;
            min-height: 60px !important;
        }

    .m-panel-list {
        height: 120px;
    }

    .nav-tabs li {
        float: left;
    }

    .m-paneal-titlelist {
        padding-bottom: 5px;
    }

    .search-By {
        width: 100%;
    }

    .search-Text {
        width: 100%;
        padding-left: 0px !important;
    }

    .search-viewBy {
        margin-top: 4px;
        width: 50%;
    }

    .viewBy-label {
        width: 55%;
        margin-top: -22px;
    }

    /*Org for List*/
    .m-txtallorg-list {
        position: absolute;
        padding-left: 15px;
    }

    .m-ddlorg-list .m-txtallorg-list {
        padding-left: 0px;
        position: absolute;
        visibility: hidden;
    }

    .m-ddlorg-list .m-ddlallorg {
        padding-top: 0px !important;
    }

    .m-orglist-mar {
        width: 100% !important;
    }

    .m-ddlallorg .btn-group {
        width: 100% !important;
    }

    #ddlistorg {
        width: 100% !important;
    }

    /*std Info for mobile*/
    .m-panel-info {
        height: 145px;
    }

    .m-paneal-titlelist {
        padding-left: 0px;
    }

    .m-paneal-titleinfo {
        padding-left: 10px;
    }

    /*info information*/
    .popover.right {
        margin-left: -300px;
    }

        .popover.right > .arrow {
            top: 50%;
            right: -11px;
            margin-top: -11px;
            border-right-width: 0px;
            border-left-color: rgba(0, 0, 0, .25);
            left: 272px;
            border-left-width: thick;
        }

            .popover.right > .arrow:after {
                border-right-width: 0;
            }

    /*Org for info*/
    .m-chkallorg {
        position: absolute;
        z-index: 100;
    }

    .m-txtallorg-info {
        position: absolute;
        padding-left: 25px;
    }

    .m-ddlallorg {
        padding-top: 30px;
    }

    .m-ddlorg-info {
        padding-right: 0px !important;
    }

    /*org for info single selected*/
    .ddl-org-Infosingle .m-btn-info {
        padding-right: 0px !important;
    }

    .ddl-org-Infosingle .sort span.pointer {
        top: 30px !important;
    }

    .ddl-org-index .sort span.pointer {
        top: 30px !important;
    }

    .ddl-org-Infosingle .m-chkallorg {
        padding-left: 15px;
        z-index: 100;
    }

    .ddl-org-Infosingle .m-txtallorg-info {
        padding-left: 40px;
    }

    .title-menu {
        width: 100% !important;
    }

    .tabSearch .boxSearch1 {
        width: 100% !important;
    }

    .tabSearch .boxtextSearch2 {
        width: 100% !important;
    }

    .tabSearch .txtSearch2 {
        padding: 0px !important;
        margin-left: 0px !important;
    }

    .tabSearch .lbl-boxSearch3 {
        width: 100% !important;
    }

    .tabSearch .lbl-boxSearch4 {
        width: 100% !important;
        padding-left: 0px !important;
    }

    .tabSearch .colboxSearch4 {
        padding: 0px !important;
        margin-left: 0px !important;
    }

    .m-tab {
        width: 100% !important;
    }

    .font-label-topic {
        font-size: 18px;
    }

    .k-grid-content {
        height: 200px !important;
    }

    .m-lblinfo {
        width: 100% !important;
    }

    .m-txtinfo-short {
        width: 100% !important;
    }

    .m-Chk {
        width: 100% !important;
    }

    .chkCancel {
        padding-left: 0px !important;
    }

    .divApprove .sort span.pointer {
        right: 0px !important;
    }

    .bootbox .modal-dialog {
        max-width: 320px !important;
    }

    .bootbox .modal-dialog-closedownorg {
        max-width: 320px !important;
    }

    .addPick .icon-New {
        width: 70px !important;
    }

    .panel-title {
        width: 95% !important;
    }

    .form-header-forgetPass, #form-forgetpassword {
        width: 80%;
    }

    #divButtonGroup {
        width: 100% !important;
        margin-top: 0px !important;
    }

    .divLicenseContent {
        width: 100% !important;
    }
    /*EnumList*/
    #GridAttributeEnum .k-grid-top {
        margin-top: 0px !important;
    }

    #EnumAttibuteModal .tabSearch .lbl-boxSearch4 {
        width: 100% !important;
    }

    #Report {
        display: none !important;
    }

    #ActivateLicense {
        display: none !important;
    }
}
/*for iphone 5*/
@media only screen and (max-width:320px) {
    .m-panel-list {
        height: 140px;
    }

    .m-ddlorg-list .m-txtallorg-list {
        position: absolute;
        visibility: hidden;
    }

    .m-ddlorg-list .m-ddlallorg {
        padding-top: 7px !important;
    }

    .form-group-button-list {
        padding-top: 45px !important;
    }

    .bootbox .modal-dialog {
        max-width: 300px !important;
        margin: 5px !important;
        padding-left: 10px !important;
        margin-top: 10% !important;
    }

    .bootbox .modal-dialog-closedownorg {
        max-width: 300px !important;
    }

    #divButtonGroup {
        width: 100% !important;
        margin-top: 0px !important;
    }

    .divLicenseContent {
        width: 100% !important;
    }
}

@media only screen and (min-width: 480px) {

    .widget-summary.widget-summary-xlg {
        padding: 5px 0;
    }

        .widget-summary.widget-summary-xlg .summary-icon {
            width: 110px;
            height: 110px;
            line-height: 110px;
            font-size: 48px;
            font-size: 4.8rem;
        }

        .widget-summary.widget-summary-xlg .summary {
            min-height: 80px;
        }

            .widget-summary.widget-summary-xlg .summary .title {
                font-size: 20px;
                font-size: 2rem;
                line-height: 28px;
                line-height: 2.8rem;
            }

            .widget-summary.widget-summary-xlg .summary .info {
                font-size: 16px;
                font-size: 1.6rem;
                line-height: 30px;
                line-height: 3rem;
            }

            .widget-summary.widget-summary-xlg .summary .amount {
                font-size: 28px;
                font-size: 2.8rem;
            }
}
/*#endregion End Content for Mobile*/
/*----------------------------------------------------------------------------------------------*/
/*---------------------------------End Content for Mobile-------------------------------------*/
/*----------------------------------------------------------------------------------------------*/


