@charset "utf-8";
html,body{
    width: 100%;
    min-width: 1024px;
    height: 100% !important;
    /* font-family: 'DIN-Regular'; */
    font-weight: normal;
}
body{
    border-top: 9px solid #30325b;
    border-bottom: 9px solid #30325b;
    background: #e5e7dc;
    font-size: 14px;
}
*{
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;}
ul,li{padding:0;list-style: none;margin: 0}
a,a:hover,a.active{text-decoration: none; color: #333;cursor: pointer;}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding-left: 10px;
    padding-right: 10px;
}
li.flex-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,label{
    margin-bottom: 0;
}
.fa{ font-size: 18px;line-height: 14px; }
.row{margin-left: -10px; margin-right: -10px;}
.row.height-row{ height: 100%; padding-top: 20px}
.row.height-row .section{height: 100%; margin-top: 0;}
.row.common-row .section > .headline{border-bottom: 1px solid #333;}
.row.common-row .section > .headline .pull-right{position: absolute;right: 0.75rem; top: 0.75rem;}
.row.no-margin-bottom{margin-bottom: 0;}
.row.common-row .table thead th{border-top: none;border-bottom: 1px solid #dee2e6;}
.row.common-row tbody tr.even td{
    background: #efefef;
}

span.error{
    color: #f00;
    font-size: 13px;
    text-transform: none;
    font-weight: normal;
}
span.form-control{
    border: none;
    /* padding-left: 0; */
    background: #eee;

}
.section .table-bordered tr.reorder_rows_onDragClass td{
    background: #428bca;
    color: #fff;
}
.section .table-bordered tr.reorder_rows_onDragClass:nth-child(2n) td{
    background: #428bca;
    color: #fff;
}
.section .table-bordered tr.reorder_rows_onDragClass td a{
    color: #fff;
}
/* font-awesome */
.fa.image::before{content: "\f03e";}
.fa.edit::before{content: "\f040";}
.fa.move::before{content: "\f074";}
.fa.remove::before{content: "\f1f8";}
.fa.duplicate::before{content: "\f0c5";}
.fa.rollback::before{content: "\f0e2";}
.fa.additional::before{content: "\f0c6";}
.fa.clean::before{content: "\f021";}

/* reset select 2 */
.select2-container--default .select2-selection--single,
.select2-container--open .select2-dropdown--below{ -moz-border-radius: 0; border-radius: 0 }
.select2-container--default .select2-selection--multiple{
    -moz-border-radius: none;
         border-radius: none;
    border: 1px solid #ced4da;
    height: -moz-calc(1.5em + .75rem + 2px);
    height: calc(1.5em + .75rem + 2px);
    font-size: 1rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    -moz-border-radius: none;
         border-radius: none;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
       -moz-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);

}

/* reset boostrap modal */
.modal-content{-moz-border-radius:0;border-radius:0;}
.modal-content .btn{border: none;}

.custom-file-input{padding: 5px 10px; font-size: 1rem;}
.custom-file .custom-file-label{-moz-border-radius: 0;border-radius: 0; height: -moz-calc(1.5em + .75rem + 2px); height: calc(1.5em + .75rem + 2px);font-size: 1rem; padding: 5px 10px;}
.custom-file .custom-file-label::after{-moz-border-radius: 0;border-radius: 0; height: -moz-calc(1.5em + .75rem ); height: calc(1.5em + .75rem );font-size: 1rem; padding: 5px 10px;}


/* reset boostrap form */
.form-control,
.form-control.datepicker{-moz-border-radius: 0;border-radius: 0; padding: 5px 10px;}
.form-control:focus{-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none}
select.form-control.cross[multiple]{
    height: -moz-calc(1.5em + .75rem + 2px);
    height: calc(1.5em + .75rem + 2px)
}
.form-control[type="file"]{ padding: 0;}
.form-check-inline{
    line-height: 1.5;
    padding-top: -moz-calc(.375rem + 1px);
    padding-top: calc(.375rem + 1px);
    padding-bottom: -moz-calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
}
/* select.form-control{padding-left: 9px;} */

/* reset bootstrap */
.btn{
    line-height: 26px;
    height: 26px;
    color: #fff;
    background: #30325b;
    border-color:  #30325b;
    -moz-border-radius: 0;
         border-radius: 0;
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 13px;
    min-width: 80px;
    cursor: pointer;
    display: inline-block;
}
.btn:hover{
    color: #aaa;
}
.btn-info{
    border-color:  #17a2b8;
    background: #17a2b8;
}

.btn-outline-secondary{
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
    height: -moz-calc(1.5em + .75rem + 2px);
    height: calc(1.5em + .75rem + 2px);
    font-size: 1rem;
    border: 1px solid #ced4da;
    text-transform: none;
}
a.btn-outline-secondary{
    line-height: 36px;
}
a.btn-outline-secondary.focus, a.btn-outline-secondary:focus{
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.box-outline-secondary{
    line-height: ;
}
.btn-outline-secondary:hover{
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.input-group-text{
    -moz-border-radius : 0;
         border-radius : 0;
}
.input-group-text input.text{
    margin-right: 5px;
}
.input-bottom,.input-group-bottom{
    margin-top: 5px;
}

/* reset bootstrap table */
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap span.loading-text{font-size:14px;}
.section .table-bordered{
    border: none;
}
.section .table-bordered td,
.section .table-bordered th{
    border: none;
    padding: 8px 12px;
    line-height: 18px;
    position: relative;
    z-index: 1;
}
/* .section .table-bordered th{border-top: none; font-weight: normal;border-bottom: 1px solid #000; }
.section .table-bordered th .th-inner{line-height: 26px;}
.section .fixed-table-footer .table-bordered th{border-bottom: none; border-top: 1px solid #000; border-bottom: none;} */
.row.common-row .fixed-table-footer .table thead th{border-bottom: none;border-top: 1px solid #dee2e6}

.section .table-bordered tr:nth-child(even) td{
    background: #f6f6f6;
}
.section .table-bordered th.actions,
.section .table-bordered td.actions{
    text-align: right;
}
.section .table-bordered td .orderSort{
    display: inline-block;
    margin-left: 3px;
}
.section .table-bordered td .orderSort a{
    display: inline-block;
    width: 12px;
    font-size: 0;
    text-align: center;
    margin-left: 2px;
}
.section .table-bordered td .orderSort a i{
    display: inline-block;
    margin: 0;
}
/* .section .fixed-table-container .table thead th .th-inner{
    padding: 0;
} */
.section .fixed-table-toolbar{
    display: none;
}
.section .fixed-table-pagination{
    padding: 0 12px;
}
.section .fixed-table-pagination .pagination-detail{
    display: none;
}
.section .page-item.active .page-link{
    background: #428bca;
    border-color: #428bca;
}
.section .page-link,
.section .page-link:hover{
    color: #428bca;
}
.section .page-item.active .page-link{
    color: #fff;
}
.section .pagination,
.section .page-item:first-child .page-link,
.section .page-item:last-child .page-link{
    -moz-border-radius: 0;
         border-radius: 0
}

.wrapper{width: 100%; height: 100%; overflow: auto; position: relative; padding-left: 224px;}
.wrapper > .sidebar{ width: 224px;height: 100%; background: #282828; position: fixed; top: 0; left: 0; color: #d1d1d1;border-top: 9px solid #30325b; border-bottom: 9px solid #30325b;display: flex;flex-direction: column; }
.wrapper > .sidebar > .links{
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.wrapper > .sidebar > .links > .api{
    width: 100%;
    height: auto;
    margin-top: 50px;
}
.wrapper > .content{ width: 100%; height: 100%; background: #e5e7dc; padding:68px 20px 20px;position: relative;}


.section {background: #fff;width: 100%;margin-top: 20px; /* margin: 20px 0 0; padding: 0;  */}
.section.section-more > .content{
    display: none;
}
.section.section-more > .headline{
    padding-right: -moz-calc(1.5rem + 30px);
    padding-right: calc(1.5rem + 30px);
}
.section.section-more > .headline > .more{
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    display: block;
    width: 30px;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
}
.section.section-more > .headline > .more .fa:before{
    content: "\f078";
}
.section.section-more > .headline > .more.open .fa:before{
    content: "\f077";
}
.section.no-padding-top{
    padding-top: none;
}
.section.no-margin-top{
    margin-top: 0;
}
.section > .headline{overflow: auto; background: #fff; width: 100%; padding: 0.75rem; line-height: 26px; border-bottom: 1px solid #ccc; position: relative;overflow: visible;}
.section > .headline.no-border{
    border-bottom:none;
}
.section > #tableHead{
    display: none;
    height: -moz-calc(1.5em + 30px);
    height: calc(1.5em + 30px);
}
.section > #tableHead a.tab{
    display: inline-block;
    width: 50px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
    position: relative;
    bottom: -moz-calc(-0.75rem + 7px);
    bottom: calc(-0.75rem + 7px);
    margin-left: -1px;
    line-height: 30px;
    cursor: pointer;
    z-index: 1;
}
.section > #tableHead a.tab:first-of-type{
    margin-left: 0;
}
.section > #tableHead a.tab.action{
    line-height: 34px;
    bottom: -moz-calc(-0.75rem + 9px);
    bottom: calc(-0.75rem + 9px);
    border-bottom: 1px solid #fff;
    z-index: 2;
}
#tableContent .tables .pager{
    width: 100%;
    background: #e1e1e1;
    line-height: 20px;
    padding: 10px 7px;
    /* margin: 10px 0 ; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
#tableContent .tables .pager a{
    display: inline-block;
    margin: 0 3px;
    padding: 0 2px;
    color: #000;

}
#tableContent .tables .pager a.active {
    color: #222;
    border-bottom: 1px solid #222;
}
.section > .headline > .lang-links{
    position: absolute;
    right: 20px;
    bottom: 0;
    display: inline-block;
    line-height: 36px;
}
.section > .headline > .lang-links a{
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0 10px;
    border-bottom: none;
    margin-right: 10px;
}
.section > .headline > .lang-links a:hover,
.section > .headline > .lang-links a.active{
    background: #eee;
    font-weight: bold;
}
.section > .headline.btn-headline{
    /* padding-right: 120px; */
}

.section > .headline.menus-headline{border-bottom: 10px solid #e5e7dc;}
.section > .headline .select2{
    position: absolute;
    top:  0.75rem;
    right: 0.75rem;
}
.section > .headline h2 .select2-h2{
    right: auto;
    left: 0;
    margin-left: 10px;
    display: inline-block;
}

.section > .headline.search-headline,
.section > .headline.btn-headline{
    padding-right: 165px;
}
.section > .headline.btn-headline-atuo{
    display: flex;
    justify-content: space-between;
    align-content: ;
}
.section > .headline.btn-headline-atuo h2{
    flex: 1;
}
.section > .headline.btn-headline-atuo .btn-group .btn{
    margin-left: 5px;
}
.section > .headline.searchBtnBox{
    padding-right: -moz-calc(.75rem + 36px);
    padding-right: calc(.75rem + 36px);
}
.section > .headline.searchBtnBox a.searchBtn{
    position: absolute;
    right: .75rem;
    top: 0.75rem;
    width: 30px;
    height: 26px;
    overflow: hidden;
    display: block;
    min-width: 0;
    padding: 0;
    text-align: center;
}
.section > .headline.btn-headline .btn{
    position: absolute;
    right: .75rem;
    top: 0.75rem;
    height: 26px;
    overflow: hidden;
    display: block;
    /* padding: 0; */
    text-align: center;
}
.section > .headline.btn-headline .btn-group{
    position: absolute;
    top:  0;
    right: 0.75rem;
}
.section > .headline .icon-btn-group{
    position: absolute;
    top:  0;
    right: 0.75rem;
    height: 51px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.section > .headline.btn-headline .btn-group ul{
    padding:  0 10px;
}
.section > .headline.btn-headline .btn-group ul a{
    display: block;
    text-align: right;
}
.section > .headline h2{text-transform: uppercase; font-weight: 600;line-height: 26px; font-size: 15px; }
.section > .headline h2 span.small{text-transform: none;line-height: 26px; font-size: 15px; }
.section > .headline.btn-headline h2{display: inline-block;}
.section > .headline h2 .ttn{text-transform: none;}
.section > .content{ overflow: auto; background: #fff; width: 100%; padding: 14px 20px;}
.section > .content.no-padding{padding: 0;}
.section > .content.no-padding-top{padding-top: 0;}
.section > #tableContent > .loading{
    width: 100%;
    padding: 50px 20px ;
}
.section > #tableContent > .noResults{
    display: none;
    width: 100%;
    padding: 50px 20px ;
}
.btn-headline .btn,
.search-headline .btn{
    /*  */
    float: right;
    margin-left: 5px;
}

.search-headline .btn.search{
    position: absolute;
    top: 10px;
    right: 20px;
    min-width: auto;
}
.search-headline .btn.align-btns{
    right: .75rem;
}
.search-headline input[type="text"]{
    position: absolute;
    top: 10px;
    right: 65px;
    height: 26px;
    line-height: 24px;
    width: 95px;
    font-size: 13px;
}

/* left sidebar */
.sidebar .logo{
    height: 95px;
    display: block;
    width: 100%;
    background: #000  url('../images/logo.svg') center center no-repeat;
    background-size:70%;
}
.navigation li{display: block; width: 100%; border-bottom: 1px solid #282828; padding: 0 30px 0 23px; }
.api .navigation li a{
    border-top: 1px solid #646464;;
    border-bottom: none;
}
.navigation li:hover,.navigation li.active{background: #3a3a3a;}
.navigation li a{display: block;line-height: 50px;border-bottom: 1px solid #646464;color: #fff;text-decoration: none; text-transform: uppercase;}
.navigation li a:hover,.navigation li.active a{color: #fff}
.navigation li ul li{
    text-align: left;
    padding: 0 ;
    margin-left: 10px;
    width: auto;
}
.navigation li ul li a{ line-height: 40px }
.navigation li ul li a:hover,.navigation li.active ul li.active a{font-weight: bold;}
/* username */
.user_info{ width: 100%; line-height: 55px; height: 55px; overflow: visible; background: #fff; text-align: right; padding: 0 .75rem; position: relative;z-index: 100;margin-top: -48px; }
.user_info label{font-weight: normal;}
.user_info .username{position: relative; display: inline-block; min-width: 150px}
.user_info .username ul{ position: absolute; top: 48px;right: -10px; width: auto; min-width: 100%;max-width: 300px; background: #fff; line-height: 30px; padding: 0 22px 0 10px;  display: none;}
.user_info .username i {line-height: 48px}
.user_info .dropdown{}
.user_info .dropdown .btn{background: #fff; color: #212529; border: none; text-transform: none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none; margin-top: 15px; width: auto;min-width: auto;padding-left: 0;}
.user_info .dropdown.show > .btn-secondary.dropdown-toggle:focus{
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none
}
.user_info .dropdown  .btn-secondary:not(:disabled):not(.disabled):active{
    background: #fff; color: #212529
}
.user_info .dropdown a{line-height: 30px}
.http_client{float: left;}

/* language_lists */
.languages ul{text-align: center;padding: 14px 10px;}
.languages ul li{display: inline-block;padding: 0 10px;line-height: 28px;}


.seciontsBox tr td{ padding: 0 5px; width: 10%; color: #000; padding-bottom: 29px;border-top: none;}
.seciontsBox tr td:nth-of-type(1){
    text-transform: uppercase;
    font-weight: bold;
    width: 40%;
}
.seciontsBox tr td:nth-of-type(3),
.seciontsBox tr td:nth-of-type(5){
    color: #999
}
.seciontsBox tr:last-of-type td{
    padding-bottom: 0;
}

.sitewideBox ul li{
    padding-bottom: 20px;
    display: flex;
}
.sitewideBox ul li span{
    line-height: 30px;
    flex: 1;
}
.sitewideBox ul li span i{
    font-size: 18px;
    margin-right: 5px;
    display: inline-block;
    width: 20px;
    text-align: center;
}

/* filed-group */
.filed-group{
    margin: 0 -20px;
    padding: 15px 60px 15px 20px;
    border-top: 2px solid #30325b;
    position: relative;
}
.filed-group:first-of-type{
    margin-top: 0;
    border-top: none;
}
.filed-group > .form-group{
    margin-bottom: 15px;
}
.filed-group > .form-group:last-of-type,
.form-group-last{
    margin-bottom: 0;
}
.filed-group .tbns{
    position: absolute;
    top: 15px;
    right: 20px;
    width: 30px;
    height: auto;
}
.filed-group .tbns a{
    font-size: 20px;
    display: block;
    margin-bottom: 8px;
    text-align: center;
    background: #0069d9;
    color: #fff;
    line-height: 30px;
}
.filed-group-btns{
    padding-right: 40px;
    /* margin: 0 -20px;
    padding: 0 20px; */
    padding-top: 15px;
}

.fixed-content{
    padding-bottom: 74px;
}
.fixed-section {
    position: fixed;
    bottom: 9px;
    right: 0;
    margin-right: -224px;
    padding-right: 244px;
    padding-left: 20px;
    background: none;
    z-index: 10;
}
.fixed-section-top {
    position: fixed;
    top: 9px;
    right: 0;
    margin-right: -224px;
    padding-right: 244px;
    padding-left: 20px;
    background: none;
    z-index: 10;
}
.fixed-section > .content:first-of-type{
    -webkit-box-shadow:0 -2px 3px #aaaaaa;
       -moz-box-shadow:0 -2px 3px #aaaaaa;
            box-shadow:0 -2px 3px #aaaaaa;
}

/* settings page */

#settings-content .icon-btn{
    margin: 0 2px;
}
#settings-content .icon-btn .icon{
    font-size: 20px;
}

#settings-content ul.sections .btn{
    margin-left: 15px;
    margin-bottom: 11px;
}
#settings-content ul.sections li{
    background: #f0f0f0;
    padding: 0;
    margin-top: 18px;
}
#settings-content ul.sections li:first-of-type{
    margin-top: 0;
}
#settings-content ul.sections li > .headline{
    line-height: 34px;
    color: #323159;
    text-transform: uppercase;
    padding: 0 20px;
    position: relative;
}
#settings-content ul.sections li > .headline a{
    position: absolute;
    top: 8px;
    right: 18px;
    line-height: 14px;
    padding: 2px;
}
#settings-content ul.sections li > .headline a.items{
    position: relative;
    top: 8px;
    right: 0;
    float: right;
    line-height: 14px;
    padding: 2px;
    margin-left: 5px;
}
#settings-content ul.sections li .manage{
    background: #e0e0e0;
    padding: 0 20px 7px 5px;
}
#settings-content .manage .headline{
    padding: 0 15px;
    line-height: 35px;
    /* margin:  0 -5px; */
}
#settings-content .manage .headline a{
    position: absolute;
    top: 10px;
    right: 20px;
}

/* section page */
.section-list-table i ,#searchBox table i{
    line-height: 16px;
    position: relative;
    top: 2px;
    margin-right: 5px;
    font-size: 16px;
}
#ctrBox{
    display: none;
    overflow: visible;
    height: 60px;
}
#ctrBox > .headline{
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
#ctrBox > .pull-right{margin-right: 10px;}
#ctrBox > .pull-right:first-of-type{margin-right: 0;}
#tableSearchBox{
    width: 100%;
    height: 100%;
    overflow: auto;
}
#tableSearchBox .navigion{
    padding-top: 5px;
}


form.form-image .sizes-section.section > .headline{
    padding-right: 0;
    line-height: 20px;
    height: 29px;
    padding: .25rem .75rem;
}
form.form-image .sizes-section.section > .headline h2{
    line-height: 20px;
}
form.form-image .sizes-section.section > .headline .removeSize{
    position: absolute;
    top: 0;
    right: 0px;
    height: 29px;
    line-height: 27px;
    display: none;
}
form.form-image .sizes-section.section.new-section > .headline .removeSize{
    display: inline-block;
}
form.form-image .sizes-section.section .form-group{
    margin-bottom: .5rem;
}
form.form-image .section .col-sm-2{
    /* max-width: 120px; */
}
form.form-image .content .form-group .form-group {
    margin-bottom: 0;
}
form.form-image a.addSize{
    margin-right: 10px;
}
/* permissions page */
form.form-permission .p-item {
    padding-right: 20px;
    margin-bottom: 10px;
    /* width: 100px; */
    display: inline-block;
}
form.form-permission .p-item.p-item-title{
    font-weight: bold;
    text-transform: capitalize;
}
form.form-permission .p-item label{
    margin-right: 5px;
}
form.form-permission h3{
    display: block;
    width: 100%
}
form.form-permission .row{
    padding: 0 10px 0 20px;
    width: 100%;
}
form.form-permission h4{
    font-size: 14px;
    width: 100%
}
form.form-permission h5{
    font-size: 14px;
    min-width: 120px;
    padding-right: 10px;
}


/* productForm Page */
.productForm > div{ padding-bottom: 54px; }
.productForm form.languageForm,
.wrapperPop form.languageForm{
    display: none;
}
.productForm div{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.productForm > .row{
    margin-left: 0;
    margin-right: 0;
}
.productForm > .row > .col-sm-12{
    padding-left: 0;
    padding-right: 0;
    position: relative;
    padding-bottom: 50px;
    padding-top: 30px;
}
.productForm > .row > .col-sm-12 .btns{
    position: absolute;
    width: 100%
}
/*.btn-group-vertical .btn::before{
    content: '';
    width: 100%;
    height: 20px;
    background-color: #fff;
    display: inline-block;
    padding: 0 11px;
    box-sizing: content-box;
    margin-left: -10px;
    position: relative;
}*/

/* template page */
#cms-template .table{
    margin-bottom: 0;
}
#cms-template .table td, .table th{
    padding: 0.5rem;
}
#cms-template .content > table tr>td:last-of-type{
    text-align: right;
}
#cms-template .content > table tr>th:last-of-type{
    text-align: right;
}
#cms-template .content > table tr td a.btn{
    margin-right: 10px;
}
#cms-template .content > table tr td>a.btn:last-of-type{
    margin-right: 0;
}
#cms-template .no-padding .table thead th{
    border-bottom: 1px solid #000;
}

#sections-content span.tooltip,#tableSearch span.tooltip{
    opacity: 1;
    position: relative;
    display: inline-block;
}
#sections-content img.icon-im,#searchBox img.icon-im{
    width: 60px;
    height: 60px;
    margin-right: 5px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
         background-size: cover;
}
#sections-content .bootstrap-table .additional a{
    display: inline-block;
    margin-left: 8px;
}
#sections-content .bootstrap-table .additional a.edit i::before{
    content: "\f040";
}
#sections-content .bootstrap-table .additional a.remove i::before{
    content: "\f1f8";
}
#searchBox .bootstrap-table .actions a{
    margin-left: 5px;
}
#sections-content .bootstrap-table .actions a{
    margin: 5px 8px;
    display: inline-block;
}
#sections-content .leftNav{
    height: 100%;
    width: 33.3333333%;
    box-sizing: border-box;
    padding-left: 10px;
}
#sections-content .rightContent{
    height: 100%;
    width: 66.6666666%;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
}
#sections-content .leftNav .section{
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 51px;
}
#sections-content .leftNav .section .searchBtnBox{
    position: absolute;
    top: 0;
    left: 0
}
#sections-content .leftNav .section .treeview{
    height: 100%;
    overflow: scroll;
}
#sections-content .rightContent .section{
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 111px;
}
#sections-content .rightContent .section .menus-headline{
    position: absolute;
    left: 0;
    top: 0;
}

#sections-content .rightContent .section .searchBtnBox{
    position: absolute;
    left: 0;
    top: 60px;
}
#sections-content .rightContent .section  #tableContent,
#sections-content .rightContent .section  #tableContent > .tables,
#sections-content .rightContent .section  #tableContent > .tables > .bootstrap-table,
#sections-content .rightContent .section  #tableContent > .tables > .bootstrap-table > .fixed-table-container
{
    height: 100%;
    position: relative;

}
#sections-content .rightContent .section  #tableContent > .tables > .bootstrap-table{
    position: relative;
    z-index: 1;
}
#sections-content .rightContent .section  #tableContent > .tables.pager-tables{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 40px
}
#sections-content .rightContent .section  #tableContent > .tables .pager{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

/* section template page */
#cms-sections-template .table{
    margin-bottom: 0;
}
#cms-sections-template .table td, .table th{
    padding: 0.5rem;
}
#cms-sections-template .content > table tr>td:last-of-type{
    text-align: right;
}
#cms-sections-template .content > table tr>th:last-of-type{
    text-align: right;
}
#cms-sections-template .content > table tr td a.btn{
    margin-right: 10px;
}
#cms-sections-template .content > table tr td>a.btn:last-of-type{
    margin-right: 0;
}
#cms-sections-template .no-padding .table thead th{
    border-bottom: 1px solid #000;
}

/* section image edit */
#cms-sections-image{
    width: 100%;
    height: 100vh;
    overflow: ;
    position: fixed;
    background-color: #fff;
}
#cms-sections-image > .headline{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #333;
    line-height: 26px;
    padding: 10px;
}
#cms-sections-image > .headline{
    position: fixed;
    left: 0;
    top: 0;
}
#cms-sections-image > .headline h2{
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 26px;
    font-size: 15px;
}
#cms-sections-image > .headline .selectBox{
    float: right;
    position: relative;
    display: inline-block;
    margin-left: 10px;
}
#cms-sections-image > .headline .selectBox .select2{
    position: relative;
    top: 0;
    right: 0;
}
#cms-sections-image > .content{
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    padding: 55px 10px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
}
#cms-sections-image > .content > .im-box{
    width: 60%;
    flex: 60;
    height: 100%;
}
#cms-sections-image > .content > .im-control{
    width: 40%;
    flex: 40;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding:  0 0 0 46px;
}

#cms-sections-image > .content > .im-control h3{
    font-size: 16px;
    margin: 10px 0 5px;
}

#cms-sections-image > .content > .im-control h3 span{
    font-weight: normal;
}

#cms-sections-image > .content > .im-control .btn-group-vertical{
    position: absolute;
    left: 5px;
}

#cms-sections-image > .content > .im-control .btn-group-vertical > .btn{
    line-height: 36px;
    height: 36px;
    line-height: 36px;
    min-width: 36px;
    width: 36px;
    display: inline-block;
}

#cms-sections-image > .content > .im-control .btn-group-vertical > .btn:first-of-type{
   -moz-border-radius: .25rem .25rem 0 0 ;
        border-radius: .25rem .25rem 0 0 ;
}
#cms-sections-image > .content > .im-control .btn-group-vertical > .btn:last-of-type{
   -moz-border-radius: 0  0 .25rem .25rem;
        border-radius: 0  0 .25rem .25rem;
}

#cms-sections-image > .content > .im-control .img-current{
    width: 100%;
    max-width: 100%;
    height: auto;
}
#cms-sections-image > .content > .im-control .img-preview{
    width: 100%;
    max-width: 100%;
    height: auto;
  /*  padding-bottom: 0;
    overflow: hidden;
    position: relative;*/
}
#cms-sections-image > .content > .im-control .img-preview .box{
    /*position: absolute;*/
}
#cms-sections-image > .content > .im-control .img-current img{
    width: auto;
    max-width: 100%;
    height: auto;
}
#cms-sections-image .img-save{
    position: absolute;
    left: 20px;
    bottom: 20px;
    /*padding-top: 10px;*/
}
#cms-sections-image .selectBox{
    display: flex;
    margin-top: 10px;
}
#cms-sections-image .selectBox:frist-of-type{
    margin-top: 0;
}
#cms-sections-image .selectBox > span{
    width: 100px;
}
#cms-sections-image .selectBox > div{
    flex: 1;
}
#cms-sections-image .error{
    display: none;
    position: fixed;
    top: 150px;
    left: 30px;
    color: #F00;
    /*transform: translate(-50%,-50%);*/
}
/* fieldvalue page */
#cms-fieldvalue .fa{
    font-size: 20px;
}
#cms-fieldvalue .array .col-sm-1 a{
    margin-top: 9px
}
#cms-fieldvalue .content > table tr td a.btn{
    margin-right: 10px;
}
#cms-fieldvalue .content > table tr td>a.btn:last-of-type{
    margin-right: 0;
}

#cms-sections-image > .content.error_edit > .im-control .btn-group-vertical,
#cms-sections-image > .content.error_edit > .im-control h3,
#cms-sections-image > .content.error_edit > .im-control .img-current,
#cms-sections-image > .content.error_edit > .im-control .img-preview,
#cms-sections-image .error_edit .img-save,
#cms-sections-image > .content.error_edit > .im-box .cropper-container{
    display: none;
}

#cms-sections-image .error_edit .no_image{
    display: inline-block;
}
#cms-sections-image .error_edit.error_screen .no_image{
    display: none;
}
#cms-sections-image .error_edit.error_screen .screen{
    display: inline-block;
}

.productForm img.preview{
    width: 100%;
    height: 81px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
         background-size: cover;
}
/* .productForm .fixed-section{
    margin: 0;
    padding: 0;
    bottom: 0
}

.productForm .fixed-section-top{
    margin: 0;
    padding: 0;
    top: 0
}
.productForm .col-sm-12 .section:first-of-type{
    margin-top: 0;
}
.productForm .col-sm-12 .section .content{
    padding: 0.75rem;
}
.productForm .col-sm-12 .section:first-of-type .content{
    padding: 0.75rem 0.75rem 0;#
}
.productForm .section > .headline{
    padding-right: 0.75rem;
}
 */


form.form-sendsmith .status.content{
    display: none
}

.fields-list-table td .link{
    margin-left: 10px;
}
.fields-list-table td .link:first-of-type{
    margin-left: 0;
}

.addFieldBox{
    float: left;
}
.addFieldBox .form-control{
    width: 50px;
    padding: 0 0;
    text-align: center;
    display: inline-block;
    line-height: 24px;
    height: 26px;
}
.addFieldBox .btn{
    margin-left: 5px;
}
table > tbody > tr > td.btns{
    text-align: right;
}

#site-language-edit table thead th,
#site-language-edit table tbody td{
    padding: 8px 0;
}
#site-language-edit table thead th:first-child {
    width: 20%;
    max-width: 200px;
    min-width: 100px;
    padding: 8px 20px;
}
#site-language-edit table thead th:last-child {
    width: 80px;
    padding: 8px;
}
#site-language-edit table tbody td:first-child,
#site-language-edit table tbody td:last-child{
    padding: 8px 20px;
}
#site-language-edit table tbody td[colspan="2"]{
    padding: 8px 20px 8px 0;
}
#site-language-edit table tbody td:last-child .btn.delete{
    height: -moz-calc(1.5em + .75rem + 6px);
    height: calc(1.5em + .75rem + 6px);
    line-height: -moz-calc(1.5em + .75rem + 4px);
    line-height: calc(1.5em + .75rem + 4px);
}
#tree .fa{
    font-size: 11px;
}
#tree span.indent{
    margin:0  6px;
}
#tree span.node-icon{
    display: none;
}
#tree .list-group-item{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    word-wrap: break-word;
    padding: 5px 5px 5px 10px;
}

#htmlEditorBox{
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10000;
    width: 100%;
    height: 50%;
    max-height: 500px;
    min-height: 200px;
    -webkit-box-shadow: 0 -5px 15px 0px #999;
       -moz-box-shadow: 0 -5px 15px 0px #999;
            box-shadow: 0 -5px 15px 0px #999;
    background: #fff;
    overflow: visible;
    border-top: 1px solid #333;
}
#htmlEditorBox > div{
    width: 100%;
    height: 100%
}
#htmlEditorBox > a{
    display: block;
    position: absolute;
    right: 10px;
    top: -30px;
    background: #fff;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #333;
    border-bottom: none;
}
#htmlEditorBox > a.save{
    right: 70px;
}
#searchBox{
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 75%;
    /* max-height: 500px; */
    min-height: 200px;
    -webkit-box-shadow: 0 -5px 15px 0px #999;
       -moz-box-shadow: 0 -5px 15px 0px #999;
            box-shadow: 0 -5px 15px 0px #999;
    background: #fff;
    overflow: visible;
    border-top: 1px solid #333;
}
#searchBox .headline{
    padding-left: 20px;
    padding-right: 20px;
}
#searchBox .headline a{
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 0.75rem;
    width: 26px;
    color: #000;
    text-align: center
}
#searchBox .section{
    margin-top: 0;
}
#searchBox .section .content .form-group{
    margin-bottom: 0;
}
#module-user-content{ height: 100%; }
#module-user-content .col-md-4,
#module-user-content .col-md-8{ height: 100%; box-sizing: border-box;padding-top: 20px; }
#module-user-content .col-md-4 .section,
#module-user-content .col-md-8 .section{margin-top: 0; height: 100%;display: flex;flex-direction: column; }
#module-user-content .col-md-4 .section .content,
#module-user-content .col-md-8 .section .content{
    flex: 1;
    overflow-y: scroll;
}
#module-user-content .user-lists{
    background-color: #E0E0E0;
}
#module-user-content .icon-btn{
    margin: 0 2px;
}
#module-user-content .icon-btn .icon{
    font-size: 20px;
}

#module-user-content .user-lists .title{
    height: 40px;
    box-sizing: border-box;
    padding: 0 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F0F0F0;
    font-size: 15px;
    text-transform: uppercase;
}
#module-user-content .user-lists .search{
    background-color: #F0F0F0;
    box-sizing: border-box;
    height: 50px;
    border: 1px solid #B0B0B0;
    padding: 0 0 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 12px;
}
#module-user-content .user-lists .search input{
    height: 48px;
    flex: 1;
    outline: none;
    -webkit-appearance:none;
    border: none;
    background: none;
    font-size: 16px;
}
#module-user-content .user-lists .search button{
    width: 48px;
    height: 48px;
    margin-left:5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border: none;
    background: none;
    box-sizing: border-box;
}
#module-user-content .user-lists .search button i{
    font-size: 30px;
    color: #666;
}
#module-user-content .user-lists .table-box{
    width: 100%;
    box-sizing: border-box;
    padding: 0 12px 30px;
}
#module-user-content .user-lists .table-box table{
    background-color: #F0F0F0;
    width: 100%;

}
#module-user-content .user-lists .table-box table thead td{
    height: 40px;
    border-bottom: 1px solid #B0B0B0;
    background-color: #E0E0E0;
}
#module-user-content .user-lists .table-box table tr td:first-of-type{
    padding-left: 10px;
}
#module-user-content .user-lists .table-box table tbody td{
    padding: 20px 0;
    border-bottom: 1px solid #cfcfcf;
}
#module-user-content .user-lists .table-box table tbody tr:last-of-type td{
    border-bottom:none
}
#module-user-content .item-actions{
    font-size: 0;
}

/* #module-user-content .item-actions .icon-btn{
    margin: 0 2px;
}
#module-user-content .item-actions .icon-btn .icon{
    font-size: 20px;
} */

.csvWrap{
    margin-left: 0;
    margin-right: 0
}
.csvWrap div.successfully{
   padding: 20px
}
.csvWrap div.error{
    color: red;
    padding: 20px
}
.csvWrap .download,.csvWrap .upload{
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    background-color: #fff
}
.csvWrap .download .headline,
.csvWrap .upload .headline{
    background: #fff;
    width: 100%;
    padding: 0.75rem;
    line-height: 26px;
    border-bottom: 1px solid #ccc;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 26px;
    font-size: 15px;
}
.csvWrap .download .content,
.csvWrap .upload .content{
    padding: 20px;
}
.csvWrap .download .content a{
    cursor: pointer
}
.csvWrap .upload .content form{
    padding-bottom: 30px;
    /* border: 1px solid #eee; */
}
.csvWrap .upload .content form .title{
    font-weight: bold;
    padding-bottom: 5px
}
.csvWrap .upload .content form .checkboxs{
    padding: 10px 0;
    overflow: auto;
}
.csvWrap .upload .content form .checkboxs .checkbox{
    float: left;
    margin-right: 20px
}
html.fancyboxPopUp, html.fancyboxPopUp > body{border: none;height: auto !important; min-width: 320px;}
html.fancyboxPopUp .content > .row{margin-left: 0; margin-right: 0;}
html.fancyboxPopUp .col-sm-12{padding:0}
html.fancyboxPopUp .sidebar,html.fancyboxPopUp .user_info{display: none}
html.fancyboxPopUp .productForm{margin-left: 0; margin-right: 0;}
html.fancyboxPopUp .productForm > div{padding:0}
html.fancyboxPopUp .section{margin-top: 0;}
html.fancyboxPopUp .wrapper{padding: 0;height: auto;}
html.fancyboxPopUp.smallBox,html.fancyboxPopUp.smallBox > body{
    width: 400px
}
/* html.fancyboxPopUp.success .wrapper{width: 400px;} */
html.fancyboxPopUp .section{margin-top: 0;}
html.fancyboxPopUp .wrapper > .content{padding: 0px;}
html.fancyboxPopUp .wrapper > .content{padding: 0px;}
@media screen and (max-width:1023px) {
    .wrapper > .sidebar{
        position: absolute;
    }
}
@media screen and (max-width:991.98px) {
    .wrapper{padding-left: 170px;}
    .wrapper > .sidebar{ width: 170px;}
    #recordSetting{left: 170px;}
    .navigation li{padding: 0 10px;}
    .fixed-content{
        padding-bottom: 54px;
    }
    .fixed-section {
        position: fixed;
        bottom: 9px;
        right: 0;
        margin-right: -170px;
        padding-right: 170px;
        padding-left: 10px;
        background: none;
    }
}
@media (max-width: 767.98px) {
    form.form-image .content .form-group .form-group {
        margin-bottom: .5rem;
    }
    .section > .headline h2 span.small{display: block;}
    form.form-image .content .form-group .form-group {
        margin-bottom: .5rem;
    }
    
}
.list-group-item:first-child{
    border-radius: 0;
}
