@charset "utf-8";
/* CSS Document */

.m-guestform .data_form {
    padding-top: 20px;
}
.m-guestform .data_form table {
    width: auto!important;
    margin: 0 auto;
}
.data_form tr {
    font-weight: normal;
    vertical-align: top;
}
.data_form th {
    padding: 12px 10px 0 0;
    font-weight: normal;
    text-align: left;
}
.data_form td {
    padding: 6px 0;
}
.form_buttons {
    text-align: right;
    padding-top: 15px;
}
#ok, #cancel, .general_button {
    font: 14px RobotoRegular!important;
    display: inline;
    width: auto;
    height: auto;
    margin-left: 2px;
    margin-right: 2px;
    padding: 2px 7px;
    color: #303030;
    background-color: #EAEAEA;
    background-image: -webkit-linear-gradient(#f0f0f0, #f0f0f0 38%, #e0e0e0);
    border: 1px solid #B0B0B0;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12), inset 0 1px 2px rgba(255, 255, 255, 0.95);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12), inset 0 1px 2px rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12), inset 0 1px 2px rgba(255, 255, 255, 0.95);
}
#ok:hover, #cancel:hover {
    border-color: gray;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12), inset 0 1px 2px rgba(255, 255, 255, 0.95);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12), inset 0 1px 2px rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12), inset 0 1px 2px rgba(255, 255, 255, 0.95);
}
.list th, .list td, .customlist th, .customlist td {
    padding: 3px;
    font-family: 'RobotoRegular';
    font-size: 14px;
}
.list th, .customlist th {
    border: 1px solid #E0E0E0;
    background-color: #F0F0F0;
}
.list th {
    vertical-align: top;
}
.list td, .customlist td {
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
}
.customlist th, .customlist td {
    vertical-align: middle;
}
.group {
    border: 1px solid #c5ffbb;
}
.group, .group td, .group th {
    background-color: #e9ffe5;
}
.site-content__title {
    margin-bottom: 20px;
}
.title, .subtitle {
    color: #555555;
    text-align: center;
    margin: 0 15px 20px 15px;
}
.title {
    font-size: 18pt;
}
.subtitle {
    font-size: 14pt;
}
.error, .errors, #errors {
    color: red;
    clear: both;
}
.message {
    color: green;
    clear: both;
}
.description, .description_normal {
    color: #909090;
    font-weight: normal;
    clear: both;
}
.errors, #errors, .message, .description {
	font-size: 80%;
}
.disabled {
    color: #C0C0C0!important;
}
.news_subject {
    font-weight: bold;
    float: left;
}
.news_date {
    font-weight: normal;
    float: right;
}
.news_readmore {
    display: inline-block;
    margin: 5px 0;
}
.small_image {
    width: 16px;
    height: 16px;
    max-width: 16px;
}
.orderfield {
    cursor: pointer;
}
.orderdest_asc, .orderdest_desc {
    background-color: #fff1f1!important;
    background-repeat: no-repeat;
    background-position: center 3px;
    padding-top: 10px!important;
}
.orderdest_asc {
    background-image: url(../img/asc.gif);
}
.orderdest_desc {
    background-image: url(../img/desc.gif);
}
.list_empty {
    text-align: center;
    padding: 10px 0;
    color: #C0C0C0;
}
.toolbar {
    text-align: left;
}
.right {
    float: right;
}
.left {
    float: left;
}
.bold {
    font-weight: bold!important;
}
.underline {
    text-decoration: underline;
}
.img_link {
    cursor: pointer;
}
.nospace {
    padding: 0!important;
}
.date1 {
    color: gray;
}
.date2 {
    color: green;
}
.date3 {
    color: darkblue;
}
.small {
    font-size: 80%!important;
}
#country_id, #operator_id {
    width: 450px;
}
.select-wrapper {
    margin-top: 2px;
}
.apply_to_sel_btn {
    float: right;
}
.readonly {
    background-color: #e0e0e0;
}
.ellipsis_text {
    overflow: hidden;
    text-overflow: ellipsis;
}
.radio_group_block {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 6px 0 4px 0;
    display: table-cell;
}
.radio_group {
    margin-bottom: 10px;
}
.radio_group label {
    display: inline-block;
    width: auto!important;
    padding: 0!important;
    margin: 0 3px 2px 0!important;
    cursor: pointer;
    border-radius: 7px;
}
.radio_group label input[type=radio] {
    display: none;
}
.radio_group label input[type=radio] + span {
    display: block;
    padding: 0 14px;
    color: #3a3a3a;
    background-color: #f0f0f0;
    letter-spacing: 0.03em;
    border-radius: 7px;
    transition: all 0.3s ease;
    font: 14px/35px 'RobotoRegular';
}
.radio_group label input[type=radio] + span:hover {
    background-color: #ebebeb;
}
.radio_group label input[type=radio]:checked + span {
    background-color: #d0d0d0;
}
.phone_flag {
    position: relative;
}
.phone_flag .chosen-container {
    width: 58px!important;
    background: #65b0e6;
    position: absolute;
    left: 0;
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 36px;
}
.phone_flag .chosen-container .chosen-single {
    color: #fff;
    height: 36px;
    line-height: 36px;
    font: 16px/35px 'OpenSansRegular';
}
.phone_flag .chosen-drop {
    width: 550px!important;
}
.phone_flag .chosen-container .chosen-single span {
    display: inline-block!important;
}
.phone_flag .chosen-container .chosen-single span .flag {
    margin-right: 50px!important;
}
.phone_flag #phone {
    padding-left: 66px;
    color: #545454;
    border-radius: 7px;
    width: 200px;
    height: 36px;
}
.phone_flag .flag {
    position: static!important;
    display: inline-block!important;
    background-image: url(../img/flag_map.png)!important;
    background-position: 0 0;
    background-repeat: no-repeat!important;
    width: 16px!important;
    height: 11px!important;
    margin-right: 10px!important;
}
.phone_flag .country_code {
    position: static!important;
    display: inline-block!important;
    font-weight: bold!important;
    width: 45px!important;
}
.yesno {
    display: inline-block;
    width: 25px;
}
.select_custom {
    -webkit-border-radius: 0;
    transition: border-color 0.3s ease, color 0.3s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: solid 2px #cecece;
    border-radius: 7px;
    font: 14px RobotoRegular;
    color: #848484;
    padding: 0 8px;
    height: 36px;
    width:200px;
}
.sender {
    border: 1px dotted red;
}
table.payment_systems {
    width: auto;
    background-color: #f9f9f9;
    margin: 5px 4px 5px 4px;
}
td.invoice {
    padding: 4px 4px 4px 4px;
}
div.payment_systems, div.general_info {
    background-color: #ffffff;
    margin: 4px 4px 4px 4px;
    padding: 4px 5px 5px 5px;
    border-radius: 5px;
}
div.general_info {
    background-color: #f2f2f2;
}
input.payment_systems {
    background: #26a998 !important;
}
td.payment_description {
    font-size: 95%;
    padding: 4px 0 4px 0;
}
span.to_account {
    color: green;
}
span.total {
    color: red;
}
td.title {
    padding: 14px 4px 4px 5px;
    text-align: left;
}

table.invoices_list, table.invoices_list td {
    vertical-align: middle;
}
table.general_info, table.general_info td {
    width: 400px !important;
    padding: 7px 7px 7px 7px;
    background-color: #f2f2f2;
    border-radius: 5px;
    white-space: nowrap
}
div.btc_info {
    border: 1px solid black;
    background-color: #65b0e6 !important;
    border-radius: 7px;
    width: auto;
    margin: 1px 1px 1px 1px;
}
td.btc_info {
    font-weight: bold;
    background-color: #65b0e6 !important;
    text-align: center;
    color: white !important;
}

td.btc_gen_info {
    text-align: center;
    background-color: #65b0e6 !important;
    color: white !important;
}

.copied-selected {
    background-color: #00c100 !important;
}

td.for-copy {
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
}
.search_container {
    display: inline-flex;
    width: auto;
    height: auto;
    white-space: nowrap;
}
.search_filter_button {
    width: 18px;
    height: 25px;
    margin-right: 3px;
    background: #EAEAEA url(/img/i/bg-b-phone-numbers__select.png) center center no-repeat;
    border: 1px solid #B0B0B0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12), inset 0 1px 2px rgba(255, 255, 255, 0.95);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12), inset 0 1px 2px rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12), inset 0 1px 2px rgba(255, 255, 255, 0.95);
}
.search_filter_selector {
    width: 300px;
    height: 200px;
    padding: 2px;
    background-color: white;
    overflow-y: auto;
    border: 1px solid gray;
    position: absolute;
    z-index: 1000;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.51);
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.51);
}
/* a rounded-rectangular plate with border and changed background */
.plate {
    border: solid 1px gray;
    background-color: #f9f9f9;
    border-radius: 2px;
    padding: 1px 3px;
    display: inline-block;
}
