@charset "utf-8";
/**
 * credit-CRM main css file
 */
/** Common classes **/
.left_float{
    float:left;
}
.cleartable{
    background: none;
    border:0;
    margin-bottom: 0;
}
.cleartable tr{
    background: none !important;
    border:0;
}
.cleartable td{
    background: none;
    border:0;
}
.cleartable_nopad{
    background: none;
    border:0;
    margin: 0;
    padding: 0;
}
.cleartable_nopad tr{
    background: none !important;
    border:0;
        margin: 0;
    padding: 0;
}
.cleartable_nopad td{
    background: none;
    border:0;
    margin: 0;
    padding: 0;
}

.operator_filter{
    display:block;
    float:left;
    width: 700px;
    height: 1em;
}
.operator_filter form{
    display: flex;
    width: fit-content !important;
}
.operator_filter input[type=text]{
    width:120px;
    font-size: 100% !important;
    padding:2px;
}

.operator_filter input[type=submit]{
    font-size: 100% !important;
}
.operator_filter .input{
    width: 330px !important;
    margin-right: 10px;
}

.button {
    display: block;
    width: 180px;
    text-align: center;
    font-weight: normal;
    padding: 10px 0px;
    background: #dcdcdc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
    background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: linear-gradient(top, #fefefe, #dcdcdc);
    color:#333;
    border:1px solid #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    text-shadow: #fff 0px 1px 0px;
    min-width: 0;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
    user-select: none;
}
table tr.red {
    background: rgb(255, 221, 221);
}
.button:hover {
	background: #ededed;
	border-color: #acacac;
	text-decoration: none;
}
.button-disabled {
    display: block;
    width: 180px;
    text-align: center;
    font-weight: normal;
    padding: 10px 0px;
    background: #F0F0F0;
    color:#8B8B8B;
    border:1px solid #bbb;
    border:1px solid #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    text-shadow: #fff 0px 1px 0px;
    min-width: 0;
    -webkit-user-select: none;
    user-select: none;
}
.button-disabled:hover{
    color:#8B8B8B;
}
.errorHighlight {
    border: red 2px solid !important;
}
.error {
    border: red 2px solid !important;
}


/** Views **/

/** Users index**/
#userinfo {
        float:right;
	color: white;
}
#userinfo a{
	color: white;
}
#users_table .ui-selecting { background: #FECA40; }
#users_table .ui-selected { background: #F39814; color: white; }
#users_table tr.red {
background: #F0AEAE !important;
}
.dnd {
    float:right;
    margin-right: 50px;
}

.dnd div{
    height: 34px;
    width: 300px;
    text-align: center;
    font-size: 130%;
    padding-top: 13px;
}
.dnd div a{
    color: white;
}
.dnd div.green{
    background-color: green;
}
.dnd div.red{
    background-color: red;
}

/** Requests add/edit **/
.requests {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.requests form{
    width: 100%;
    margin-right: 0;
}
.requests form fieldset{
    padding: 0;
}
.requests form div{
    padding: 3px;
}
.requests form fieldset legend {
    color: #e32;
    font-size: 150%;
    font-weight: bold;
}
.requests label{
    width: 40%;
    display: inline-block;
    font-size: 100%;
}
.requests div{
    margin: 0;
}
.requests .input.short_input {
    width: 115px;
}
.requests .input.checkbox input{
    width: 20px;
}
.requests .input.checkbox label{
    width: 200px;
}
.requests .input.short_input input{
    width: 50px;
    font-size: 100%;
    padding: 0.1em;
}
.requests .input.short_input label{
    width: 50px;
    font-size: 100%;
    padding: 0.1em;
}
.requests .input.short_input40 {
    width: 105px;
}
.requests .input.short_input40 input{
    width: 40px;
    font-size: 100%;
    padding: 0.1em;
}
.requests .input.short_input40 label{
    width: 50px;
    font-size: 100%;
    padding: 0.1em;
}
.requests .input.short_input30 {
    width: 165px;
}
.requests .input.short_input30 input{
    width: 80px;
    font-size: 100%;
    padding: 0.1em;
}
.requests .input.short_input30 label{
    width: 60px;
    font-size: 100%;
    padding: 0.1em;
}
.requests .input.short_input60 {
    width: 125px;
}
.requests .input.short_input60 input{
    width: 60px;
    font-size: 100%;
    padding: 0.1em;
}
.requests .input.short_input60 label{
    width: 50px;
    font-size: 100%;
    padding: 0.1em;
}
.requests .input.short_input80 {
    width: 220px;
}
.requests .input.short_input80 input{
    width: 85px;
    font-size: 100%;
    padding: 0.1em;
}
.requests .input.short_input80 label{
    width: 110px;
    font-size: 100%;
    padding: 0.1em;
}
.requests .input.long_input {
    width: 410px;
}
.requests .input.long_input input{
    width: 350px;
    font-size: 100%;
    padding: 0.1em;
}
.requests .input.long_input label{
    width: 50px;
    font-size: 100%;
    padding: 0.1em;
}
.requests .input.input_big {
    width:600px;
}
.requests .input.input_big label{
    font-size: 2em;
    color: #003d4c;
}
.requests .input input{
    width: 55%;
    font-size: 100%;
    padding: 0.1em;
}
.requests .input textarea{
    font-size: 100%;
    padding: 0.1em;
}
.requests .input select{
    width: 55%;
    font-size: 100%;
    padding: 0.1em;
}
.requests .radio{
    width: 200px;
}
.requests .radio input{
    width: 15px;
    float: left;
    clear: none;
    margin-bottom: 0px;
}
.requests .radio label{
    width: 50px;
    float: left;
    clear: none;
    margin-bottom: 0px;
}

.input.no_full{
   display: inline-block; 
}
.input.no_full input{
    width: 120px;
}
.input.no_full label{
    width: 30px;
}
.doubles {
    clear: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    padding-left: 0.3em;
    padding-right: 0.3em;
    margin-right: 0.2em;
    margin-top: -0.2em;
    height: 1em;
    color: white;
    background-color: red;
    text-align: center;
}
.doubles a{
    text-decoration: none;
    color: white;
    line-height: 1em;
}
.requests .input_min input{
    width: 6em;
}
.requests .input_min label{
    width: 60%;
}
.requests p{
    margin:0;
}
#pane_balans {
    display: block;
    width: 10em;
    float: left;
    margin-top: 1em;
    margin-left: 1em;
}
.requests .cleartable_nopad.pix_request label{
    width: 98px;
}
#with_sms div label{
    width: 47%;
}
#with_sms div label{
    width: 47%;
}
#with_sms div input{
    width: 50%;
}
#with_sms {
    margin-left: -2px;
}
#with_sms div label{
    width: 98px;
}
#with_sms div input{
    width: 120px;
}
.show_sms {
    margin-top: 2px;
    width: 40px;
    height: 25px;
    font-size: 100%;
    display: block;
    text-align: center;
    font-weight: normal;
    background: #dcdcdc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
    background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: linear-gradient(top, #fefefe, #dcdcdc);
    color: #333;
    border: 1px solid #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    text-shadow: #fff 0px 1px 0px;
    min-width: 0;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
    user-select: none;
}
.call_button {
    margin-top: 2px;
    width: 25px;
    height: 23px;
    font-size: 100%;
    display: block;
    text-align: center;
    font-weight: normal;
    background: url("../img/phone_bg.png") no-repeat left;
    border: 1px solid #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    text-shadow: #fff 0px 1px 0px;
    min-width: 0;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
    user-select: none;
}
.call_button_reserve{
    
    background: url("../img/phone_bg_reserve.png") no-repeat left;
    margin-top: 2px;
    width: 25px;
    height: 23px;
    line-height: 22px;
    font-size: 100%;
    display: block;
    text-align: center;
    font-weight: normal;
    border: 1px solid #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    text-shadow: #fff 0px 1px 0px;
    min-width: 0;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
        background: #dcdcdc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
    background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: linear-gradient(top, #fefefe, #dcdcdc);
    user-select: none;
}
.email_button {
    margin-top: 2px;
    width: 25px;
    height: 23px;
    font-size: 100%;
    display: block;
    text-align: center;
    font-weight: normal;
    background: url("../img/email_bg.png") no-repeat left;
    border: 1px solid #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    text-shadow: #fff 0px 1px 0px;
    min-width: 0;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
    user-select: none;
}
.show_sms {
    width: 3em;
}
#SmsForm {
    margin-right: 0px;
    width: 100%;
}
#SmsForm div{
    margin-bottom: 0;
}
.params_table{
    display:none;
}
/** Requests index **/
div.requests.nofloat {
    width: 98%;
    padding: 1%;
    border: 0;
    float: none;
}
.indextab td{
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    font-size: 13px;
}

.tab_active {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    text-align: center;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-decoration: none;
    text-align: center;
}
.indextab td.tab_active{
    border-bottom-color: transparent;
}

.tab_active.hightlight, .tab_inactive.hightlight{
    background-color: #ffbfbf;
}
.tab_active.hightlight span, .tab_inactive.hightlight span{
    padding: 4px;
    background: white;
    border-radius: 6px;
    margin-left: 6px;
    color: red;
    font-weight: bold;
    min-width: 12px;
    display: inline-block;
}

.blue {
    background-color: #F5FAFF; 
}
.tab_active.blue {
    background-color: #F5FAFF; 
}
.tab_active a{
    text-decoration: none;
}
.tab_inactive {
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: center;
}
.tab_inactive a{
    text-decoration: none;
    color: #8f8f8f;
}
.tab_inactive:hover {
    border-color: #eeeeee #eeeeee #dddddd;
    text-decoration: none;
    background-color: #eeeeee;
}
#requests_table th{
    border-top: 2px solid #555;
    background-color: #aecfd2;
}
#requests_table .ui-selecting { background: #FECA40; }
#requests_table .ui-selected { background: #F39814; color: white; }
.inline_form form {
    display: inline-block;
}
.inline_form div {
    display: inline-block;
}
.inline_form form div {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
/** Remind element **/
#dialog_remind {
    display: none;
    height: 14em;
    width: 35em;
    position: fixed;
    bottom: 0px;
    right: 20px;
    font-size: 1em;
}
#dialog_remind li a {
    padding-left: 0.2em;
    padding-right: 0.2em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}
#dialog_remind div {
    padding-left: 0.2em;
    padding-right: 0.2em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}
#dialog_remind tr.red {
    background: red !important;
}
.tab_con {
    overflow-y: auto;
}
#hide_remind {
    display:block;
    cursor: pointer;
    float: right;
    background: #dcdcdc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
    background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: linear-gradient(top, #fefefe, #dcdcdc);
    color:#333;
    border:1px solid #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    text-shadow: #fff 0px 1px 0px;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
    user-select: none;
    padding-left: 0.2em;
    padding-right: 0.2em;
}
#dialog_remind_minimized {
    height: 2em;
    position: fixed;
    bottom: 0px;
    right: 20px;
}
#row_container {
    display:inline-block;
    border: 2px solid grey;
    background: #F6A828 url('/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png') 50% 50% repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
    width: 100%;
}
#row_container div{
    padding: 0.5em;
    display:inline-block;
}
#row_container div a{
    padding-left: 0.5em;
    padding-right: 0.5em;
}
#row_counter {
    float: left;
    display:inline-block;
    background-color: pink;
}
#row_container #open_remind {
    display:inline-block;
    float:right;
    cursor: pointer;
    background: #dcdcdc;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
    background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: linear-gradient(top, #fefefe, #dcdcdc);
    color:#333;
    border:1px solid #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    text-shadow: #fff 0px 1px 0px;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
    user-select: none;
    padding-left: 0.2em;
    padding-right: 0.2em;
}
.inline_form form {
    display: inline-block;
}
.inline_form div {
    display: inline-block;
}
.inline_form form div {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
#notification_modal {
    display: none;
    position: absolute;
    top: 0;
    right: 25px;
    width: 400px; 
    z-index: 2;
}
#notification_window {
    width: 400px;
    max-height: 270px;
    background: #DDD;
    margin-top: 57px;
    position: fixed;
    padding: 10px;
    overflow: auto;
    margin-left: auto;
    font-size: 90%;
}
#notification_window h3{
    font-size: 135%;
}
#notification_window table{
    border: 1px solid black;
}
#hide_notifications {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #dcdcdc;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
    background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: linear-gradient(top, #fefefe, #dcdcdc);
    color: #333;
    border: 1px solid #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    text-shadow: #fff 0px 1px 0px;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
    user-select: none;
    padding-left: 0.2em;
    padding-right: 0.2em;
    cursor: pointer;
    font-weight: bold;
}
#notification_minimized {
    height: 2em;
    position: fixed;
    bottom: 0px;
    left: 20px;
    background: #F6A828 url('/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png') 50% 50% repeat-x;
    border: 2px solid grey;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
}
#notfication_min_replace {
    display: inline-block;
}
#notification_counter {
    display: inline-block;
    padding: 0px 10px 0 10px;
    background-color: pink;
    height: 2em;
    vertical-align: middle;
    line-height: 2em;
}
#notification_first {
    display: inline-block;
    padding: 0px 10px 0 10px;
}
#open_notifications {
    display: inline-block;
    background: #dcdcdc;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
    background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: linear-gradient(top, #fefefe, #dcdcdc);
    color: #333;
    border: 1px solid #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    text-shadow: #fff 0px 1px 0px;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
    user-select: none;
    padding-left: 0.2em;
    padding-right: 0.2em;
    cursor: pointer;
    font-weight: bold;
}
/** Requests view **/
.requests dl{
    width: 100%;
}
.requests dd{
    padding-left: 1em;
}
.online{
    background-color: #E5FFE5;
}
/** Settings edit **/
.settings table{
    width: 800px;
}
.settings label{
    width: 30%;
    display: inline-block;
    
}
.settings .input input{
    width: 55%;
    padding: 0.2em;
}
.settings .input.select input{
    width: 68%;

}
.button-small{
    width: 48%;
    font-size: 110%;
}
.checklist{
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    border: 1px solid black;
    height: 400px;
    overflow-y: auto;
}
.checklist li{
    display:block;
    margin-left: 0px;
    margin-right: 0px;
    border: 1px solid #DDD;
}
.checklist .ui-selecting { background: #FECA40; }
.checklist .ui-selected { background: #F39814; color: white; }
.net_widgets {
    padding-top: 4em;
}
.ip_container {
    width: 17em;
  margin-top: 1em;
  border: 1px inset #999;
  clear: none;
}
.ip_container input {
    clear: none;
}
.ip_octet {
  border: 0;
  text-align: center;
  width: 2em;
}
.ip_cidr {
  width: 1.5em;
}
.settings .button {
    margin-left: 0.5em;
}
/** Reports index **/
.inline_controls {
    clear: none;
    padding: 0;
    margin: 0;
}
.inline_controls div{
    clear: none;
    width: 8em;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}
.inline_controls .submit{
    margin-top: 0;
}
.inline_controls div.fixed-input{
    width: 330px;
}
.inline_controls div.fixed-input select{
    width: 330px;
}

.requests div.fixed-input select{
    width: 330px;
}
.requests div.fixed-input{
    width: 330px;
}
/* Sms Templates */
.crud_table .ui-selecting { background: #FECA40; }
.crud_table .ui-selected { background: #F39814; color: white; }
.smstemplates .insert_templ{
    font-size: 1em;
    padding: 0.1em;
}
.bank_state {
    float: left; 
    clear: none;
}
.bank_state select{
    width: 12em;
    font-size: 90%;
}
.edit_submit {
    width:180px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.edit_submit a{
    width:180px;
}
.edit_submit div{
    padding: 0;
    margin: 0;
}
.edit_submit div.submit{
    padding: 0;
    margin: 0;
}
#callcenter_online {
    margin:0;
    padding:0;
}
#callcenter_online ul{
    list-style: none;
    font-size: 12px;
}
#callcenter_online li{
    float: left;
}
#fire_table .ui-selected {
background: #F39814;
color: white;
}
.dataTables_length {
	width: 40%;
	float: left;
        clear: none;
	margin-bottom: 0;
	padding: 0;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
        clear: none;
        padding: 0;
}
.dataTables_filter input{
    width: 200px;
    padding: 2px;
}

.dataTables_info {
	width: 60%;
	float: left;
        clear: none;
}

.dataTables_paginate {
	float: right;
	text-align: right;
        clear: none;
}
.dataTables_paginate a {
    padding:10px;
}

#export-table {
    width: 400px;
}


#export-table td, #export-table tr {
    border: none;
    background: none;
    vertical-align: middle;
}

#export-table input{
    font-size: 12px;
    width: 100px;
}

#export-table input[type=radio]{
    width: 20px;
}
#export-table button {
    padding: 18px 0px;    
}
.import_control {
    margin: 0;
}
.import_control input[type="number"], .import_control input[type="text"]{
    width: 3em;
    padding: 2px;
    margin: -40px 0;
}
.import_control .hidden{
    display: none;
}
.import_control label{
    padding: 3px 0;
    cursor: pointer;
}
.requests .input.place_select {
    width: 415px;
}
.requests .input.place_select label{
    width: 150px;
}
.requests .input.place_select select{
    width: 260px;
}
.requests .input.reg_date {
    width: 140px;
}
.requests .input.reg_date label{
    width: 40px;
}
#user_online ul, li {
    margin: 0;
}
#user_online span {
    font-weight: bold;
}
.send_coupon {
    margin-top: 2px;
    width: 140px;
    height: 25px;
    font-size: 100%;
    display: block;
    text-align: center;
    font-weight: normal;
    background: #dcdcdc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
    background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: linear-gradient(top, #fefefe, #dcdcdc);
    color: #333;
    border: 1px solid #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    text-shadow: #fff 0px 1px 0px;
    min-width: 0;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
    user-select: none;
}
.send_coupon_sms {
    margin-top: 2px;
    width: 170px;
    height: 25px;
    font-size: 100%;
    display: block;
    text-align: center;
    font-weight: normal;
    background: #dcdcdc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
    background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: linear-gradient(top, #fefefe, #dcdcdc);
    color: #333;
    border: 1px solid #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    text-shadow: #fff 0px 1px 0px;
    min-width: 0;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
    user-select: none;
}
.import_tabs {
    padding: 0;
    margin: 0;
}
.import_tabs .tab_active {
    position: relative;
    bottom:-1px;
}
.tab_content_container {
    border: 1px solid #ddd;
    margin: 0;
}
.import_tabs ul{
    padding: 5px 0 0 0;
    margin: 0;
}
.import_tabs ul li {
    float: left;
    padding: 10px;
    list-style: none;
}
.import_tabs ul li.tab-add {
    width: 244px;
    padding: 0 10px;
}
.tab-add input{
    float: left;
    width: 150px;
    height: 20px;
}
.tab-add button{
    float: left;
    width: 80px;
    height: 30px;
    margin-left: 5px;
}
.tab_content {
    padding: 5px 0 0 0;
    margin: 0;
    display: none;
}
.tab_content.active {
    display: block;
}
.tab-delete {
    display: inline-block;
    color: red;
    padding: 0;
    margin: 0 0 0 5px;
    font-weight: bold;
    cursor: pointer;
    width: 10px;
}
.address {
    font-weight: bold;
}
.section {
    position: relative;
    border: 1px solid #000;
    padding-top: 37px;
}
.container {
  overflow-y: auto;
  height: 400px;
}
.section table {
  border-spacing: 0;
  width:100%;
}
.section td + td {
  border-left:1px solid #eee;
}
.section td, th {
  border-bottom:1px solid #eee;
  color: #000;
  padding: 10px 0;
}
.section th {
  height: 0;
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: transparent;
  border: none;
  white-space: nowrap;
}
.section th div{
    position: absolute;
    background: transparent;
    color: #000;
    padding: 9px 0 9px 3px;
    top: 0;
    line-height: normal;
    border-left: 1px solid #000;
}
.section th:first-child div{
  border: none;
}
#dialog_sms div{
    margin-bottom: 0;
}
input[type=radio] {
    float: none;
    margin-right: 3px;
}
.echo-butt {
    font-size: 60%;
    display: inline-block;
    padding: 2px;
    background: #acacac;
    border: 1px solid gray;
    border-radius: 2px;
}
.input_addres label{
    width: 20%;
}

/* ==================== */
/* НОВЫЕ СТИЛИ ДЛЯ ОТЧЕТА */
/* ==================== */

/*.reports {*/
/*    !*max-width: 1200px;*!*/
/*    margin: 0 auto;*/
/*    padding: 20px;*/
/*    font-family: Arial, sans-serif;*/
/*    background-color: #f9f9f9;*/
/*    border-radius: 8px;*/
/*    box-shadow: 0 0 10px rgba(0,0,0,0.1);*/
/*}*/

/*.reports h2 {*/
/*    color: #2c3e50;*/
/*    text-align: center;*/
/*    margin-bottom: 25px;*/
/*    font-size: 24px;*/
/*}*/

/*!* Стили для формы *!*/
/*.reports form {*/
/*    background: #fff;*/
/*    padding: 20px;*/
/*    border-radius: 6px;*/
/*    margin-bottom: 20px;*/
/*    box-shadow: 0 2px 4px rgba(0,0,0,0.05);*/
/*}*/

/*.inline_controls {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    gap: 15px;*/
/*    margin-bottom: 15px;*/
/*    align-items: flex-end;*/
/*}*/

/*.inline_controls > div {*/
/*    !*flex: 1;*!*/
/*    min-width: 200px;*/
/*}*/

/*.inline_controls .fixed-input {*/
/*    min-width: 330px;*/
/*}*/

/*.inline_controls label {*/
/*    display: block;*/
/*    margin-bottom: 5px;*/
/*    font-weight: bold;*/
/*    color: #555;*/
/*}*/

/*.inline_controls input[type="text"],*/
/*.inline_controls input[type="date"],*/
/*.inline_controls select {*/
/*    width: 100%;*/
/*    padding: 8px 12px;*/
/*    border: 1px solid #ddd;*/
/*    border-radius: 4px;*/
/*    font-size: 14px;*/
/*}*/

/*.inline_controls input[type="button"],*/
/*.inline_controls input[type="submit"] {*/
/*    background-color: #3498db;*/
/*    color: white;*/
/*    border: none;*/
/*    padding: 8px 15px;*/
/*    border-radius: 4px;*/
/*    cursor: pointer;*/
/*    transition: background-color 0.3s;*/
/*}*/

/*.inline_controls input[type="button"]:hover,*/
/*.inline_controls input[type="submit"]:hover {*/
/*    background-color: #2980b9;*/
/*}*/

/*!* Стили для таблицы отчета *!*/
/*.section {*/
/*    background: white;*/
/*    border-radius: 6px;*/
/*    overflow: hidden;*/
/*    box-shadow: 0 2px 4px rgba(0,0,0,0.05);*/
/*    margin-bottom: 20px;*/
/*}*/
/*.period-buttons{*/
/*    display: flex !important;*/
/*}*/

/*.container {*/
/*    overflow-x: auto;*/
/*}*/

/*.reports table {*/
/*    width: 100%;*/
/*    border-collapse: collapse;*/
/*}*/

/*.reports th {*/
/*    background-color: #3498db;*/
/*    color: white;*/
/*    padding: 12px 15px;*/
/*    text-align: left;*/
/*    position: sticky;*/
/*    top: 0;*/
/*}*/

/*.reports td {*/
/*    padding: 10px 15px;*/
/*    border-bottom: 1px solid #eee;*/
/*}*/

/*.reports tr:nth-child(even) {*/
/*    background-color: #f8f9fa;*/
/*}*/

/*.reports tr:hover {*/
/*    background-color: #f1f1f1;*/
/*}*/

/*!* Кнопка "К списку заявок" *!*/
/*.reports .button {*/
/*    display: inline-block;*/
/*    padding: 10px 20px;*/
/*    background-color: #2ecc71;*/
/*    color: white;*/
/*    background-image: none;*/
/*    text-decoration: none;*/
/*    border: none;*/
/*    border-radius: 4px;*/
/*    transition: background-color 0.3s;*/
/*}*/

/*.reports .button:hover {*/
/*    background-color: #27ae60;*/
/*}*/

/*.reports  .ui-multiselect {*/
/*    padding: 7px 0 7px 4px;*/
/*    text-align: left;*/
/*}*/
/*.reports form .submit input[type=submit]{*/
/*    background-image: none;*/
/*    padding: 11px 10px;*/
/*}*/
/*!* Кнопка выгрузки в Excel *!*/
/*#print_butt {*/
/*    background-color: #2ecc71;*/
/*    color: white;*/
/*    border: none;*/
/*    padding: 12px 15px;*/
/*    border-radius: 4px;*/
/*    cursor: pointer;*/
/*    transition: background-color 0.3s;*/
/*    text-align: center;*/
/*}*/

/*#print_butt:hover {*/
/*    background-color: #27ae60;*/
/*}*/

/*!* Адаптивность *!*/
/*@media (max-width: 768px) {*/
/*    .inline_controls > div {*/
/*        min-width: 100%;*/
/*    }*/

/*    .inline_controls .fixed-input {*/
/*        min-width: 100%;*/
/*    }*/
/*}*/
