.navbar.main .appbrand {
   /* 
       border-right: 1px solid #d0d0d0;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1) inset;
    -wekbit-box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1) inset;
       */
}

.btn-navbar {
    background: #4ab0d4 !important;
}

.btn-green {
    background-color: #28a745 !important;
    color: white !important;
    padding: 5px 10px !important;
}

.glyphicons.toggle:before {
    color: #ffffff !important;
}

.navbar.main .topnav > li > a, .navbar.main .topnav > li .notif li > a {
    color: #272729;
}

.login-container {
    background-color: #ffffff;
}

.container-login {
    background-color: #ffffff;
    margin: 50px 0 0 0;
}

.login-logo {
    margin: 0 0 40px 50px
}

#loginForgotPassLink:before {
    font-size: 14px;
    color: #666;
}

#loginForgotPassLink {
    padding-left: 20px !important;
    line-height: 12px;
    color: #666;
}

.app-info {
    color: #666;
    font-size: 10px;
    font-family: "Open Sans", sans-serif;
    text-shadow: none;
}


/*ek iskontolar*/
.add-discount-button {
    color: #3c7fb1;
    background-color: transparent;
    border-color: #eeeeee;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
    height: 20px;
    margin: 0;
    display: inline-block;
    cursor: default;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

    .add-discount-button:visited {
        color: #666666;
    }

    .add-discount-button:hover, .add-discount-button:focus {
        background-color: #37a6cd;
        color: #000;
        opacity: 0.6;
        text-decoration: none;
        outline: none;
    }

    .add-discount-button:active, .add-discount-button.active, .add-discount-button.is-active {
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
        text-decoration: none;
        border-color: #cfcfcf;
        color: #d4d4d4;
        -webkit-transition-duration: 0s;
        transition-duration: 0s;
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    }

    .add-discount-button.disabled, .add-discount-button.is-disabled, .add-discount-button:disabled {
        top: 0 !important;
        background: #EEE !important;
        border: 1px solid #DDD !important;
        text-shadow: 0 1px 1px white !important;
        color: #CCC !important;
        cursor: default !important;
    }

        .add-discount-button.disabled else, .add-discount-button.is-disabled else, .add-discount-button:disabled else {
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            opacity: .8 !important;
        }

.button-tiny {
    font-size: 9.6px;
    height: 24px;
    line-height: 24px;
    padding: 0 24px;
}



/*drop down inner buttons*/
.dropdown-inner-buttons {
    -moz-box-shadow: inset -8px -1px 3px -7px #c1ed9c !important;
    -webkit-box-shadow: inset -8px -1px 3px -7px #c1ed9c !important;
    box-shadow: inset -8px -1px 3px -7px #c1ed9c !important;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) ) !important;
    background: -moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% ) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b') !important;
    background-color: #9dce2c !important;
    -webkit-border-top-left-radius: 14px !important;
    -moz-border-radius-topleft: 14px !important;
    border-top-left-radius: 14px !important;
    -webkit-border-top-right-radius: 14px !important;
    -moz-border-radius-topright: 14px !important;
    border-top-right-radius: 14px !important;
    -webkit-border-bottom-right-radius: 14px !important;
    -moz-border-radius-bottomright: 14px !important;
    border-bottom-right-radius: 14px !important;
    -webkit-border-bottom-left-radius: 14px !important;
    -moz-border-radius-bottomleft: 14px !important;
    border-bottom-left-radius: 14px !important;
    text-indent: 0px !important;
    border: 2px solid #83c41a;
    display: inline-block !important;
    color: white !important;
    font-family: Courier New !important;
    font-size: 13px !important;
    font-weight: bold !important;
    font-style: normal !important;
    height: 24px !important;
    line-height: 24px !important;
    width: 170px !important;
    text-decoration: none !important;
    text-align: center !important;
    text-shadow: 1px 0px 0px #689324 !important;
    cursor: default !important;
}

    .dropdown-inner-buttons:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) ) !important;
        background: -moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% ) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c') !important;
        background-color: #8cb82b !important;
        cursor: default;
    }

    .dropdown-inner-buttons:active {
        position: relative !important;
        top: 1px !important;
    }

.cannot-change-fields {
    position: relative;
}
    .cannot-change-fields::after {
        content: attr(attention);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.7);
        font-weight: 700;
        font-size: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        text-align: center;
        z-index: 2;
    }


/* The .edm-custom-chkbox-container */
.edm-custom-chkbox-container {
    /* display: block; */
    position: relative;
    /*padding-left: 35px;*/
    margin-bottom: 12px;
    /*margin-left: 108px;*/
    /*margin-top: 2px;*/
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.edm-custom-chkbox-container input {
        position: absolute;
        opacity: 0;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.edm-custom-chkbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    width: 18px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.edm-custom-chkbox-container:hover input ~ .edm-custom-chkbox-checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.edm-custom-chkbox-container input:checked ~ .edm-custom-chkbox-checkmark {
    background-color: #3c7fb1;
    border-radius: 10px;
}

/* Create the .edm-custom-chkbox-checkmark/indicator (hidden when not checked) */
.edm-custom-chkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the .edm-custom-chkbox-checkmark when checked */
.edm-custom-chkbox-container input:checked ~ .edm-custom-chkbox-checkmark:after {
    display: block;
}

/* Style the .edm-custom-chkbox-checkmark/indicator */
.edm-custom-chkbox-container .edm-custom-chkbox-checkmark:after {
    left: 6px;
    bottom: 1px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


#_actionProgressBarCC, #_actionProgressBarCL {
    margin-top: 5px;
}

#_actionStatusBarCC, #_actionStatusBarCL {
    background-color: #eef;
    font-family: Arial, Helvetica, sans-serif;
}

/* GET FROM ERP-CONNECTOR-COLLECTOR */
.get-from-erp-dropdown, .get-from-erp-dropdown-collector {
    position: relative;
    display: inline-block;
}

.get-from-erp-dropdown-content, .get-from-erp-dropdown-content-collector {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    color: #ffffff;
    font-weight: 600;
    padding: 3px 0;
    /*margin: 2px 0 0;*/
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}

    .get-from-erp-dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .get-from-erp-dropdown-content a:hover {
            background-color: #ddd;
        }

.get-from-erp-dropdown:hover .get-from-erp-dropdown-content {
    display: block;
}

.get-from-erp-dropdown:hover .get-from-erp {
    background-color: #3e8e41;
}

/* COLLECTOR SPECIFIC */

.get-from-erp-dropdown-content-collector a:hover {
    background-color: #ddd;
}

.get-from-erp-dropdown-collector:hover .get-from-erp-dropdown-content-collector {
    display: block;
}

.get-from-erp-dropdown-collector:hover .get-from-erp-collector {
    background-color: #3e8e41;
}

.progress-menu {
    /*margin: 5px;*/
    width: 400px;
    /*padding: 25px;*/
    /*border: 1px solid #e2e4e7;
    background-color: #f5f7f8;*/
}


