
body,html{
    background: #edeff4;
}
.grid-container{
    max-width: none;
    margin-top: 67px;
    display: inline-block;
    width: 100%;
    padding: 0;
    min-height: 800px;
}
.base_container{
    padding: 0 20px;
}
.top-bar{
    min-height: 67px;
    padding: 0 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.top-bar, .top-bar ul {
    background-color: #2a2a2a;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    /*-webkit-border-radius: 5px;*/
    /*border-radius: 5px;*/
    background: #2a2a2a;
}


.top-bar ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
.top-bar ::-webkit-scrollbar-thumb {
    background: #383838;
}

.dropdown.menu > li > a,
.dropdown.menu > li.is-dropdown-submenu-parent > a,
.dropdown.menu > li.is-dropdown-submenu-parent.is-active > a{
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
    padding: 15px 30px;
    margin: 11px auto;
    text-transform: uppercase;
}

.menu .menu-text{
    padding: 0;
}
.menu .menu-text .logo-text{
    color: #babaad;
    font-size: 30px;
    line-height: 27px;
    font-weight: bold;
    padding: 10px 70px 10px 20px;
    position: relative;
    margin: 0;
}
.menu .menu-text .logo-text > img {
	height:50px;
}
.menu .menu-text .logo-text:after{
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    top: 15px;
    width: 33px;
    height: 33px;
/*	
    background: url("../images/general_icon.png") 0 0 no-repeat;
*/
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after{
    display: none;
}
.top-bar-right .menu a{
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
    padding: 15px;
    margin: 11px auto;
}
.top-bar-right .menu a.custom_box{
    padding-left: 50px;
    position: relative;
}
.top-bar-right .menu a.custom_box:after{
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 8px;
    width: 24px;
    height: 26px;
    background: url(../images/general_icon.png) -4px -36px no-repeat;
}
.top-bar-right .menu a.logout_btn{
    height: 20px;
    border-left: 1px #4c4c4c solid;
    position: relative;
    width: 50px;
    padding: 0;
    margin: 23px auto;
}
.top-bar-right .menu a.logout_btn:after{
    content: "";
    display: block;
    position: absolute;
    left: 12px;
    top: 2px;
    width: 19px;
    height: 16px;
    background: url(../images/general_icon.png) -4px -68px no-repeat;
}


.top-bar li.extra_menu{
    position: static;
}
.is-dropdown-submenu.extra_submenu .is-dropdown-submenu-parent.opens-right > a::after{
    display: none;
}
.top-bar li.extra_menu ul.extra_submenu{
    left: 300px!important;
    width: 780px;
    margin: 0;
    border: 1px #ccc solid;
    padding: 30px 25px;
    display: none;
}
.top-bar li.extra_menu ul.extra_submenu.js-dropdown-active{
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.top-bar li.extra_menu ul.extra_submenu>li{
    display: block;
    width: auto;
    vertical-align: top;
    padding: 0 20px;
}
.top-bar li.extra_menu ul.extra_submenu>li>a{
    padding: 15px 0;
    border-bottom: 1px #e7e8ef solid;
    color: #000!important;
    text-transform: uppercase;
}
.top-bar li.extra_menu ul.extra_submenu ul.submenu{
    display: block;
    position: static;
    border: 0;
    margin: 0;
    padding: 10px 0!important;
    width: auto;
}
.top-bar li.extra_menu ul.extra_submenu ul.submenu li>a{
    padding: 7px 0;
    font-weight: normal;
}

.login_box{
    max-width: 570px;
    width: 100%;
    margin: 15% auto;
}
.login_box .header_box{
    background: #35363c;
    color: #fff;
    padding: 20px 25px;
    line-height: 25px;
    font-size: 19px;
    text-transform: uppercase;
}
.login_box .content_box{
    padding: 40px 25px 30px;
    background: #fff;
}

input[type='text'],
input[type='password'],
input[type='search'],
textarea,
select{
    border: #e1e1e1 1px solid!important;
    border-radius: 5px;
    padding: 0 10px;
    line-height: 34px;
    font-size: 16px;
    height: 34px;
    margin: 0;
    box-shadow: none;
    margin-bottom: 10px;
}
input[type='text'].num-input{
    max-width: 80px;
    text-align: right;
}
input[type='file']{
    border: 0;
    height: 34px;
    padding: 0;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 10px;
}
select{
    color: #000;
    padding-right: 40px;
    background-image: url(../images/select_bg.png);
    background-origin: unset;
    background-size: auto;
    background-position: right center;
}
.dataTables_wrapper select,
.dataTables_wrapper input[type='search']{
    height: 34px;
    padding: 0 15px;
}
textarea{
    min-height: 90px;
}

span.readonly_value{
    min-height: 34px;
    padding: 0;
    line-height: 34px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 16px;
    display: inline-block;
}
ul ul, ol ul, ul ol, ol ol,
ul,li{
    list-style: none;
    margin: 0;
}
[type='file'], [type='checkbox'], [type='radio']{
    margin: 0;
}
.check_box{
    display: block;
    margin-bottom: 15px;
}
.checkbox_box,
.form_style .grid-x .cell label.checkbox_box{
    position: relative;
    padding-left: 30px;
    margin: 0;
    cursor: pointer;
    display: inline-block;
}
.checkbox_box [type='checkbox'],
.checkbox_box [type='radio']{
    display: none;
}
.checkbox_box>span{
    display: block;
    position: absolute;
    width: 21px;
    height: 21px;
    background: url("../images/general_icon.png") 0 -155px no-repeat;
    left: 0;
    top : 2px;
}
.checkbox_box input:checked ~ span{
    background: url("../images/general_icon.png") -21px -155px no-repeat;
}
.btn{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 12px;
    border-radius: 5px;
    display: block;
    padding: 14px 10px;
    line-height: 12px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
    opacity: .9;
}
.btn:active{
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover{
    opacity: 1;
}

.btn[type="submit"],
.btn.submit_btn{
    background-color: #64b000;
    color: #fff;
}
.btn.btn_search{
    background-color: #ccc;
    width: 35px!important;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
    margin: 0;
    border: 1px #a9a9a9 solid;
    height: 30px;
    padding: 6px;
}
.btn.back_btn{
    background-color: #35363c;
    color: #fff;
}
.btn.other_btn1{
    background-color: #0098ff;
    color: #fff;
}
.btn.other_btn2{
    background-color: #ca00ff;
    color: #fff;
}
.btn.green_btn1{
    background-color: #45a338;
    color: #fff;
}

.btn.google_btn{
    background-color: #f06868;
    color: #fff;
    margin-bottom: 12px;
    padding-left: 35px;
    position: relative;
}
/*.btn.google_btn:after{*/
    /*content: "";*/
    /*display: block;*/
    /*background: url(../images/btn_icon.png) 0 0 no-repeat;*/
/*}*/
.btn.twitter_btn{
    background-color: #37b5e9;
    color: #fff;
    margin-bottom: 12px;
    padding-left: 35px;
    position: relative;
}
.btn.facebook_btn{
    background-color: #3e74bd;
    color: #fff;
    margin-bottom: 12px;
    padding-left: 35px;
    position: relative;
}
.form_style.panel{
    padding: 20px 30px 10px;
    background-color: #fff;
    margin-bottom: 20px;
}
.tabs-panel .form_style.panel{
    background-color: #e6e6e6;
}
.form_style .grid-x .cell>label,
.group_list li>label:not(.checkbox_box){
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 10px;
    width: 200px;
    float: left;
}

.mfp-content{ background: #edeff4; padding: 1rem}
.form_style .grid-x .cell>input[type='text'],
.form_style .grid-x .cell>input[type='password'],
.form_style .grid-x .cell>input[type='search'],
.form_style .grid-x .cell>input[type='file'],
.form_style .grid-x .cell>textarea,
.form_style .grid-x .cell>select,
.form_style .grid-x .cell>span.readonly_value,
.form_style .grid-x .cell>span.group_box,
.group_list li>input[type='text'],
.group_list li>input[type='password'],
.group_list li>input[type='search'],
.group_list li>textarea,
.group_list li>select{
    width: calc(100% - 200px);
    float: left;
}

.form_style .grid-x .cell .grid-x .cell input[type='text']{
    width: 100%;
}
.form_style .grid-x .cell .btn{
    margin-right: 0;
    width: calc(100% - 200px);
}

.form_style .grid-x .cell label.required:after{
    content: " *";
    color: #ff0000;
}
.text-input{
}
.text-input input[type="text"]{
    width: 80px;
    display: inline;
    padding: 0 5px;
    text-align: right;
}
.grid-x .cell>h3{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 30px;
    line-height: 21px;
    color: #fff;
    background-color: #2a2a2a;
    margin: 0;
}
.grid-x .cell>h3 a:link,
.grid-x .cell>h3 a{
    font-size: 12px;
    color: #e6ffab;
    font-style: italic;
}
.grid-x .cell>h3.bg-green, .btn.bg-green {
    background-color: #69b900;
}
.grid-x .cell>h3.bg-greenD, .btn.bg-greenD {
    background-color: #328800;
}
.grid-x .cell>h3.bg-greenL, .btn.bg-greenL {
    background-color: #9dec48;
}
.grid-x .cell>h3.bg-orangered, .btn.bg-orangered {
    background-color: #ff4f2e;
}
.grid-x .cell>h3.bg-yellow, .btn.bg-yellow {
    background-color: #ffd03a;
}
.grid-x .cell>h3.bg-yellowD, .btn.bg-yellowD {
    background-color: #c89f00;
}
.grid-x .cell>h3.bg-yellowL, .btn.bg-yellowL {
    background-color: #ffff6f;
}
.grid-x .cell>h3.bg-brown, .btn.bg-brown {
    background-color: #B98400;
}
.grid-x .cell>h3.bg-brownD, .btn.bg-brownD {
    background-color: #845800;
}
.grid-x .cell>h3.bg-brownL, .btn.bg-brownL {
    background-color: #f0b340;
}
.grid-x .cell>h3.bg-blue2, .grid-x .cell>h3.bg-sky, .btn.bg-sky {
    background-color: #00a4ff;
}
.grid-x .cell>h3.bg-skyD, .btn.bg-skyD {
    background-color: #0076cb;
}
.grid-x .cell>h3.bg-skyL, .btn.bg-skyL {
    background-color: #69d5ff;
}
.grid-x .cell>h3.bg-blue, .btn.bg-blue {
    background-color: #002CFF;
}
.grid-x .cell>h3.bg-blueD, .btn.bg-blueD {
    background-color: #0000ca;
}
.grid-x .cell>h3.bg-blueL, .btn.bg-blueL {
    background-color: #6f5aff;
}
.grid-x .cell>h3.bg-pink, .btn.bg-pink {
    background-color: #ff465c;
}
.grid-x .cell>h3.bg-pinkD, .btn.bg-pinkD {
    background-color: #c50033;
}
.grid-x .cell>h3.bg-pinkL, .btn.bg-pinkL {
    background-color: #ff7d89;
}
.btn-tool-tr th{
    background-color: #fff;
    padding-bottom: 5px;
}
.btn-tool-box .btn{
    padding: 14px 30px;
    width: auto;
    line-height: 12px;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px #edeff4 solid;
    display: inline-block;
}

.btn-tool-box .btn.bg-red{
    background-color: #FF6161;
}
.btn.bg-black,
.btn-tool-box .btn.bg-black{
    background-color: #35363c;
    color: #fff;
}
.btn-tool-box .btn.bg-yellow{
    background-color: #ffd03a;
}
.btn-tool-box .btn.bg-green{
    background-color: #69b900;
    color: #fff;
}
.btn-tool-box .btn.bg-brown{
    background-color: #B98400;
    color: #fff;
}
.switch>label{
    margin: 0!important;
}
.group_list li{
    line-height: 34px;
    min-height: 34px;
    margin-bottom: 5px;
}
.group_list li>input[type='text'],
.group_list li>input[type='password'],
.group_list li>input[type='search'],
.group_list li>textarea,
.group_list li>select{
    margin-bottom: 0;
    width: calc(100% - 100px);
    line-height: 30px;
    height: 30px;
}
.group_list li>label:not(.checkbox_box){
    margin-bottom: 0;
    width: 100px;
    font-weight: normal;
    line-height: 30px;
    height: 30px;
}
.group_list.inline-style li{
    display: inline-block; margin-right: 20px;
}
.filter_list{
    margin-bottom: 10px;
}
.filter_list li{
    display: inline-block;
    line-height: 40px;
    margin-right: 20px;
    font-weight: bold;
}
.reveal{
    width: 90%;
    max-width: 900px;
    background: #edeff4;
    padding-top: 35px;
}
.reveal .form_style.panel{
    padding: 15px 15px 5px;
}
.close-button, .close-button.medium{
    top: 0px;
    right: 7px;
}
.form-group span.readonly_value{

}
@media screen and (min-width: 641px) {
    /*.grid-margin-x.margin-6px {*/
        /*margin-left: -6px;*/
        /*margin-right: -6px;*/
    /*}*/
    /*.grid-margin-x.margin-6px > .cell {*/
        /*margin-left: 6px;*/
        /*margin-right: 6px;*/
    /*}*/
    /*.grid-margin-x.margin-6px > .small-12 {*/
        /*width: calc(100% - 12px);*/
    /*}*/
    /*.grid-margin-x.margin-6px > .small-9 {*/
        /*width: calc(75% - 12px);*/
    /*}*/
    /*.grid-margin-x.margin-6px > .small-8 {*/
        /*width: calc(66.66667% - 12px);*/
    /*}*/
    /*.grid-margin-x.margin-6px > .small-6 {*/
        /*width: calc(50% - 12px);*/
    /*}*/
    /*.grid-margin-x.margin-6px > .small-5 {*/
        /*width: calc(41.66667% - 12px);*/
    /*}*/
    /*.grid-margin-x.margin-6px > .small-4 {*/
        /*width: calc(33.33333% - 12px);*/
    /*}*/
    /*.grid-margin-x.margin-6px > .small-3 {*/
        /*width: calc(25% - 12px);*/
    /*}*/
    /*.grid-margin-x.margin-10px {*/
        /*margin-left: -10px;*/
        /*margin-right: -10px;*/
    /*}*/
    /*.grid-margin-x.margin-10px > .cell {*/
        /*margin-left: 10px;*/
        /*margin-right: 10px;*/
    /*}*/
    /*.grid-margin-x.margin-10px > .small-12 {*/
        /*width: calc(100% - 20px);*/
    /*}*/
    /*.grid-margin-x.margin-10px > .small-9 {*/
        /*width: calc(75% - 20px);*/
    /*}*/
    /*.grid-margin-x.margin-10px > .small-8 {*/
        /*width: calc(66.66667% - 20px);*/
    /*}*/
    /*.grid-margin-x.margin-10px > .small-6 {*/
        /*width: calc(50% - 20px);*/
    /*}*/
    /*.grid-margin-x.margin-10px > .small-5 {*/
        /*width: calc(41.66667% - 20px);*/
    /*}*/
    /*.grid-margin-x.margin-10px > .small-4 {*/
        /*width: calc(33.33333% - 20px);*/
    /*}*/
    /*.grid-margin-x.margin-10px > .small-3 {*/
        /*width: calc(25% - 20px);*/
    /*}*/
}
.footer{
    background-color: #2a2a2a;
    border-top: 9px #979797 solid;
    padding: 20px 10px;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    color: #777777;
}
.dropdown.menu > li.selected > a,
.dropdown.menu > li.is-dropdown-submenu-parent.selected > a,
.dropdown.menu > li.is-dropdown-submenu-parent.is-active.selected > a{
    color: #64b000;
}
.top-bar ul.submenu{
    background-color: #ffffff;
    border: 1px #e7e8ef solid;
    border-bottom: 16px #e7e8ef solid;
    padding: 20px 0;
    width: 230px;
}
.top-bar ul.submenu li a{
    color: #000;
    font-size: 14px;
    background-color: #fff;
    line-height: 16px;
    padding: 10px 30px;
    width: 100%;
    font-weight: bold;
}
.top-bar ul.submenu li a:hover{
    color:#64b000;
}
.top-bar .dropdown_btn{
    display: none;
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
    .menu .menu-text .logo-text{
        padding-right: 20px;
    }
    .dropdown.menu > li.is-dropdown-submenu-parent > a,
    .dropdown.menu > li.is-dropdown-submenu-parent.is-active > a{
        padding: 15px;
        font-size: 12px;
    }
    .top-bar li.extra_menu ul.extra_submenu{
        left: 250px !important;
    }
}
@media screen and (max-width: 1024px) {
    .mobile-hide-1024{
        display: none;
    }
    .dropdown.menu:not(.logout){
        position: fixed;
        top: 66px;
        left: -300px;
        z-index: 3000;
        width: 300px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        height: 100%;
        overflow-y: scroll;
        display: block;
    }
    .top-bar .dropdown_btn{
        display: block;
        height: 31px;
        width: 40px;
        margin-left: 5px;
    }

    /*.top-bar.active .dropdown_btn{*/
        /*background-position: 0 -119px;*/
    /*}*/
    .top-bar.active .dropdown.menu{
        left: 0;
    }

    .dropdown_btn:before, .dropdown_btn:after {
        content: "";
        display: block;
        width: 30px;
        height: 4px;
        background: #b7b7b7;
        border-radius: 8px;
        position: absolute;
        left: 19px;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }
    .dropdown_btn:before {
        top: 21px;
        box-shadow: 0 10px #b7b7b7;
    }
    .dropdown_btn:after {
        bottom: 22px;
    }
    .top-bar.active .dropdown_btn:before,
    .top-bar.active .dropdown_btn:after{
        left: 16px;
        width: 33px;
        height: 5px;
    }
    .top-bar.active .dropdown_btn:before {
        top: 31px;
        box-shadow: none;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }
    .top-bar.active .dropdown_btn:after {
        bottom: 31px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .dropdown.menu > li.is-dropdown-submenu-parent{
        width: 100%;
    }
    .menu:not(.logout) .menu-text{
        width: 90%;
        border-bottom: 1px #979797 solid;
        margin: 0 auto 15px;
    }
    .menu:not(.logout) .menu-text .logo-text{
        font-size: 24px;
        margin: 0 auto;
        width: 243px;
    }
    .menu:not(.logout) .menu-text .logo-text:after{
        left: 27px;
        top: 19px;
        width: 51px;
        height: 28px;
        background-size: cover;
    }
    .top-bar ul.dropdown.menu:not(.logout) {
        background-color: #383838;
        padding-bottom: 100px;
    }
    .dropdown.menu > li > a,
    .dropdown.menu > li.is-dropdown-submenu-parent > a,
    .dropdown.menu > li.is-dropdown-submenu-parent.is-active > a{
        margin: 0;
        padding: 20px 15px;
        line-height: 14px;
        color: #c9cccc;
    }
    .dropdown.menu > li.is-dropdown-submenu-parent ul.submenu.js-dropdown-active {
        display: none;
    }
    .dropdown.menu > li.is-dropdown-submenu-parent.selected ul.submenu{
        position: static;
        width: 100%;
        background-color: #383838;
        border: 0;
        padding: 0;
    }
    .dropdown.menu > li.is-dropdown-submenu-parent.selected ul.submenu li a{
        background-color: #383838;
        color: #fff;
    }
    .dropdown.menu > li.is-dropdown-submenu-parent.selected ul.submenu{
        display: block;
    }
    .top-bar li.extra_menu ul.extra_submenu>li{
        padding: 0 30px 10px;
    }
    .top-bar li.extra_menu ul.extra_submenu>li>a{
        padding: 10px 0;
        color: #fff!important;
    }
}
h1.title_text{
    display: block;
    padding: 45px 10px;
    line-height: 27px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background: url(../images/title_bg.png) center no-repeat;
    color: #fff;
    margin: 0 0 10px;
    background-size: cover;
}
h2.title_text{
    font-size: 20px;
    line-height: 23px;
    display: block;
    border-bottom: 1px #ccc solid;
    font-weight: bold;
    position: relative;
    padding: 10px 14px;
    margin-bottom: 20px;
}

h2.title_text:after{
    position: absolute;
    content: "";
    display: block;
    width: 4px;
    height: 20px;
    top: 10px;
    left: 0;
    background-color: #64b000;
}

h2.title_text>span.status_box{
    float: right;
    font-weight: normal;
}
h2.title_text .btn{
    display: inline-block;
    width: auto;
    height: 23px;
    margin: 0;
    line-height: 24px;
    vertical-align: middle;
    padding: 0 10px;
}
table{
    border: 1px solid #ccc;
}
table thead, table tbody, table tfoot {
    border: 1px solid #ccc;
}
table thead {
    background: #616161;
    color: #fbfbfb;
    font-size: 12px;
}
@media screen and (max-width: 640px) {
    .top-bar .top-bar-right, .top-bar .top-bar-left{
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .form_style .grid-x .cell>label,
    .group_list li>label:not(.checkbox_box),

    .form_style .grid-x .cell>input[type='text'],
    .form_style .grid-x .cell>input[type='password'],
    .form_style .grid-x .cell>input[type='search'],
    .form_style .grid-x .cell>input[type='file'],
    .form_style .grid-x .cell>textarea,
    .form_style .grid-x .cell>select,
    .form_style .grid-x .cell>span.readonly_value,
    .form_style .grid-x .cell>span.group_box,
    .group_list li>input[type='text'],
    .group_list li>input[type='password'],
    .group_list li>input[type='search'],
    .group_list li>textarea,
    .group_list li>select{
        width: 100%;
        float: none;
    }

    .form_style .grid-x .cell>label,
    .group_list li>label:not(.checkbox_box){
        margin-bottom: 0;
    }
}
table tbody tr:nth-child(odd),
table tbody tr:nth-child(even){
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
table tbody th, table tbody td{
    padding: 10px;
    vertical-align: top;
}
table thead th, table thead td, table tfoot th, table tfoot td{
    padding: 10px;
    line-height: 19px;
}
[class^="icol-"], [class*=" icol-"] {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    background-repeat: no-repeat;
    background-position: 16px 16px;
}
[class^="icol-"], [class*=" icol-"] {
    background-image: url(../images/sprite.png);
}
.icol-pencil{
    background-position: -304px -160px;
}
.icol-find {
    background-position: -304px -96px;
}
.icol-add {
    background-position: -16px 0px;
}
.icol-arrow-right {
    background-position: -256px -16px;
}
.icol-arrow-right {
    background-position: -256px -16px;
}
.icol-exclamation {
     background-position: -160px -96px;
}
.icol-bell {
    background-position: -384px -16px;
}
.icol-inbox {
    background-position: -176px -112px;
}
.icol-printer{background-position:0px -176px;}
.header_box .error-message{
    line-height: 1;
    color: #f73658;
    padding-left: 20px;
    font-size: 12px;
}
@media screen and (max-width: 640px){
    .login_box .content_box,
    .login_box .header_box{
        padding: 15px 10px;
    }

    h1.title_text{
        padding: 25px 10px;
        font-size: 24px;
    }

    .base_container{
        padding: 0 10px;
    }
}
@media screen and (max-width: 450px) {
    .header_box .error-message{
        padding: 0;
        display: block;
    }
}

.summary_tr input[type='text'],
.summary_tr input[type='password'],
.summary_tr input[type='search'],
.summary_tr textarea,
.summary_tr select,
.summary_tr span.readonly_value,
.input-table input[type='text'],
.input-table input[type='password'],
.input-table input[type='search'],
.input-table textarea,
.input-table select,
.input-table span.readonly_value{
    margin-bottom: 0;
    height: 25px;
}
.summary_tr td{
    background-color: #ccc;
    border-bottom:1px #fff solid ;
    padding: 10px;
}
.summary_tr td span.readonly_value{
    min-height: auto;
    height: auto;
    line-height: inherit;
}
.input-table td{
    padding: 10px;
}
.search-input-box{
    position: relative;
}
.search-input-box input[type='text']{
    padding-right: 40px;
}

/*
 * Dandelion Admin v2.0 - Error Stylesheet
 *
 * This file is part of Dandelion Admin, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * March 25, 2012
 * Last Update:
 * December 07, 2012
 *
 */

/* Error Wrapper
================================================== */

#da-error-wrapper {
    width: 100%;
    max-width: 320px;
    padding: 30px 0;
    margin: auto;
    position: relative;
}

/* Error Heading
================================================== */

#da-error-wrapper .da-error-heading {
    color: #e15656;
    text-align: center;
    font-size: 24px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

/* Error Code
================================================== */

@-webkit-keyframes error-swing {
    0% {
        -webkit-transform: rotate(1deg);
    }

    100% {
        -webkit-transform: rotate(-2deg);
    }
}

@-moz-keyframes error-swing {
    0% {
        -moz-transform: rotate(1deg);
    }

    100% {
        -moz-transform: rotate(-2deg);
    }
}

@keyframes error-swing {
    0% {
        transform: rotate(1deg);
    }

    100% {
        transform: rotate(-2deg);
    }
}

#da-error-code {
    width: 285px;
    height: 170px;
    padding: 127px 16px 0 16px;
    position: relative;
    margin: auto;
    margin-bottom: 20px;
    z-index: 5;
    line-height: 1;
    font-size: 32px;
    text-align: center;
    background: url(../images/error-hanger.png) no-repeat center center;
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    transform-origin: center top;
    -webkit-animation: error-swing infinite 2s ease-in-out alternate;
    -moz-animation: error-swing infinite 2s ease-in-out alternate;
    animation: error-swing infinite 2s ease-in-out alternate;
    box-sizing: content-box;
}

#da-error-code span {
    font-size: 96px;
    display: block;
}

#da-error-pin {
    width: 38px;
    height: 38px;
    display: block;
    margin: auto;
    margin-bottom: -27px;
    z-index: 10;
    position: relative;
    background: url(../images/error-pin.png) no-repeat center center;
}

/* Error Typopgraphy
================================================== */

#da-error-wrapper p {
    text-align: center;
    font-size: 14px;
}

#da-error-wrapper p a {
    color: #fff;
    background: #a6d037;
    text-decoration: none;
    padding: 1px 6px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.tabs{
    margin-top: 20px;
    position: relative;
}
.tabs-content{
    margin-bottom: 20px;
    border-top: 1px solid #e6e6e6;
    margin-top: -2px;
    position: relative;
}

.tabs-title > a{
    border-right: 1px #e1e1e1 solid;
    border-bottom: 1px #e1e1e1 solid;
    font-size: 14px;
    color: #000;
    min-width: 200px;
    text-align: center;
    font-weight: bold;
}
.tabs-title > a:focus,.tabs-title > a:hover, .tabs-title > a[aria-selected='true']{
    background-color: #64b000;
    color: #fff;
}
tr.row_f00 td:first-child{
    background-color: #FF0000 !important;
    color:#FFF;
}
tr.row_060 td:first-child{
    background-color: #006600 !important;
    color:#FFF;
}
tr.row_00f td:first-child{
    background-color: #0000FF !important;
    color:#FFF;
}
tr.row_000 td:first-child{
    background-color: #000000 !important;
    color:#FFF;
}
tr.row_960 td:first-child{
    background-color: #996600 !important;
    color:#FFF;
}
tr.row_969 td:first-child{
    background-color: #996699 !important;
    color:#FFF;
}
tr.row_f60 td:first-child{
    background-color: #FF6600 !important;
    color:#FFF;
}
tr.row_s00f td:nth-child(3){
    background-color: #FF0000 !important;
}
tr.row_a00f td:nth-child(4){
    background-color: #0000FF !important;
}
tr.row_090 td{
    background-color: #009900 !important;
    color:#FFF;
}

.shipping_block #btn_ship_addr_modify{ width: 100px;}

#file-list{ display: inline-block; width: calc(100% - 200px)}
#file-list a{ width: 100%;}
#file-list.dragging{background-color: rgba(255, 255, 0, .3);}

.icon.class-type {display: inline-block; font-weight: bolder; width: 17px; height: 17px; color: blue; text-align: center; vertical-align: middle; line-height: 17px; font-size: 17px; margin: 3px;}
.icon.calc-type, .icon.calc-time{display: inline-block; width: 17px; height: 17px; position: relative; overflow: hidden; vertical-align: middle; margin: 3px;}
.icon.calc-type > img{height: 17px; max-width: 34px; position: absolute;}
.icon.calc-type.dimension > img{right: 0;}
.icon.calc-time > img{height: 17px; max-width: 68px; position: absolute;}
.icon.calc-time.weekly > img{right: -34px;}
.icon.calc-time.monthly > img{right: -17px;}
.icon.calc-time.day30 > img{right: 0;}


.bg-widget-random {
    background-color: #000 !important;
    z-index: 0;
    opacity: 1;
    border-radius: 5px;
    position: relative;
    padding: 0;
    margin: 0;
}

.box {
    position: relative;
    margin: 20px 0;
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    border-radius: 4px;
}

.box-no-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0px solid #eee !important;
}

.bg-transparent {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.box .box-header {
    position: relative;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0px double #B7C1D3;
    color: #444;
    padding-bottom: 0px;
    background: #fff;
}

.box .box-header .box-title {
    display: inline-block;
    padding: 10px 0px 10px 0;
    margin: 0 0 0 5px;
    font-size: 14px;
    float: left;
    cursor: default;
    font-weight: bold;
    color: #8c92a3;
}

.box .box-header .box-title span {
    position: relative;
    left: 5px;
    color: #8c92a3;
    font-family: "Montserrat Light", sans-serif;
    top: 7px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.text-white {
    color: #ffffff !important;
}

.box .box-header .box-title i {
    height: 35px;
    width: 35px;
    display: block;
    text-align: center;
    line-height: 35px;
    color: #8c92a3;
    cursor: pointer;
    margin: 0 5px;
    position: relative;
    padding: 0;
    border-radius: 50%;
    float: left;
    font-size: 20px;
}

.box .box-header:before {
    display: table;
    content: " ";
}

.box .box-header:after {
    display: table;
    content: " ";
    clear: both;
}

.box .box-body {
    padding: 20px;
    color: #8c92a3;
}

.stats-wrap h2 {
    color: #45B6B0;
    font-weight: 700 !important;
    font-family: 'Montserrat Hairline', sans-serif !important;
    margin: 0 0 -5px;
}

.stats-wrap h2 span {
    float: right;
    color: #ffffff;
    background: #1688EC;
    font-size: 12px;
    margin: 0;
    font-weight: normal;
    padding: 4px 11px;
    border-radius: 20px;
    font-family: "Montserrat", sans-serif;
}

.stats-wrap p {
    margin: 0px 0 26px;
    color: #fff;
    font-weight: normal;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0 0 5px;
}

.box .box-body p {
    font-size: 13px !important;
}

.stats-wrap p small {
    float: right;
    font-size: 9px;
    text-transform: uppercase;
    margin: 4px 0 0;
}