@import url("textpages.css");

body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 12px;
    margin: 0;
    padding: 0;
}

a img {
    border: 0
}

#login {
    width: 276px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -138px;
    margin-top: -100px;
}

body, html {
    height: 100%;
}

#wrap {
    height: 100%;
}

#login input {
    padding: 7px;
    color: black;
    font-weight: bold;
    -moz-border-radius: 3px;
    border: 1px solid white;
    width: 250px;
}

#login p {
    margin: 0;
    padding: 5px;
}

#login_btn, .login_btn {
    background-color: #F5B608;
    width: auto !important;
    padding: 5px 7px !important;
    border: 0 !important;
}

#toplinks {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    overflow: hidden;
    background-color: #25424C;
    /*border-bottom: 1px solid #0f1d22;*/
}

#toplinks li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    display: block;
    /*border-left: 1px solid #0f1d22;*/
}

#toplinks li.active {
    /*background-color: #3e6573;*/
}

#toplinks li a {
    padding: 10px 13px;
    color: white;
    text-decoration: none;
    display: block;
    background-color: #25424C;
    border-right: 1px solid #0f1d22;
    border-bottom: 1px solid #0f1d22;
}

#toplinks li.active a,
#toplinks li a:hover {
    background-color: #3e6573;
}

h1 {
    /* font-family: Arial; */
    font-size: 21px;
    padding: 12px;
    margin: 0;
    font-weight: normal;
    color: #626262;
}

h1 span {
    color: #8f8f8f;
}

table.main_table {
    margin: 25px 10px;
    border-collapse: collapse;
}

table.main_table .label {
    background-color: #25424C;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

table.main_table .labelLive {
    background-color: #002B01;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

table.main_table tr.evenRow {
    background-color: #ddd;
}

table.main_table tr.oddRow {
    background-color: #eee;
}

table.main_table tr.redrow {
    background-color: #ED0300;
}

table.main_table tr.redrow:hover {
    background-color: #CC0033;
}

table.main_table tr.redrow td {
    color: #FFFFFF;
}

table.main_table tr.heading td {
    font-weight: bold;
}

table.main_table tr.heading th.center_align {
    text-align: center !important;
}

table.main_table tr td {
    padding: 9px 10px;
    border: 1px solid #e7e7e7;
    margin: 0;
}

table.main_table tr td b {
    float: right;
}

/*table.main_table tr td table tr td{
	padding: 2px !important;
}*/

table.main_table tr:hover {
    /*background-color: #ebebeb;*/
}

table.main_table tr.heading:hover {
    background-color: white !important;
}

table.main_table tr.dark td {
    background-color: #d6d6d6 !important;
}

table.edit_offer_tbl {
    border: 1px solid AFAFAF;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    width: 900px;
}

table.edit_offer_tbl td {
    border: 1px solid AFAFAF;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 3px;
}

table.edit_offer_tbl td select,
table.edit_offer_tbl td input {
    margin-left: 15px;
}

table.main_table.edit_offer_tbl .edit_offer_subtbl {
    border: medium none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
}

table.main_table.edit_offer_tbl .edit_offer_subtbl td {
    border: medium none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0 !important;
}

#tab_menu {
    display: block;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
}

#tab_menu li {
    display: inline;
}

#tab_menu li a {
    background: #356170;
    padding: 10px;
    outline: none;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

#tab_menu li.active a {
    background: #4D8BA0;
    outline: none;
}

.add_subtype_table {
    border: 1px solid AFAFAF;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
}

.add_subtype_table td {
    border: 1px solid AFAFAF;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
}

.input {
    background-color: #0F1D22;
    color: white;
    border: 1px solid white;
    padding: 4px 2px;
    font-size: 11px;
    /* font-family: Verdana; */
}

.delete {
    background-color: #af1d1d !important;
    color: white;
    border: 1px solid white;
    font-size: 11px;
    /* font-family: Verdana; */
    padding: 6px 12px;
    text-decoration: none;
    cursor: pointer;
}

.clear_filter {
    background-color: #dedede !important;
    color: #000;
    border: none;
    font-size: 11px;
    /* font-family: Verdana; */
    padding: 6px 12px;
    text-decoration: none;
    cursor: pointer;
}

.clear_filter:hover,
.clear_filter:active {
    background-color: #cfcfcf !important;
}

.delete_images {
    color: red;
}

.button_edit {
    background-color: #af1d1d !important;
    color: white;
    border: 1px solid white;
    padding: 4px 2px;
    font-size: 18px;
    /* font-family: Verdana; */
    padding: 8px 15px;
    text-decoration: none;
    cursor: pointer;
}

.button {
    background-color: #0F1D22 !important;
    color: white;
    border: 1px solid white;
    padding: 6px 12px;
    font-size: 11px;
    /* font-family: Verdana; */
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

a.button, a.delete {
    display: inline-block;
}

.download_btn, .updmails_btn, .print_btn {
    background-color: #3E6573 !important;
    background-position: 10px center;
    background-repeat: no-repeat;
    border-color: #25424C;
    border-style: outset;
    border-width: 1px 2px 2px 1px;
    color: white;
    cursor: pointer;
    /* font-family: Verdana; */
    font-size: 12px;
    height: 38px;
    padding: 8px 15px 8px 40px;
    text-decoration: none;
}

.download_btn {
    background-image: url("../images/media-floppy.png");
}

.updmails_btn {
    background-image: url("../images/mail-forward.png");
}

.print_btn {
    background-image: url("../images/printer.png");
}

input.normal_input {
    background-color: white !important;
    border: 1px solid #cccccc;
    color: black;
    padding: 7px 15px;
    display: block;
    width: 300px;
    margin-bottom: 2px;
}

input.normal_input:focus {
    border: 1px solid black;
}

input.normal_disabled {
    background-color: white !important;
    border: 1px solid white;
    color: black;
}

.normal {
    border: 1px solid #cccccc;
    padding: 4px;
    margin-left: 15px;
    width: 250px;
    background-color: white !important;
    color: black !important;
}

.main_table {

}


.main_table tr th {
    border-left: 1px solid #fff;
    color: #fff;
    background: #6B6363;
    font-weight: bold;
    text-align: left;
    padding: 10px 12px;
}

.main_table tr th a {
    color: #fff;
    text-decoration: none;
}

.main_table tr td {
    /*	padding: 12px !important;		*/
}

.main_table tr td.dark {
    border-left: 1px solid #cecece !important;
    border-right: 1px solid #bababa !important;
}

.main_table tr td.light {
    border-left: 1px solid #d6d6d6 !important;
    border-right: 1px solid #f4f4f4 !important;
}

#city_table {

}

#comments_table {

}


.current-date {
    background-color: #dbdbdb;
}

.nl_table {
    border-collapse: collapse;
}

.nl_table th {
    font-size: 13px;
    padding: 10px 0;
    border-bottom: 2px solid #ddd;
}

.nl_table td {
    padding: 6px 0;
}

.nl_table tr > th {
    background-color: #dbdbdb;
}

.nl_table td {
    border-left: 1px solid rgb(242, 242, 242);
    border-right: 1px solid rgb(242, 242, 242);
}

.nl_table tr:hover {
    background-color: #eaeaea !important;
}

.nl_table tr:nth-child(even) {
    background-color: #fff;
}

.nl_table tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.nl_table input[type|=button] {
    width: 85px;
    background-color: #9fc54e;
    border: 1px solid #9fc54e;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    min-width: 85px;
    padding: 2px 5px;
}

.nl_table input[type|=button]:hover {
    cursor: pointer;
}

.nl_table .inactive {
    background-color: red !important;
    border: 1px solid red !important;
}

.nl_table .old {
    cursor: default !important;
    background-color: #524D50 !important;
    border: 1px solid #524D50 !important;
}

a.active, a.inactive, a.deleted, a.email, a.forward {
    width: 32px;
    height: 32px;
    display: block;
    background-repeat: no-repeat;
}

a.active {
    background-image: url('../images/ok.jpg');
}

a.inactive {
    background-image: url('../images/cancel.png');
}

a.deleted {
    background-image: url('../images/deleted.png');
}

a.email {
    background-image: url('../images/email.png');
}

a.forward {
    background-image: url('../images/forward.png');
}

.message {
    background-color: #FF0000;
    color: #FFFFFF;
    /* font-family: Arial; */
    font-size: 12px;
    font-weight: bold;
    margin: 1px 10px;
    padding: 14px 5px;
    text-indent: 10px;
    width: 400px;
}

.error {
    background: url(../images/stop.png) no-repeat #ffcfcf;
    background-position: 15px 50%;
    color: #d02b2b;
    border: 1px solid #e9c69e;
}

.report-div.error {
    background-image: none;
}

.approve {
    background: url(../images/button_check.png) no-repeat #cfffa8;
    background-position: 15px 50%;
    color: #409e49;
    border: 1px solid #81fb1e;
}

.message p {
    margin-bottom: 0px !important;
}

.warning {
    background: url(../images/sign_warning.png) no-repeat #fffaa2;
    background-position: 15px 50%;
    color: #817b09;
    border: 1px solid #cac116;
}

.info {
    background: url(../images/button_white_info.png) no-repeat #ecf9ff;
    background-position: 15px 50%;
    color: #3e77ce;
    border: 1px solid #bddcdf;
}

.error p, .approve p, .info p, .warning p {
    margin-left: 60px;
}

.error#ajax_error, .info#ajax_info, .approve#ajax_approve, .warning#ajax_warning {
    margin: 10px;
}

.add_new_button {
    margin-left: 10px;
    padding: 9px 5px;
}

.pseudoheading td {
    font-weight: bold;
    background: #6B6363;
    color: white;
    padding: 4px 9px !important;
}

#filter {
    margin: 10px;
    padding: 0;
}

#filter ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

#filter ul li {
    display: block;
    list-style-type: none;
    float: left;
    text-align: left;
    padding: 1px 15px 1px 0px;
}

#filter ul li select {
    border: 1px solid #cccccc;
    padding: 4px;
    margin-left: 5px;
}

#paging {
    overflow: hidden;
    margin-left: 10px;
}

#paging a, #paging strong {
    display: block;
    text-decoration: none;
    color: black;
    float: left;
    padding: 4px 8px;
    margin: 1px;
}

#paging a {
    color: white;
    background-color: black;
}

a.generate_disabled, a.generate {
    width: 16px;
    height: 12px;
    background-repeat: no-repeat;
    display: block;
}

.generate_disabled {
    background-image: url('../images/generate_disabled.jpg');
}


.generate {
    background-image: url('../images/generate.jpg');
}

a.add_new_images {
    width: 48px;
    height: 48px;
    display: block;
    background-image: url('../images/photo.png');
    background-repeat: no-repeat;
}

a.vouchers {
    width: 48px;
    height: 48px;
    display: block;
    background-image: url('../images/vouchers.gif');
    background-repeat: no-repeat;
}

a.vouchers_disabled {
    width: 48px;
    height: 48px;
    display: block;
    background-image: url('../images/vouchers_disabled.gif');
    background-repeat: no-repeat;
}

a.newsletter {
    width: 39px;
    height: 21px;
    display: block;
    background-image: url('../images/newsletter_icon.gif');
    background-repeat: no-repeat;
}

a.copy {
    width: 39px;
    height: 21px;
    display: block;
    background-image: url('../images/copy-icon.png');
    background-repeat: no-repeat;
}


.activate, .deactivate {
    width: 15px;
    height: 15px;
    display: block;
    background-repeat: no-repeat;
}

.activate {
    background-image: url('../images/activate.png');
}

.deactivate {
    background-image: url('../images/deactivate.png');
}

.ordinary, .travel, .termsvalid, .termsvoid {
    width: 20px;
    height: 19px;
    display: block;
    background-repeat: no-repeat;
}

.ordinary {
    background-image: url('../images/travel_off.png');
}

.travel {
    background-image: url('../images/travel_on.png');
}

.termsvalid, .termsvoid {
    width: 40px;
    height: 40px;
    display: block;
    background-repeat: no-repeat;
}

.termsvalid {
    background-image: url('../images/tandcs-icon_active.jpg');
}

.termsvoid {
    background-image: url('../images/tandcs-icon.jpg');
}

#images {
    padding: 3px;
    overflow: hidden;
}

#images div.image {
    border: 5px solid #cccccc;
    width: 220px;
    height: 151px;
    position: relative;
    float: left;
    margin: 10px;
}

#image-crop-table {
    margin: 20px;
}

#image-preview {
    width: 540px;
    height: 370px;
    overflow: hidden;
}

#images div.image a.delete_image {
    width: 15px;
    height: 15px;
    display: block;
    background-image: url('../images/close_small.jpg');
    background-color: white;
    background-position: 1px 1px;
    background-repeat: no-repeat;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 2px solid black;
    padding: 1px;
}

#progress {
    width: 500px;
    position: absolute;
    left: 50%;
    top: 200px;
    margin-left: -250px;
    z-index: 9999;
    background-color: white;
    padding: 10px;
    -moz-box-shadow: 2px 2px 5px black;
    -webkit-box-shadow: 2px 2px 5px black;
    box-shadow: 2px 2px 5px black;
    display: none;
}

#progress div.progress {
    padding: 5px;
    background-color: #efefef;
    margin: 2px;
    -moz-border-radius: 3px;
    webkit-border-radius: 3px;
}

#progress div.progress div.percent {
    border: 1px solid #cccccc;
    padding: 1px;
    background-color: white;
}

#progress div.progress div.filename {
    padding: 4px;
    font-weight: bold;
}

#progress div.progress div.percent div.uploaded {
    background-color: #4EA300;
    color: white;
    /* font-family: Arial; */
    font-sie: 11px;
    padding: 0px;
}

.filter {
    border: 1px solid #cccccc;
    padding: 4px;

    width: 140px;
    background-color: white !important;
    color: black !important;
}

input.filter[disabled="disabled"] {
    background-color: #EBEBEB !important;
}


select.filter {
    width: 150px;
}

#suggestedPartner span {
    font-size: 9px;
    /* font-family: Verdana; */
    color: white;
    background-color: #243f48;
    -moz-border-radius: 2px;
    margin: 2px;
    padding: 3px;

    cursor: pointer;
}

.edit {
    cursor: pointer;
}

/* SPAN labels */

#popWindow span.label {
    background-color: #5C9CCC;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    float: left;
    min-width: 200px;
}

#popWindow span.fieldText {
    font-weight: bold;
    font-size: 12px;
    padding: 10px;
    float: left;
    width: 600px;
    border-bottom: solid 1px #ccc;
}

.admin_error_text {
    color: #c60000;
}

/* Messages  -----------------------------------------------------------DOBAVENI*/
.errorMsg, .noticeMsg, .successMsg {
    padding: .5em;
    margin: 0;
    text-align: left;
    display: block
}

.errorMsg {
    background: #fbe3e4 url(../images/warning.jpg) no-repeat 5px 5px;
    color: #8a1f11;
    border: 2px solid #fbc2c4;
    padding: 10px 0 15px 40px;
    line-height: 20px;
}

.noticeMsg {
    background: #FFF6BF url(../images/notice.jpg) no-repeat 5px 5px;
    color: #000 /*#514721*/;
    border: 2px solid #FFD324;
    padding: 10px 0 15px 40px;
    line-height: 20px;
}

.successMsg {
    background: #e6efc2 url(../images/icon_ok.png) no-repeat 5px center;
    color: #264409;
    border: 2px solid #C6D880;
    padding: 10px 0 15px 50px;
    line-height: 20px;
}

.errorMsg a {
    color: #8a1f11
}

.noticeMsg a {
    color: #514721
}

.successMsg a {
    color: #264409
}

.successMsg a.close {
    display: block;
    width: 15px;
    height: 14px;
    position: absolute;
    top: 2px;
    right: 2px;
    background: url(../images/x.png) no-repeat 0 0;
    cursor: pointer
}

.noticeMsg p, .errorMsg p, .successMsg p {
    padding: 0
}

.downloadLink {
    padding: .5em;
    margin: 0;
    text-align: left;
    display: block
}

.downloadLink {
    background: #e6efc2 url(../images/down-icon.png) no-repeat 5px 10px;
    color: #8a1f11;
    border: 2px solid #C6D880;
    padding: 10px 0 10px 30px;
    line-height: 15px;
}

.downloadLink a {
    color: #264409
}

/* ---- Vtips */
p#vtip {
    display: none;
    position: absolute;
    padding: 10px;
    left: 5px;
    background-color: white;
    border: 1px solid #a6c9e2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 9999
}

p#vtip #vtipArrow {
    position: absolute;
    top: -10px;
    left: 5px
}

/* Ext calendar */
.green_cell {
    background-color: #55ff80;
}

.yellow_cell {
    background-color: #ffff00;
}

.orange_cell {
    background-color: #FFAF47;
}

.red_cell {
    background-color: #FF3546;
}

.po_butt {
    font: normal 10px arial, tahoma, helvetica, sans-serif;
    cursor: pointer;
}

.align-right-cls {
    text-align: right;
}

/* Call center */

.call-center {
    width: 98%;
    margin: 0 auto;
}

.call-center .data-cell {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #E1E1E1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.call-center .data-cell.accepted {
    background-color: #acc3fc;
}

.call-center .data-cell.accepted .check-box {
    background-color: #b0c3f3;
    -webkit-box-shadow: inset -5px 0px 10px 0px #89A4EB;
    box-shadow: inset -5px 0px 10px 0px #89A4EB;
}

.call-center .data-cell.reminded {
    background-color: #82E2DF;
}

.call-center .data-cell.reminded .check-box {
    background-color: #6CD6D3;
    -webkit-box-shadow: inset -5px 0px 10px 0px #38B8B4;
    box-shadow: inset -5px 0px 10px 0px #38B8B4;
}

.call-center .data-cell.callback {
    background-color: #FBD75B;
}

.call-center .data-cell.callback .check-box {
    background-color: #ebc640;
    -webkit-box-shadow: inset -5px 0px 10px 0px #CCA212;
    box-shadow: inset -5px 0px 10px 0px #CCA212;
}

.call-center .data-cell.done-rejected {
    background-color: #ff733c;
}

.call-center .data-cell.done-rejected .check-box {
    background-color: #e9642f;
    -webkit-box-shadow: inset -5px 0px 10px 0px #C9400A;
    box-shadow: inset -5px 0px 10px 0px #C9400A;
}

.call-center .data-cell.done-paid {
    background-color: #85d080;
}

.call-center .data-cell.done-paid .check-box {
    background-color: #7ac174;
    -webkit-box-shadow: inset -5px 0px 10px 0px #59A753;
    box-shadow: inset -5px 0px 10px 0px #59A753;
}

.call-center .data-cell.generated-code {
    background-color: #3399CC;
}

.call-center .data-cell.generated-code .check-box {
    background-color: #3197ca;
    -webkit-box-shadow: inset -5px 0px 10px 0px #117cb1;
    box-shadow: inset -5px 0px 10px 0px #117cb1;
}

.call-center .data-cell.finished-nodata {
    background-color: #3399CC;
}

.call-center .data-cell.finished-nodata .check-box {
    background-color: #88C4E2;
    box-shadow: -5px 0 10px 0 #38ABE0 inset;
}

.call-center .data-cell.generated-extracode {
    background-color: #E3BEE8;
}

.call-center .data-cell.generated-extracode .check-box {
    background-color: #DEACE5;
    -webkit-box-shadow: inset -5px 0px 10px 0px #C031D6;
    box-shadow: inset -5px 0px 10px 0px #C031D6;
}

.call-center .data-cell.done-nofeedback {
    background-color: #95D6B8;
}

.call-center .data-cell.done-nofeedback .check-box {
    background-color: #61CE9B;
    -webkit-box-shadow: inset -5px 0px 10px 0px #39AD77;
    box-shadow: inset -5px 0px 10px 0px #39AD77;
}

.call-center .data-cell.done-notpaid {
    background-color: #FFC156;
}

.call-center .data-cell.done-notpaid .check-box {
    background-color: #F4B246;
    -webkit-box-shadow: inset -5px 0px 10px 0px #BA8228;
    box-shadow: inset -5px 0px 10px 0px #BA8228;
}

.call-center .data-cell.cheated-us {
    background-color: #F3FFAF;
}

.call-center .data-cell.cheated-us .check-box {
    background-color: #DDE5B3;
    -webkit-box-shadow: inset -5px 0px 10px 0px #BDC97A;
    box-shadow: inset -5px 0px 10px 0px #BDC97A;
}


.call-center span,
.call-center .deal-info a,
.call-center .deal-id {
    display: block;
    float: left;
    padding-right: 3%;
    margin-top: 3px;
}

.check-box {
    background-color: #d2d2d2;
    -webkit-box-shadow: inset -5px 0px 10px 0px #a7a7a7;
    box-shadow: inset -5px 0px 10px 0px #a7a7a7;
    position: relative;
}

.check-box a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 100;
    cursor: default;
}

.check-box input {
    margin-top: 19px;
}

.call-center label,
.call-center .callAddNotes {
    float: right;
    display: block;
    text-align: center;
}

.check-box,
.info-deal-client,
.user-responsible {
    display: block;
    line-height: 48px;
    height: 48px;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    float: left;
}

.warning-old-deal {
    width: 80px;
    padding-top: 5px;
    text-align: center;
}

.info-deal-client {
    width: 83%;
    text-align: left;
    line-height: 15px;
    padding: 6px 1%;
    height: auto;
}

.deal-info {
    padding-bottom: 6px;
}

.user-responsible {
    width: 10%;
}

.user-responsible a,
#callcenter-show-filter,
#reset-filters {
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
    background-image: linear-gradient(top, #eeeeee, #cccccc);
    border: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    line-height: 1;
    text-align: center;
    text-shadow: 0 1px 0 #eee;
    width: 100%;
    line-height: 60px;
    height: 60px;
    display: block;
    text-decoration: none;
}

.user-responsible a:hover,
#callcenter-show-filter:hover,
#reset-filters:hover {
    background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb));
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(top, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}

.user-responsible a:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}

.call-center em {
    font-weight: bold;
    font-style: normal;
}

.call-center .callStatus,
.call-center .takeTask,
.call-center .callAddNotes {
    float: right;
}

.call-center .callStatus {
    width: 175px;
}

.call-center .takeTask,
.call-center .callAddNotes,
.call-center label {
    display: block;
    margin-right: 15px;
    margin-top: 3px;
}

.comments,
.user-info,
.ticket-info,
.deal-info {
    float: none;
    clear: both !important;
    width: 100%;
    overflow: hidden;
}

.user-info {
    padding-bottom: 4px;
    border-bottom: 1px solid #4c4c4c;
    margin-bottom: 4px;
    font-size: 14px;
}

#form-notes label {
    display: block;
}

#form-notes textarea {
    width: 300px;
    height: 100px;
}

.comments {
    display: block;
    overflow: hidden;
    padding: 0px;
    background-color: #efefef;
}

.callNotesLast {
    float: left;
    width: 93%;
}

.callNotesLast div {
    overflow: hidden;
}

.comments .title {
    float: left;
    width: 5%;
    margin-right: 1%;
    padding: 2px 0px;
    overflow: hidden;
    text-align: center;
}

.notes-expand {
    overflow: visible;
    height: auto;
    width: 380px;
}

.note-dt {
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 1px;
}

.note-description {
    font-size: 12px;
}

.clear {
    clear: both;
}

.block {
    display: block;
}

.none {
    display: none;
}

#callcenter-show-filter {
    cursor: pointer;
    font-weight: bold;
}

#admin_page {
    position: relative;
}

#admin_page h1 {
    margin-bottom: 0px;
}

#callcenter-show-filter {
    margin-left: 13px;
    width: 120px;
    height: 26px;
    line-height: 26px;
    margin-bottom: 10px;
}

#callcenter-filter-box {
    background-color: #eee;
    margin: 0;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 10px;
    left: 160px;
    padding: 10px;
    width: 80%;
}

#callcenter-filter-box:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent #eee transparent transparent;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    position: absolute;
    bottom: 23px;
    left: -20px;
}

#callcenter-filter-box table {
    float: left;
    width: 90%;
}

#callcenter-filter-box table input {
    border: 1px solid #969696;
    background-color: #FFF;
    font-size: 13px;
    color: #969696;
    padding: 3px 4px;
    width: 90%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#callcenter-filter-box table .search-button {
    background-color: #969696 !important;
    color: #FFF !important;
}

#reset-filters {
    width: 10%;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 15px;
    padding-top: 25px;
}

.restrictedUser {
    float: left;
    display: block;
    margin-right: 15px;
    margin-top: 3px;
}

.grocery_wrap {
    margin: 5px 15px;
}

.audit_tbl {
    border: 1px solid #000;
    border-collapse: collapse;
    margin: 0 10px;
}

.audit_tbl td {
    border: 1px solid #000;
    padding: 5px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .x-grid3-cell {
        box-sizing: border-box;
    }
}

.order_info_block {
    width: 312px;
    float: left;
    margin-right: 5px;
}

.kzp_table {
    border: 0;
    margin: 0 10px;
}

.kzp_table td {
    margin: 0;
    padding: 2px 5px
}

a.asc, a.desc, label.asc, label.desc {
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 17px;
}

a.asc, label.asc {
    background-image: url('../images/go-down.png');
}

a.desc, label.desc {
    background-image: url('../images/go-up.png');
}

.order_info_tbl {
    border-collapse: separate;
    display: table;
    margin-bottom: 0;
    margin-top: 10px;
    text-indent: 0;
    width: 100%;
}

.order_info_tbl tr th {
    text-align: center;
    background-color: #454545;
    color: white;
    padding: 6px 5px;
}

.order_info_tbl tr td {
    border: 1px solid #E5E5E5;
    padding: 3px 2px;
}

.order_info_tbl tr td p {
    margin: 1px;
    padding: 10px;
}

.order_info_tbl tr.darken td {
    background-color: #e4e4e4;
}


.pages_list {
    margin: 10px;
}

.pages_list th.id {
    width: 50px;
}

.pages_list th.tools {
    width: 70px;
}

.company_data p {
    margin: 2px 0;
    font-size: 12px;
}

.protocol_orders td {
    padding: 5px 3px
}

/* Style For Suggestions */

/*
 For creating side border like this
 | item 1   |
 | item 2   |
 */
.suggestions div {
    height: 20px !important;
    background-color: #EEEEEE !important;
    border-left: 1px solid #CCCCCC !important;
    border-right: 1px solid #CCCCCC !important;
}

/*
 For creating top border like this
 ------------
   item 1
   ...
 */
.suggestions div.first {
    border-top: 1px solid #CCCCCC !important;
}

/*
 For creating bottom border like this
   ...
   item 2
  ------------
 */
.suggestions div.last {
    border-bottom: 1px solid #CCCCCC !important;
}

/*
 For coloring the selected item
 */
.suggestions div.selected {
    background-color: #999999 !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
}

.suggestions div.suggest_item b {
    float: none !important;
}

.ui-dropdownchecklist-text {
    line-height: 24px;
}

#paginator {
    padding: 5px 0;
    text-align: center;
}

#paginator a.page {
    background-color: #F6ECF8;
    border: 1px solid #EDD5F2;
    border-radius: 4px 4px 4px 4px;
    color: #565656;
    margin: 5px;
    padding: 3px 6px;
    text-decoration: none;
}

#paginator a.page:hover {
    background-color: #F6E5F9;
    border: 1px solid #FF876F;
    border-radius: 4px 4px 4px 4px;
    color: #565656;
    padding: 3px 6px;
    text-decoration: none;
}

#paginator a.current {
    background-color: #F6E5F9;
    border: 1px solid #FF876F;
    border-radius: 4px 4px 4px 4px;
    color: #565656;
    font-weight: bold;
    margin: 5px;
    padding: 3px 6px;
    text-decoration: none;
}

.import_results {
    border: 1px solid black;
    margin: 10px;
    padding: 10px;
    background-color: #EEE;
}

.import_results legend {
    text-transform: uppercase;
}

.import_results table {
    width: 100%;
    border: medium none;
}

.import_results table td {
    padding: 5px;
    font-weight: bold;
    background-color: #ddd;
}

#subtypes_list {
    border: 1px solid #c0c0c0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}

#subtypes_list td {
    border: 1px solid #c0c0c0;
    padding: 5px 3px !important;
}

#subtypes_list thead td {
    background-color: #e2e2e2;
    font-weight: bold;
}

#subtypes_list tbody tr.light_row td {
    background-color: #f1f5f6;
}

#subtypes_list tbody tr.dark_row td {
    background-color: #cfdadf
}

#annex_print_save_options {
    width: 800px;
    height: 30px;
}

.edit_subtype_link, .copy_subtype_link, .delete_subtype_link {
    display: block;
    width: 16px;
    height: 16px;
}

.edit_subtype_link {
    background-image: url('../images/edit.png');
}

.copy_subtype_link {
    background-image: url('../images/icon/page_copy.png');
}

.delete_subtype_link {
    background-image: url('../images/delete.png');
}

a.deletenote {
    color: #6d6d6d;
    text-decoration: none;
}

#callcenter_inactive_subdeals {
    font-size: 30px;
    color: red;
    letter-spacing: 10px;
    margin: 10px 10px 10px 10px;
    text-shadow: 0 0 7px #ffffff; /* horizontal-offset vertical-offset 'blur' colour */
    -moz-text-shadow: 0 0 10px #ffffff;
    -webkit-text-shadow: 0 0 10px #ffffff;
}

#admin_page .addresses label {
    margin-right: 5px;
}

#admin_page .addresses input.normal_input {
    display: inline-block;
    margin-right: 20px;
}

#admin_page .addresses div {
    margin-bottom: 10px;
}

#admin_page .partnerAddress label {
    margin-right: 5px;
}

#admin_page .partnerAddress input.normal_input {
    display: inline-block;
    margin-right: 20px;
}

#admin_page .partnerAddress div {
    margin-bottom: 10px;
}

.custom_iban_ni {
    display: inline-block !important;
}

.custom_iban {
    width: 170px !important;
    display: inline-block !important;
}

.custom_iban_comment {
    width: 100px !important;
    display: inline-block !important;
}

input.block_iban {
    background-color: red !important;
    color: white !important;
}

tr.dealPaymentRemoved {
    text-decoration: line-through;
    background-color: #FF7F50;
}

tr.dealPaymentPaid {
    background-color: #98FB98;
}

.error-message {
    color: red;
    text-align: center;
}

.admin_newsletter_positions {
    width: 53%;
    margin: 0 auto;
}

.half-box {
    width: 150px;
    float: left;
}

#save-nl-rights {
    margin: 20px 0;
    position: relative;
    left: 48%;
}

.hotel-row {
    width: 225px;
    padding-bottom: 5px;
}

.text-center {
    text-align: center;
}

.management-filter {
    overflow: hidden;
    padding: 10px;
    margin: 0 10px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.management-filter input,
.management-filter select {
    height: 30px;
    padding: 4px;
    width: 170px;
    box-sizing: border-box;
    margin-top: 10px;
}

.management-filter input[type="text"],
.management-filter select {
    border: 1px solid #cccccc;
}

.management-filter input[type="button"] {
    margin-top: 40px;
}

.management-filter div.filter-col {
    float: left;
    padding: 0 10px;
    width: 223px;
    box-sizing: border-box;
}

.management-table td.buttons {
    min-width: 98px;
}

.management-table td.buttons a {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.management-table td.buttons a:last-child {
    margin-right: 0;
}

.management-table a.mail-btn {
    background: url("../images/mail-btn.png") no-repeat;
}

.management-table a.stop-btn {
    background: url("../images/stop-btn.png") no-repeat;
}

.management-table a.message-btn {
    background: url("../images/message-btn.png") no-repeat;
}

.management-table a.message-btn.green {
    background: url("../images/message-btn-green.png") no-repeat;
}

.management-table a.message-btn.red {
    background: url("../images/message-btn-red.png") no-repeat;
}

.management-table a.arrow-btn {
    background: url("../images/arrow-btn.png") no-repeat;
}

.management-table a.redirect-btn {
    background: url("../images/redirect-btn.png") no-repeat;
}

/*loyalty admin*/
.loyalty-box-container {
    width: 800px;
    margin: 20px auto;
    box-sizing: border-box;
}

.loyalty-box {
    margin-bottom: 20px;
}

.loyalty-box-header {
    border: 1px solid #000;
    padding: 10px;
    background-color: #ccc;
}

.loyalty-box-body {
    border: 1px solid #000;
    border-top: 0;
    padding: 20px;
}

.loyalty-box #product-notification-container {
    margin-bottom: 20px;
}

.loyalty-box .ms-parent {
    margin-top: -3px;
    width: 184px !important;
}

.loyalty-box .ms-choice {
    height: 27px;
}

.loyalty-box .form-group {
    margin-bottom: 20px;
}

.loyalty-box .form-group.visible {
    overflow: visible;
}

.loyalty-box .left-col {
    float: left;
    width: 25%;
}

.loyalty-box .right-col {
    float: left;
    width: 75%;
    box-sizing: border-box;
}

.loyalty-box input[type="button"],
.loyalty-box input[type="submit"] {
    cursor: pointer;
}

.loyalty-box .right-col input[type="text"],
.loyalty-box .right-col textarea {
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
}

.loyalty-box .right-col.three-on-row input[type="text"],
.loyalty-box-container input[type="button"],
.loyalty-box .right-col.three-on-row input[type="submit"],
.loyalty-box .right-col.three-on-row select {
    width: 182px;
    padding: 4px;
    box-sizing: border-box;
}

.loyalty-box .right-col.three-on-row input.m-l {
    margin-left: 7px;
}

.loyalty-box .right-col.three-on-row select {
    padding: 3px;
    width: 182px;
}

.loyalty-box .logo-upload img {
    max-width: 150px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.loyalty-box-container .add-button {
    text-align: center;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.table-lability-container {
    padding-left: 25px;
}

.table-liability tr.open td {
    background-color: #FFFBBD;
}

.table-liability tr.closed td,
.table-liability tr.requested td {
    background-color: #8ECEFF;
}

.table-liability tr.approved td,
.table-liability tr.confirmed td,
.table-liability tr.travel-sales.paid td {
    background-color: #C5FBD1;
}

.table-liability tr.paid td,
.table-liability tr.travel-sales.paid.paid-invoice td,
.table-liability tr.finished td {
    background-color: #EFEFEF;
}

.table-liability tr.declined td {
    background-color: #FF7575;
}

.table-liability tr.annulated td,
.table-liability tr.unpaid td {
    background-color: #FFB5B5;
}

.table-liability {
    padding-left: 25px;
}

.table-liability td {
    position: relative;
}

.table-liability .expand-partner {
    padding: 3px 5px 1px 5px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    width: 21px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: -30px;
    color: #000;
    border: 1px solid #ccc;
    box-sizing: border-box;
    text-decoration: none;
    margin-top: -10px;
}

.table-liability .expand-partner::before {
    content: '+';
}

.table-liability .expand-partner.open::before {
    content: '-';
}

.table-liability .edit-payment-terms {
    display: inline-block;
    background: url('../images/edit.png') no-repeat;
    width: 16px;
    height: 16px;
}

.table-liability .paymentDelete {
    display: inline-block;
    background: url('../images/remove-icon.png') no-repeat;
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
}

.table-liability .paymentRequest {
    text-decoration: none;
    color: #000;
}

.table-liability .selectPartnerAction {
    width: 100px;
    padding: 0;
    position: absolute;
    list-style: none;
    background-color: #fff;
    z-index: 999;
    box-sizing: border-box;
    left: 0;
    margin: 6px 0 0;
    border: 1px solid #ccc;
}

.table-liability .selectPartnerAction li {
    padding: 10px 0;
}

.selectPartnerAction li[data-action="OPEN"] {
    background: #FFFBBD;
}

.selectPartnerAction li[data-action="DECLINED"] {
    background: #FF7575;
}

.selectPartnerAction li[data-action="CONFIRMED"] {
    background: #C5FBD1;
}

.selectPartnerAction li[data-action="REQUESTED"] {
    background: #8ECEFF
}

.selectPartnerAction li[data-action="ANNULATED"] {
    background: #FFB5B5
}

.selectPartnerAction li[data-action="FINISHED"] {
    background: #EFEFEF;
}

.table-liability .selectPartnerAction li:hover {
    background-color: #1e90ff;
    color: #fff;
}

.table-liability .custom-select {
    position: relative;
    width: 100px;
    height: 26px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #fff;
    text-align: center;
    padding: 6px 10px 4px 0;
}

.table-liability .custom-select::after {
    content: "";
    position: absolute;
    right: 6px;
    top: 9px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #000;
}

.table-liability .custom-select:hover {
    cursor: pointer;
    border-color: #aaa;
}

.table-liability .payment-request-comment {
    display: inline-block;
    max-width: 300px;
}

.table-liability tfoot {
    background: #6b6363;
    color: #fff;
    white-space: nowrap;
}

.liability-dialog .ui-widget-header {
    background: #fff;
    border: none;
}

.liability-dialog .ui-button-icon-only .ui-icon {
    top: 0;
    left: 0;
}

.liability-dialog .ui-state-default,
.liability-dialog .ui-widget-content .ui-state-default,
.liability-dialog .ui-widget-header .ui-state-default {
    background: #fff;
    border: 0;
}

.liability-dialog label {
    margin-bottom: 5px;
    display: inline-block;
    min-width: 80px;
}

.liability-dialog input,
.liability-dialog select {
    width: 150px;
}

.liability-dialog input[type="radio"],
.liability-dialog input[type="checkbox"] {
    width: auto;
}

.liability-dialog textarea {
    width: 99%;
}

.liability-dialog input[type="submit"] {
    margin-top: 10px;
}

.liability-dialog fieldset {
    padding: 10px;
    margin: 0;
}

.liability-dialog fieldset legend {
    padding: 0 5px;
}

#formPaymentRequest fieldset div {
    margin-bottom: 10px;
}

#formPaymentRequest fieldset div:last-child {
    margin-bottom: 0;
}

#formPaymentRequest fieldset label {
    min-width: 160px;
    margin: 0;
    vertical-align: middle;
}

#formPaymentRequest fieldset label span {
    vertical-align: top;
}

.linkInvoiceSend,
.linkInvoiceSent {
    background: url('/static/images/mail-sent.png') no-repeat;
    display: inline-block;
    width: 28px;
    height: 17px;
    text-indent: -9999px;
}

.linkInvoiceSend {
    background: url('/static/images/mail.png') no-repeat;
    width: 22px;
}
