﻿
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

.text {
    color: #000333;
}

.container:after, .row:after {
    content: "";
    clear: both;
    display: block;
}

.container {
    max-width: 1200px;
    height: auto;
    margin: auto;
    width: 100%;
}

.clearboth {
    clear: both;
}

a {
    font-size: 14px;
    text-decoration: none;
    color: #000000;
}

    a:hover {
        text-decoration: underline;
        ด
    }

p {
    margin: 2px 0;
}

input[type=text], select, textarea {
    width: auto;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #fff;
    font-size: 14px;
    padding-left: 8px;
    border: solid 1px #e1e1e1;
}

input[type=file] {
    border: 0;
    font-size: 14px
}

/*-------------------font---------------*/
.tx_red14 {
    font-size: 14px;
    font-weight: normal;
    color: #ff6767;
    
}

.tx_red16 {
    font-size: 16px;
    font-weight: normal;
    color: #ff6767;
}

.tx_green16 {
    font-size: 16px;
    font-weight: normal;
    color: #32bc02;
}

.tx_gray14 {
    font-size: 14px;
    font-weight: normal;
    color: #c0c0c0;
}

.tx_black14 {
    font-size: 14px;
    font-weight: normal;
    color: #2c2c2c;
}

.tx_black16 {
    font-size: 16px;
    font-weight: normal;
    color: #2c2c2c;
}

.tx_black18 {
    font-size: 18px;
    font-weight: normal;
    color: #2c2c2c;
}

.tx_white14 {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.tx_white16 {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

.tx_white18 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

.tx_white22 {
    font-size: 22px;
    font-weight: normal;
    color: #fff;
}

.tx_ToppicPortol {
    font-size: 30px;
    font-weight: normal;
    color: #fff;
}

.tx_ToppicBlue22 {
    font-size: 22px;
    font-weight: normal;
    color: #0072ce;
}

.tx_blue14 {
    font-size: 14px;
    font-weight: normal;
    color: #812214;
    line-height: 18px;
}

.tx_blue16 {
    font-size: 16px;
    font-weight: normal;
    color: #812214;
    line-height: 18px;
    font-weight: bold;
}

.breadcrumb a {
    font-weight: bold;
    color: #000;
    font-size: 14px
}

.breadcrumb span {
    color: #ab3d3c;
    font-size: 14px;
    font-weight: bold;
}

ul.breadcrumb {
    list-style: none;
    padding: 2px 0;
}

    ul.breadcrumb li {
        display: inline;
    }

        ul.breadcrumb li span {
            padding: 0 2px 0 5px;
        }

.header-top {
    height: 70px;
    width: 100%;
}

.logo {
    float: left;
}

    .logo:before {
        content: ' ';
        display: inline-block;
        vertical-align: middle;
        height: 70px;
    }

    .logo img {
        vertical-align: middle;
        display: inline-block;
        width: 550px;
        height: auto;
    }

.center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.user-profile {
    width: 320px;
    float: right;
    padding-top: 2px;
}

.img-user {
    float: left;
    width: 70px;
    display: inline-block;
    text-align: center;
    height: 65px;
    overflow: hidden;
}

    .img-user img {
        border-radius: 5%;
    }

.user-detail {
    float: left;
    /*padding-right: 20px;*/
    vertical-align: super;
    display: inline-block;
    padding-top: 2px;
}

    .user-detail p {
        margin: 0;
        line-height: 20px;
        clear: both
    }

        .user-detail p.user-email {
            float: left;
            margin-right: 10px;
        }

.user-menu img.infoBtn {
    margin-top: -5px;
}

ul.infoMenu {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    display: block;
}

    ul.infoMenu > li {
        padding: 0;
        margin: 0;
        float: left;
        display: block;
        width: 100%;
    }

        ul.infoMenu > li > a {
            display: block;
            font-size: 12px;
            height: 35px;
            float: left;
            width: 100%;
            color: #812214;
            padding-left: 30px;
        }

            ul.infoMenu > li > a:hover {
                color: #0072ce
            }

            ul.infoMenu > li > a > span {
                display: block;
                float: left;
            }

                ul.infoMenu > li > a > span > span {
                    display: block;
                    float: left;
                    padding-top: 8px;
                }

                ul.infoMenu > li > a > span > img {
                    display: block;
                    float: left;
                    padding: 5px;
                }

.bubble_wrapper {
    margin-left: -62px;
    margin-top: 20px;
    height: auto;
    position: absolute;
    z-index: 1;
    right: 105px;
    top: 40px;
    display: block;
    padding-top: 20px;
    overflow: hidden;
    float: right;
    z-index: 5000;
}

.box-bububble {
    max-width: 1200px;
    position: absolute;
    width: 100%;
    height: 0px;
}

.info_bubble.show_bubble {
    margin-top: 0px;
    opacity: 1;
}

.user-menu {
    position: relative;
    /*left:11px;*/
    z-index: 20
}

.info_bubble {
    margin-top: -250px;
    opacity: 0;
    position: relative;
    width: 145px;
    height: auto;
    padding: 0px;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
    border: #dadada solid 1px;
    float: left;
    transition: all 0.5s;
}

    .info_bubble:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 0 10px 15px;
        border-color: #fff transparent;
        display: block;
        width: 0;
        z-index: 1;
        top: -15px;
        left: 65px;
        height: 20px;
    }

    .info_bubble:before {
        content: '';
        position: absolute;
        
        border-width: 0 10px 15px;
        border-color: #dadada transparent;
        display: block;
        width: 0;
        z-index: 0;
        top: -16px;
        left: 65px;
        height: 20px;
    }

.page-title {
    background-image: none;
    background-color: #000000;
}

    .page-title p {
        margin: 0px;
        padding: 4.5px 0;
        font-size: 20px;
        font-weight: normal;
        color: #fff;
    }

footer {
    border-top: 1px solid #dadada;
    padding: 5px 0px;
    line-height: 25px;
    margin-top: 10px;
}

.top-filter-wrapper {
    background-color: #edf1f2;
    /* border-bottom: 1px solid #6dafcf; */
    /* border-top: 1px solid #6dafcf; */
    height: auto;
    width: 100%!important;
    padding: 0px 10px;
    overflow: hidden;
    padding: 10px 10px;
}

.Fo-Header {
    font-size: 22px;
    font-weight: bold;
    color: #0071CD;
    padding: 35px 0 20px;
}

button.btn-default {
    background: #0072CE;
    border: none;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 4px;
}

.top-filter-wrapper .input {
    display: inline-block;
}

.filter {
    margin-top: 2px
}

.box-leave {
    background-color: rgb(237, 241, 242);
}

.box-leave-detail-1 {
    background-color: rgb(237, 241, 242);
    padding: 10px 10px;
    padding-top: 5px;
    /*    margin-bottom: 20px;*/
}

.box-leave-detail-2 {
    padding: 2px 0px;
}

    .box-leave-detail-1:after, .box-leave-detail-2:after {
        clear: both;
        content: "";
        display: table;
    }

.leftside:after, .rightside:after {
    clear: both;
    content: "";
    display: table;
}

.toperson {
    padding: 7px 10px;
    background-image: url(../../images/line02.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
}

.quota-header {
    padding: 7px 20px;
    background-image: url(../../images/line01.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: rgb(142, 210, 240);
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    text-shadow: 1px 1px #7f7f7f;
}

.leftside, .rightside {
    width: 50%;
    height: auto;
    padding-right: 0px;
    box-sizing: border-box;
}

.leftside {
    padding-right: 10px;
    float: left;
}

.rightside {
    padding-left: 10px;
    float: right;
    padding-right: 10px;
}

.topic {
    padding: 5px 0px;
    background-image: url(../../images/menu_lineBreak.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    display: block;
    width: 100%;
}

.inline {
    display: inline-block
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.input-form {
    padding: 10px 0;
}

    .input-form:after {
        content: "";
        clear: both;
        display: block;
    }

.input-label label {
    display: block;
    line-height: 30px;
    font-size: 14px;
}

.no-pad-button {
    padding-bottom: 0px;
}

.no-pad-top {
    padding-top: 0;
}

.no-pad-right {
    padding-right: 0;
}

.no-pad-left {
    padding-left: 0
}

.no-pad {
    padding: 0;
}

.no-margin-button {
    margin: 0px;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin {
    margin: 0;
}

.no-border-top {
    border-top: 0;
}

.padd-10 {
    padding: 10px !important
}

.fill-white {
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e1e1e1;
    padding: 2px 8px;
    font-size: 16px;
    color: #2c2c2c;
}

.fill-white-2 {
    background-color: #fff;
    padding: 20px;
}

.fill-grey {
    background-color: #edf1f2;
}

.fill-blue {
    background-color: #edf1f2;
    font-size: 16px;
    color: #2c2c2c;
    border-bottom: 1px solid #edf1f2;
    border-top: 1px solid #edf1f2;
    width: 100%;
    padding: 2px 10px;
    /*margin-bottom: 25px;*/
    display: flex !important;
}

    .fill-blue .input-label, .fill-blue .input-text {
        float: left;
    }

.btn-default {
    background-color: #5aba0c !important;
    height: 30px;
    border-radius: 5px;
    border: none;
    padding: 6.5px 20px;
    font-family: Tahoma, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    margin: 2.5px 2px;
    border-radius: 5px;
   /* font-weight: bold;*/
}

.btn-green {
    background-color: #5ABA0C !important;
}

.btn-red {
    background-color: #ff6767 !important;
    border: solid 1px #db422d;
}

.confirm {
    margin: 10px 0;
}

input[type="button"], input[type=reset], input[type=submit] {
    background: #0072ce;
    height: 30px;
    margin: 0px 2px;
    border: none;
    padding: 5px 20px;
    font-family: Tahoma, sans-serif;
    color: #FFFFFF;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: none !important;
    background: #5ABA0C;
}



.red-btn {
    background-color: #812214 !important;
}


input[type="image"] {
    height: auto;
    padding: 0;
    border: 0;
}

.box-leave-detail-2 .leftside {
    border-right: 1px solid #c8cccd;
    min-height: 100px;
}

.box-leave-detail-2 .rightside {
    padding-left: 10px;
    padding-right: 0px;
}

/*#MainContent_LbLeaveDetail p {margin:0 0 15px 0;}
#MainContent_PnlLeaveDetail .fill-white{padding:25px 15px}*/

.table th, .table tr td {
    height: 30px;
    border-color: #e1e1e1;
}

.table {
    border: 1px solid #e1e1e1
}


/*.GoLeaveCalendar table tr td{text-align:center}
.GoLeaveCalendar .ob_gRC{padding-left:0;}
.GoLeaveCalendar .ob_gCH{padding-left: 19px;}*/
.center .ob_gC {
    text-align: center
}

.popup { /*background-color:#edf1f2;*/
    max-width: 960px;
    padding: 30px;
    width: 100%;
}

.popup-detail .title {
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada
}

.popup-table {
    padding: 20px 0 0;
}

.table-scroll {
    overflow-x: auto;
    overflow-y: hidden;
}

/*small-device*/
.userprofile-responsive {
    display: none
}

#user_dropdown {
    display: none;
}

.menu-icon {
    display: none
}

.DataNotFound {
    width: 600px;
    margin: auto;
}

.no-border {
    border: 0;
}

.trtopic {
    text-align: center;
    font-weight: bold
}

    .trtopic.blue {
        background-color: #0072ce;
        color: #fff
    }

    .trtopic.grey {
        background-color: #EDF1F2;
    }

    .trtopic.blue td {
        color: #fff
    }

.text-normal {
    font-weight: normal
}

.inline-left {
    float: left;
}

.box-color {
    width: 25px;
    height: 25px;
    border: 1px solid #dadada;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 2.5px;
}

    .box-color.day {
        background-color: #fff;
    }

    .box-color.holiday {
        background-color: #ff6767;
    }

    .box-color.holiday2 {
        background-color: #CCCCFF
    }

    .box-color.template {
        background-color: #fdfaa0;
    }

.color-detail {
    overflow: hidden;
    padding: 0 10px 2px;
}

.calculateday {
    padding: 0 10px 2px;
    overflow: hidden;
}

.color-detail .input-form {
    width: 50%;
    float: left;
}

.color-detail .input-label {
    width: 100%
}

.result-box {
    border: 1px solid #dadada;
    border-radius: 5px;
    background-color: #edf1f2;
}

.resulttitle {
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    color: #ffffff;
}

.fill-green {
    background-color: #6aca25;
    border: solid 1px #6aca25;
}

.fill-red {
    background-color: #ff6767;
    border: solid 1px #ff6767;
}

.resultcontent {
    padding: 10px
}

.config-list .topic {
    background-color: #0071cd;
    color: #fff;
    padding: 15px 10px;
    font-size: 16px;
}

.config-list .config {
    margin-bottom: 15px;
}

.config-table tr td {
    padding: 5px 10px;
    font-size: 14px;
}

    .config-table tr td span {
        margin-left: 10px;
    }
    /*.config-table tr td input{margin-right:10px;}*/
    .config-table tr td:first-child {
        width: 75%
    }

.config-table tr:nth-child(even) td {
    background: #FFF
}

.config-table tr:nth-child(odd) td {
    background: #EDF1F2
}

.config-table.no-bg tr td {
    background-color: transparent;
}

.workdaylist .ob_gRC {
    padding-left: 0;
}

.templateminitable tr {
    border-bottom: 1px solid #ddd;
    height: 32px;
}

    .templateminitable tr:last-child {
        border-bottom: 0;
    }

    .templateminitable tr td {
        border-left: 1px solid #ddd;
        text-align: center;
    }

        .templateminitable tr td:first-child {
            border-left: 0; /*background-color: #edf1f2;*/
        }

.font-normal {
    font-weight: normal;
}

.dark-grey td {
    background-color: #dddddd !important;
}

/*.workdayadd-table tr td:first-child{background-color:#edf1f2}*/
/*.workdayadd-table tr td input{width:52px;}*/
.workdayadd-table tr td {
    padding: 2px !important
}

.date-range tr td {
    padding: 5px 0;
}

.date-range table {
    background-color: #fff;
}

.font-14 .ob_gC, .font-14 td.ob_gCH {
    font-size: 16px !important;
}

.table-center .ob_gMCont {
    margin: auto;
}

.high-td .ob_gR, .high-td .ob_gRA {
    padding: 5px 0px;
    height: 55px
}

.high-td-60 {
    padding: 5px 0px;
    height: 60px
}
/*.setuptextbox.hieght-td-55 tr td{height:55px;}*/
.center .ob_gRCW {
    text-align: center;
}

.calendarDatePickerButtonDefault {
    vertical-align: middle !important;
}

.btn-width-150 input {
    width: 150px;
}

.height-35 .input-label, .height-35 .input-text, .height-35 .input-label label {
    line-height: 30px;
    min-height: 30px;
}

input[type="radio" i] {
    margin: 3px 3px 0px 0px;
}

.Dummy {
    border: 1px solid #0072ce;
    padding: 50px;
}

    .Dummy h1 {
        color: red;
    }

.old {
    margin-top: 50px;
    opacity: .7;
}

img#_MainContent_cldStartWorkDateButton {
    margin-right: 15px;
}


.monday {
    background-color: #fffc95
}

.tuesday {
    background-color: #ffd1e6
}

.wednesday {
    background-color: #c0faaf
}

.thursday {
    background-color: #ffd0a6
}

.friday {
    background-color: #a6f6ff
}

.saturday {
    background-color: #eed9ff
}

.sunday {
    background-color: #ffa8a8
}

tr.txt-white td {
    color: #fff
}

input:read-only { /*background-color:#edf1f2*/
}

.table tr td {
    padding: 2px 9px;
}

.userhomeday {
    width: 30px;
    display: inline-block; /*text-align:right;*/
}




@media screen and (min-width: 320px) and (max-width: 425px) {
    .container, .control-container {
        max-width: 350px;
        width: 100%;
        margin: auto
    }

    /*.row{padding:0 10px;}*/
    .header-top {
        height: 77px;
        padding: 20px 0;
        padding-top: 30px;
    }

    .logo {
        float: none;
        text-align: center;
    }

        .logo:before {
            height: 77px;
        }

    .user-profile {
        display: none;
    }

    .page-title {
        padding: 0 10px;
    }

        .page-title p {
            font-size: 18px;
            display: none;
        }

        .page-title img {
            height: 12px;
        }

    .Fo-Header {
        font-size: 18px !important;
    }

    ul.breadcrumb {
        padding: 0px;
    }

    .dropdown-responsive {
        padding: 5px;
        height: 50px;
        background-color: #EDF1F2;
        border-bottom: 1px solid #efefef;
    }

    ul.HeadMenu li a {
        border: none !important;
        border-bottom: 1px solid #bababa3d !important;
        text-align: left !important;
        padding: 0 10px !important;
        line-height: 35px;
        width: 100% !important
    }

    .menu-responsive {
        width: 50px;
        border-right: 1px solid #DADADA;
        height: 40px;
        float: left;
        display: block
    }

    ul.HeadMenu > li {
        width: 100%;
        float: left;
        height: auto !important
    }

    ul.HeadMenu {
        height: auto !important
    }

    #menu_dropdown {
        height: 0px;
        transition: all 0.5s;
        /* overflow-x: hidden; */
        width: 100%;
        position: fixed;
        background-color: #812214; 
        /* margin-left: -5px;*/
        display: block;
        top: 100px;
        overflow: hidden;
        z-index: 500;
        left: 0;
    }

        #menu_dropdown.showmenu {
            height: 283px;
            transition: all 0.5s;
            z-index: 5;
            background-color: #858585;
            overflow: hidden;
            position: fixed;
            top: 100px;
            width: 100%;
        }

    .menu-icon {
        display: block
    }

    ul.HeadMenu li img {
        margin-top: 6px !important;
        padding: 3px 0px
    }

    .userprofile-responsive {
        width: 230px;
        float: left;
        font-size: 12px;
        display: block;
        /*padding: 10px 0px;*/
    }

    .img-user {
        margin: 0 5px;
    }

        .img-user img {
            width: 29px;
        }

    .user-menu img {
        width: 19px;
    }

    .user-detail {
        padding-right: 0;
    }

    .last-sign, .user-menu {
        float: left;
    }

    .user-menu {
        margin-left: 3px;
        left: 0px
    }

    #user_dropdown {
        height: 0px;
        transition: all 1.3s;
        overflow-x: hidden;
        width: 320px;
        position: relative;
        background-color: #ff7200;
        margin-left: -5px;
        display: block;
        top: 5px;
    }

    .tx_white12 {
        font-size: 12px !important;
        color: #FFFFFF !important
    }

    #user_dropdown.showmenu {
        height: 180px;
        transition: all 1.3s;
        z-index: 5;
        width: 320px;
    }

    ul.infoMenu > li {
        border-bottom: 1px solid #edf1f2;
    }

    ul.HeadMenu li:hover {
        background-color: #AB3D3C !important;
    }

    .breadcrumb {
        display: block;
    }

    .leftside, .rightside {
        width: 100% !important;
        float: none !important;
        clear: both !important;
    }

    .clearform .leftside, .clearform .rightside {
        width: 100% !important;
        float: none !important;
        clear: both !important
    }

    .rightside {
        margin-top: 2px;
        padding: 0px 10px !important;
    }

    .leftside {
        padding: 0px 10px !important;
        border: 0 !important;
    }

        .leftside.highlight, .rightside.highlight, .highlight {
            padding: 0px 0px !important;
        }

            .highlight .box-leave-detail-1 {
                padding: 0 10px 10px;
            }
    /*.topic{padding:10px;}*/
    .input-form {
        width: 100%;
        padding: 2px 0;
    }

    .btn-a {
     /*   width: 100% !important;*/
        text-align: center;
        display: inline-block
    }

    .input-label, .input-text {
      /*  float: none !important;*/
        width: 100% !important;
        text-align: left !important;
        padding: 1px 0 !important;
        line-height: normal !important;
        min-height: 32px !important
    }

    .input-form select, .input-form input[type="text"], .input-form textarea, input[type="date"] {
      /*  width: 100% !important;
        max-width: 100%;*/
        clear: both;
    }

    .input-label label {
        line-height: 30px;
    }

    .input-button {
        text-align: center !important;
    }

    .fromdate {
        margin-top: -20px
    }

    .input-form {
        margin-left: 0px !important;
    }
    .input-form, input[type=file] {
        width: 100% !important;
    }
    .label-width-85 {
        display:block!important;
    }

        .input-form input.txtStartWorkDate,
        .input-form input.txtEndWorkDate,
        .input-form .respon-input-date input[type="text"] {
            width: 85% !important;
            margin-bottom: 5px;
        }

    .timesearch .input-label, .timesearch .input-label label {
        height: 22px;
        line-height: 20px;
        min-height: 0;
    }

    .fix-top-menu {
        position: fixed;
        z-index: 600;
        top: 0;
        width: 100%;
        /*   max-width: 320px;*/
        background-color: white
    }

    form#form1, form.form1, form#aspnetForm {
        margin-top: 130px;
    }

    .dropdown:hover .dropdown-content {
        display: none !important;
    }

    .respon-btnProblem {
        margin-top: 2px !important;
        margin-left: -30px;
        margin-bottom: 2px;
    }

    .respon-input {
        margin-top: 2px;
    }

    .respon-btn {
        margin-right: 2px !important;
    }

    .respon-span {
        padding: 2px 0;
        display: block
    }

    .fill-blue, .toperson {
        padding: 10px 10px !important;
    }

        .toperson .tx_ToppicBlue22 {
            font-size: 20px
        }

    .box-leave-detail-1 {
        padding: 0 !important;
        padding-bottom: 2px !important;
    }

    .box-leave-detail-2 {
        padding: 2px 0
    }

    .address-office .input-label, .address-office .input-text {
        float: none !important;
        display: inline-block !important
    }

    .address-office .input-label {
        width: 80px !important;
    }

    .address-office .input-text {
        width: 190px !important;
    }

    .headoffice .input-label, .headoffice .input-text {
        float: none !important;
        display: inline-block !important;
        width: 100% !important
    }

    .top-filter-wrapper, .top-filter-wrapper.fo-filter {
        padding: 2px 10px !important;
    }

    .status-search span {
        width: 50%;
        float: left
    }

    .DataNotFound {
        width: 100%;
        margin: auto;
    }

    #MainContent_pnlDetail {
        max-width: 300px;
    }

    .box-color {
        margin-top: -7px;
    }

    .calculateday, .calculateday .input-text {
        float: left !important;
        line-height: 25px !important;
        min-height: 25px !important;
    }

        .calculateday .input-label {
            width: 200px !important;
        }

            .calculateday .input-label label {
                line-height: 25px !important;
            }

        .calculateday .input-text {
            width: 100px !important;
        }

        .calculateday .input-form input {
            width: 50px !important;
        }

    .copyzone {
        padding: 0 10px;
    }

    .config-table {
        width: 700px;
    }

        .config-table tr td:first-child {
            width: auto;
        }

        .config-table tr td:last-child {
            width: 170px;
        }

    .config.general .config-table tr td:last-child {
        width: 250px;
    }

    .jobdays .rightside {
        margin-top: 0 !important;
    }

    footer {
        margin-top: 10px;
    }

    .popup-detail {
        padding: 15px !important;
    }

    .popup-table table {
        width: 400px !important;
    }

    .color-detail .input-form.fullwidth {
        width: 100%;
        float: left;
    }

    .respon-pad {
        /*padding: 2px 10px !important;*/
    }

    input[type=button], input[type=reset], input[type=submit] {
       /* width: 100%;*/
        margin: 1px 0px
    }

    .no-mar {
        margin-top: 0px !important;
    }

    table tr td #BtCalculate {
        width: 92px !important;
    }

    .tab {
        width: 100% !important;
    }

    .respon-mar {
        margin-left: 0px !important;
    }

    .box-grey {
        width: 100% !important;
    }

    ul.disc {
        height: auto;
        border: none !important;
        float: none !important;
        margin: 0px !important;
    }

        ul.disc li {
            float: none !important;
            border-right: none !important;
            margin-left: 25px !important;
        }

            ul.disc li a span {
                font-size: 14px !important;
            }

    input[type=text].searchdate, input[type=date].searchdate {
        /*width: 85% !important;*/
        width: calc(100% - 45px) !important;
    }

    .label-width-40 .input-text {
        width: calc(100% - 40px) !important
    }

    .clearfloat {
        float: none !important;
    }

    .respon-select {
        width: 100% !important
    }
}




@media screen and (min-width: 1022px) and (max-width: 1030px) {

    /*.input-form {
        margin: 5px 0;
    }*/
    .respon-btn {
        margin: 1px 0px
    }

    .container, .control-container {
        max-width: 970px;
        width: 100%;
        margin: auto;
    }

    #sub_operator {
        height: 0px;
        transition: all 1.3s;
        width: calc(100% + 15px);
        overflow: hidden;
        z-index: 2000;
        position: relative;
        margin: 0px -10px;
    }

    .no-skew-content {
        transform: skewX( 0deg ) !important;
        -webkit-transform: skewX( 0deg ) !important;
    }

    .skew-content {
        transform: skewX( 0deg ) !important;
        -webkit-transform: skewX( 0deg ) !important;
    }
}

br {
    display: block;
    margin: 2px 0;
    content: " ";
}

.has-feedback {
    display: inline;
}

    .has-feedback input {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    pointer-events: none;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Tahoma" !important;
    font-style: normal;
    font-weight: normal;
    line-height: 23px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-remove:before {
    content: "\e014";
}

.clearIcon {
    font-size: 16px;
    color: #ccc
}

div[id*="PnlLeaveDetail"] p {
    margin: 1px 0;
}

.table-scroll::-webkit-scrollbar {
    height: 8px;
}

.table-scroll::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 5px;
}

.table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #812214;
}


.footer-nbtc {
    background-color: #812214;
    color: white;
    font-style: normal !important;
    font-size: 12px;
}

.create-meeting-btn {
    display: inline-block;
}


    .create-meeting-btn img {
        width: 15px;
        margin-bottom: -2px;
        margin-left: 3px;
    }

.NBTC-rst-btn {
    border: 1px solid #812214 !important;
    color: #812214 !important;
  
    background-color: transparent !important;
}

.foot-menu {
    margin-top: 25px;
}

.inline-b {
    display: inline-block;
}



.Label-red-rdn {
    float: left;
    width: 100%;
    background-color: #812214;
    text-align: left;
    margin: 10px 0;
    color: white;
    padding: 5px 10px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}


.green-btn {
    border-radius: 50px !important;
}


.asp-plus-btn {
    background-image: url(../../images/plus.svg) !important;
    background-repeat: no-repeat, repeat !important;
    background-size: 15px !important;
  
    padding-right: 35px !important;
    background-position: right 10px bottom 50% !important;
}



.nav-menu-padd {
    padding-left: 13px;
}


#ctl00_MainContent_tblListTimeMeeting {
    background-color:white;
}

#ctl00_MainContent_tblListTimeMeeting tbody tr:nth-child(even) {
    background-color: #F9F9F9 !important;
}



/*#menu_dropdown.showmenu {
    position: fixed;
    top: 127px;
    width: 100%;
}*/






.red-btn {
    background-color: #812214 !important;
}

.upload-padding {
    padding: 20px 0px;
    display: inline-flex;
    padding-left: 20px;
}

.display-inline-flex {
    display:inline-flex!important;
}