/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    height: 100%;
}
body {
    height: 100%;
    line-height: 1;
    font: 12px/18px Arial, sans-serif; 
    background: #fcfcfc;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */



#wrapper {
    min-width: 1000px;
    width: 100%;
    height: 100%;
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-width: 1000px;
    height: 81px;
    margin: 0;
    padding: 0;
    z-index: 100;
}
#headerBlock {
    height: 30px;
    color: #fff;
    background-color: #035C4D;
    padding: 5px 15px;
    font-size: 16px;
    line-height: 30px;
}

#main {
    padding: 81px 0 0 0;
    height: calc(100% - 81px);
    margin: 0;
}
#contentBlock {
    height: 100%;
}

.headerElement {
    height: 30px;
    margin: 0;
    padding: 0 10px 0 0 ;
    float: left;
}
#headerTitleBlock {
    font-size: 20px;
    width: 200px;
    text-overflow: ellipsis;
}


#operatorStatusBlock {
    width: 100px;
    float: right;
    text-align: right;
}

#headerOperatorStatus {
    padding: 0 10px;
    text-overflow: ellipsis;
    text-align: right;
    margin-top: 1px;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    color: white;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbb;
    *border: 0;
    border-bottom-color: #a2a2a2;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    transition-duration: 300ms; /* анимация */
}

#headerOperatorStatus::after {
    content: "";
    height: 24px; /* высота кнопки */
    width: 24px; /* ширина кнопки */
    border-radius: 17px;
    background: #fff; /* цвет кнопки */
    top: 2px; /* положение кнопки по вертикали относительно основы */
    right: 2px; /* положение кнопки по горизонтали относительно основы */
    transition-duration: 300ms; /* анимация */
    position: absolute;
    z-index: 1;
}

.operator-offline {
    color: white;
    background-color: red;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbb;
    *border: 0;
    border-bottom-color: #a2a2a2;
    border-radius: 3px;
    cursor: pointer;
    padding-left: 32px !important;
}

.operator-offline::after {
    top: 2px; /* положение кнопки по вертикали относительно основы */
    left: 2px !important; /* положение кнопки по горизонтали относительно основы */
}

.operator-online {
    color: white;
    background-color: green;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbb;
    *border: 0;
    border-bottom-color: #a2a2a2;
    border-radius: 3px;
    cursor: pointer;
    padding-right: 32px !important;
}

#operator-activity-modal .modal_btn {
    height: 40px;
    margin: 5px;
    padding: 5px !important;
    width: 80px;
}
#operator-activity-modal #modal_downToolbar {
    height: 50px !important;
}

#operator-activity-modal .modal_title {
    color: white;
    background-color: #035C4D !important;
}

#operator-activity-modal .modalCloseButton {
    color: #fff !important;
}

.operator-timer-block {
    font-size: 92px;
    height: 210px;
    width: 400px;
    line-height: 210px;
    text-align: center;
    background-image: url(../img/loader.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#headerGreetingBlock {
    float: right;
    text-overflow: ellipsis;
    text-align: right;
    padding: 0;
}



/*common*/
.exinSelect {
    height: 25px;
    border: 1px solid #ddd;
    background-color: #428f82;
    color: #fff;
} 

.exinButton {
    height: 25px;
    margin: 0;
    padding: 2px 5px;
    border: 1px solid #ddd;
    background-color: #035c4d;
    color: white;
    font-size: 12px;
    cursor: pointer;
}
.exinButton:hover {
    border: 1px solid #ddd;
    background-color: #428f82;
}

.loader {
    background-color: #00000020;
    background-image: url("../img/loader.gif");
    background-position: 50% 50%; 
    background-repeat: no-repeat;
    z-index: 9999;
}
strong {
    font-weight: bold;
}
.hidden {
    display: none; 
}

/* .exinCrmContentWrapper {
    padding: 10px;
} */

.exinCrmContentWrapper td {
    padding: 3px 5px;
}

.exinButton {
    padding: 3px 25px;
    height: 30px;
}

#menu_operator .exinCrmMenuItemSelected {
    background-image: -moz-linear-gradient(#b3b3b3, #5e5e5e);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#5e5e5e));
    background-image: -webkit-linear-gradient(#b3b3b3, #5e5e5e);
    background-image: -o-linear-gradient(#b3b3b3, #5e5e5e);
    background-image: -ms-linear-gradient(#b3b3b3, #5e5e5e);
    background-image: linear-gradient(#b3b3b3, #5e5e5e);
    color: #fff;
}

.svb_object_modal_block {
    opacity: 1 !important;
    visibility: visible;
}

#leadSearchInput{
    padding: 6px;
    font-size: 14px;
    background-color: #fff;
    color: #035C4D;
    border: 1px solid #fff;
    width: 170px;
}

#fullNameInput{
    padding: 6px;
    font-size: 14px;
    background-color: #fff;
    color: #035C4D;
    border: 1px solid #fff;
    width: 170px;
}

#contractNumberInput{
    padding: 6px;
    font-size: 14px;
    background-color: #fff;
    color: #035C4D;
    border: 1px solid #fff;
    width: 170px;
}

#iinInput{
    padding: 6px;
    font-size: 14px;
    background-color: #fff;
    color: #035C4D;
    border: 1px solid #fff;
    width: 170px;
}

#parametrSelect{
    padding: 7px 25px 7px 0px;
    font-size: 12px;
    color: #fff;
    background-color: #035C4D;
    border: 1px solid #fff;
}



