html,
body {
    height: 100%;
}
.dz-preview{
    display: none;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}
.position_relative{
    position: relative;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.home_big_btn{
    margin-bottom: 20px;
}

.loader {
    border-right: 9px solid #f3f3f3; /* Light grey */
    border-left: 9px solid #f3f3f3; /* Light grey */
    border-bottom: 9px solid #CF043B; /* Light grey */
    border-top: 9px solid #CF043B; /* Blue */
    border-radius: 50%;
    width: 70px;
    height: 70px;
    animation: spin 2s linear infinite;
}
.loader_center{
    margin: 0 auto;
}

.fix_position{
    z-index: 10000;
}

.modal-body {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
}

.back_to_main{
    font-size: 20px;
    padding: 10px;
    cursor: pointer;
    color: #007c67;

}
.back_to_main:hover{
    color: #00441c;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}


.languages_dropdown .dropdown-toggle{
    padding: 15px;
    display: inline-block;
    color: rgb(157, 157, 157);
    text-decoration: none;
}
.languages_dropdown.open .dropdown-toggle{
    color: #000;
}

.btn_remove{
    font-size: 18px;
    line-height: 36px;
}

.grid-view tbody tr td:not(.action_cols){
    cursor: pointer;
}
.grid-view.cancel_action tbody tr td:not(.action_cols){
    cursor: default;
}
.table-striped > tbody > tr:nth-of-type(2n+1):hover, .table-striped > tbody > tr:nth-of-type(2n):hover{
    background-color: #dfdfdf;
}
.move_place{
    font-size: 2em;
    color: #cccccc;
    cursor: move;
}


.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.main_menu_admin .main_menu_mobile_btn{
    display: none;
}
.hided_description, .assortments_box{
    display: none;
}
.show_hide_btn .up{
    display: none;
}
.show_hide_btn .down{
    display: inline;
}
.show_hide_btn.open .up{
    display: inline;
}
.show_hide_btn.open .down{
    display: none;
}



/*sort*/
.sort_specififcation_category_row{
    cursor: move;
}
.sort_new_position_box .form-group{
    display: none;
}
/*sort*/

.hided_features{
    display: none;
}
.remove_time{
    cursor: pointer;
    margin-top: 31px;
    position: absolute;
    z-index: 10;
}
.settings_err_box, .error{
    color: #FF1905;
    font-size: 0.8em;
    font-weight: normal;
}

/*Restyle*/
.navbar-inverse {
    background-color: #9cc0af;
    border-color: #00441c;
}
.languages_dropdown .dropdown-toggle{
    color: #00441c;
}
.navbar-inverse .btn-link{
    color: #00441c;
}
.navbar-inverse .btn-link:hover{
    color: #007c67;
}
.site-login{
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
a{
    color: #00441c;
}
.pagination > li > a, .pagination > li > span{
    color: #00441c;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
    background-color: #007c67;
}
.btn-primary {
    background-color: #007c67;
}
.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-primary:focus,
.btn-primary.focus{
    background-color: #00441c;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color: #007c67;
}
.index-admin-page h2{
    text-align: center;
}
/*Restyle*/





@media(max-width:1199px) {
    .main_menu_admin{
    }
    .main_menu_admin .main_menu{
        display: none;
        height: 0;
        transition: all 2s;
    }
    .main_menu_admin .main_menu.open{
        display: block;
        height: 300px;
    }
    .main_menu_admin .main_menu_mobile_btn{
        font-size: 30px;
        cursor: pointer;
        border: 1px #ccc solid;
        border-radius: 4px;
        display: inline-block;
        color: #909090;
        line-height: 24px;
        padding: 3px;
        background: #eeeeee;
    }
    .form-group {
        margin-bottom: 5px;
    }
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}


