
.td-center {
    text-align: center !important;
}
.td-right {
    text-align: right !important;
}
.td-top {
    vertical-align: top !important;
}
.td-no-padding-size {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
}
.td-padding-top {
    padding-top: 7px;
}

.td-padding-bottom {
    padding-bottom: 7px;
}

.link {
    cursor: pointer;
}

.move {
    cursor: move;
}

/* Deactivation of the disabled modal scroll bar */
body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0;
}

.modal {
    overflow-y: auto;
}

.button_loader {
    vertical-align: middle;
    margin-right: 30px;
}

.popover-button-default {
    cursor: pointer;
    background: none;
    border: none;
    font-size: 16px;
    padding-right: 0px;
}

.table_td_callhandling {
    min-width: 165px;
}

.dropdown-menu-lang {
    min-width: 10px !important;
}
.dropdown-menu-lang-span {
    display: block !important;
}

@media (max-width:670px) {
    .overflow_x {
        overflow-x: auto;
    }
}

.popover.bottom .arrow {
    top: -22px !important;
    left: 50%;
    margin-left: -11px;
}

.modal-body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 180px);
    /*-webkit-transform: translate3d(0, 0, 0);*/
    /*transform: translate3d(0, 0, 0);*/
}

.popover {
    border-color: #ff6600;
}

@media only screen and (max-width: 767px) {
    .modal-body {
        max-height: calc(100vh - 140px);
    }
}

@media only screen and (max-width: 760px) {
    .popover:not(.clockpicker-popover) {
        position: fixed;
        top: 55px !important;
        left: 3px !important;
        right: 3px !important;
        width: initial;
    }
    .popover .arrow {
        display: none;
    }
}

@media only screen and (min-width: 761px) {
    body > .popover:not(.clockpicker-popover) {
        position: fixed;
        top: 100px !important;
        left: 3px !important;
        right: 3px !important;
        width: initial;
        max-width: 600px;
        margin: auto;
    }
    body >.popover .arrow {
        display: none;
    }
}

.button-dashboard {
    font-weight: normal;
}

.checkbox > label > .title-hero {
    margin-top: 0px !important;
    border-bottom-width: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.dropdown-menu > .panel > .panel-body > .checkbox {
    margin-bottom: 10px;
}

.ps-period-dialog {
    position: fixed;
    top: 0px;
    width: 90%;
    max-height: 91%;
    height: 91%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #ff6600;
}

.ps-period-dialog-small {
    position: fixed;
    top: 0px;
    width: 40%;
    max-height: 91%;
    height: 91%;
    margin-left: 30%;
    margin-right: 30%;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #ff6600;
}

.ps-greeting-dialog {
    position: fixed;
    top: 0px;
    right: 0px;
    left: auto;
    min-width: 400px;
    width: 400px;
    max-width: 90%;
    max-height: 91%;
    height: 380px;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #ff6600;
}

.ps-audio {
    vertical-align: middle;
    max-height: 30px;
}

/* IE only */
@media all and (-ms-high-contrast:none) {
    .col-sm-8 {
        position:static;
    }
    .ps-period-dialog {
        position: absolute;
    }
}

.panel-body-period > .checkbox {
    margin-bottom: 15px !important;
}

.editable-click, a.editable-click, a.editable-click:hover {
    text-decoration: none;
    border-bottom: dashed 1px #ff6600 !important;
}

.ms-list {
    text-align: center !important;
}