﻿/*body {
}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.form-control{
    width:280px !important;
}

textarea[class=form-control]{
    width:100%;
}

a, input[type=submit], button{
    cursor:pointer;
}

#client, #employees, #sms-date, #sms-time{
    display:none;
}

.dhxcombo_material, .dhxcombo_input, .dhxcombolist_material{
    width:280px !important;
}

.material-box{
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.table th{
        border-top: 0px;
}

.custom-control-input:checked ~ .custom-control-indicator{
    background-color:#5cb85c !important;
}


 div.dhxcombo_material {
        border: 0px none !important;
        height: 35px !important;
    }

        div.dhxcombo_material input.dhxcombo_input {
            -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
            -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
            box-shadow: none !important;
            padding: 6px 9px !important;
            font-size: 13px !important;
            border-radius: 3px 0px 0px 3px !important;
            height: 35px !important;
            line-height: 20px !important;
            color: #2c3e50 !important;
            background-color: #ffffff !important;
            border: 2px solid #dce4ec !important;
            border-right: 0px !important;
            max-width: inherit;
        }

        div.dhxcombo_material div.dhxcombo_select_button {
            border: 2px solid #dce4ec !important;
            border-left: 0px !important;
            border-radius: 0px 3px 3px 0px !important;
            height: 35px !important;
            top: 0px !important;
        }

        div.dhxcombo_material.dhxcombo_actv input.dhxcombo_input, div.dhxcombo_material.dhxcombo_actv div.dhxcombo_select_button {
            border-color: #5bc0de !important;
        }

#collaborator{
    display:none;
}