* {
    margin: 0;
    padding: 0;
}
body {
    background: #999;
}
/*#page-wrap {
width: 960px;
margin: 100px auto;
}*/
.tabs {
    position: relative;
    /*min-height: 250px;*/
    margin: 25px 0;
    /*clear: both;*/

}
.tab {
    float: left;
}
.tab label {
    background: #eee;
    padding: 10px;
    border: 1px solid #ccc;
    margin-left: -1px;
    position: relative;
    left: 1px;
    display: inline;
    color: #4777B5;
    background-color: #FFF;
}
.tab [type=radio] {
    display: none;
}
.content {
    position: absolute;
    top: 28px;
    left: 0;
    background: white;
    right: 0;
    /*bottom: 0;*/
    padding: 10px;
    border: 1px solid #ccc;
    height: auto;
}
[type=radio]:checked ~ label {
    background: #4777B5;
    color: #FFF;
    border-bottom: 1px solid white;
    z-index: 2;
}
[type=radio]:checked ~ label ~ .content {
    z-index: 1;
}

tr{
    /*border:1px solid #000;*/
    height: 50px;
}
td,th{
    /*border:1px solid #000;*/
    text-align: center !important;
    padding: 5px !important;
}
.table > thead > tr > th
{
    background-color: transparent !important;
    color:#2C3E50 !important;

}
.table > tbody > tr > td{
        vertical-align: middle !important;
}
.bottom-div-right{
    clear: both;
    /*padding: 10px;*/
    /*float: right;*/
    display: inline-block;
    width: 48%;
    border-left:1px solid #000;

}
.bottom-div-left{
    /*clear: both;
    padding: 10px;
    text-align: right;*/
    display: inline-block;
    width: 50%;
    /*border-right:1px solid #000;*/
}
.bottom-div{
    padding: 10px;
    background-color: #e0e0e0
}
.noti-header{
    text-align: left !important;
    width: 200px;
}

.number, .integer, .right {
    text-align: center !important;
}

.btnSetting {
    width: 80px;
    background-color: #C54719;
    border-color: #C54719 !important;
    color: #FFF;
    font-family: "thaisans_neue";
    font-size: 18px !important;
    margin: 10px;
    margin-bottom: 10px !important;
}
.btnSetting:hover{
    color: #FFF !important;
    background-color: #AD2E00 !important;
}

#settingNoti{
    /*padding: 10px;*/
    /*background-color: #FFF;*/
}

.tab-content{
    background-color: #FFF;
    padding: 10px !important;
}

/*button.btn-default1, button.btn-success {
padding: 0 12px;
border-color: #C54719;
color: #C54719;
}*/

/*button.btn-success {
padding: 0px 22px 0 5px;
color: #FFF;
}*/
/*
button.btn-default1:hover, button.btn-default1:focus {
border-color: #C54719;
background-color: #EFE4DB;
color: #C54719;
}*/

/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #FFF !important;
    cursor: default;
    background-color: #4777B5 !important;
    border: 1px solid #4777B5 !important;
    border-bottom-color: transparent;
}*/

#settingTab .nav-tabs > li> a{
    color: #FFF !important;
    cursor: default;
    background-color: #C54719 !important;
    /*border: 1px solid #C54719 !important;*/
    border-bottom-color: transparent;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: none;
    /*margin-left: 10px;*/
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    font-size: 20px;
    /*width: */
}

#settingTab .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #2C3E50 !important;
    cursor: default;
    background-color: #FFF !important;
    border: 1px solid #DDD !important;
    border-bottom-color: transparent !important;
}

a.notitab{
    color: #4777B5 !important;
    font-size: 15px !important;

}
li.notitab{
        /*background-color: #FFF !important;*/
}

#start-sent-date-filter, #end-sent-date-filter{
    height: 26px;
}

button[data-id=notification_type_filter], button[data-id=is_success_filter], button[data-id=page-filter] {
    padding-top: 4px;
    padding-bottom: 2px;
    font-size: 12px;
    height: 26px;
}

.dropdown-menu.inner {
    font-size: 12px;
}

#message-filter {
    height: 26px;
}

.edit-btn {
    cursor: pointer;
    width: 19px;
    height: 18px;
}

.modal-body{
padding: 25px;
border: none !important;
}

.modal-header{
    background-color: #4777B5;
    color: #FFF;
    font-family: "thaisans_neue";
    font-size: 25px !important;
}

.modal-footer {
    padding: 0px !important;
}

.divlayernameDetail, .divlayerdetailDetail, .divrestrictionDetail, .divsourceDetail {
    margin-bottom: 12px;
}

.divlayername, .divlayerdetail, .divrestriction, .divsource {
    margin-bottom: 7px;
    font-family: "thaisans_neue";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 21px;
}

#layerName, #detail, #restriction, #source {
    font-size: 13px !important;
}

#showID {
    font-family: "thaisans_neue";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 21px;
    color: #4777B5;
    margin-bottom: 15px;
}

#layer-footer {
    border-top: none !important;
}
