
@import url('app/custom.css');
@import url('app/makeup.css');
@import url('app/datatables.css');
/*@import url('themes/theme_04.css');*/
@import url('app/media_queries.css');

/*input[type="text"],
input[type="text"]:focus,
input[type="text"]:focused {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    resize: none;
}ç*/
/*.select2-container,
.select2-drop.select2-drop-above */

input[type="text"] {
    border-bottom: 1px solid #d7d7d7 !important;    
    border-left: 0 !important;
    border-right: 0;
    border-top: 0;
    resize: none;
    padding-left: 0px;
    
}

input[type="text"]:focus {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    /*border-bottom: 1px solid #C9302C !important;*/
    border-bottom: 1px solid #349ad5 !important;    
    padding-left: 0px;
}

 form.fill-up input {
        border: 0px;
        border-bottom: solid 1px #dddddd;
        font-size: 13px;
        background: transparent;
    }   
    
form.fill-up input:focus {
    border: none;
    border-bottom: solid 1px #C9302C;
}

.select2-container,
.select2-container .select2-choice {
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
    border-top: 1px solid transparent !important;
}

.select2-container {
    margin-top: 2px;
    margin-top: 0px !important;
}

.select2-container .select2-choice {
    padding: 0px !important;
}

.select2-container .select2-choice span {
    font-size: 12px !important;
    color: #5F5F5F  !important;
    font-weight: 600 !important;
}

/*input {
    font: 800 !important;
}*/

.select2-search {
    border-top: 1px solid #d7d7d7 !important;    
}

label {
    margin-top: 10px;
    margin-bottom: 0;
    color: #5F5F5F  !important;
    font-weight: normal !important;
}    

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    color: #5F5F5F  !important;
    font-weight: 600 !important;
}

input:disabled {
    background: #F3F3F3 !important;
}

.dataTable tbody {
    border-left: none !important;
    border-right: none !important;
}