.myButtonClass {
    margin-top: 15px!important;
}
.section-title {
    padding-left: 7px;
}
a.chat-contacts__user {
    cursor: pointer;
}
.wDataTable tr td {
    text-align: center;
}
.green {
    color: green;
}
.red {
    color: red;
}
.bold {
    font-weight: bold;
}
.hide {
    display: none;
}
.file_upload{
    width: 270px;
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 13px;              /* example */
    height: 32px !important;                 /* example */
    line-height:30px;             /* the same as height */
    padding:0 !important;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.file_upload .button, .file_upload > mark{
    display: block;
    cursor: pointer              /* example */
}
.file_upload .button{
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: auto;                  /* example */
    height: 100%;
    text-align: center;           /* example */
    font-weight:400;
    border-width:0 0 0 1px;
}
.file_upload > mark{
    background: transparent;     /* example */
    padding-left: 6px;            /* example */
    font-weight:400;
    width: 190px;
}
.file_upload input[type=file]{
    position: absolute;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width:0;
}
/*-------------------------------  contentImage  ------------------------------------*/
.contentImageView {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2px;
    width: 212px;
}

.contentImageView .mfpImage {
    display: block;
    background: #f9f9f9;
    border: 1px solid #d9d9d9;
    line-height: 0;
    padding: 5px;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.contentImageView .mfpImage:hover {
    border-color: #4D7496;
}
.contentImageView .mfpImage img {
    max-width: 100%;
}

.contentImageControl {
    display: block;
    vertical-align: top;
    width: 212px;
}

.contentImageControl .btn {
    width: 100%;
    margin-bottom: 2px;
}

.max212 {
    max-width: 212px;
}

/*buttons*/


.btn {
    display: inline-block;
    *display: inline;
    padding: 6px 10px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 13px;
    line-height: 18px;
    *line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    text-decoration:none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: rgba(0, 0, 0, 0.13);
    border-radius: 0;
    *zoom: 1;
    box-sizing: border-box;
    white-space:nowrap;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
    text-decoration:none;
}

.btn:active,
.btn.active,
.btn.wysihtml5-command-active {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #e6e6e6;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.13) inset;
}
.btn:active, .btn.active {
    outline: 0 none;
}
.btn:first-child {
    *margin-left: 0;
}

.btn:hover {
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
}


.btn.active,
.btn:active {
    background-color: #e6e6e6;
}


.btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}



.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
    background-color: #4d7496;
    border-color: #0055cc #0055cc #003580;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #628aad;
}

.btn-primary:active,
.btn-primary.active {
    background-color: #004099 \9;
}

.btn-warning {
    background-color: #faa732;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    background-color: #f89406;
    *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
    background-color: #c67605 \9;
}

.btn-danger {
    background-color: #da4f49;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    background-color: #bd362f;
    *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
    background-color: #942a25 \9;
}

.btn-success {
    background-color: #709449;
    border-color: #51a351 #51a351 #709449;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #94b86e;
    *background-color: #94b86e;
}

.btn-success:active,
.btn-success.active {
    background-color: #94b86e \9;
}

.btn-info {
    background-color: #49afcd;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-color: #2f96b4;
    *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
    background-color: #24748c \9;
}
.btn-inverse {
    background-color: #414141;
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
    *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
    background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
    *padding-top: 2px;
    *padding-bottom: 2px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.bigLetters {
    font-size: 21px;
    font-weight: bold;
}

#prices-calendar .grid__cell:nth-last-of-type(2) .js-remove-this-day {
    display: none;
}
#prices-calendar .grid__cell.removable:nth-last-of-type(2) .js-remove-this-day {
    display: block;
}
.js-add-days.disabled {
    background-color: #414141;
    cursor: not-allowed;
}
.js-add-days.disabled:hover {
    background-color: #414141;
}
.js-add-days.disabled input, button.disabled {
    cursor: not-allowed;
}
.button.disableIt, .button.disableIt:hover {
    cursor: not-allowed;
    background-color: #414141;
}
.wDataTable td a.button {
    line-height: 20px;
    display: block;
}


.dangerTr {
    background-color: #FFB5AC!important;
}
.warningTr {
    background-color: #FCFC9B!important;
}
.successTr {
    background-color: #DDF6FF!important;
}
.greenTr {
    background-color: darkseagreen!important;
}
.workDayTr {
    background: none !important;
}
.freeDayTr {
    background-color: #DDF6FF!important;
}
.workDayTr:hover, .freeDayTr:hover {
    background: #aaa !important;
}

[data-toggle="tooltip"] {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-style: dashed;
}

body.carrierPage .page-container {
    padding-right: 20px;
}

.overflowLicense {
    overflow-y: scroll;
    max-height: 240px;
}

.ex-tooltip {
    text-decoration: none;
    margin-left: 5px;
}

.ws-nowrap {
    white-space: nowrap;
}

.pickup-delivery-terminal-amount {
    color: green;
    position: absolute;
    top: 43px;
    left: 10px;
}
.pickup-delivery-terminal-amount.inner-block {
    top: 40px;
}

.differenceButton {
    cursor: pointer;
}
.differenceButton:hover {
    background-color: #000;
}
.saving-block {
    position: relative;
}
.saving {
    position: absolute;
    bottom: -18px;
    left: 9px;
    color: gray;
    font-weight: bold;
}

.h-bg-success.wSubmit:hover {
    background-color: #78b33a;
    cursor: pointer;
}
.bol-button.h-color-success:hover:not(.visible-bad) {
    color: #78b33a;
}
.bol-button.h-color-danger:hover:not(.visible-bad) {
    color: darkred;
}
.bol-button.h-color-info:hover:not(.visible-bad) {
    color: darkblue;
}
.bol-button.h-color-warning:hover:not(.visible-bad) {
    color: darkorange;
}
.bol-button {
    font-size: 20px;
    margin-right: 10px;
    cursor: pointer;
}

.bol-block a {
    vertical-align: top;
    margin-left: 5px;
    line-height: 12px;
}

.transaction-button.h-color-success:hover:not(.visible-bad) {
    color: #78b33a;
}
.transaction-button.h-color-danger:hover:not(.visible-bad) {
    color: darkred;
}
.transaction-button.h-color-info:hover:not(.visible-bad) {
    color: darkblue;
}
.transaction-button.h-color-warning:hover:not(.visible-bad) {
    color: darkorange;
}
.transaction-button {
    font-size: 20px;
    margin-right: 10px;
    cursor: pointer;
}

.visible-bad {
    opacity: 0.35;
}
.visible-bad:hover {
    opacity: 0.35;
}

#calendarTable_wrapper .wDataTable_footer {
    display: none;
}
.mfiModal.large {
    max-width: 860px;
}
.fit-to-200 {
    max-width: 200px;
}

.message-block-bonuses-fines {
    background-color: #953b39;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    width: 100%;
    padding: 20px;
    border: 2px solid #ccc;
}

.popup-big {
    max-width: 75%;
    position: relative;
    background: #fff;
    margin: auto;
    padding: 20px;
}

.posting-notes textarea {
    height: 50px;
    min-height: 50px;
}

.select-toggle-input {
    font-size: 0;
    vertical-align: top;
}

.select-toggle-input .input-with-label,
.select-toggle-input .label-with-input {
    display: inline-block;
    font-size: 12px;
}

.select-toggle-input .input-with-label {
    width: 40%;
}

.select-toggle-input .label-with-input {
    width: 60%;
    margin-left: -1px;
    vertical-align: top;
}

.select-toggle-input select {
    padding: 0 2px;
}

.select-toggle-input .label-with-input.hide {
    display: none;
}

.internal-notes-history {
    max-height: 300px;
    overflow-y: scroll;
}

.w150 {
    width: 150px;
}

.original-source-frame {
    min-height: 200px;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.collapse-toggle {
    cursor: pointer;
    text-decoration: underline;
}

.leave-rating-form-heading {
    text-align: center;
}

.tc-user-rating {
    width: 70px;
    display: inline-block;
}
/* Star rating */
.star-rating__wrap{
    display: inline-block;
    font-size: 1rem;
    margin-top: 9px;
}
.star-rating__wrap:after{
    content: "";
    display: table;
    clear: both;
}
.star-rating__ico{
    float: right;
    padding-left: 2px;
    cursor: pointer;
    color: #FFB300;
}
.star-rating__ico:last-child{
    padding-left: 0;
}
.star-rating__input{
    display: none;
}
.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before
{
    content: "\f005";
}
/* .Star rating */
.note-content {
    width: 60%;
}
.show-page .note-content {
    width: 35%;
}
.contact__name.user_link {
    max-width: 100%;
    margin-left: 5px;
}
.contact__name.user_link a.contact {
    display: inline-block;
}
