@font-face {
    font-family: 'Prompt';
    src: url('../assets/google_font/prompt/Prompt-Light.ttf');
}

.body {
    font-family: 'Prompt', sans-serif !important;
    font-size: 13px;
    color: #4f575c;
}

html {
    height: 100%;
}

table {
    font-family: 'Prompt', sans-serif !important;
    font-size: 13px;
    color: #4f575c;
}

div {
    font-family: 'Prompt', sans-serif !important;
    font-size: 13px;
    color: #4f575c;
}

.outerDivFull {
    margin: 50px;
}

.switchToggle input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.switchToggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 68px;
    max-width: 68;
    height: 22px;
    background: #d1d1d1;
    display: block;
    border-radius: 100px;
    position: relative;
}

.switchToggle label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.switchToggle input:checked+label,
.switchToggle input:checked+input+label {
    background: #3e98d3;
}

.switchToggle input+label:before,
.switchToggle input+input+label:before {
    content: 'No';
    position: absolute;
    top: 5px;
    left: 35px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle input:checked+label:before,
.switchToggle input:checked+input+label:before {
    content: 'Yes';
    position: absolute;
    top: 5px;
    left: 10px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle input:checked+label:after,
.switchToggle input:checked+input+label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.switchToggle label:active:after {
    width: 60px;
}

.toggle-switchArea {
    margin: 10px 0 10px 0;
}

.div_header {
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=true, ShadowOpacity=0.30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
    zoom: 1;
    margin-top: -2px;
    padding: 5px;
    width: 100%;
    height: 94%;
    background-color: #ffffff;
    -webkit-box-shadow: inset -8px -78px 18px -74px, -3px 2px 20px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset -8px -78px 18px -74px, -3px 2px 20px 2px rgba(0, 0, 0, 0.75);
    box-shadow: inset -8px -78px 18px -74px, -3px 2px 20px 2px rgba(0, 0, 0, 0.75);
    border-radius: 0px 0px 0px 200px;
    -moz-border-radius: 0px 0px 0px 200px;
    -webkit-border-radius: 0px 0px 0px 200px;
    border: 0px solid #000000;
}

#menu-bar {
    width: 975px;
    margin: 0px 0px 0px 0px;
    padding: 10px 6px 3px 6px;
    height: 40px;
    line-height: 100%;
    position: relative;
    z-index: 999;
}

#menu-bar li {
    margin: 0px 0px 6px 0px;
    padding: 0px 5px 0px 5px;
    float: left;
    position: relative;
    list-style: none;
}

#menu-bar a {
    font-weight: bold;
    font-family: 'Prompt', sans-serif !important;
    font-size: 13px;
    color: white;
    text-decoration: none;
    display: block;
    padding: 6px 4px 6px 4px;
    margin: 0;
    margin-bottom: 6px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#menu-bar li ul li a {
    margin: 0;
}

#menu-bar .active a,
#menu-bar li:hover>a {
    background: #0399D4;
    background: linear-gradient(top, #EBEBEB, #A1A1A1);
    background: -ms-linear-gradient(top, #EBEBEB, #A1A1A1);
    background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#A1A1A1));
    background: -moz-linear-gradient(top, #EBEBEB, #A1A1A1);
    color: #444444;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

#menu-bar ul li:hover a,
#menu-bar li:hover li a {
    background: none;
    border: none;
    color: #666;
    -box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

#menu-bar ul a:hover {
    background: #0399D4 !important;
    background: linear-gradient(top, #04ACEC, #0186BA) !important;
    background: -ms-linear-gradient(top, #04ACEC, #0186BA) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#04ACEC), to(#0186BA)) !important;
    background: -moz-linear-gradient(top, #04ACEC, #0186BA) !important;
    color: #FFFFFF !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

#menu-bar li:hover>ul {
    display: block;
}

#menu-bar ul {
    background: #DDDDDD;
    background: linear-gradient(top, #FFFFFF, #CFCFCF);
    background: -ms-linear-gradient(top, #FFFFFF, #CFCFCF);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF));
    background: -moz-linear-gradient(top, #FFFFFF, #CFCFCF);
    display: none;
    margin: 0;
    padding: 0;
    width: 185px;
    position: absolute;
    top: 30px;
    left: 0;
    border: solid 1px #B4B4B4;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 2px 2px 3px #222222;
    -moz-box-shadow: 2px 2px 3px #222222;
    box-shadow: 2px 2px 3px #222222;
}

#menu-bar ul li {
    float: none;
    margin: 0;
    padding: 0;
}

#menu-bar ul a {
    padding: 10px 0px 10px 15px;
    color: #424242 !important;
    font-size: 12px;
    font-style: normal;
    font-family: arial;
    font-weight: normal;
}

#menu-bar ul li:first-child>a {
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
}

#menu-bar ul li:last-child>a {
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
}

#menu-bar:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#menu-bar {
    display: inline-block;
}

html[xmlns] #menu-bar {
    display: block;
}

* html #menu-bar {
    height: 1%;
}

.img_box {
    box-shadow: 3px 3px 4px black;
    -moz-box-shadow: 3px 3px 4px black;
    -webkit-box-shadow: 3px 3px 4px black;
    -khtml-box-shadow: 3px 3px 4px black;
    background-color: #FFFFFF;
    border-radius: 4px;
}

.tb1 {
    background: #888;
    border: 1px solid #666;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 4px 4px 5px #888888;
    font-family: 'Prompt', sans-serif !important;
    font-size: 13px;
}

.tb1 th {
    padding: 4px 10px;
    font-family: 'Prompt', sans-serif !important;
    font-size: 13px;
    font-weight: bold;
    color: white;
}

.tb1 td {
    background: #fff;
    height: 26px;
}

.tb1 tr.even td {
    background: #eee;
    color: black;
}

.tb1 tbody tr:hover {
    background-color: #BCC6CC;
    color: #FFFFFF;
}

.tb1 tbody tr:hover td {
    background-color: transparent;
    /* or #000 */
    color: #FFFFFF;
}

.tb1 tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.tb1 tr:last-child td:last-child {
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.tb1 collapsed {
    border-collapse: collapse
}

input {
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    background: #fff;
    border: 1px solid #aac;
}

.tb2 {
    background: #888;
    border: 1px solid #666;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 4px 4px 5px #888888;
    font-family: 'Prompt', sans-serif !important;
    font-size: 13px;
}

.tb2 th {
    padding: 4px 10px;
    font-family: 'Prompt', sans-serif !important;
    font-size: 13px;
    font-weight: bold;
    color: white;
}

.tb2 td {
    background: #fff;
    height: 26px;
}

.tb2 tr.even td {
    color: black;
}

.tb2 tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.tb1 tr:last-child td:last-child {
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.tb1 collapsed {
    border-collapse: collapse
}

input,
textarea {
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    background: #fff;
    border: 1px solid #888888;
}

.tooltip1:hover {
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #336699;
    PADDING-RIGHT: 3px;
    padding-bottom: 5px;
    padding-top: 2px;
    PADDING-LEFT: 3px;
    CURSOR: hand;
    BACKGROUND-COLOR: #0f855e;
    font-family: Tahoma;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 2px gray;
}

.tooltip1:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 25px;
    left: 50%;
    position: absolute;
    z-index: 99;
}

.tooltip1 {
    display: inline;
    position: relative;
    PADDING-RIGHT: 4px;
    PADDING-LEFT: 4px;
    CURSOR: hand;
    border-style: solid;
    border-width: 0px;
    HEIGHT: 20px;
    TEXT-DECORATION: none;
    font-family: Tahoma;
    position: relative;
    padding-top: 3px;
    color: 00a265;
}

.button2:active {
    position: relative;
    top: 3px;
}

.button2 {
    -moz-box-shadow: 0px 10px 15px -5px #323a3b;
    -webkit-box-shadow: 0px 10px 15px -5px #323a3b;
    box-shadow: 0px 10px 10px -5px #323a3b;
    background: #929ba1;
    background-image: -webkit-linear-gradient(top, #929ba1, #4f575c);
    background-image: -moz-linear-gradient(top, #929ba1, #4f575c);
    background-image: -ms-linear-gradient(top, #929ba1, #4f575c);
    background-image: -o-linear-gradient(top, #929ba1, #4f575c);
    background-image: linear-gradient(to bottom, #929ba1, #4f575c);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 26px;
    font-family: 'Prompt', sans-serif !important;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 12px 5px 12px;
    border: solid #040405 1px;
    text-decoration: none;
}

.button2:hover {
    background: #b9c2c7;
    background-image: -webkit-linear-gradient(top, #b9c2c7, #9fa5a8);
    background-image: -moz-linear-gradient(top, #b9c2c7, #9fa5a8);
    background-image: -ms-linear-gradient(top, #b9c2c7, #9fa5a8);
    background-image: -o-linear-gradient(top, #b9c2c7, #9fa5a8);
    background-image: linear-gradient(to bottom, #b9c2c7, #9fa5a8);
    text-decoration: none;
}

.div_title {
    padding-left: 0%;
    padding-bottom: 5px;
    color: 00a265;
    font-size: 20px;
    font-weight: bold;
    padding-top: 1%;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 12px;
    border-bottom: #9fa5a8 solid 2px;
}

.div_title2 {
    padding-left: 0%;
    padding-bottom: 5px;
    color: #65ae12;
    font-size: 16px;
    font-weight: bold;
    padding-top: 1%;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 12px;
    border-bottom: #9fa5a8 solid 1px;
}

.div_title3 {
    padding-left: 0%;
    padding-bottom: 5px;
    color: #de0f17;
    font-size: 18px;
    font-weight: bold;
    padding-top: 0%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 12px;
    border-bottom: #9fa5a8 solid 1px;
}

.border_tb1 {
    border: #4c4c4c solid 1px;
}

.tabs {
    width: 100%;
    display: inline-block;
}

.tab-links:after {
    display: block;
    clear: both;
    content: '';
}

.tab-links li {
    margin: -12px 5px;
    float: left;
    list-style: none;
}

.tab-links a {
    padding: 5px 10px;
    display: inline-block;
    border-radius: 3px 3px 0px 0px;
    background: gray;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    transition: all linear 0.15s;
}

.tab-links a:hover {
    background: #3B9C9C;
    text-decoration: none;
}

li.active a,
li.active a:hover {
    background: #95B9C7;
    color: #4c4c4c;
}

.tab-content {
    padding: 15px;
    border-radius: 6px;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
    background: #95B9C7;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

.input_submit {
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    background: #0f855e;
    border: 1px solid #aac;
}

.button3:active {
    position: relative;
    top: 3px;
}

.button3 {
    -moz-box-shadow: 0px 10px 15px -5px #323a3b;
    -webkit-box-shadow: 0px 10px 15px -5px #323a3b;
    box-shadow: 0px 10px 10px -5px #323a3b;
    background: seagreen;
    background-image: -webkit-linear-gradient(top, seagreen, #006400);
    background-image: -moz-linear-gradient(top, seagreen, #006400);
    background-image: -ms-linear-gradient(top, seagreen, #006400);
    background-image: -o-linear-gradient(top, seagreen, #006400);
    background-image: linear-gradient(to bottom, seagreen, #006400);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 26px;
    font-family: 'Prompt', sans-serif !important;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 12px 5px 12px;
    border: solid #040405 1px;
    text-decoration: none;
}

.button3:hover {
    background: mediumaquamarine;
    background-image: -webkit-linear-gradient(top, mediumaquamarine, cadetblue);
    background-image: -moz-linear-gradient(top, mediumaquamarine, cadetblue);
    background-image: -ms-linear-gradient(top, mediumaquamarine, cadetblue);
    background-image: -o-linear-gradient(top, mediumaquamarine, cadetblue);
    background-image: linear-gradient(to bottom, mediumaquamarine, cadetblue);
    text-decoration: none;
}

.btn_cancel:active {
    position: relative;
    top: 3px;
}

.btn_cancel {
    -moz-box-shadow: 0px 10px 15px -5px #323a3b;
    -webkit-box-shadow: 0px 10px 15px -5px #323a3b;
    box-shadow: 0px 10px 10px -5px #323a3b;
    background: #DD4B39;
    background-image: -webkit-linear-gradient(top, #DD4B39, #C12B05);
    background-image: -moz-linear-gradient(top, #DD4B39, #C12B05);
    background-image: -ms-linear-gradient(top, #DD4B39, #C12B05);
    background-image: -o-linear-gradient(top, #DD4B39, #C12B05);
    background-image: linear-gradient(to bottom, #DD4B39, #C12B05);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 26px;
    font-family: 'Prompt', sans-serif !important;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 12px 5px 12px;
    border: solid #040405 1px;
    text-decoration: none;
}

.btn_cancel:hover {
    background: mediumaquamarine;
    background-image: -webkit-linear-gradient(top, mediumaquamarine, cadetblue);
    background-image: -moz-linear-gradient(top, mediumaquamarine, cadetblue);
    background-image: -ms-linear-gradient(top, mediumaquamarine, cadetblue);
    background-image: -o-linear-gradient(top, mediumaquamarine, cadetblue);
    background-image: linear-gradient(to bottom, mediumaquamarine, cadetblue);
    text-decoration: none;
}


/* จัดรูปแบบ collumn ที่ datatable เช่นจัด collumn แบบ center*/

.cursor {
    cursor: hand;
}

.center {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.left {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.right {
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.display_hide {
    display: none!important;
}

.ui-datepicker-trigger {
    position: absolute;
}


/*  รูปแบบเช็ค checkbox เช่นหน้า  promotion_manage.php */

.weekDays-selector input {
    display: none!important;
}

.weekDays-selector input[type=checkbox]+label {
    display: inline-block;
    border-radius: 6px;
    background: #dddddd;
    height: 25px;
    width: 70px;
    margin-top: 3px;
    line-height: 25px;
    padding-left: 30px;
    cursor: pointer;
    background-image: url(../images/unchecked.png);
    background-repeat: no-repeat;
    background-position: 10% 40%;
    background-size: 14px;
    border: #9d9d9d solid 1px;
}

.weekDays-selector input[type=checkbox]:checked+label {
    background: #00a265;
    color: #ffffff;
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: 10% 40%;
}


/*  รูปแบบเช็ค checkbox เช่นหน้า  promotion_manage.php */

.template-selector input {
    display: none!important;
}

.template-selector input[type=checkbox]+label {
    display: inline-block;
    border-radius: 6px;
    background: #dddddd;
    height: 25px;
    float: right;
    margin-top: 3px;
    line-height: 25px;
    padding-left: 30px;
    padding-right: 5px;
    cursor: pointer;
    background-image: url(../images/unchecked.png);
    background-repeat: no-repeat;
    background-position: 10% 40%;
    background-size: 14px;
    border: #9d9d9d solid 1px;
}

.template-selector input[type=checkbox]:checked+label {
    background: #00a265;
    color: #ffffff;
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: 10% 40%;
}


/*  รูปแบบเช็ค radio เช่นหน้า  promotion_manage.php */

.exptype-selector input {
    display: none!important;
}

.exptype-selector input[type=radio]+label {
    display: inline-block;
    border-radius: 6px;
    background: #dddddd;
    height: 25px;
    width: 150px;
    margin-top: 3px;
    line-height: 25px;
    padding-left: 30px;
    cursor: pointer;
    background-image: url(../images/radio-uncheck.png);
    background-repeat: no-repeat;
    background-position: 5% 40%;
    border: #9d9d9d solid 1px;
}

.exptype-selector input[type=radio]:checked+label {
    background: #00a265;
    color: #ffffff;
    background-image: url(../images/radio-check.png);
    background-repeat: no-repeat;
    background-position: 5% 40%;
}

.topup-selector input {
    display: none!important;
}

.topup-selector input[type=radio]+label {
    display: inline-block;
    border-radius: 6px;
    background: #dddddd;
    height: 25px;
    width: 50px;
    margin-top: 3px;
    line-height: 25px;
    padding-left: 30px;
    cursor: pointer;
    background-image: url(../images/radio-uncheck.png);
    background-repeat: no-repeat;
    background-position: 5% 40%;
    border: #9d9d9d solid 1px;
}

.topup-selector input[type=radio]:checked+label {
    background: #00a265;
    color: #ffffff;
    background-image: url(../images/radio-check.png);
    background-repeat: no-repeat;
    background-position: 5% 40%;
}

.txt_search {
    background: white url(../images/search.png ) right no-repeat;
    padding-right: 17px;
}

td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}

td.details-sales {
    background: url('../images/detail.png') no-repeat center center;
    cursor: pointer;
}

thead tr input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

.warning {
    background-color: #A9F5D0 !important;
    font-size: 18px;
    font-weight: bold;
}

.detail {
    background-color: white !important;
}

.sum {
    font-size: 20px;
    font-weight: bold;
}

.Button_add_Link {
    margin-left: 5px !important;
    background-repeat: no-repeat !important;
    background-position: 4px 5px !important;
}

.Button_add {
    margin-left: 5px !important;
    background-image: url('../images/data_add.png') !important;
    background-repeat: no-repeat !important;
    background-position: 4px 5px !important;
    padding-left: 10px !important;
}

.Button_exp_excel {
    margin-left: 5px !important;
    background-image: url('../images/Excel.png') !important;
    background-repeat: no-repeat !important;
    background-position: 4px 5px !important;
    padding-left: 10px !important;
}

.Button_Reload {
    margin-left: 5px !important;
    background-image: url('../images/reload.png') !important;
    background-repeat: no-repeat !important;
    background-position: 4px 5px !important;
    padding-left: 10px !important;
}

.Button_Delete {
    margin-left: 5px !important;
    background-image: url('../images/Delete.png') !important;
    background-repeat: no-repeat !important;
    background-position: 4px 5px !important;
    padding-left: 10px !important;
}

.Button_Delete_hide {
    display: none;
}

.Button_laout {
    margin-left: 5px !important;
    background-image: url('../images/grid.png') !important;
    background-repeat: no-repeat !important;
    background-position: 4px 5px !important;
    padding-left: 12px !important;
}

.Button_edit {
    margin-left: 5px !important;
    background-image: url('../images/button_edit.png') !important;
    background-repeat: no-repeat !important;
    background-position: 4px 5px !important;
    padding-left: 12px !important;
}

.display tbody th,
.display tbody td {
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.display tbody tr td:first-child {
    border-left: 1px solid #dddddd;
}

.box3 {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 12px 12px 12px 12px;
    background-color: white;
    box-shadow: 3px 5px 15px #424242;
    behavior: url(border-radius.htc);
}

a.menu1 {
    PADDING-RIGHT: 4px;
    PADDING-LEFT: 4px;
    CURSOR: hand;
    border-style: solid;
    border-width: 0px;
    HEIGHT: 20px;
    TEXT-DECORATION: none;
    position: relative;
    padding-top: 3px;
    color: #ffffff
}

a:hover.menu1 {
    color: #000000;
    text-decoration: none;
    border: 1px solid #336699;
    PADDING-RIGHT: 3px;
    padding-bottom: 5px;
    padding-top: 2px;
    PADDING-LEFT: 3px;
    CURSOR: hand;
    BACKGROUND-COLOR: #c0c0c0;
    border-radius: 5px 5px 5px 5px;
}

.clearable {
    background: #fff url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=) no-repeat right -10px center;
    border: 1px solid #999;
    padding: 3px 18px 3px 4px;
    /* Use the same right padding (18) in jQ! */
    border-radius: 3px;
    transition: background 0.4s;
}

.clearable.x {
    background-position: right 5px center;
}

.clearable.onX {
    cursor: pointer;
}

.clearable::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.row_error {
    color: red;
}

.box {
    height: 200px;
    width: 100%;
    border-radius: 10px;
    border: 2px solid #666;
    padding: 6px 0px;
    background: #ccc;
}

.box-content {
    height: 200px;
    width: 100%;
    overflow: auto;
    border-radius: 8px;
}

.tabs {
    width: 100%;
    display: inline-block;
}


/*----- Tab Links -----*/


/* Clearfix */

.tab-links:after {
    display: block;
    clear: both;
    content: '';
}

.tab-links li {
    margin: 0px 5px;
    float: left;
    list-style: none;
}

.tab-links a {
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px 5px 0px 0px;
    background: gray;
    font-size: 14px;
    font-weight: 600;
    color: #4c4c4c;
    transition: all linear 0.15s;
}

.tab-links a:hover {
    background: #3B9C9C;
    text-decoration: none;
}

li.active a,
li.active a:hover {
    background: #E4E4E4;
    color: #65ae12;
}


/*----- Content of Tabs -----*/

.tab-content {
    padding: 15px;
    border-radius: 6px;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.40);
    background: #E4E4E4;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}