﻿/* FOR LESS */

.metro a div {
    background: #EAEAEA !important;
}

.metro a:hover div {
    box-shadow: none !important;
    border-color: #D4877F;
}

.metro span {
    font-weight: normal !important;
}


/*content*/


.main {
    background: #EFEFEF;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 25px;
}

.sub_main2 {
    background: #EFEFEF;
    padding: 25px;
    margin-right: 25px;
}

.sub_main {
    background: #fff;
    padding: 25px;
    margin-right: 25px;
}

    .sub_main a {
        text-decoration: underline;
    }

.btn-primary {
    color: #ffffff;
    background-color: #e4311f;
    border-color: #e4311f;
    padding: 10px;
    margin-top: 0.2em;
    margin-right: 15px;
    /*border: none;*/
}

.btn-default {
    padding: 10px;
}

.btn-temp {
    padding: 10px;
    border: 1px solid #CC9999;
    margin-left: 10px;
}


.form-control, .form-group-sm .form-control, .form-group .input-group input {
    height: 42px; /* !important; */
}

.input-group .twitter-typeahead input {
    height: 30px !important;
}

.form-control-static {
    padding-top: 18px;
}

label {
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 10px;
}

.table > thead > tr > th {
    color: #ffffff;
    background-color: #f1f1f1 !important;
}

.table-hover > tbody > tr:hover {
    background-color: #eeeeee;
}


.alert-info {
    background-color: #FFF0E8;
    border-color: #E8B9A1;
    color: #B5612E;
}


.alert-warning {
    background-color: rgb(251, 217, 210);
    border-color: #F36A68;
    color: #E43C3C;
}

.state {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 10px;
}


.total_sum {
    font-size: 24px;
    font-weight: 800;
    font-family: RobotoRegular, Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #000;
}

.text-right .total_sum {
    font-size: 24px;
    font-weight: 800;
}


.informat, .bigger {
    font-size: 15px;
    font-weight: 300;
}


    .informat .text-left {
        font-size: 15px;
        font-weight: 300;
        line-height: 2;
    }


.outline {
    background: #F3F3F3;
    border: 1px solid #D8D8D8;
    padding: 25px;
    margin-right: 25px;
}

.form-horizontal .form-group {
    padding-bottom: 10px;
}

.ui-widget-header {
    background: #EFEFEF !important;
}

/*content*/


.content-container {
    min-height: 250px;
}

/*orders*/

.filter-field {
    min-width: 100px;
}

    .filter-field input {
        background-color: #ebecee;
        border-radius: 5px;
        float: left;
        width: 70px;
    }

    .filter-field a i {
    }

    .filter-field a, .filter-field div {
        float: left;
    }

/*basket*/

.useraction {
    position: absolute;
    width: 350px !important;
}

.modal-inventory-check {
    min-width: 1148px;
}

/*list of checkbox elemenys*/

.checkBoxItem {
    padding: 5px;
    min-width: 300px;
}

    .checkBoxItem:hover {
        background: #f5f5f5;
    }

    .checkBoxItem span {
        padding-left: 5px;
    }

.status-column {
    min-width: 170px;
}