﻿
@font-face {
    font-family: 'th_sarabun_newbold';
    src: url('fonts/thsarabunnew_bold-webfont.woff2') format('woff2'), url('fonts/thsarabunnew_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



 
@font-face {
    font-family: 'th_sarabun_newitalic';
    src: url('fonts/thsarabunnew_italic-webfont.woff2') format('woff2'), url('fonts/thsarabunnew_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'th_sarabun_newregular';
    src: url('fonts/thsarabunnew-webfont.woff2') format('woff2'), url('fonts/thsarabunnew-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.saraban-reg {
    font-family: 'th_sarabun_newregular';
}
.saraban-bol {
    font-family: 'th_sarabun_newbold';
}
.saraban-ita {
    font-family: 'th_sarabun_newitalic';
}


body {
}
/*---------Menu-----------*/
.UcHeadMenu {
    background-color: #812214;
}

a {
    cursor: pointer;
    text-decoration: none;
}

form {
    margin-top: 20px;
    /*  min-height: 760px;*/
}




/*-----------ul------------*/
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: auto;
}

    ul.HeadMenu {
        height: 40px;
    }

        ul.HeadMenu > li {
            float: left;
            height: 40px;
            position: relative;
        }

.HeadMenu > li > a:after :hover {
    content: "";
    position: absolute;
    width: 100%;
    background-color: #ab3c3c;
    height: 100%;
    right: 0;
    top: 0;
    -webkit-transform: skewX(-27deg);
    -moz-transform: skewX(-27deg);
    transform: skewX(-27deg);
}


.auto-wdth-mble-700 {
    width: 700px;
}


ul.HeadMenu li.second a {
    width: auto
}

ul.HeadMenu li a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px 30px;
    border-right: 1px solid #21161600;
    width: 150px;
    /*line-height:40px;
    height:40px;*/
}

ul.HeadMenu li:first-child a {
    border-left: 1px solid #00000000;
    padding: 10px;
    width: auto;
}

ul.HeadMenu li img {
    width: 17px;
    margin-top: 2px;
    position: absolute;
    margin-right: 6px;
}

ul.HeadMenu li:hover {
    background-color: #ab3d3c;
}


/*---------Font----------*/
.Fo-Header {
    font-size: 20px;
    font-weight: bold;
    color: #812214;
    padding: 10px 0px;
    /*  background-color: #EDF1F2;*/
}


.bg-gray {
    background-color: #EDF1F2;
}

.Fo-List {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.tx_blue22 {
    font-size: 22px;
    color: #0072CE;
}

.tx_blue20 {
    font-size: 20px;
    color: #0072CE;
}

.tx_blue18 {
    font-size: 18px;
    color: #0072CE;
}

.tx_blue16.tx_form_blue16 {
    display: inline-block;
}

.tx_pink-soft {
    color: #ff6767;
    font-size: 14px;
}

/*------------button-----------*/
button a {
    color: #fff;
}

#btn-default.btn-default {
    background-color: #0072CE;
    border: none;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    padding: 10px 25px 10px 25px;
    display: inline-block;
    border-radius: 5px;
}

#btn-default.search {
    display: inline-block;
    width: 150px;
}

.label-width-85 .input-form {
    /*width:100%!important;*/
}

.w-500-t-100 {
    width: 500px !important;
}

.mr-lft-mo-12 {
    margin-left: 12px !important;
}

.mrg-btm-20 {
    margin-bottom: 20px;
}

.w-850-t-100 {
    width: 850px !important;
}

.w-340-t-100 {
    width: 340px !important;
}

.w-400-t-100 {
    width: 400px !important;
}

.h-410-t-auto {
    height: 410px !important;
}

.w-260-t-100 {
    width: 260px !important;
}

.w-280-t-100 {
    width: 280px !important;
}
.w-150-t-100 {
    width: 150px !important;
}

.w-185-t-100 {
    width: 185px !important;
}

.w-200-t-100 {
    width: 200px !important;
}
/*----------- filter-wrapper------------*/
.fill-blue.fo-filter {
    color: #2C2C2C;
    font-size: 14px;
    padding: 2px 10px 0px;
}

.Fill_Red {
    width: auto;
    background-color: #ff6767;
    border: 1px solid #db422d;
    font-size: 16px;
    color: #FFF;
    border-radius: 5px;
    padding: 5px;
}


/*----------- input form ---------------*/
.input-label, .input-text {
    line-height: 30px;
    min-height: 30px;
    margin-right: 10px;
}

input[type=text].Page-bg {
    background-color: #EDF1F2;
    color: #2C2C2C;
    width: 108px;
}

input[type=text], input[type=date] {
    width: auto;
    height: 30px;
    border-radius: 4px;
    border: solid 1px #e1e1e1;
    font-size: 14px;
    padding: 0px 8px 0px 8px;
    background-color: white;
    /*   margin-top: 10px;*/
}

.input-label-line {
    line-height: 30px;
}

input-text .tx_border_gray {
    border: 1px solid #c2c2c2;
}

input-text.tx_form {
    color: #000;
}

select {
    margin-right: 5px !important;
    padding-right: 8px;
    margin: 0px 0px;
    display: inline-block;
    border: solid 1px #e1e1e1;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    height: 30px;
    line-height: 24px;
    background: #FFF url(../../images/arrow_down.png) no-repeat 93% 50%;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    overflow: hidden;
    /*background-size: 10px;*/
    background-size: 12px 6px;
    background-position: right 10px center;
    width: 100%;
}

    select:disabled {
        background: #dddddd;
    }

    /*--------- IE --------*/
    select::-ms-expand {
        display: none;
    }
/*------ Table -------*/
.table .table-tr-top {
    background-color: #EDF1F2;
    color: #2C2C2C;
    text-align: center;
    height: 46px;
}

.table .table-tr-bottom {
    height: 0px;
    background-color: #FFF;
}

/*--------ID--------*/
#Fill-White {
    background-color: #fff;
    border: 1px solid #E1E1E1;
    width: 160px;
    height: 42px;
    margin: 7px 10px 7px 10px;
    color: #2C2C2C;
}


.left-side-esb {
    width: 40%;
     
    border-right: 1px solid black;
    height: 100%;
    border-top: 1px solid black;
    /* border-bottom: 1px solid black;*/
}

.right-side-esb {
    width: 60%;
    padding: 20px 50px;
    border-top: 1px solid black;
    border-bottom: none;
}

.left-side-mo {
    width: 60%;
    border-right: 1px solid black;
    height: 100%;
    border-top: 1px solid black;
    /* border-bottom: 1px solid black;*/
}

.right-side-mo {
    width: 40%;
    padding: 15px 20px;
    border-top: 1px solid black;
    border-bottom: none;
}


.toppic-sq {
    position: relative;
    background-color: #FFFFFF;
    height: auto;
    display: flex;
}

.left-child-l {
    width: 50%;
    font-weight: bold;
    padding: 20px 10px;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    height: 60px;
    background-color: #D9D9D9;

}
    .left-child-l:hover {
        background-color: #c2c2c2;
    }
    .left-child-r {
    width: 50%;
    padding: 20px 10px;
    cursor: pointer;
    font-weight: bold;
    border-bottom: 1px solid black;
    height: 60px;
    background-color: #D9D9D9;
}

.left-child-r:hover {
    background-color: #c2c2c2;
}
    .esb-active {
    background-color: #FFFFFF;
}
        .esb-active:hover {
            background-color: #FFFFFF;
        }

.the-box-esb {
    height: auto;
    border-bottom: 1px solid black;
    display: flex;
    border-left: 1px solid black;
    border-right: 1px solid black;
    height: 600px;
}

.over-view-scroll {
    height: 490px;
    /* background-color: red; */
    overflow-y: scroll;
    height: calc(100% - 60px);
}
 

/* width */
    .over-view-scroll::-webkit-scrollbar {
        width: 5px;
    }

/* Track */
    .over-view-scroll::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

/* Handle */
    .over-view-scroll::-webkit-scrollbar-thumb {
        background: #812214;
    }

    /* Handle on hover */
        .over-view-scroll::-webkit-scrollbar-thumb:hover {
            background: #555;
        }


 


.booking-number {
    /*background-color: antiquewhite;*/
    height: 50px;
    /* position: relative; */
    width: 100%;
    padding: 11px 21px;
    display: flex;
    border-bottom: 1px solid lightgrey;
    cursor: pointer;
    text-decoration: none !important;
}
    .booking-number:hover {
        background-color: #f0f0f0;
    }

    .booking-number a {
        text-decoration: none !important;
    }

.esb-detail-tppc {
    padding: 5px 10px;
    position: relative;
    padding-left: 40px;
}


#Fill-White2 {
    background-color: #fff;
    border: 1px solid #E1E1E1;
    width: 110px;
    height: 42px;
    color: #2C2C2C;
}

.mr-top-bm-10 {
    margin: 20px 0px !important;
}

#Fill-White3 {
    background-color: #FFF;
    border: 1px solid #E1E1E1;
    width: 260px;
    height: 42px;
    color: #2C2C2C;
}

#Fill-Gray {
    background-color: #EDF1F2;
    border: 1px solid #E1E1E1;
    width: 110px;
    height: 42px;
    color: #2C2C2C;
}

#btn-default.bt_blue {
    width: 100px;
    height: 40px;
    margin-left: -4px;
    padding-top: 6px;
    margin-top: 0px;
}

#FileUpload2 {
    width: 100px;
    height: 40px;
}

.input-label, .input-text {
    float: left;
}

.inline .input-label, .inline .input-form, .inline .input-text {
    /*display: inline-block;*/
    /* display: flex;*/
}

.leftside .leftside-form {
    padding: 0px 10px;
    overflow: hidden;
}

.rightside .rightside-form {
    padding: 0px 10px;
    overflow: hidden;
}

.rightside-form .input-label {
    min-height: 30px;
    line-height: 30px;
}

.Problem-Add-News .rightside-form .input-label, .Problem-Add-News .rightside label {
    min-height: 30px;
    line-height: 30px;
}

p.p_from {
    margin: 0px;
    line-height: normal;
}
/* Background-Color*/
.bg_Green {
    background-color: #1ab394;
    border: 1px solid #1ab394;
    border-radius: 5px;
    height: auto;
    padding: 7px 0px;
}

.bg_Black {
    background-color: #2c2c2c;
    border: 1px solid #2c2c2c;
    border-radius: 5px;
    height: auto;
    padding: 7px 0px;
}

b.tx_red16 {
    font-size: 16px;
    font-weight: bold;
}

/* border*/
.topic2 {
    padding: 0px 0;
    background-image: url(../../images/menu_lineBreak.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    width: 100%;
    display: block;
}


.dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown-content {
    /* display: none;
    position: absolute;
    background-color: #fff;
    width:300px;
    z-index:2000;
    border:1px solid #dadada;*/
    padding: 0;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: none;
    opacity: 0;
    visibility: hidden;
    /*-webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;*/
    max-width: 1200px;
    /*column-count:3;
  -moz-column-count:3;
  -webkit-column-count:3;*/
    margin: auto;
    /*border-bottom:5px solid #0071CD;*/
    z-index: 2000;
    position: relative;
    /*border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
    border-right: 1px solid #DADADA;
    border-left: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    background: #FFFFFF;
}

ul.dropdown-content li {
    width: 100%;
    padding: 6px 15px;
    vertical-align: top;
    display: inline-block;
}

    ul.dropdown-content li:before {
        content: '\2022';
        color: #0072ce;
        margin-right: 5px;
        float: left;
        margin-top: 2px
    }

    ul.dropdown-content li a {
        border: none !important;
        font-size: 14px;
        width: auto;
    }

.Dropdown-wrapper {
    width: 325px;
    margin: auto;
    position: absolute;
    left: 0;
}

@-moz-document url-prefix() {
    .Dropdown-wrapper {
        margin-top: -1px
    }
}

ul.HeadMenu li:hover .Dropdown-wrapper .dropdown-content {
    display: block;
    opacity: 1;
    visibility: visible;
}

.dropdown-content a {
    color: #0072ce;
    padding: 0px !important;
    display: block;
    text-align: left !important;
    font-size: 16px;
}
/*#operator-submenu{
    margin-left:0px;
    border-left:none;
}
#operator-submenu li{
    border-left:1px solid #dadada;
    width:50%;
    float:left;
}*/
.dropdown-content li {
    background-color: #FFFFFF !important;
    color: #0072ce;
    border-top: 1px solid #DADADA;
}

    .dropdown-content li a:hover {
        background-color: #FFFFFF !important;
        color: #0072ce;
        text-decoration: none !important;
        font-size: 14px !important;
    }


.w30px {
    width: 30% !important;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.Fo-Header2 {
    /*color: #FFF !important;*/
    background-color: #edf1f2;
    font-size: 15px;
    padding: 10px 10px;
    font-weight: normal;
    /* text-shadow: 1px 1px #7f7f7f; */
    font-weight: bold;
    color: black;
    border-bottom: 1px solid #c8c8c8;
}

.Fo-Header3 {
    color: #FFF;
    background-color: #812214;
    font-size: 16px;
    padding: 7px 20px;
    font-weight: normal;
    /*text-shadow: 1px 1px #7f7f7f;*/
    font-weight: bold;
}

.leftside .fill-blue, .rightside .fill-blue {
    background-color: rgb(142, 210, 240);
    border-bottom: 1px solid #6dafcf;
    border-top: 1px solid #6dafcf;
    height: auto;
    width: 100%;
    padding: 2px 10px 0px;
}

.input-form .btn-black {
    background-color: #2c2c2c;
}

.mar {
    margin-top: 50px
}

p.p_form-head {
    line-height: 5px !important
}

input:read-only {
    /*background-color:#EDF1F2;*/
    z-index: 10;
    /*position: relative;*/
    position: static;
}

textarea:read-only {
    /*background-color:#EDF1F2;*/
    z-index: 10;
    position: relative;
}

.display {
    display: none
}

.table-delegate .rightside {
    padding-right: 0px;
}

.btn-SmsList {
    margin-left:10px!important;
}

.tabs-menu {
    clear: both;
    width: 100%;
    border-bottom: 5px solid #812214;
    overflow: hidden;
    margin-bottom: 10px;
}

    .tabs-menu li {
        height: 30px;
        line-height: 30px;
        float: left;
        margin-right: 10px;
        background-color: #ffffff;
        border-top-left-radius: 3px;
        color: #812214 !important;
        border-top-right-radius: 3px;
        border: 1px solid #812214;
        padding: 0 20px;
    }

        .tabs-menu li.current {
            position: inherit;
            background-color: #812214;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            z-index: 2000;
        }

        .tabs-menu li a {
            padding: 10px;
            text-transform: uppercase;
            color: #812214;
            text-decoration: none;
            font-size: 16px;
            font-weight: bold;
        }

    .tabs-menu .current a {
        color: #fff;
    }

.tab {
    background-color: #fff;
    width: auto;
}

.tab-content {
    width: 100%;
    padding: 0px 0px 2px;
    display: none;
}

#tab-1, #tab-3 {
    display: block;
}


ul.disc {
    list-style-type: disc !important;
    overflow: initial;
    border-left: 1px solid #DADADA;
    color: #000000;
    margin: 10px 0px
}

    ul.disc li {
        float: left;
        margin-left: 40px;
        border-right: 1px solid #Dadada;
        padding: 5px 20px 0px 0px;
        height: 30px;
    }

        ul.disc li a {
            font-size: 16px;
            font-weight: bold;
            text-decoration: none;
            cursor: pointer
        }

            ul.disc li a span {
                font-size: 16px;
                font-weight: bold;
            }

.form-control {
    float: left;
    display: inline-block;
    width: 136px !important;
    background-color: #ffffff;
}

.input-group-addon {
    padding: 4px 12px; 
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #cccccc94;
    /* border-radius: 4px; */
    float: left;
    display: inline-block;
    margin: 0px -2px;
    cursor: pointer;
    background-color: white;
    border-left: 1px solid white;
    height: 30px;
}

.calendars-trigger {
    width: 20px;
    height: 20px;
}

/*.RadGrid_Bootstrap .rgMasterTable{width:1197px!important;}*/
/*  User-Control-Agenda-Left-Menu  */
.calendars-month-header select {
    padding-right: 17px
}

input[type=text].searchdate {
    z-index: 10;
}

.form-agendaEdit .leftside {
    width: 23%;
    padding-right: 5px;
}

.form-agendaEdit .rightside {
    width: 77%;
    padding-right: 0px;
}

.form-respon .leftside, .form-respon .rightside {
    width: 50%
}

.form-follow .leftside {
    width: 23%;
    padding: 0px 2px
}

.form-follow .rightside {
    width: 77%;
    padding: 0px 2px
}

.form-search .leftside, .form-search .rightside {
    width: 50%
}

.box-agenda .leftside, .box-agenda .rightside {
    width: 50%;
}

.box-resolution .leftside, .box-resolution .rightside {
    width: 50%;
}

.uc-ag-info .leftside {
    width: 70%;
}

.uc-ag-info .rightside {
    width: 30%;
}

.box-agenda {
    border: 1px solid #ffffff00;
    border-bottom: solid 1px #e8e8e8;
}

.box-agendainfo {
    border-bottom: 1px solid #e1e1e1;
    padding: 7px 10px;
    background-color: #812214;
    color: white !important;
}

.box-grey {
    background-color: #edf1f2;
    padding: 2px 10px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

.btn-grey {
    background-color: #A4A4A4 !important;
}

.clearform {
    width: 100%;
}

    .clearform .leftside, .clearform .rightside {
        width: 50%
    }

.no-mar-right {
    margin: 0px
}

    .no-mar-right .input-text {
        margin-right: 0px !important
    }

    .no-mar-right .input-label {
        margin-right: 0px !important
    }

.txt-info {
    width: calc(100% - 180px)
}

.menu-bar {
    display: none
}

.input-form a {
    text-decoration: none;
}

    .input-form a label {
        cursor: pointer
    }

.input-label a:hover {
    text-decoration: underline
}

.input-label a:active {
    color: #0072ce
}

.td-30 {
    height: 30px
}

/* PopUp */
.RadWindow .rwTitleWrapper .rwTitle {
    line-height: 15px;
    font-size: 14px !important;
    margin-top: 1px !important;
    padding: 0px 20px !important
}

.RadWindow_Bootstrap span.rwIcon {
    font-size: 14px;
    top: -6.5px !important;
    margin-left: -12px !important
}

.RadWindow_Bootstrap li.rwListItem .rwCommandButton {
    width: 1.771em !important;
    height: 1.771em !important;
    margin-top: 4px !important
}

.RadWindow_Bootstrap ul.rwCommands .rwCommandButton:before {
    font-size: 14px !important
}


.flexclass-on-desktop {
    display: flex !important;
}

.RadWindow .rwTitleBar {
    margin: 0px
}

.RadWindow_Bootstrap span.rwIcon:before {
    margin: 5px 0px !important
}

.RadWindow_Bootstrap ul.rwCommands {
    top: -0.3em !important;
}

.ck-button {
    margin: 4px;
    float: left;
}

    .ck-button label {
        background-color: #cccccc;
        border: none;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-size: 14px;
        cursor: pointer;
        padding: 5px 25px;
        display: inline-block;
        border-radius: 5px;
        line-height: 15px;
    }

    .ck-button input[type="checkbox"] {
        position: absolute;
        top: -20px;
    }

    .ck-button input:checked + label {
        background-color: #0072CE;
        border: none;
        color: #fff;
        box-shadow: inherit;
        text-align: center;
        text-decoration: none;
        font-size: 14px;
        cursor: pointer;
        padding: 5px 25px;
        display: inline-block;
        border-radius: 5px;
        line-height: 15px;
    }



/* Telerik Style*/
.rcbSlide .RadComboBoxDropDown_Bootstrap {
    margin-top: 0px !important
}

.rcbReadOnly .add-clear-span .glyphicon {
    display: none !important
}

.image-cropper {
    object-fit: cover;
    height: auto !important;
    width: 55px !important;
    position: relative;
    overflow: hidden;
    margin: 5px 12px 0px 0px
}

.rwTitleBar {
    padding: 2px 0px !important
}

.RadGrid_Bootstrap .rgHeader, .RadGrid_Bootstrap .rgHeader a {
    color: #FFFFFF !important;
}

th.rgHeader {
    background-color: #812214 !important;
}
/*.rgMasterTable thead .rgHeader{text-align: center!important;}*/
/*.RadWindow div.rwExternalContent{margin-top:7px!important}*/
.RadGrid_Bootstrap .rgHeader a img {
    vertical-align: middle !important;
}

.RadGrid input {
    vertical-align: middle;
}

.RadGrid_Bootstrap a img {
    vertical-align: middle !important;
    margin: 0 4px;
}

.RadGrid_Bootstrap .rgSortAsc, .RadGrid_Bootstrap .rgSortDesc {
    background-image: url(../../images/icon_arrow-orange-down.png) !important;
    background-position: 10px !important;
    padding: 10px !important;
    width: 16px !important;
    height: 16px !important
}

/* note-icon*/
.note-icon-width {
    width: 92.4%
}

    .note-icon-width .note-icon {
        width: 21%;
        padding: 0px 0px;
    }

.note-icon-width2 {
    width: 90%
}

    .note-icon-width2 .note-icon {
        width: 25%;
    }


/*ipad pro*/
@media only screen and (max-width: 1050px) {



    .w-850-t-100 {
        width: 100% !important;
    }

    .pdding-90 {
        padding-right: 18px !important;
        display: flex;
    }

    .form-search .leftside, .form-search .rightside {
        width: 50% !important
    }

    .respon-btn {
        /*margin-top: 10px !important;*/
    }

    .leftside, .rightside {
        width: 100% !important;
    }

    .menu-bar span {
        padding-left: 10px;
    }

    #search-bar.showmenu {
        height: 500px;
        transition: all 0.7s;
        width: calc(100% + 20px);
        z-index: 2000;
        position: relative;
        margin: 0px -10px;
        margin-top: 5px;
    }

    .show-search-bar .menu-bar {
        width: 100%;
        background-color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        /* padding: 5px 0; */
        padding-top: 10px;
        border-bottom: 1px solid #afafaf;
        color: #812214;
        border-left: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
        margin-top: -1px;
    }

    .menu-bar {
        display: block;
    }

    .menu-bar {
        color: #812214;
        background-color: #edf1f2;
        padding: 7px 10px;
        height: 38px;
    }

    .resize-bar {
        width: 100%;
    }

    .fo-respon {
        width: calc(100% - 50px) !important;
        font-size: 18px;
        font-weight: bold;
        display: inline-block;
    }

    .menu-bar .img-arrow {
        width: 22px;
        height: 22px;
        border: none;
        margin: 0px 5px 8px;
        display: inline-block;
        vertical-align: middle;
        background-color: transparent;
    }

    .menu-bar .img-arrow {
        width: 22px;
        height: 22px;
        border: none;
        margin: 0px 10px 4px;
        display: inline-block;
        vertical-align: middle;
        background-color: transparent;
    }

    #search-bar {
        height: 0px;
        transition: all 0.7s;
        z-index: 2000;
        overflow: hidden;
        width: calc(100% + 20px);
        position: relative;
        margin: 0px -10px;
        margin-top: 5px;
    }




    #user_dropdown {
        height: 0px;
        transition: all 0.5s;
        overflow-x: hidden;
        position: relative;
        display: block;
        top: -20px;
        margin: 0px -10px;
        width: 105%;
        top: -20px;
    }
     
    #menu_dropdown.showmenu {
        height: 180px;
        transition: all 0.5s;
        z-index: 5;
        background-color: #812214;
        overflow: auto;
        position: fixed;
        /*  top: 125px;*/
        width: 100%;
        left: 0;
        margin-left: 0px;
        box-shadow: -3px 45px 73px -3px rgb(0 0 0 / 32%);
        -webkit-box-shadow: -3px 45px 73px -3px rgb(0 0 0 / 32%);
        -moz-box-shadow: -3px 45px 73px -3px rgba(0,0,0,0.32);
    }


    .flexclass-on-desktop {
        display: block !important;
    }

    .label-width-85 .input-label {
        width: 100px !important;
    }
}








/* Tab */
.nav-tabs-dropdown {
    display: none;
}

ul.HeadMenu li .Dropdown-wrapper {
    visibility: hidden;
}
/*ul.HeadMenu li .Dropdown-wrapper .dropdown-content {opacity:0; transition:all 0.5s ease 0.75s; display:block;}
ul.HeadMenu li:hover .Dropdown-wrapper .dropdown-content {opacity: 1;transition: all 0.5s ease 0s;display: block;}*/
.margin-lf-40 {
    margin-left: 40px !important;
}

.first-btn-mr-left {
    margin-left: 10px !important;
}

.label-width-85 {
    display: flex !important;
}

.flex-label {
    display: flex !important;
}

.dsplay-flx {
    display: flex !important;
}

.auto-wdth-mble-441 {
    width: 411px !important;
}

.auto-wdth-mble-327 {
    width: 327px !important;
}

.auto-wdth-mble-60 {
    width: 60px !important;
}

.auto-wdth-mble-100 {
    width: 100px !important;
}

.auto-wdth-mble-100 {
    width: 280px !important;
}

.auto-wdth-mble-140 {
    width: 140px !important;
}

.input-under-text input {
    width: auto !important;
}

.auto-wdth-mble-180 {
    width: 180px !important;
}

.auto-wdth-mble-260 {
    width: 260px !important;
}

.auto-wdth-mble-160 {
    width: 160px !important;
}

 

.auto-wdth-mble-100Per {
    width: 260px !important;
}

.pdding-90 {
    padding-right: 158px !important;
    display: flex;
}

.pdding-91 {
    padding-right: 182px !important;
    display: flex;
}

.comment-box-res {
    width: 100% !important;
    margin-left: 14px;
}

.w100 {
    width: 100% !important;
}

.flex-child {
    width: calc(14%) !important;
}


#RadWindowWrapper_ctl00_MainContent_rwdSaveTeam {
    top: 200px !important;
}

.auto-wdth-mble-300 {
    width: 100% !important;
}

.auto-wdth-mble-400 {
    width: 400px !important;
}

#UpdatePanel1 {
    padding-left: 10px;
}

.home-btn-respon {
    position: absolute;
    margin-left: -230px !important;
    margin-top: 45px !important;
}

.auto-wdth-mble-700 {
    width: 700px !important;
}


@media only screen and (max-width: 1024px) {
    .breadcrumb {
        margin-bottom: 20px;
        padding: 15px !important;
        background-color: #f7fafb;
        border-radius: 5px;
    }

    .label-width-85 .input-text {
        /* padding-bottom:10px!important;*/
    }

    .home-btn-respon {
        position: relative !important;
        margin-left: 0px !important;
        margin-top: 0px !important;
    }

    #tab-3 .input-form:first-child {
        margin-top: 10px !important;
    }

    .comment-box-res {
        margin-left: 0px;
    }

    .pdding-91 {
        padding-right: 0px !important;
    }

    .pdding-90 {
        padding-right: 0px !important;
    }

    .respon-btn {
        margin-top: 0px !important;
    }

    .newline-mobile {
        display: block;
        /* margin-top: 15px;*/
        display: inline-block;
    }

    .margin-tp-onmobile {
        /* margin-top: 10px !important;*/
    }
}


.date150 {
    width: 150px !important;
}

.icn-p-w .input-text {
    width: auto !important;
}


.auto-wdth-mble-301 {
    width: 100%;
}


.the-btn-fild {
    padding: 5px 0px;
}

.auto-wdth-mble-110 {
    width: 110px !important;
}

.w-360px {
    width: 360px !important;
}

.flex-desktop {
    display: flex !important;
}
/*.mr-left-mb {
    margin-left:15px!important;
}*/
.mr-top-mb-15 {
    margin-top: 0px !important;
}

.res-30 {
    padding-left: 30px;
}

/*tabletsize */
@media screen and (min-width:501px) and (max-width:800px) {
    .res-30 {
        padding-left: 0px;
    }
    .spcl-box {
        margin-top: 15px !important;
        padding: 10px 10px !important;
    }
    .img-user img {
        width: 40px;
    }

    .container, .control-container {
        max-width: 660px;
        width: 100%;
        margin: auto;
    }

    #ctl00_MainContent_grdListOperator_ctl00_ctl02_ctl00_btnAddType {
        margin-bottom: 10px;
    }


    .box-leave {
        margin-bottom: 5px;
    }


    #ctl00_hlHome {
        padding-left: 10px;
    }

    .Fo-Header3 {
        margin-bottom: 20px;
    }

    .mrgn-tp-5-tablet {
        margin-top: 5px !important; 
    }


    #ctl00_MainContent_btnFilter {
        margin-right: 5px !important;
    } 

    .fill-blue .label-width-130 .input-form .input-text {
        margin-bottom: 10px !important;
    }

    .fill-blue .label-width-90 .input-form .input-text {
       /* margin-bottom: 10px !important;*/
    }


    .fill-blue .label-width-85 .input-form .input-text {
        /*margin-bottom: 10px !important;*/
    }

    .fill-blue {
        display: block !important;
    }

    .flex-desktop .mr-left-mb {
        margin-top: 5px !important;
    }

    .mr-top-bm-10 {
        margin: 20px 0px !important;
    }

    .fo-filter .label-width-85 .input-text {
        margin-bottom: 5px;
    }

    .mr-lft-mo-12 {
        margin-left: 12px !important;
    }

    .auto-wdth-mble-260 {
        width: 100% !important;
    }

    .impt-frm-flx .input-form {
        display: block !important;
        padding: 2px 0 !important;
    }


    .respon-width-130 .input-form .input-label label {
        font-size: 12px !important;
    }

    .w-400-t-100 {
        width: 400px !important;
    }

    .w-340-t-100 {
        width: 340px !important;
    }

    .w-850-t-100 {
        width: 100% !important;
    }

    .w-260-t-100 {
        width: 260px !important;
    }

    .w-280-t-100 {
        width: 300px !important;
    }

    .w-150-t-100 {
        width: 150px !important;
    }
    .w-185-t-100 {
        width: 185px !important;
    }

    .w-200-t-100 {
        width: 200px !important;
    }

    .w-500-t-100 {
        width: 360px !important;
    }

    .h-410-t-auto {
        height: 410px !important;
    }

    .auto-wdth-mble-700 {
        width: auto !important;
        max-width: 100%;
        /*background: red;
        border: 3px solid red !important;*/
    }


    .flex-tablet {
        display: flex !important;
    }

    .input-under-update input {
        padding: 0px 0px !important;
    }

    .input-under-update div {
        padding: 0px 0px !important;
    }

    .input-under-update {
        margin-left: 25px !important;
    }

    .label-width-130 .input-form .input-label {
        margin-right: 20px !important;
    }

    .form-respon .leftside, .form-respon .rightside {
        /*width: 100% !important;*/
    }

    .mrg-btm-20 {
        margin-bottom: 20px;
        padding: 20px 5px !important;
    }

    .tabs-menu {
        display: block !important;
        margin-top: 20px !important;
    }

    .confirm {
        margin-bottom: 30px;
        /* margin-top: 40px; */
    }

    .flex-desktop {
        display: block !important;
    }
}

.mobile-label-80to240 { 
    width: 100px !important; 
}
/*   mobilesize */
@media screen and (min-width:250px) and (max-width:500px) {

    .res-30 {
        padding-left: 0px;
    }
 
    .btn-SmsList {
        margin-left: 0px !important;
    }


    #ctl00_MainContent_grdListOperator_ctl00_ctl02_ctl00_btnAddType {
        margin-bottom: 10px;
    }

    ul.breadcrumb {
        padding: 15px;
        background-color: #f7fafb;
        border-radius: 5px;
        border: 1px solid #ededed;
    }

    .box-leave-detail-1 {
        margin-bottom: 20px;
    }

    .table-scroll {
        margin-top: 5px;
    }

    .breadcrumb {
        margin-bottom: 10px;
    }

    #ctl00_MainContent_txtSearch {
        margin-top: 10px !important;
    }

    .nw-icn-tab {
        width: auto !important;
    }
    /*        .input-form .input-text select {
            margin-bottom: 10px !important;
        }*/
    .fill-blue .label-width-85 .input-text {
        margin-bottom: 10px !important;
    }


    .fill-blue .label-width-130 .input-form .input-text {
        margin-bottom: 10px !important;
    }

    .mr-lft-mo-12 {
        margin-left: 0px !important;
    }

    .label-width-130 .input-form .input-label {
        margin-right: 0px !important;
    }

    .leftonmo {
        text-align: left !important;
    }

    .input-under-update {
        margin-left: 0px !important;
    }

        .input-under-update input {
            padding: 0px 0px;
        }

    .flexclass-on-desktop .input-form {
        /*display: flex !important;*/
    }

    .w-400-t-100 {
        width: 100% !important;
    }

    .w-340-t-100 {
        width: 100% !important;
    }

    .input-text .form-control {
        margin-bottom: 10px !important;
    }

    .h-410-t-auto {
        height: auto !important;
    }

    .w-260-t-100 {
        width: 100% !important;
    }
    .w-280-t-100 {
        width: 100% !important;
    }
    .w-150-t-100 {
        width: 100% !important;
    }
    .w-185-t-100 {
        width: 100% !important;
    }
    .w-200-t-100 {
        width: 100% !important;
    }

    .w-500-t-100 {
        width: 100% !important;
    }

    .w-850-t-100 {
        width: 100% !important;
    }

    .mr-top-mb-15 {
        margin-top: 15px !important;
    }

    .mr-left-mb {
        margin-left: 0px !important;
    }

    .flex-desktop {
        display: block !important;
    }

    ul .HeadMenu li:hover {
        background-color: #812214 !important;
    }

    .auto-wdth-mble-700 {
        width: auto !important;
    }

    .box-leave-detail-1 .respon-pad .input-label, .input-text {
        /* width: auto!important;*/
    }

        .input-text select {
            /* width: 100% !important;*/
            /*margin-bottom: 10px;*/
        }

    .no-mar-right {
        float: none !important;
    }

    .PopupHistorySendEsaraban {
        margin-top: 0px !important;
    }

    #RadAjaxPanels .rtsHorizontal .rtsLI {
        width: 100% !important;
    }

    .w-360px {
        width: 100% !important;
    }

    .auto-wdth-mble-110 {
        width: 100% !important;
    }

    .newline-mobile {
        display: block;
        margin-top: 15px;
        display: inline-block;
    }

    .fill-blue input {
        /* width:100%;*/
    }

    .fill-blue {
        display: block !important;
    }

    .auto-wdth-mble-400 {
        width: 100% !important;
    }

    .form-search {
        padding: 0 0px !important;
    }

    .form-respon {
        padding: 0 0px !important;
    }

    input[type=text], input[type=label] {
        width: 100% !important;
    }

    .form-respon .leftside, .form-respon .rightside {
        width: 100% !important;
    }

    .flex-child {
        width: 100% !important;
    }

    .flexonmobile {
        display: block;
    }

    .auto-wdth-mble-300 {
        width: auto !important;
    }

    .comment-box-res {
        margin-left: 0px;
    }

    .pdding-90 {
        padding-right: 0px !important;
        display: block;
    }

    .pdding-91 {
        padding-right: 0px !important;
        display: block;
    }

    #ctl00_MainContent_txtTeamConfirmDate {
        width: 80% !important;
    }

    .auto-wdth-mble-100Per {
        width: 100% !important;
    }

    .form-search .leftside, .form-search .rightside {
        width: 100% !important
    }

    #ctl00_MainContent_txtFileName0 {
        width: 100% !important;
    }

    .auto-wdth-mble-160 {
        width: 100% !important;
    }

    .auto-wdth-mble-260 {
        width: 100% !important;
    }

    .auto-wdth-mble-180 {
        width: 100% !important;
    }

    .input-under-text input {
        /*width: 100% !important;*/
    }

    .auto-wdth-mble-140 {
        width: auto !important;
    }

    #ctl00_MainContent_txtExt2 {
        width: 100% !important;
    }



    #ctl00_MainContent_txtContact {
        width: 100% !important;
    }

    .tabs-menu {
        margin-bottom: 0px !important;
    }

    #txtSearch {
        width: 115px !important;
    }

    #txtSearch {
        margin-left: 0px !important;
        margin-top: 0px !important;
    }

    #txtSearch2 {
        width: 115px !important;
        margin-left: 0px !important;
        margin-top: 0px !important;
    }

    #txtSearch4 {
        width: 115px !important;
        margin-left: 0px !important;
        margin-top: 0px !important;
    }

    #txtSearch3 {
        width: 115px !important;
        margin-left: 0px !important;
        margin-top: 0px !important;
    }

    #ctl00_MainContent_Text1 {
        width: 100% !important;
    }

    #ctl00_MainContent_txtMeetingTitleMoveTo {
        width: 100% !important;
    }

    .auto-wdth-mble-100 {
        width: 100px !important;
    }

    .auto-wdth-mble-100 {
        width: auto !important;
    }

    .auto-wdth-mble-327 {
        width: auto !important;
    }

    .auto-wdth-mble-441 {
        width: auto !important;
    }

    .dsplay-flx {
        display: block !important;
    }

    #ctl00_MainContent_btnAdd {
        margin-bottom: 10px !important;
    }




    .label-width-85 {
        display: block !important;
    }


    .margin-r-z {
        width: 100% !important;
        /*  margin-top: 20px!important;*/
    }

    #RadAjaxPanels .top-filter-wrapper {
        width: 100% !important;
    }



    .top-filter-wrapper, .top-filter-wrapper.fo-filter {
        width: 100% !important;
    }


    .RadComboBox_Bootstrap {
        /*  width: 100% !important;*/
    }

    .first-btn-mr-left {
        margin-left: 0px !important;
    }

    #ctl00_MainContent_min_approve {
        width: 100% !important;
    }

    #ctl00_MainContent_min_edit {
        width: 100% !important;
    }

    .margin-lf-40 {
        margin-left: 0px !important;
    }

    .qr-item {
        margin-bottom: 30px !important;
    }


    .flexclass-on-desktop {
        display: block !important;
    }



    .searchtxt {
        margin-top: 10px;
    }


    #user_dropdown.showmenu {
        height: 72px;
        transition: all 0.5s;
        z-index: 100;
        /* width: calc(100% + 15px); */
        width: 105%;
        top: 5px !important;
        /* margin: 0px -10px; */
        /* margin-left: 0; */
        left: 0;
        background-color: #ffffff;
        box-shadow: -3px 45px 73px -3px rgb(0 0 0 / 32%);
        -webkit-box-shadow: -3px 45px 73px -3px rgb(0 0 0 / 32%);
        -moz-box-shadow: -3px 45px 73px -3px rgba(0,0,0,0.32);
    }

    #user_dropdown {
        height: 0px;
        transition: all 0.5s;
        overflow-x: hidden;
        position: relative;
        display: block;
        top: 5px !important;
        margin: 0px -10px;
        width: 105%;
    }

    #menu_dropdown.showmenu {
        height: 220px;
        padding-top: 15px;
        transition: all 0.5s;
        z-index: 5;
        background-color: #812214;
        overflow: auto;
        position: fixed;
        top: 100px;
        width: 100%;
        box-shadow: -3px 45px 73px -3px rgba(0,0,0,0.32);
        -webkit-box-shadow: -3px 45px 73px -3px rgba(0,0,0,0.32);
        -moz-box-shadow: -3px 45px 73px -3px rgba(0,0,0,0.32);
    }

    .fix-top-menu {
        position: fixed;
        z-index: 600;
        top: 0;
        width: 100%;
        /* max-width: 320px; */
        background-color: white;
        border-bottom: solid 1px #d8d8d8;
    }


    .img-user {
        margin: 5px 5px;
        width: auto !important;
        float: left;
        height: auto !important;
    }

    .user-detail {
        padding-right: 0px;
        float: left !important
    }

    .dropdown {
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
    }

    .mar-top {
        margin: 2px 0px !important
    }

    .resize-bar {
        width: 100%
    }

    .menu-bar {
        display: block
    }

    .respon-none {
        display: none !important;
    }

    .menu-bar {
        color: #812214;
        background-color: #edf1f2;
        padding: 7px 10px;
        height: 38px
    }

        .menu-bar .img-arrow {
            width: 22px;
            height: 22px;
            border: none;
            margin: 0px 5px 8px;
            display: inline-block;
            vertical-align: middle;
            background-color: transparent
        }

    .fo-respon {
        width: calc(100% - 50px) !important;
        font-size: 16px;
        font-weight: bold;
        display: inline-block
    }

    .form-agendaEdit .leftside {
        width: 100% !important
    }

    #search-bar {
        height: 0px;
        transition: all 0.7s;
        z-index: 2000;
        overflow: hidden;
        width: calc(100% + 20px);
        position: relative;
        margin: 0px -10px
    }

        #search-bar.showmenu {
            height: 500px;
            transition: all 0.7s;
            width: calc(100% + 20px);
            z-index: 2000;
            position: relative;
            margin: 0px -10px
        }

    .show-search-bar {
        z-index: 100;
        transition: all .7s;
        height: 210px
    }

    #search-bar a {
        text-decoration: none
    }

    .show-search-bar .menu-bar {
        width: 100%;
        background-color: #f2f2f2;
        font-size: 14px;
        font-weight: bold;
        padding: 5px 0;
        border-bottom: 1px solid #c7c7c7;
        color: #812214;
        border: 0.5px solid #d9d9d9;
    }

    .menu-bar img {
        cursor: pointer;
    }

    .show-search-bar .menu-bar:hover {
        background-color: #812214;
        color: #fff;
    }

    #search-bar-view {
        height: 0px;
        transition: all 1.3s;
        z-index: 2000;
        overflow: hidden;
        width: calc(100% + 20px);
        position: relative;
        margin: 0px -10px
    }

        #search-bar-view.showmenuview {
            height: 500px;
            transition: all 1.3s;
            width: calc(100% + 20px);
            z-index: 2000;
            position: relative;
            margin: 0px -10px
        }

    .menu-bar span {
        padding-left: 10px
    }

    .menu-bar-2 {
        display: block;
    }

        .menu-bar-2 span {
            padding-left: 10px;
            font-size: 14px
        }

    li.show-sub-result a {
        padding: 0px 0px 0px 10px !important
    }

    .show-sub-result .menu-bar-2 {
        width: 100%;
        background-color: #FFF;
        font-size: 16px;
        padding-left: 15px;
        line-height: 39px !important
    }

        .show-sub-result .menu-bar-2:hover {
            background-color: #edf1f2;
            color: #000;
        }

    #sub_operator {
        height: 0px;
        transition: all 0.5s;
        width: calc(100% + 15px);
        overflow: hidden;
        z-index: 2000;
        position: relative;
        margin: 0px -10px
    }

        #sub_operator.show-sub-operator {
            height: 160px;
            transition: all 0.5s;
            width: calc(100% + 15px);
            z-index: 2000;
            position: relative;
            margin: 0px -10px
        }

    #sub-result {
        height: 0px;
        transition: all 1.3s;
        width: calc(100% + 15px);
        overflow: hidden;
        z-index: 200;
        position: relative;
        margin: 0px -10px
    }

        #sub-result.show-sub-result {
            height: 200px;
            transition: all 1.3s;
            width: calc(100% + 15px);
            z-index: 2000;
            position: relative;
            margin: 0px -10px
        }

    #sub_admin {
        height: 0px;
        transition: all 1.3s;
        width: calc(100% + 15px);
        overflow: hidden;
        z-index: 2000;
        position: relative;
        margin: 0px -10px
    }

        #sub_admin.show-sub-admin {
            height: 120px;
            transition: all 1.3s;
            width: calc(100% + 15px);
            overflow: hidden;
            z-index: 2000;
            position: relative;
            margin: 0px -10px
        }

    input[type=button], input[type=submit], input[type=reset] .btn-default {
        /* margin: 1px !important;*/
    }


    input[type=button], input[type=submit], input[type=reset] {
        /* margin: 1px !important;*/
        /*margin-top: 5px !important;*/
    }

    .respon-btn {
        /*margin-top: 10px !important;*/
    }
    /*   .mobile-margintop {
            margin-top: 10px !important;
        }*/

    .cancel-btn {
        margin-top: 10px !important;
    }

    .red-btn {
        /*     margin-bottom: 10px !important;*/
        /* margin-top: 10px !important;*/
    }



    .mar-top-0 {
        margin-top: 0px !important;
    }

    .no-pad {
        padding: 0px !important
    }

    .no-float {
        float: none !important
    }

    .breadcrumb a {
        font-size: 14px !important
    }

    ul.infoMenu > li > a {
        padding: 0px 20px !important;
        color: #812214;
    }

        ul.infoMenu > li > a:hover {
            color: #711e12;
            background-color: #e8e8e8;
        }

    .btn-default {
        margin: 1px !important;
        /*margin-top: 10px !important;*/
    }

    .btn-mo-agd {
        margin-top: 20px !important;
    }

    .no-mar-LR {
        margin: 0px !important
    }

    .note-icon {
        width: 100% !important
    }

        .note-icon .input-text, .note-icon .input-label {
            width: auto !important;
            line-height: 30px !important;
            min-height: 30px !important;
            float: left !important
        }

    #tabs-container {
        border: 1px solid #FFFFFF
    }

    a.nav-tabs-dropdown {
        text-decoration: none;
    }

    .nav-tabs-dropdown {
        display: block !important;
        border-bottom: 1px solid #FFFFFF;
        background-color: #812214;
        padding: 10px 4px;
        font-size: 16px;
        text-decoration: none;
        color: #FFFFFF;
        font-weight: bold
    }

    .arrow-down {
        background-image: url(../../images/icon_down.svg);
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 25px 25px;
    }

    #user_dropdown {
        height: 0px;
        transition: all 0.5s;
        overflow-x: hidden;
        position: relative;
        display: block;
        top: 5px;
        margin: 0px -10px;
        left: -10px;
        width: 105%;
    }

    .tabs-menu {
        height: auto;
        /*margin: 0px !important;*/
        /*border: 0px ;*/
    }

        .tabs-menu, .tabs-menu li {
            /* width: 100%;*/
            display: block !important;
        }

            .tabs-menu li, .tabs-menu li.current {
                /*background-color: #0072ce;*/
                /* border-radius: 0px;*/
                color: #FFFFFF;
                /* border-bottom: 1px solid#FFFFFF;*/
                height: 35px;
            }

                .tabs-menu li:hover, .tabs-menu li.current a:hover, .tabs-menu li:hover a {
                    position: relative;
                    z-index: 50;
                    /* background-color: #FFFFFF;*/
                    /*color: #0072ce;*/
                }

                .tabs-menu li:hover {
                    /* border: 1px solid #cccccc;*/
                }

                .tabs-menu li a {
                    padding: 0px 4px;
                }

    .fill-blue {
    }

    .MeetingFollowupFill {
        display: block !important;
    }

    #gridSelectTeam_ctl00_ctl03_ctl01_PageSizeComboBox {
        width: 67px !important;
    }

    #btnBack {
        margin-top: 10px !important;
    }

    #btnSendSMS {
        margin-top: 10px !important;
    }

    #btnSend {
        margin-top: 10px !important;
    }

    #btnSendSMS3 {
        margin-top: 10px !important;
    }

    #btnSendSMS4 {
        margin-top: 10px !important;
    }

    .auto-wdth-mble-441 {
        margin-top: 10px !important;
    }

    #btnChoose {
        margin-top: 10px !important;
    }

    #btnSearch {
        margin-top: 10px !important;
    }

    #btnSearch2 {
        margin-top: 10px !important;
    }

    #btnSearch3 {
        margin-top: 10px !important;
    }

    #btnSearch4 {
        margin-top: 10px !important;
    }

    #btnSend2 {
        margin-top: 10px !important;
    }

    #btnSend3 {
        margin-top: 10px !important;
    }

    #btnSend4 {
        margin-top: 10px !important;
    }

    #btnBack2 {
        margin-top: 10px !important;
    }

    #btnBack3 {
        margin-top: 10px !important;
    }

    #btnBack4 {
        margin-top: 10px !important;
    }

    .NextPrevAndNumeric .rgAdvPart {
        /*  margin-top: 20px !important;*/
    }

    .NextPrevAndNumeric .rgInfoPart {
        margin-top: 20px !important;
    }

    .mr-top-5-onmo {
        margin-top: 5px !important;
    }
}

@media screen and (min-width:320px) and (max-width:500px) {

    #ctl00_MainContent_min_approve {
        width: 100% !important;
    }

    #user_dropdown {
        height: 0px;
        transition: all 0.5s;
        overflow-x: hidden;
        position: relative;
        display: block;
        top: 5px !important;
        margin: 0px -10px;
        left: 0px;
        width: 105%;
        background-color: #ffffff;
    }


    .header-top {
        height: 50px;
    }



    .form-respon .leftside, .form-respon .rightside {
        width: 100% !important;
        float: none !important;
        clear: both !important;
    }

    .no-skew-content {
        transform: skewX( 0deg ) !important;
        -webkit-transform: skewX( 0deg ) !important;
    }

    .skew-content {
        transform: skewX( 0deg ) !important;
        -webkit-transform: skewX( 0deg ) !important;
    }

    .nav-menu-padd {
        padding-left: 0px;
    }

    .logo img {
        vertical-align: middle;
        display: inline-block;
        width: 330px;
        height: auto;
        top: 5px;
        position: fixed;
        left: 10px;
        top: 10px;
    }
}


@media screen and (min-width:1031px) and (max-width:1222px) {

    .container, .control-container {
        max-width: 1000px;
        width: 100%;
        margin: auto;
    }
    .bubble_wrapper {
  
        right: 165px;
     
    }
}



@media screen and (min-width:630px) and (max-width:680px) {

    .container, .control-container {
        max-width: 600px;
        width: 100%;
        margin: auto;
    }
}

@media screen and (min-width:585px) and (max-width:627px) {

    .container, .control-container {
        max-width: 580px;
        width: 100%;
        margin: auto;
    }
}

@media screen and (min-width:540px) and (max-width:584px) {

    .container, .control-container {
        max-width: 505px;
        width: 100%;
        margin: auto;
    }

    .logo img {
        width: 515px !important;
    }

 
}


@media screen and (min-width:426px) and (max-width:539px) {

    .container, .control-container {
        max-width: 95%;
        width: 100%;
        margin: auto;
    }

    .logo img {
        top: 23px !important;
        width: 400px !important;
    }
}


@media screen and (min-width:250px) and (max-width:374px) {

    .container, .control-container {
        max-width: 300px;
        width: 100%;
        margin: auto;
    }
}



@media screen and (min-width:426px) and (max-width:1050px) {
    .show-sub-result .menu-bar-2 {
        width: 100%;
        background-color: #FFF;
        font-size: 16px;
        padding-left: 15px;
        line-height: 39px !important;
    }



    #sub_operator {
        height: 0px;
        transition: all 0.5s;
        width: calc(100% + 15px);
        overflow: hidden;
        z-index: 2000;
        position: relative;
        margin: 0px -10px;
    }


        #sub_operator.show-sub-operator {
            transition: all 0.5s;
            width: calc(100% + 15px);
            z-index: 2000;
            position: relative;
            margin: 0px -10px;
            height: 160px;
        }

    .respon-none {
        display: none !important;
    }


    .menu-bar-2 {
        display: block;
    }

    .fix-top-menu {
        position: fixed;
        z-index: 600;
        top: 0;
        width: 100%;
        /* max-width: 320px; */
        background-color: white;
        height: 100px;
    }

    .bubble_wrapper {
        display: none;
    }

    form#form1, form.form1, form#aspnetForm {
        margin-top: 160px;
    }

    .skew-content {
        -moz-transform: skewX(-27deg) !important;
        -webkit-transform: skewX(-27deg) !important;
        -o-transform: skewX(-27deg) !important;
        -ms-transform: skewX(-27deg) !important;
        transform: skewX(-27deg) !important;
    }

    .container, body, .control-container {
        width: 100%;
    }


    .header-top {
        height: 77px;
    }

    .logo {
        float: none !important;
        text-align: left;
    }

    .user-profile {
        display: none;
    }

    .page-title {
        padding: 0px 10px !important;
        display: none;
    }

        .page-title p {
            font-size: 20px;
        }

            .page-title p img {
                height: 14px;
            }

    .dropdown-responsive {
        background-color: #EDF1F2;
        border-bottom: 1px solid #DADADA;
        height: 50px;
        padding: 5px;
        padding-left: 20px;
    }

    .menu-responsive {
        width: 50px;
        border-right: 1px solid #DADADA;
        height: 40px;
        float: left;
        display: block;
    }

    .menu-icon {
        display: block;
    }

    .userprofile-responsive {
        width: 260px;
        float: left;
        font-size: 12px;
        display: block;
    }

 

    .last-sign, .user-menu {
        float: left;
    }

    .user-menu {
        margin-left: 3px;
    }

        .user-menu img {
            width: 19px;
        }

    #menu_dropdown {
        height: 0px;
        transition: all 0.5s;
        /* overflow-x: hidden; */
        width: 100%;
        position: fixed;
        background-color: #812214;
        margin-left: -5px;
        display: block;
        top: 125px;
        overflow: hidden;
        left: 0;
        margin-left: 0px;
    }

        #menu_dropdown.showmenu {
            height: 250px;
            padding-top: 15px;
            transition: all 0.5s;
            z-index: 5;
            background-color: #812214;
            overflow: auto;
            position: fixed;
            top: 127px;
            width: 100%;
            left: 0;
            margin-left: 0px;
            box-shadow: -3px 45px 73px -3px rgb(0 0 0 / 32%);
            -webkit-box-shadow: -3px 45px 73px -3px rgb(0 0 0 / 32%);
            -moz-box-shadow: -3px 45px 73px -3px rgba(0,0,0,0.32);
        }

    ul.HeadMenu {
        height: auto !important;
    }

    ul.infoMenu {
        width: 100% !important
    }

    #user_dropdown {
        height: 0px;
        transition: all 0.5s;
        overflow-x: hidden;
        position: relative;
        display: block;
        top: -20px;
        margin: 0px -10px;
        left: -10px;
        width: 105%;
    }

        #user_dropdown.showmenu {
            height: 72px;
            transition: all 0.5s;
            z-index: 100;
            /* width: calc(100% + 15px); */
            width: 105%;
            top: -20px;
            /* margin: 0px -10px; */
            /* margin-left: 0; */
            left: -10px;
            background-color: #ffffff;
            box-shadow: -3px 45px 73px -3px rgba(0,0,0,0.32);
            -webkit-box-shadow: -3px 45px 73px -3px rgba(0,0,0,0.32);
            -moz-box-shadow: -3px 45px 73px -3px rgba(0,0,0,0.32);
        }

    ul.HeadMenu li img {
        margin-top: 6px !important;
        padding: 3px 0px
    }

    ul.infoMenu > li {
        width: 100%;
    }

    ul.infoMenu > li {
        border-bottom: 1px solid #edf1f2;
    }

    ul.breadcrumb {
        display: block;
    }

    ul.HeadMenu > li {
        width: 100%;
        height: auto !important
    }

    ul.HeadMenu li a {
        border: none !important;
        border-bottom: 1px solid #dadada36 !important;
        text-align: left !important;
        padding: 0px 15px !important;
        line-height: 35px;
        width: 100% !important
    }

    .Dropdown-wrapper {
        width: 100%
    }

    ul.disc {
        height: auto;
        border: none !important;
        float: none !important;
        margin: 0px
    }

    .disc.inline {
        display: block;
    }

    ul.disc li {
        float: none !important;
        border-right: none !important;
        margin-left: 30px !important;
        margin: 0px 25px !important
    }

    .Fo-Header {
        font-size: 20px !important;
       /* padding: 7px 10px !important;*/
    }

    .Fo-Header2 {
        font-size: 16px !important;
        padding: 7px 10px !important;
    }

    .fill-blue {
        padding: 2px 10px !important;
    }

    .box-grey {
        width: 100% !important;
    }

    .form-agendaEdit .rightside {
        width: 100% !important;
    }



    input[type=button] {
        margin: 1px 1px !important
    }

    .btn-block {
        width: 100% !important
    }

        .btn-block .input-text {
            /*width: 100% !important;*/
            max-width: 1200px !important
        }

        .btn-block input[type=button], .btn-block input[type=reset], .btn-block input[type=submit] {
            /*        width: 49% !important;
            float: left;
            margin: 1px 0.5px !important*/
            width: auto !important;
            float: left;
            margin: 1px 0.5px !important;
            /*        margin-top: 10px !important;
            margin-right: 35px !important;
            margin-bottom: 15px !important;*/
        }

    .esaraban-btn {
        margin-top: 10px !important;
    }



    .form-search .label-width-110 .input-text {
        width: 100% !important
    }

    .form-search .label-width-110 .input-label {
        width: 100% !important
    }

    .form-search .label-width-130 .input-text {
        width: 100% !important;
        padding: 0px 4px !important
    }

    .form-search .label-width-130 .input-label {
        width: 100% !important
    }

    .form-search .label-width-130 .input-text .has-feedback .respon-date {
        width: 130px !important
    }

    .form-search .label-width-160 .input-text {
        width: 100% !important;
    }

    .form-search .label-width-160 .input-label {
        width: 100% !important
    }

    .uc-ag-info .leftside, .uc-ag-info .rightside {
        width: 100% !important;
    }

    .leftside, .rightside {
        width: 50% !important
    }

        .leftside .highlight, .rightside .highlight, .highlight {
            padding: 0px 0px !important;
        }

    /*       .box-leave-detail-1 {
            padding: 0px !important
        }*/

    .label-width-85 .input-text {
    }

    .label-width-85 .input-label {
        width: 85px !important;
        margin-right: 0px !important
    }


    .label-width-90 .input-text {
        width: calc(100% - 100px) !important
    }

    .label-width-90 .input-label {
        margin-right: 0px !important;
        width: 65px !important;
    }

    .top-filter-wrapper .label-width-85 .btn-block .input-text {
        width: 100% !important
    }

    .top-filter-wrapper .label-width-85 .input-text input[type=text] {
        width: auto !important
    }


    #txtSearch {
        margin-top: 0px !important;
    }

    #txtSearch2 {
        margin-top: 0px !important;
    }

    #txtSearch3 {
        margin-top: 0px !important;
    }

    #txtSearch4 {
        margin-top: 0px !important;
    }


    .fill-blue .label-width-90 .input-label {
        width: 65px !important;
        margin-right: 0px !important
    }

    .fill-blue .label-width-90 .input-text {
        width: calc(100% - 75px) !important
    }

    .fill-blue .label-width-90 input[type=text], .fill-blue .label-width-90 .btn-block {
        width: 100% !important
    }

    .fill-blue .label-width-90 .input-text .respon-date {
        width: 160px !important
    }

    .fill-blue .label-width-90 .input-text .respon-select {
        width: auto !important
    }

    .label-width-110 .input-text {
        width: calc(100% - 110px) !important;
    }

    .label-width-110 .input-label {
        margin-right: 0px !important
    }

    .label-width-130 .input-text {
        /* width: calc(100% - 140px) !important*/
    }

    .label-width-130 .input-label {
        margin-right: 0px !important;
        /*width: 100% !important*/
    }

    .label-width-160 .input-text {
        width: calc(100% - 170px) !important
    }

    .label-width-160 .input-label {
        margin-right: 0px !important;
        width: 160px !important
    }

    .label-width-160 .input-text input[type=text].respon-date {
        width: 160px !important
    }

    .label-width-170 .input-text {
        width: calc(100% - 180px) !important;
    }

    .label-width-170 .input-label {
        width: 170px !important;
        margin-right: 0px !important
    }

    .fill-blue .label-width-170 .btn-block {
        width: 100% !important
    }

    .respon-width-text {
        width: 100% !important;
    }

    .clearright {
        float: left !important;
        /* margin-bottom: 15px;*/
    }

    .input-form {
        /*  width: 100% !important;*/
        padding: 2px 0px
    }

    .foot-menu .input-form {
        width: 100% !important;
        padding: 2px 0px
    }

    .input-form {
        /*
        margin-top: 15px;*/
        /* margin: 10.5px 0px !important;*/
    }

    .rightside .input-form {
        padding: 2px 0 !important;
    }

    .note-icon-width .note-icon {
        width: auto;
        padding: 0px 0px;
    }



    .input-text .respon-date {
        width: 160px !important
    }

    .mar-top-respon {
        margin-top: 30px
    }

    .floatleft {
        float: left !important;
    }

    .form-search-view .label-width-130 .input-text {
        width: 100% !important
    }

    .form-search-view .label-width-130 .input-label {
        width: 100% !important
    }

    .label-width-130px > .input-text {
        width: calc(100% - 140px) !important
    }

    .label-width-130px .input-label {
        width: 130px !important;
        margin-right: 0px !important
    }

    /*      .label-width-130px > .input-text input[type=text] {
            width: 100% !important;
        }*/

    .label-width-160px > .input-text {
        width: calc(100% - 170px) !important
    }

    .label-width-160px .input-label {
        width: 160px !important;
        margin-right: 0px !important
    }

    .label-width-160px > .input-text input[type=text] {
        width: 100% !important
    }

    .uc-ag-info .label-width-90 .input-label {
        width: 90px !important;
        margin-right: 0px !important
    }

    /*        .rightside .input-form {
            display: flex;
        }*/

    .uc-ag-info .label-width-90 .input-label {
        width: 150px !important;
    }

    .uc-ag-info .label-width-90 .input-text {
        width: calc(100% - 100px) !important;
    }

    .clearfloat {
        float: none !important
    }
}

@media screen and (min-width:426px) and (max-width:568px) {
    .form-respon .form-agendaEdit .leftside, .form-respon .form-agendaEdit .rightside {
        width: 100% !important
    }

    .input-form, input[type=file] {
        width: 100% !important;
    }

    select, textarea {
        /* width: 100% !important;*/
    }

    .fill-blue .label-width-85 .input-text {
        width: calc(100% - 95px) !important;
    }

    .fill-blue .label-width-85 .input-label {
        width: 85px !important;
        margin-right: 0px !important
    }

    .fill-blue .label-width-85 .btn-block {
        width: 100% !important;
    }

    .fill-blue .label-width-85 .input-text select {
        /*  width: 110px !important*/
    }

    .fill-blue .label-width-85 .input-text input[type=text] {
        /* width: 100% !important*/
    }

        .fill-blue .label-width-85 .input-text input[type=text].searchdate {
            width: 160px !important
        }

        .fill-blue .label-width-85 .input-text input[type=text].searchtxt {
            width: auto !important
        }

    .fill-blue .label-width-130 .input-text {
        width: calc(100% - 140px) !important
    }

    .fill-blue .label-width-130 .input-label {
        width: 130px !important;
        margin-right: 0px !important
    }

    /*     .fill-blue .label-width-130 .input-text select {
            width: 100px !important
        }*/

    .fill-blue .label-width-130 .input-text .full-width, .fill-blue .label-width-130 .btn-block {
        width: 100% !important
    }

    .box-grey .input-label, .box-grey .input-text, .box-grey select, .box-grey input[type=text],
    .box-grey input[type=date] {
        width: 100% !important
    }

    .form-respon .form-agendaEdit .rightside .input-text, .form-respon .form-agendaEdit .rightside .input-label,
    .form-respon .form-agendaEdit .rightside input[type=text], .form-respon .form-agendaEdit .rightside select {
        width: 100% !important
    }

    .form-respon .form-follow .leftside, .form-respon .form-follow .rightside {
        width: 100% !important
    }

    .form-respon-2 .leftside, .form-respon-2 .rightside {
        width: 50% !important;
        padding: 0px 2px !important;
    }

    .form-respon-2 .box-resolution .label-width-85 .input-text {
        width: 100% !important;
        padding: 0px 4px !important
    }

    .form-respon-2 .box-resolution .label-width-85 .input-label {
        width: 100% !important
    }

    .form-respon-2 .box-resolution .label-width-85 .input-text input[type=text] {
        width: 100% !important
    }

    .form-search .label-width-85 .input-text {
        width: 100% !important
    }

    .form-search .label-width-85 .input-label {
        width: 100% !important
    }

    .form-search .box-resolution .label-width-85 .input-text {
        width: 100% !important;
        padding: 0px 4px !important
    }

    .form-search .box-resolution .label-width-85 .input-label {
        width: 100% !important
    }

    .form-search .box-resolution .label-width-85 .input-text input[type=text] {
        width: 100% !important
    }

    .form-search-view .label-width-110 .input-text {
        width: 100% !important
    }

    .form-search-view .label-width-110 .input-label {
        width: 100% !important
    }

    .form-search .label-width-130 .input-text input[type=text] {
        width: 100% !important
    }

    .top-filter-wrapper .label-width-85 .input-text {
        width: calc(100% - 95px) !important
    }

    .top-filter-wrapper .label-width-85 .input-label {
        margin-right: 0px !important;
        width: 85px !important;
    }

    .top-filter-wrapper .label-width-85 .input-text select, .top-filter-wrapper .label-width-85 .input-text input[type=text] {
        width: auto !important;
    }

    .box-leave-detail-1 .label-width-85 {
        padding: 0px 2px !important
    }

    .box-grey .label-width-130 .input-text {
        width: calc(100% - 140px) !important
    }

    .box-grey .label-width-130 .input-label {
        width: 130px !important;
        margin-right: 0px !important
    }

    .label-width-85 .input-text select {
        /* width: 100% !important*/
    }

    .respon-width-85 .input-text {
        width: calc(100% - 95px) !important
    }

    .respon-width-85 .input-label {
        margin-right: 0px !important;
        width: 85px !important
    }

    .label-width-100 .input-text {
        /*width: 100% !important;*/
        padding: 0px 4px !important
    }

    .label-width-100 .input-label {
        /* width: 100% !important*/
    }

    .label-width-100 .input-text input[type=text] {
        width: 100% !important;
        padding: 0px 10px !important
    }

    .label-width-100 .input-text .has-feedback .respon-date {
        width: 160px !important
    }

    .label-width-130 .input-text .has-feedback, .label-width-130 .input-text textarea,
    .label-width-130 .input-text select, .label-width-130 .input-text input[type=file], label,
    .label-width-130 .input-text input[type=text] {
        width: 100% !important;
    }

        .label-width-130 .input-text input[type=text].respon-date {
            width: 160px !important
        }

    .label-width-160 .input-text select, .label-width-160 .input-text input[type=date],
    .label-width-160 .input-text input[type=text] {
        width: 100% !important;
    }

    .label-width-170 .input-text .has-feedback, .label-width-170 .input-text textarea,
    .label-width-170 .input-text select, .label-width-170 .input-text input[type=text] {
        width: 100% !important;
    }

        .label-width-170 .input-text input[type=text].respon-date {
            width: 160px !important
        }

    .label-width-230 .input-text {
        width: 100% !important
    }

        .label-width-230 .input-text input[type=text], .label-width-230 .input-text .has-feedback {
            width: 100% !important;
        }

    .respon-width-text .label-width-100 .input-text {
        width: 100% !important
    }

    .respon-width-text .label-width-100 .input-label {
        width: 100% !important;
    }

    .respon-pad {
        padding: 0px 10px !important
    }

    .txt-info {
        width: 100% !important;
    }

    .txt-float {
        width: 100% !important
    }

    .cleartxt {
        text-align: justify
    }

    .mar-left {
        margin-left: 10px !important
    }

    .respon-select {
        width: 160px !important
    }
}

/* responsive-min-width:569px and Max-width:768px*/
@media screen and (min-width:383px) and (max-width:1050px) {
    .qr-item {
        margin-bottom: 30px !important;
    }

    #sub_admin {
        height: 0px;
        transition: all 0.5s;
        width: calc(100% + 15px);
        overflow: hidden;
        z-index: 2000;
        position: relative;
        margin: 0px -10px;
    }

        #sub_admin.show-sub-admin {
            height: 120px;
            transition: all 0.5s;
            width: calc(100% + 15px);
            overflow: hidden;
            z-index: 2000;
            position: relative;
            margin: 0px -10px;
        }

    #sub-result {
        height: 0px;
        transition: all 0.5s;
        width: calc(100% + 15px);
        overflow: hidden;
        z-index: 200;
        position: relative;
        margin: 0px -10px;
    }

        #sub-result.show-sub-result {
            height: 200px;
            transition: all 0.5s;
            width: calc(100% + 15px);
            z-index: 2000;
            position: relative;
            margin: 0px -10px;
        }





    .logo img {
        vertical-align: middle;
        display: inline-block;
        width: 100%;
        height: auto;
        top: 5px;
        position: fixed;
        top: 10px;
        width: 600px;
    }

    .nav-menu-padd {
        padding-left: 0px;
    }

    .no-skew-content {
        transform: skewX( 0deg ) !important;
        -webkit-transform: skewX( 0deg ) !important;
    }

    .skew-content {
        transform: skewX( 0deg ) !important;
        -webkit-transform: skewX( 0deg ) !important;
    }


    .label-width-100 .input-text {
        /*width: calc(100% - 110px) !important*/
    }

    .label-width-100 .input-label {
        margin-right: 0px !important;
        /* width: 100px !important*/
    }

    /* .label-width-100 .input-text .respon-select {
            width: 200px !important;
        }*/

    .label-width-150 .input-text {
        width: calc(100% - 160px) !important;
    }

    .label-width-150 .input-label {
        margin-right: 0px !important;
        width: 150px !important;
    }

    .label-width-160 .input-text input[type=date], .label-width-160 .input-text select {
        /*  width: 100% !important;*/
    }

    .label-width-170 .input-text .has-feedback, .label-width-170 .input-text textarea,
    .label-width-170 .input-text select, .label-width-170 {
        /* width: 100% !important;*/
    }

    .label-width-130 .input-text .has-feedback, .label-width-130 .input-text textarea,
    .label-width-130 .input-text select, .label-width-130 .input-text input[type=file] {
        /*width: 100% !important;*/
    }

    .label-width-230 .input-text {
        /* width: calc(100% - 240px) !important;*/
    }

    .label-width-230 .input-label {
        margin-right: 0px !important;
        width: 230px !important
    }



    .rtlCF input[type=text], input[type=label] {
        width: 40px !important;
    }

    .input-text .respon-date {
        width: 160px !important
    }

   /* .no-mar {
        margin-top: 0px !important;
    }*/

    table tr td #BtCalculate {
        width: 92px !important;
    }

    .tab {
        width: 100% !important;
    }



    .auto-wdth-mble-100Per {
        width: 100% !important;
    }

    /*    .respon-btn {
        margin: 2px 0px !important
    }
*/
    .respon-mar {
        margin-left: 0px !important;
    }

    .form-agendaEdit label img {
        width: auto;
        height: auto;
    }

    .form-respon-2 .leftside, .form-respon-2 .rightside {
        width: 50% !important;
    }

    .form-respon .form-agendaEdit .leftside, .form-respon .form-agendaEdit .rightside {
        width: 100% !important
    }

    .form-respon .box-resolution .leftside, .form-respon .box-resolution .rightside {
        width: 50% !important
    }

    .form-search-view .label-width-110 .input-text {
        width: calc(100% - 110px) !important
    }

    .form-search-view .label-width-110 .input-label {
        width: 100px !important;
        margin-right: 0px !important
    }

    .form-search .label-width-130 .input-text {
        width: calc(100% - 140px) !important
    }

    .form-search .label-width-130 .input-label {
        width: 130px !important;
        margin-right: 0px !important
    }

    .form-search .label-width-130 .input-text input[type=text] {
        width: 100% !important
    }

    .form-search .label-width-150 .input-text {
        width: 100% !important
    }

    .form-search .label-width-150 .input-label {
        width: 100% !important
    }

    .form-search-view .label-width-110 .input-label {
        width: 100px !important;
        margin-right: 0px !important
    }

    .form-search-view .label-width-110 .input-text {
        width: calc(100% - 110px) !important
    }

    .form-search-view .label-width-130 .input-text {
        width: 100% !important
    }

    .form-search-view .label-width-130 .input-label {
        width: 100% !important
    }

    .form-search-view .label-width-160 .input-text {
        width: calc(100% - 170px) !important
    }

    .form-search-view .label-width-160 .input-label {
        width: 160px !important;
        margin-right: 0px !important
    }

    .form-search-view .label-width-160 .input-text .respon-date {
        width: 160px !important
    }

    .form-follow .leftside {
        width: 30% !important
    }

    .form-follow .rightside {
        width: 70% !important
    }

    .respon-width-text {
        width: 100% !important
    }

        .respon-width-text .label-width-100 .input-text {
          /*  width: calc(100% - 110px ) !important*/
        }

        .respon-width-text .label-width-100 .input-label {
            margin-right: 0px !important;
            width: 90px !important;
        }

    .txt-float {
        width: 100% !important
    }

    .floatright {
        float: right !important
    }

    .respon-area {
        width: 100% !important;
    }

    input[type=text].searchdate {
        /* width: auto !important*/
    }

    /*    .fill-blue .label-width-85 .input-text {
            width: calc(100% - 95px) !important
        }*/

    .fill-blue .label-width-85 .input-label {
        width: 85px !important;
        margin-right: 0px !important
    }

    .fill-blue .label-width-85 .btn-block, .fill-blue .label-width-85 .input-text input[type=text] {
        /* width: 100% !important;*/
    }

        .fill-blue .label-width-85 .input-text input[type=text].searchdate {
            width: 160px !important
        }

        .fill-blue .label-width-85 .input-text input[type=text].searchtxt {
           /* width: auto !important*/
        }

    .fill-blue .label-width-130 .input-text {
        /*width: calc(100% - 140px) !important*/
    }

    .fill-blue .label-width-130 .input-form .input-text {
        margin-bottom: 10px !important;
    }

    .fill-blue .label-width-130 .input-label {
        /*   width: 130px !important;
            margin-right: 0px !important*/
    }

    /*      .fill-blue .label-width-130 .input-text select {
            width: 100px !important
        }*/

    .fill-blue .label-width-130 .input-text .full-width, .fill-blue .label-width-130 .btn-block {
        /*  width: 100% !important*/
    }

 /*   .btn-block {
        width: auto !important;
    }*/

    .btn-w-pup {
        width: calc(46%) !important;
    }
}

@media screen and (min-width:569px) and (max-width:652px) {
    .clearright {
        float: none !important;
    }

    .label-width-130 .input-text input[type=date] {
        width: 130px !important
    }
}


@media screen and (min-width:768px) and (max-width:1020px) {





    .container, .control-container {
        max-width: 740px;
        width: 100%;
        margin: auto;
    }

    #nav-tabs-wrapper {
        display: block !important;
    }

    ul.disc {
        height: auto;
        border: none !important;
        float: none !important;
    }

    .disc.inline {
        display: block;
    }

    ul.disc li {
        float: none !important;
        border-right: none !important;
        margin-left: 30px !important;
    }

    .Fo-Header, .Fo-Header2 {
        font-size: 20px !important;
        padding: 10px !important;
    }

    .note-icon {
        width: 100% !important
    }

        .note-icon .input-text, .note-icon .input-label {
            width: auto !important;
            line-height: 30px !important;
            min-height: 30px !important;
            float: left !important
        }
}






@media screen and (max-width: 991px) {
    #ctl00_MenuContent_menu1_td4 .Dropdown-wrapper respon-none {
        width: 200px;
    }
}

@media screen and (min-width:769px) {
    #nav-tabs-wrapper {
        display: block !important;
    }

    .arrow-down {
        display: none !important;
    }
}


.RadWindow_Default .rwDialogButtons input {
    padding: 1px 10px !important;
}

ul.HeadMenu li:nth-child(3) .Dropdown-wrapper {
    min-width: 165px;
}

@media(min-width:768px) {
    #sub-result, #sub_operator, #sub_admin {
        /*            display: none;*/
    }
}

.RadGrid_Bootstrap .rgHeader, .RadGrid_Bootstrap .rgHeader a {
}



.cancel-btn {
    background-color: white !important;
    color: #c1c1c1 !important;
    border: 1px solid #c1c1c1 !important;
}


.RadGrid_Bootstrap .rgPagerCell .rgNumPart a.rgCurrentPage {
    background-color: #812214 !important;
    border: 1px solid #812214 !important;
    color: #fff !important;
}


.homepage-text {
    margin-left: 30px;
}


.RadGrid_Bootstrap .rgPagerCell .rgPagePrev {
    border-radius: 50px !important;
    margin: 0 10px !important;
}

.RadGrid_Bootstrap .rgPagerCell .rgPageFirst {
    border-radius: 50px !important;
}

.RadGrid_Bootstrap .rgPagerCell .rgPageNext {
    border-radius: 50px !important;
    margin: 0 10px !important;
}

.RadGrid_Bootstrap .rgPagerCell .rgPageLast {
    border-radius: 50px !important;
}


.skew-content {
    -moz-transform: skewX(-27deg);
    -webkit-transform: skewX(-27deg);
    -o-transform: skewX(-27deg);
    -ms-transform: skewX(-27deg);
    transform: skewX(-27deg);
}



.no-skew-content {
    -moz-transform: skewX(27deg);
    -webkit-transform: skewX(27deg);
    -o-transform: skewX(27deg);
    -ms-transform: skewX(27deg);
    transform: skewX(27deg);
}


.table-bordered tr:nth-child(even) {
    background-color: #edf1f2;
}


.bg-red {
    color: #fff;
    background-color: #812214;
}



table, td, th {
    border-collapse: collapse !important;
}


.red-btn {
    background-color: #812214 !important;
}


.srh-btn {
    margin-left: 20px !important;
}


.hmtb001 table,
.hmtb001 td,
.hmtb001 th {
    border: 1px solid #e1e1e1;
}


.exprt-word-btn {
    position: relative;
}

.exprt-word-btn {
    background-image: url(../../../images/export-to-word.svg) !important;
    background-size: cover !important;
    color: #faebd700 !important;
    /*margin-right: 15px !important;*/
    padding: 0 22px !important;
    width: 135px !important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    background-size: 130px 100px !important;
    /* background: #1e85c800; */
    background-color: #217be8 !important;
}

.exprt-exel-btn {
    background-image: url(../../../images/microsoftexcel01.svg) !important;
    background-size: cover !important;
    color: #faebd700 !important;
    /*margin-right: 15px !important;*/
    padding: 0 22px !important;
    width: 125px !important;
    position: relative;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 120px 100px !important;
    /* background: #1e85c800; */
    background-color: #137d42 !important;
}


.prn-btn {
    background-image: url(../../../images/print-btn.svg) !important;
    background-size: cover !important;
    color: #faebd700 !important;
    /*margin-right: 15px !important;*/
    padding: 0px 31px !important;
    width: 75px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 80px 100px !important;
    /* background: #1e85c800; */
    background-color: #ff8800 !important;
}

.NBTC-login-logo img {
    width: 140px;
    height: auto;
}

.NBTC-login-logo {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}


.toppic-nbtc {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-size: 28px;
    color: #812214;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    font-family: Tahoma;
}

.undr-tp-nbtc {
    width: 100%;
    text-align: center;
    font-family: Tahoma;
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    /* text-align: left; */
    color: #812214;
    margin-top: 20px;
}



.RadGrid_Bootstrap .rgPagerCell .rgPageNext {
    background-position: -10px -162px !important;
}


.RadGrid_Bootstrap .rgPagerCell .rgPageFirst, .RadGrid_Bootstrap .rgPagerCell .rgPagePrev, .RadGrid_Bootstrap .rgPagerCell .rgPageNext, .RadGrid_Bootstrap .rgPagerCell .rgPageLast, .RadGrid_Bootstrap .rgPagerCell .rgPagerButton, .RadGrid_Bootstrap .rgPagerCell .rgNumPart a {
    width: 27px !important;
    height: 27px !important;
}

.RadGrid_Bootstrap .rgPagerCell .rgPageLast {
    background-position: -11px -762px !important;
}

.RadGrid_Bootstrap .rgPagerCell .rgPagePrev {
    background-position: -12px -112px !important;
}

.RadGrid_Bootstrap .rgPagerCell .rgPageFirst {
    background-position: -12px -712px !important;
}


.RadGrid_Bootstrap .rgPagerCell .rgInfoPart {
    color: black !important;
}


.RadComboBox_Bootstrap .rcbArrowCell a {
    width: 30px !important;
    height: 30px !important;
}

.RadComboBox table td.rcbInputCell {
    padding: 0 4px 0 10px !important;
}

.RadGrid_Bootstrap .rgPagerCell .rgAdvPart {
    margin-left: 25px !important;
}

.RadGrid_Bootstrap .rgPagerCell .rgPagerLabel {
    color: black;
}

.ck-button input:checked + label {
    background-color: #2a2a2a !important;
}


.RadGrid_Bootstrap .rgPagerCell .rgNumPart span {
    padding: 3px 0 !important;
}


.RadGrid input[type="image"] {
    margin: 0 3px !important;
}


.w-150px {
    width: 150px;
}


.a {
    color: inherit;
}



ul.dropdown-content li a {
    color: black;
}

ul.dropdown-content li:before {
    display: none !important;
}

.dropdown-content {
    margin-right: -38px;
}


.oper-mrg {
    margin-right: -31px;
}

.admn-mrg {
    margin-right: -23px;
}

ul.dropdown-content li a {
    color: black !important;
    text-decoration: none !important;
}


.login-tab {
    margin-bottom: 0px;
}

.nw-icn {
    width: 28px;
}





.table-mm-style {
    margin: auto !important;
    width: 100% !important;
}

.RadGrid .rgHeader, .RadGrid th.rgResizeCol {
    padding-left: 10px !important;
}

.confirm {
    margin-bottom: 30px;
    margin-top: 40px;
}


.content-margin-top {
    margin-top: 20px;
}



.margin-r-z {
    margin-right: 0px !important;
}


td.borderRB {
    border-right: 1px solid #e1e1e1 !important;
    border-bottom: 1px solid #e1e1e1 !important;
    text-align: left;
    padding-left: 10px;
}

td.borderLBR {
    border-top: 0px solid #e1e1e1 !important;
    border-left: 1px solid #e1e1e1 !important;
    border-right: 1px solid #e1e1e1 !important;
    border-bottom: 1px solid #e1e1e1 !important;
    text-align: center;
}

td.borderTL {
    border-top: 1px solid #e1e1e1 !important;
    border-left: 1px solid #e1e1e1 !important;
}

.squr-icn {
    margin-top: 7px;
}




#table-ReportMeetingTeam tbody tr:nth-child(odd) {
    /*background-color: #F9F9F9 !important;*/
}





.head-table {
    height: 50px;
    text-align: left !important;
    background-color: #e6e6e6 !important;
}

.brd1 {
    border-left: 1px solid #eeeded !important;
    border-top: 1px solid #eeeded !important;
}

.box {
    border-bottom: 1px #eeeded solid !important;
    border-right: 1px #eeeded solid !important;
}


.line-space-50 {
    display: block;
    width: 100%;
    height: 50px;
}

#ctl00_MainContent_Text1 {
    background-color: #F1F1F1 !important;
}

#ctl00_MainContent_txtMeetingTitleMoveTo {
    background-color: #F1F1F1 !important;
}

.disabled-color {
    background-color: #F1F1F1 !important;
}

.margin-left-50 {
    margin-left: 50px !important;
}


/*.rgCommandRow {
    display: none!important;
}*/

.btn-asp {
    margin: 8px 0px !important;
}


.rgCommandRow {
    background: #ffffff !important;
}





@media only screen and (max-width: 800px) {
    .home-btn-respon {
        position: relative;
    }

    .btn-box-homepage {
        width: 100%;
        padding: 10px 0px;
    }
}


.table-margintop {
    margin-top: 25px;
}

.box tr:first-child {
    background-color: #EDF1F2;
    height: 50px;
    text-align: left !important;
}

.box tr:nth-child(odd) {
    background-color: #ffffff;
}


.frmtxt_black {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

.text-cnt {
    text-align: center;
}




@media only screen and (min-width: 1051px) {

    #sub-result, #sub_operator, #sub_admin {
        display: none;
    }
}










/*I'm not sure if it's necessary or not.*/
a.nav-tabs-dropdown {
    display: none !important;
}
/*I'm not sure if it's necessary or not.*/




.user-detail img:nth-child(2) {
    display: none;
}


ul.infoMenu > li > a:hover {
    color: #812214;
    background-color: #e8e8e8;
}






.TelerikModalOverlay {
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
}

.pophome {
    margin-top: 0px !important;
}


.popup-select-teamsingle {
    margin-top: 0px !important;
}


.add-meeting-team {
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}

.mar-right-10 {
    margin-right: 10px !important;
}



.popuproom {
    margin-top: 0px !important;
}




.RadGrid_Bootstrap {
    border: 1px solid #d5d5d5 !important;
}


.Owner-Edit {
    margin-top: 0px;
}


.EmployeeMulted {
    margin-top: 0px !important;
}



/*none the menu like a XD*/
#chkPos {
    display: none !important;
}
/*none the menu like a XD*/




.layout-inline {
    width: calc(65%) !important;
}


.MeetingEdit {
    margin-top: 0px !important;
}

.sms-form {
    margin-top: 0px !important;
}


.RadTabStrip_Silk .rtsLevel1 .rtsSelected .rtsLink {
    color: #812214 !important;
}


.popupHisSendsms {
    margin-top: 0px !important;
}

.popupHisSendEmail {
    margin-top: 0px !important;
}



form #aspnetForm {
    margin-top: 0px;
}


.sub-bluetab {
    background-color: #812214 !important;
    color: white !important;
}

.mrgn-lft {
    margin-left: 15px;
}

.fifper {
    width: 50%;
    padding: 10px;
    text-align: right;
}

.mar-btm-5 {
    margin-bottom: 5px !important;
}


td.borderTL2 {
    border-top: 1px solid #dfdfdf !important;
    border-left: 1px solid #e3e3e3 !important;
}




.blod-tx {
    font-weight: bold;
}


.under-line {
    text-decoration: underline;
}

.frmtxt_black {
    font-size: 19px;
}





.box-leave .input-form {
    padding: 0px 0 !important;
}

.respon-none .input-form {
    padding: 5px 0 !important;
}


.PopupAgendaCopy {
    margin-top: 0px !important;
}


.PopupAgendaMove {
    margin-top: 0px !important;
}

#page-content {
    border: 1px solid #000 !important;
    border: none !important;
}




.box-agenda .input-form {
    padding: 0px 0;
}


.box-agenda .tx_blue16 {
    color: #ffffff !important;
}



.RadWindow .rwTopLeft, .RadWindow .rwTopRight, .RadWindow .rwTitlebar, .RadWindow .rwFooterLeft, .RadWindow .rwFooterRight, .RadWindow .rwFooterCenter {
    height: auto !important;
    margin-top: 2px !important;
}


.rightside .input-form {
    padding: 5px 0;
}

.PopupSelectEmpRespon {
    margin-top: 0px !important;
}

.PopupSelectEmpPos {
    margin-top: 0px !important;
}

.PopupResolutionSelectEmp {
    margin-top: 0px !important;
}

.mar-top-10 {
    /*margin-top: 10px !important;*/
}

.PopupSelectMeetingTeam {
    margin-top: 0px !important;
}

.cm-box {
    width: 100%;
    height: auto;
    background-color: green;
}

.rightside .input-form {
    padding: 10px 0;
}


.MeetingTeamList {
    margin-top: 15px !important;
}

.PopupMeetingTeamLoad {
    margin-top: 0px !important;
}


.PopupMeetingTeamCopy {
    margin-top: 0px !important;
}

.PopupAgendaTeamLoad {
    margin-top: 0px !important;
}





.fill-blue .input-form {
    padding: 5px 0 !important;
}

.box-leave-detail-1 .input-form {
    padding: 2px 0 !important;
}


.right-bx-btn {
    width: 100%;
    margin: 5px 0px;
    text-align: right;
}




#tblListTimeMeeting {
    background-color: white;
}

    #tblListTimeMeeting tr:nth-child(even) {
        background-color: #F9F9F9;
    }


.RadTreeList_Bootstrap .rtlHeader {
    background-color: #812214 !important;
    color: #FFFFFF !important;
}

.rtlR {
    /*background-color: #FFDFBA;*/
}

.rtlA {
    /*background-color: #FFF2E3 !important;*/
}


/*tr:first-child + tr + tr {
    background-color: red !important;
}*/




.bg-red td {
    background-color: red !important;
}

.bg-white td {
    background-color: #FFFFFF !important;
}


.qr-item {
    background-color: white;
    margin: 0 10px;
    border-radius: 15px;
    padding: 20px;
}

.qr-topingcal {
    align-self: center;
    text-align: center;
    font-size: 18px;
    color: #812214;
    padding-bottom: 30px;
    font-weight: bold;
}

.qr-btn-prnt {
    text-align: center;
    padding-top: 20px;
}

.qrcode-inside-here {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    padding-bottom: 10px;
}

    .qrcode-inside-here img {
        width: 60%;
    }

.detail-under-the-qr-code {
    text-align: center;
    color: #812214;
    font-weight: bold;
    font-size: 13px;
}

.fnt-w {
    font-weight: normal !important;
}



.fnt-w-b {
    font-weight: bold;
}

.PopupQRMeeting {
    margin-top: 5%;
}


.cross-icn {
    width: 100%;
    text-align: right;
    margin-bottom: 30px;
}


    .cross-icn img {
        width: 30px;
        height: auto;
        cursor: pointer;
    }


.wth-input {
    width: 200px !important;
    border: solid 1px #dadada !important;
    border-radius: 3px !important;
}

.RadTreeList_Bootstrap .rtlPagerCell .rtlNumPart a.rtlCurrentPage {
    border-color: #812214 !important;
    color: #fff !important;
    background-color: #812214 !important;
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

.RadTreeList .rtlPagerCell .rtlAdvPart {
    margin-left: 25px !important;
}

.RadTreeList_Bootstrap .rtlPagerCell .rtlActionButton {
    width: 17px !important;
    height: 17px !important;
    border-radius: 50px !important;
    margin: 0 10px !important;
}

.RadTreeList_Bootstrap .rtlPagerCell .rtlPageLast {
    width: 17px !important;
    height: 17px !important;
    margin: 0 0px !important;
}

.RadTreeList_Bootstrap .rtlPagerCell .rtlPageFirst {
    width: 17px !important;
    height: 17px !important;
    margin: 0 0px !important;
}

.rtlCurrentPage {
    font-size: 13px !important;
}

.RadTreeList_Bootstrap .rtlPagerCell .rtlNumPart a {
    width: 16px !important;
    height: 16px !important;
    margin-top: 2px !important;
}

.RadTreeList .rtlPagerCell {
    padding: 8px 5px !important;
}

.user-menu {
    z-index: 50;
}

#menu_dropdown.showmenu {
    z-index: 500;
}

.notemeeting-btn {
    padding-top: 5px;
    padding-bottom: 10px;
}
.signout-btn {
    padding-bottom: 5px;
    cursor: pointer;
    padding-top: 10px;
}

    .signout-btn img {
        margin-top: 42px;
        margin-left: -23px;
        /* width: 18px; */
        width: 16px;
        height: 16px;
        position: absolute !important;
    }

.logout-border {
    padding-top: 5px;
    border-top: 1px solid #ececec;
}


@media only screen and (max-width: 336px) {
    #user_dropdown {
        height: 0px;
        transition: all 0.5s;
        overflow-x: hidden;
        position: relative;
        display: block;
        top: 1px;
        margin: 0px -10px;
        width: 105%;
        top: -20px;
    }


        #user_dropdown.showmenu {
            height: 72px;
            transition: all 0.5s;
            z-index: 100;
            /* width: calc(100% + 15px); */
            width: 105%;
            top: 1px !important;
            /* margin: 0px -10px; */
            /* margin-left: 0; */
            left: 0;
            background-color: #ffffff;
            box-shadow: -3px 45px 73px -3px rgb(0 0 0 / 32%);
            -webkit-box-shadow: -3px 45px 73px -3px rgb(0 0 0 / 32%);
            -moz-box-shadow: -3px 45px 73px -3px rgba(0,0,0,0.32);
        }
}




.chckbox-lb {
    margin-top: -5px;
    margin-left: 20px;
}

.rtlCF input {
    float: right;
    width: 40px !important;
}


#search-bar.showmenu {
    z-index: 200 !important;
}


#RadGrid1_ctl00_ctl03_ctl01_PageSizeComboBox {
    width: 67px !important;
}









/* on-screen styles */
@media screen {

    .qr-topingcal {
        align-self: center;
        text-align: center;
        font-size: 18px;
        color: #812214;
        padding-bottom: 30px;
        font-weight: bold;
    }

    .detail-under-the-qr-code {
        text-align: center;
        color: #812214;
        font-weight: bold;
        font-size: 13px;
    }
}



.PopupAdminSearchEmpcode {
    margin-top: 0px !important;
}

.PopupPrintingStaffSearchEmpcode {
    margin-top: 0px !important;
}




.calendars-month table {
    margin-top: 30px !important;
}

.calendars-month-header, .calendars-month-header select, .calendars-month-header input {
    margin-left: 0px !important;
    margin-top: 2px !important;
    background-color: #812214 !important;
}

.calendars-month {
    border-top: 1px solid #8a8a8a7a !important;
}

.calendars-nav, .calendars-ctrl {
    margin-bottom: 20px !important;
    background-color: #812214 !important;
}

a.calendars-cmd {
    /* height: 1.5em; */
    background-color: #812214 !important;
}

.calendars {
    background-color: #812214 !important;
    width: 230px !important;
}


.calendars-cmd:hover {
    color: #e4c4c4 !important;
}

.calendars-ctrl .calendars-cmd:hover {
    color: #e4c4c4 !important;
}


#ctl00_MainContent_txtStartDate {
    width: 140px !important;
}

#ctl00_MainContent_txtEndDate {
    width: 140px !important;
}

.margin-telerik-table {
    margin-top: 10px !important;
}


.PopupOperaterSearchEmpcode {
    margin-top: 0px !important;
}

.RadGrid_Bootstrap .rgEditRow > td {
    border-right: 1px solid #e0e0e0 !important;
}

.rgEditRow > td [type="image"] {
    padding: 0px 0px !important;
}

.pdf-object {
}

/*ซ่อนเอาไว้ก่อน ยังคอนเฟิร์มไม่ได้ว่าจะเก็บเอาไว้หรือไม่*/
.hide-first {
    display: none !important;
}


.radio-button {
    cursor: pointer;
    padding-right: 25px;
}

input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input {
    font-size: 1rem;
    line-height: 1.5;
    padding: 11px 23px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    outline: 0;
    background-color: transparent;
}

.radio-button__input {
    opacity: 0;
    position: absolute;
}

.radio-button__control {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    /*margin-right: 12px;*/
    vertical-align: middle;
    background-color: inherit;
    color: #812214;
    border: 2px solid #666;
    border-radius: 24px;
}

.radio-button__input:checked + .radio-button__control:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background-color: #812214;
    border-radius: 12px;
}

.radio-button__input:checked + .radio-button__control {
    border-color: #812214;
}

.radio-button__control {
    transform: scale(0.75);
}

.PopupHistorySendEsaraban {
    margin-top: 0px !important;
}



.radio-button {
    margin: 10px 0px !important;
}

@media only screen and (max-width: 1060px) {
    .inline .input-label, .inline .input-form, .inline .input-text {
        display: block !important;
        /* display: flex; */
    }

    .dsplay-flxed {
        display: flex !important;
    }
}

/*@media only screen and (max-width: 1020px) {
    .label-width-85 {
        display: block !important;
    }
}*/



.PopupAddUser {
    margin-top: 0px !important;
}

.PopupAddCreator {
    margin-top: 0px !important;
}

.MeetingViewListAttachmentTime {
    margin-top: 0px !important;
}


@media only screen and (min-width: 1060px) {
    #tab-3 .container {
        margin-bottom: 0px !important;
    }
}



.PopupExplainTeamLoad {
    margin-top: 0px !important;
}

.pdding-45 { 
    padding-right: 45px !important;
}


.PopupMeetingTypeAdd {
    margin-top: 0px !important;
}


 


.respon-icn-solution {
    margin-top: 4px;
    margin-left: -4;
    margin-right: 5px;
}

.PopupMeetingNoteItemSaveAs {
    margin-top: 25px!important;
}


.nolinkclick {
    pointer-events: none;
} 

.show_bubble {
    margin-top: 0px !important;
    opacity: 1 !important; 
}


.RadGrid_Bootstrap .rgPagerCell .rgNumPart a {
    text-align: center;
    border-left: 1px solid #e2e2e2; 
}

.RadGrid_Bootstrap .rgPagerCell .rgPageFirst, .RadGrid_Bootstrap .rgPagerCell .rgPagePrev, .RadGrid_Bootstrap .rgPagerCell .rgPageNext, .RadGrid_Bootstrap .rgPagerCell .rgPageLast, .RadGrid_Bootstrap .rgPagerCell .rgPagerButton, .RadGrid_Bootstrap .rgPagerCell .rgNumPart a {
    border-left: 1px solid #e2e2e2;
}

.box-leave-detail-1 {
    padding: 2px 10px !important;
}

.btn-underfillblue {
    background-color: red;
    padding: 10px 40px;
    text-align: right;
}




#ctl00_MainContent_tblListData tr:nth-child(even) {
    background-color: #f7f7f7;
}
#ctl00_MainContent_tblListData tr {
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
}

#ctl00_MainContent_tblListData {
    border-bottom: 1px solid #dbdbdb;
}

.mr-btm-res {
    margin-bottom:5px;
}
.mar-left-mobile {
    margin-left:10px!important;
}
.mr-btm-onmobile {
    margin-bottom: 150px !important;
}
.pddx-10 {
    padding: 10px!important;
}
@media only screen and (max-width: 1200px) {
    .w-850-t-100 {
        width: 100% !important;
    }

}

    @media only screen and (max-width: 768px) {
        .flexclass-on-desktop {
            display: block !important;
        }

        .fill-blue .label-width-85 .input-text {
            margin-bottom: 0px !important;
        }

        .input-text .form-control {
            margin-bottom: 0px !important;
        }

        .tablet-down-line {
            margin-left: 150px !important;
        }

        .logo img {
            margin-left: -10px !important; 
        }

        .fill-blue {
            border-radius: 5px;
            border: 1px solid #ededed;
        }

        ul.breadcrumb {
            border-radius: 5px;
            border: 1px solid #ededed;
        }

        .input-text .respon-date {
            width: 90px !important;
        }

        .exprt-exel-btn {
            margin-top: 15px !important;
        }

        .w-850-t-100 {
            width: 100% !important;
        }
        .mar-left-mobile {
            margin-left: 10px!important;
        }
    }


    @media only screen and (max-width: 680px) {
        .tablet-down-line {
            margin-left: 1px !important;
        }

        .margin-lf-40 {
            margin-left: 15px !important;
        }

        .logo img {
            top: 20px !important;
            width: 500px !important;
        }

        .logo img {
            margin-left: 0px !important;
        }
    }

    @media only screen and (max-width: 568px) {

        .margin-lf-40 {
            margin-left: 0px !important;
        }

        .logo img {
            top: 20px !important;
            width: 450px !important;
        }
    }

    @media only screen and (max-width: 440px) {


        .logo img {
            top: 10px !important;
            width: 350px !important;
        }

        .mobilepadd {
            padding-left: 15px!important;
            padding-right: 15px!important;
        }
        .pddx-10 {
            padding: 0px !important;
        }

    }

    @media only screen and (max-width: 350px) {

        .mobilepadd {
            padding-left: 15px !important;
            padding-right: 15px !important;
        }
        .logo img {
            top: 10px !important;
            width: 280px !important;
        }
        .mar-left-mobile {
            margin-left: 0px!important;
        }
        .mr-btm-onmobile {
            margin-bottom:0px!important;
        }
        .pddx-10 {
            padding: 0px !important;
        }
    }


    .dp-none {
        display: none;
    }

    .esb-tab-show {
        display: block;
    }

    .f-l {
        float: left;
    }

    .f-r {
        float: right;
    }

    .detail-data {
        margin-left: 10px;
    }



    .icon-only-inpopup {
        width: 28px !important;
        margin-right: 10px !important;
        margin-bottom: -13px !important;
        position: absolute;
        margin-top: -5px;
        margin-left: -35px;
    }


    @media only screen and (min-width: 710px) {

        .left-child-l {
            padding: 28px 20px;
        }



        .left-child-r {
            padding: 28px 20px;
        }

 

    }
@media only screen and (min-width: 1135px) {
    .note-icon-width .note-icon {
        width: 24%!important;
    }
}





    .inline-pdf {
        display: revert !important;
        width: 100%;
        /* background-color: red; */
        margin-bottom: 8px;
        line-height: 1.3;
    }


    .text-center {
        text-align: center;
    }

    .icn-w-meeting {
        width: 28px !important;
        height: 28px;
        float: left;
        margin-right: 5px;
    }

    .frmtxt_black {
        font-family: "Tahoma" !important;
        font-size: 14px !important;
        font-weight: 500 !important;
    }

    .frmtxt_head2 {
        font-family: "Tahoma" !important;
        font-size: 15px;
        font-weight: 500 !important;
    }

    .frmtxt_head {
        font-family: "Tahoma" !important;
        font-size: 14px !important;
    }


    .RadGrid_Bootstrap .rgMasterTable, .RadGrid_Bootstrap .rgDetailTable, .RadGrid_Bootstrap .rgGroupPanel table, .RadGrid_Bootstrap .rgCommandRow table, .RadGrid_Bootstrap .rgEditForm table, .RadGrid_Bootstrap .rgPager table {
        font-family: "Tahoma" !important;
        font-size: 14px !important;
    }
.desktop-mt {
    margin-top: -10px;
}

    @media screen and (min-width:1280px) and (max-width:1600px) {
        .RadWindow.rwShadow {
            box-shadow: 0 1px 4px #b3b3b3;
            top: 20px !important;
        }
    }


@media only screen and (max-width: 768px) {
    .flex-label {
        display: block !important;
    }
  
}

@media screen and (min-width: 250px) and (max-width: 420px) {
    .flexclass-on-desktop .input-form {
        display: block !important;
    }
}

.PopupAddOrgAgent {
    margin-top:0px!important;
}
.d-flex {
    display:flex;
}



.w-100 {
    width:100%;
}

.float-right {
    float:right;
}

.mr-0 {
    margin-right:0px!important;
}


@media only screen and (max-width: 1060px) {
 
    .desktop-mt {
        margin-top: 0px !important;
    }
}

@media only screen and (max-width: 768px) {
    .block-ontab {
        display: block !important;
    }
}

.clearIcon {
    display: none !important;
}
  


@media only screen and (min-width: 1100px) {
    .txt-right-desk {
        text-align:right;
    }
}

.disabled-box {
    background-color: #f3f3f3!important;
    border: 1px solid #d2d2d2!important;
}

.left-tree-map {
    height: 100% !important;
    width: 100% !important;
    padding: 18px;
}

.color-red {
    color:red;
}

.pl-2 {
    padding-left:10px;
}

.edit-btn {
    background-color: #0072ce !important;
}

.del-btn {
    background-color: #C0392B !important;
    border: 1px solid #C0392B !important;
    color: white !important;
}

.mt-4 {
    margin-top:20px!important;
}
.mt-2 {
    margin-top: 10px !important;
}
.mb-1 {
    margin-bottom: 5px !important;
}
.mb-2 {
    margin-bottom:10px!important;
}

.check-box-table-left table tr td input[type=checkbox] {
    float: left !important;
    cursor: pointer;
}

.group-box { 
 
    padding: 3px 13px!important;
    padding-bottom: 20px !important;
 
}
