.label_big
{
    font-size: 1.2em;
}
.follow-date__tools
{
    display: flex;
    align-items: center;
}
.notes-label-carrier-name
{
    display: flex;
    align-items: center;
}
.notes-label-carrier-name
    label
{
    margin: 0;
}
.notes-label-carrier-name >
    .form-group
{
    margin: 0;
}
.notes-label-carrier-name >
    .navbar-nav
{
    margin-left: 0;
    margin-right: 0;
}
.form-control.form-input__carrier-name
{
    display: inline-block;
    width: 20rem;
    margin: 0 0 0 1rem;
}
.glyphicon {
    cursor: pointer;
}

/*.input-group-addon {*/
    /*border-left: none;*/
/*}*/

.modal-content {
    border-radius: 6px;
}

input.checkbox-table {
    display: block;
    margin: auto;
}

.input-table {
    border: 1px solid #ccc;
    padding: 4px;
    width: 100%;
    background-color: #fff;
}

.modal-ajax {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('../../Images/ajax_big_loader.gif') 50% 50% no-repeat;
}

.padding-none-l {
    padding-left: 0px !important;
}

a {
    cursor: pointer;
}

a .btn-warning {
    color: white;
}

a .btn-default, a .btn-cancel {
    color: black;
}
.action-page-button,
.action-page-button .btn {
    float: right;
}
.padding-none-r {
    padding-right: 0px !important;
}

.visible-mobile-vertical {
    display: none;
}
th.none-sort {
    padding-right: 8px !important;
}

div.row h1 {
    margin-left: 15px;
    font-size: 27px;
}

@media all and (max-width: 991px) {
    .content-header {
        text-align: center;
    }

    .action-page-button,
    .action-page-button .btn {
        float: none;
    }

    .visible-desktop {
        display: none;
    }

    .visible-mobile-vertical {
        display: table-cell !important;
    }

    table .fa {
        font-size: 23px;
        padding-right: 4px;
        padding-left: 4px;
        text-align: center;
    }

    th[item="actions_acts"] {
        width: 91px;
    }
}

td[item-td=actions_acts] {
    text-align: center;
    vertical-align: middle !important;
}

td[item-td='was_read'], th[item='was_read'] {
    border-left: none !important;
    border-right: none !important;
    width: 40px !important;
}
td[item-td='unread_notes'], th[item='unread_notes'] {
    border-left: none !important;
    width: 15px !important;
}

td[item-td='status'], th[item='status'], td[item-td='lead_status'], th[item='lead_status'] {
    border-right: none !important;
}

.messages-menu ul.dropdown-menu ul.submenu p {
    margin: 0 0 0 45px;
    font-size: 12px;
    color: #888888;
}

.messages-menu ul.dropdown-menu ul.submenu a:hover {
    background: #F7F7F7;
}

.messages-menu ul.dropdown-menu ul.submenu a {
    margin: 0;
    padding: 10px 10px;
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid #f4f4f4;
    overflow: hidden;
}

.messages-menu ul.dropdown-menu h4 {
    padding: 0 !important;
    margin: 0 0 0 45px !important;
    color: #444444 !important;
    font-size: 15px !important;
    position: relative !important;
}

.messages-menu ul.dropdown-menu img {
    margin: auto 10px auto auto;
    width: 40px;
    height: 40px;
}

.messages-menu ul.submenu div i {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
}
.action-page-title {
    font-size: 27px;
}

td[item-td=actions_acts] a {
    margin: 2px;
}

.messages-menu ul.submenu {
    max-height: 200px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    overflow-x: hidden !important;
}

.messages-menu li.header {
    border-right: 10px;
    border-left: 10px;
}

body > div {
    position: relative;
}

body.loading {
    overflow: hidden;
}

body.loading .modal-ajax {
    display: block;
}

.hide {
    display: none;
}

.toast-container {
    width: 350px;
    z-index: 100;
}

* html .toast-container {
    position: absolute;
}

.toast-item {
    height: auto;
    background: #333;
    opacity: 0.9;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #eee;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 14px;
    border: 2px solid #999;
    display: block;
    position: relative;
    margin: 0 0 12px 0;
}

.toast-item p {
    text-align: left;
    margin: 0 0 0 50px;
}

.toast-item a {
    color: white;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
}
.toast-item a:hover {
    text-decoration: underline;
}

.toast-item-close {
    background:url(/Images/close.gif);
    width:22px;
    height:22px;
    position: absolute;
    top:7px;
    right:7px;
}

.toast-item:hover {
    cursor: pointer;
}
.toast-item-image {
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 6px;
    float:left;
}

.toast-position-top-left {
    position: fixed;
    left: 20px;
    top: 20px;
}

.toast-position-top-center {
    position: fixed;
    top: 20px;
    left: 50%;
    margin-left: -140px;
}

.toast-position-top-right {
    position: fixed;
    top: 50px;
    right: 20px;
}

.toast-position-middle-left {
    position: fixed;
    left: 20px;
    top: 50%;
    margin-top: -40px;
}

.toast-position-middle-center {
    position: fixed;
    left: 50%;
    margin-left: -140px;
    margin-top: -40px;
    top: 50%;
}

.toast-position-middle-right {
    position: fixed;
    right: 20px;
    margin-left: -140px;
    margin-top: -40px;
    top: 50%;
}

.toast-item-new-lead {
    background: url(/Images/new_user_icon.png);
    width: 32px;
    height: 26px;
}

.error_wrapper {
    border-color: red !important;
}

input[type="checkbox"], input[type="radio"] {
    outline: 0 !important;
}

.color_green {
    color: #00c200;
}

.advanced_search_form .row:not(:first-child) {
    margin-top: 15px;
}

.stick {
    margin: 0 0 15px 15px !important;
    position: fixed;
    bottom: 0;
    z-index: 10000;
    background-color: white;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
}
