.striked {
    text-decoration: line-through;
}

.bold {
    font-weight: bold;
}

body {
    min-width: 400px;
    background: #f2f2f2;
}

.navbar-static-top {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 101;
}

.table.vert-bottom tbody > tr > td {
    vertical-align: bottom;
}

.table.vert-middle tbody > tr > td {
    vertical-align: middle;
}

.table.vert-middle > thead > tr > th {
    vertical-align: middle;
}

.table tbody > tr:nth-child(odd) {
    background-color: #fafafa
}

.table tbody > tr:hover {
    background: #f0f0f0;
}

.table .selected-row {
    background-color: #d6d6d6 !important;
}

.table thead > tr > th {
    text-align: center;
}

.table thead > tr > th .ctrl
.table tbody > tr > td .ctrl {
    width: 100px;
    text-align: center;
}

.table.no-outer-borders {
    border-collapse: collapse;
    border-style: hidden;
}

.table.no-outer-borders thead > tr > th,
.table.no-outer-borders tbody > tr > td,
.table.no-outer-borders tfoot > tr > td {
    border: 1px solid #ddd;
}

.table.no-outer-borders tbody > tr > td {
    border-bottom-width: 0px;
}

.table.no-outer-borders tfoot > tr > td {
    border-top-width: 0px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th
.m-l-null {
    margin-left: 0px;
}

.m-l-0 {
    margin-left: 5px;
}

.m-l-1 {
    margin-left: 20px;
}

.m-l-2 {
    margin-left: 40px;
}

.m-l-3 {
    margin-left: 60px;
}

.m-l-4 {
    margin-left: 80px;
}

.m-l-5 {
    margin-left: 100px;
}

.m-r-null {
    margin-right: 0px;
}

.m-r-0 {
    margin-right: 5px;
}

.m-r-1 {
    margin-right: 20px;
}

.m-r-2 {
    margin-right: 40px;
}

.m-r-3 {
    margin-right: 60px;
}

.m-b-null {
    margin-bottom: 0px;
}

.m-b-0 {
    margin-bottom: 5px;
}

.m-b-1 {
    margin-bottom: 20px;
}

.m-b-2 {
    margin-bottom: 40px;
}

.m-b-3 {
    margin-bottom: 60px;
}

.btn.role-level-0 {
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
}

.btn.role-level-1 {
    text-align: left;
    padding-left: 32px;
}

.btn.role-level-2 {
    text-align: left;
    padding-left: 52px;
}

.btn.role-level-3 {
    text-align: left;
    padding-left: 72px;
}

.btn.role-level-4 {
    text-align: left;
    padding-left: 92px;
}

.btn.role-level-5 {
    text-align: left;
    padding-left: 112px;
}

.btn.role-level-6 {
    text-align: left;
    padding-left: 132px;
}

.width-100-percent {
    width: 100%;
}

.font-size-13 {
    font-size: 13px;
}
.font-size-15 {
    font-size: 15px;
}

.border-right {
    border-right: 1px solid #ddd;
}

.wordwrap {
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    word-wrap: break-word; /* IE */
}

span[uib-tooltip] {
    border-bottom: 1px dashed lightgrey;
    cursor: help;
}

.main-menu.list-group {
    font-size: 15px;
}

th[st-sort] {
    white-space: nowrap;
    cursor: pointer;
}

th[st-sort] .fa-sorted-asc,
th[st-sort] .fa-sorted-desc,
.st-sort-ascent .fa-sortable,
.st-sort-descent .fa-sortable {
    display: none;
}

th[st-sort].st-sort-ascent .fa-sorted-asc, th[st-sort].st-sort-descent .fa-sorted-desc {
    display: inline-block;
}

.tag-edit, .tag-delete {
    position: absolute;
    cursor: pointer;
    color: white;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
}

.tag-edit {
    right: -10px;
    top: 4px;
    background: orange;
}

.tag-delete {
    left: -10px;
    top: 4px;
    background: red;
}

.tags {
    max-height: 200px;
    padding-top: 10px;
    overflow-y: auto;
}

.disabled-tag {
    background-color: #e7e7e7 !important;
    opacity: 0.5;
}

.message {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
.message.error-message {
    width: 120px;
}
.message.short-message {
    width: 70%;
}

.tag-button {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tag-button.tag-small {
    width: 100px;
}

.blacklisted {
    background-color: #fcfcfc;
    color: #cccccc;
}

.tooltip.tooltip-style .tooltip-inner {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.inline-blocks {
    display: inline-block;
    position: relative;
}

.pre-line {
    white-space: pre-line
}

.pointer {
    cursor: pointer;
}

/* ======================================= */
/* Flexbox */
.flexbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexbox > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flexbox > div > * {
    width: 100%;
}

.flexbox > div .form-group {
    margin-bottom: 0px;
}

.flexbox-column {
    /* use for vertical allign elements next to inputs with lables*/
    /* do not foret to add <label>&nbsp;</label> to them */
    display: flex;
    flex-direction: column;
}

.flexbox-column .btn {
    display: flex !important;
    flex-direction: column !important;
}

.flexbox-column-div {
    display: flex;
    flex-flow: column;
}

/* End of Flexbox */


/* ======================================= */
/* Loading spinner */
.loading {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 102;
    background: #fff;
    text-align: center;
}

.loading:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.loading > .text-center {
    display: inline-block;
    vertical-align: middle;
}

.spinner {
    display: inline-block;
}

.spinner > div {
    background-color: #000;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    -moz-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    -o-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner > .b1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner > .b2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/* End of Loading spinner */

/* ======================================= */
/* Menu sidebar */
.wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    bottom: 0;
    overflow-y: auto;
}

.sidebar-wrapper, .content-wrapper {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidebar-wrapper {
    background: #fff;
    position: fixed;
    left: 0;
    top: 45px;
    bottom: 0;
    z-index: 100;
    width: 250px;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.sidebar-data {
    width: 240px;
}

.sidebar-text {
    padding: 15px;
}

.content-wrapper {
    position: relative;
    padding: 15px;
    margin-left: 0;
    min-height: 100%;
}

.wrapper.with-sidebar .content-wrapper {
    margin-left: 250px;
}

.overflow {
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    -moz-transition: visibility 0s, opacity 0.5s linear;
    -o-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
}

@media (max-width: 768px) {
    .sidebar-wrapper {
        left: -250px;
    }

    .wrapper.with-sidebar .content-wrapper {
        margin-left: 0;
    }

    .wrapper.opened .sidebar-wrapper {
        left: 0px;
    }

    .wrapper.opened .overflow {
        z-index: 99;
        visibility: visible;
        opacity: .6;
    }
}

@media (max-width: 990px) {
    .less-than-md .nav-stacked > li {
        float: left;
        margin-top: 0;
    }

    .less-than-md.border-right {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }
}

/* End of Menu sidebar */


/* ======================================= */
/* Logo */
.logo-wrapper {
    /*text-align: center;*/
    background: #fff;
    padding: 15px;
}

.logo-wrapper .logo {
    background: url(../img/logo.png?v=3.7.0-60981) no-repeat center center;
    background-size: contain;
    height: 130px;
}

@media (max-width: 768px) {
    .logo-wrapper .logo {
        height: 70px;
    }
}

/* End of Logo */

.disclaimer {
    font-size: 11px;
    text-align: left;
    margin-bottom: 10px;
}

.control-icon-tab {
    width: 35px;
}

.control-icon-tab2 {
    width: 70px;
}

.control-icon-tab3 {
    width: 105px;
}

.control-icon-tab4 {
    width: 140px;
}

.control-icon {
    font-size: 1.2em;
    padding: 6px;
    font-weight: lighter;
    cursor: pointer;
}

a.control-icon {
    text-decoration: none;
}

button.control-icon {
    background: none !important;
    border: none;
}

.control-icon:disabled [class*="fa"] {
    color: #cccccc;
}

.control-icon:hover .text-danger {
    color: #fff;
    text-shadow: 0 0 5px #f04124,
    0 0 5px #f04124,
    0 0 5px #f04124,
    0 0 5px #f04124,
    0 0 5px #f04124,
    0 0 2px #bf280d,
    0 0 2px #bf280d,
    0 0 2px #bf280d,
    0 0 2px #bf280d,
    0 0 2px #bf280d;
}

.control-icon:hover .text-warning {
    color: #fff;
    text-shadow: 0 0 5px #e99002,
    0 0 5px #e99002,
    0 0 5px #e99002,
    0 0 5px #e99002,
    0 0 5px #e99002,
    0 0 2px #ca7d02,
    0 0 2px #ca7d02,
    0 0 2px #ca7d02,
    0 0 2px #ca7d02,
    0 0 2px #ca7d02;
}

.control-icon:hover .text-info {
    color: #fff;
    text-shadow: 0 0 5px #7ecee7,
    0 0 5px #7ecee7,
    0 0 5px #7ecee7,
    0 0 5px #7ecee7,
    0 0 5px #7ecee7,
    0 0 2px #208cac,
    0 0 2px #208cac,
    0 0 2px #208cac,
    0 0 2px #208cac,
    0 0 2px #208cac;
}

.control-icon:not(:disabled):hover .text-success {
    color: #fff;
    text-shadow: 0 0 5px #39935a,
    0 0 5px #39935a,
    0 0 5px #39935a,
    0 0 5px #39935a,
    0 0 5px #39935a,
    0 0 2px #b6e2c6,
    0 0 2px #b6e2c6,
    0 0 2px #b6e2c6,
    0 0 2px #b6e2c6,
    0 0 2px #b6e2c6;
}

.input-xs-custom {
    padding: 4px 6px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.dropzone {
    border: 2px dashed #bbb;
    border-radius: 5px;
    padding: 25px;
    text-align: center;
    font: 20pt bold;
    color: #bbb;
    margin-bottom: 20px;
}

/* Simple switch for bootstrap base on material switch */
.simple-switch > input[type="checkbox"] {
    display: none;
}

.simple-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 30px;
}

.simple-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    content: '';
    height: 8px;
    margin-top: -4px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 30px;
}

.simple-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 12px;
    left: -2px;
    margin-top: -4px;
    position: absolute;
    top: -2px;
    transition: all 0.3s ease-in-out;
    width: 12px;
}

.simple-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.4;
}

.simple-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.simple-switch > input[type="checkbox"]:disabled + label::before {
    background: rgb(255, 255, 255);
    cursor: not-allowed;
    opacity: 0.4;
}

.simple-switch > input[type="checkbox"]:disabled + label::after {
    background: rgb(255, 255, 255);
    cursor: not-allowed;
    left: 20px;
}

.simple-switch > .disabled-span {
    color: #cfcfcf;
    cursor: not-allowed;
    left: 20px;
}

/* End of Simple switch */
/* Grid system */
.grid-container {
    display: grid;
    grid-column-gap: 1em;
}
.grid-container > div .form-group {
    margin-bottom: 0px;
}
.grid-container.dashboard-grid-im {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas:
    "message message message campaign"
    "plot plot plot plot";
}
.grid-container.dashboard-grid-sms {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 25% 75%;
    grid-template-areas:
    "campaign plot plot plot plot"
    "message plot plot plot plot";
}
.grid-container.settings-grid {
    grid-gap: 2em;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
    "profile login-info"
    "profile mo-callback";
}
.dashboard-grid-message {
    grid-area: message;
}
.dashboard-grid-campaign {
    grid-area: campaign;
    margin-bottom: 21px;
}
.dashboard-grid-campaign > div {
    height: 100%;
}
.dashboard-grid-plot {
    grid-area: plot;
}
.settings-grid-profile {
    margin-left: 1em;
    grid-area: profile;
}
.settings-grid-login {
    grid-area: login-info;
}
.settings-grid-mo {
    grid-area: mo-callback;
}
/* End of grid system */
