﻿.padding-top-40 {
    padding-top: 40px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-70 {
    padding-left: 70px;
}

.padding-top-20 {
    padding-top: 20px;
}
.padding-top-25 {
    padding-top: 25px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-top-10 {
    padding-top: 10px;
}

.sound-effect-upload {
    margin-top: -10px;
    width: 100px;
}

.sound-effect-delete {
    margin-top: -2px;
    width: 100px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-top-7 {
    padding-top: 7px;
}

.custom-max-width {
    max-width: none;
}

.no-bottom-border {
    border-bottom: 0;
}

.no-padding-sides {
    padding-left: 0;
    padding-right: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-margin {
    margin: 0;
}
.margin-top-30 {
    margin-top: 40px;
}
.margin-top-35 {
    margin-top: 40px;
}
.margin-top-40 {
    margin-top: 40px;
}

.no-margin-right {
    margin-right: 0;
}

/* login screen */

.body-padding {
    padding-top: 90px;
    background-color: #FFF;
}

.login-info {
    padding-top: 20px;
    background-color: #38A0D7;
    color: white;
    font-size: 16px;
    line-height: 24px;
}

.deep-blue {
    color: #38A0D7;
}

.deep-blue-background {
    background-color: #38A0D7;
}

button.custom-login-button {
    padding: 6px 30px;
}

.forgot-link {
    color: rgb(144, 144, 144);
    font-size: 12px;
    position: absolute;
    right: 10px;
    text-shadow: 1px 1px 1px rgb(255, 255, 255);
    top: 9px;
}

/* Speech Bubble */

.bubble {
    background-color: #FFFFFF;
    background-image: -webkit-linear-gradient(top, hsla(0,0%,100%,.5), hsla(0,0%,100%,0));
    background-image: -moz-linear-gradient(top, hsla(0,0%,100%,.5), hsla(0,0%,100%,0));
    background-image: -ms-linear-gradient(top, hsla(0,0%,100%,.5), hsla(0,0%,100%,0));
    background-image: -o-linear-gradient(top, hsla(0,0%,100%,.5), hsla(0,0%,100%,0));
    background-image: linear-gradient(top, hsla(0,0%,100%,.5), hsla(0,0%,100%,0));
    border-radius: 5px;
    box-shadow: inset 0 1px 1px hsla(0,0%,100%,.5), 3px 3px 0 hsla(0,0%,0%,.1);
    color: #000;
    display: inline-block;
    font: 16px/25px sans-serif;
    padding: 15px 25px;
    position: relative;
    text-shadow: 0 1px 1px hsla(0,0%,100%,.5);
}

    .bubble:after, #bubble:before {
        border-bottom: 25px solid transparent;
        border-right: 25px solid #FFFFFF;
        bottom: -25px;
        content: '';
        position: absolute;
        right: 25px;
    }

    .bubble:before {
        border-right: 25px solid hsla(0,0%,0%,.1);
        bottom: -28px;
        right: 22px;
    }

.forgot-pass-padding {
    padding: 130px;
}

h3.login-title {
    color: rgb(45, 66, 160);
    font-size: 34px;
    font-weight: bold;
}

h2.login-info-title {
    font-size: 34px;
    font-weight: bold;
}

div.login-text {
    font-size: 16px;
    color: #666;
}

.login-lower-text {
    font-size: 14px;
}

.keep-me-signed {
    margin-top: 2px;
}

.small-padding-bottom {
    padding-bottom: 20px;
}

.bold-text {
    font-weight: bold;
}

div.bubble ul {
    list-style-type: circle;
}

    div.bubble ul li {
        color: #38A0D7;
    }

        div.bubble ul li span {
            color: #666;
        }

footer.login-footer {
    background-color: white;
}

.white-background[readonly] {
    background-color: #FFF;
}

.btns-scheduler {
    width: 100px;
    margin-top: 6px;
}

.heading-scheduler {
    margin-top: 1px;
}

.table-td-scheduler {
    width: 35px;
}

.form-control-datepicker {
    display: block;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.no-top {
    top: 0px;
}

.gray-text {
    color: rgb(133, 133, 133);
}

.progress-bar-color {
    background-color: rgb(50, 118, 177);
}

.slider-signs {
    color: rgb(66, 139, 202);
    font-size: 28px;
    margin-bottom: -10px;
}

.slider-value {
    margin-top: 10px;
}

.border-left {
    border-left: 1px solid rgb(221, 221, 221);
}

.padding-chart-sides {
    padding-left: 25px;
    padding-right: 25px;
}

.padding-chart-message {
    padding-left: 20px;
    padding-right: 20px;
}

.characters-left-sms {
    color: #000 !important;
    background-color: rgb(133, 133, 133) !important;
    width: 50px;
}

.textarea-custom {
    resize: none;
}

/* Flow node tree custom styles*/
.dd-handle {
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom-left-radius: 0px;
}

.head {
    margin: 0px 0px 0px 20px;
    cursor: pointer;
    box-sizing: border-box;
    border: none;
}

.hand {
    position: absolute;
    margin: 0;
    left: -29px;
    top: 0;
    cursor: pointer;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #aaa;
    background: #ddd;
    background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
    background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
    background: linear-gradient(top, #ddd 0%, #bbb 100%);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dhand {
    display: block;
    margin: 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #ddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 13px;
    line-height: 20px;
}

.hand:before {
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}

.tab {
    padding: 3px 7px;
    display: block;
}

.dd-item {
    position: relative !important;
}

.tree-node-button-margin {
    margin-left: -19px;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-auto {
    cursor: auto;
}

.invoice-datepicker {
    position: absolute;
    top: 23px;
    right: 0px;
}

.invoice-modal-datepicker {
    position: absolute;
    top: 0px;
    right: 10px;
}

.picker-addon {
    width: 40px;
    height: 30px;
}

.no-margin-top {
    margin-top: 0px !important;
}

.left-timepicker {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.timepicker-box {
    margin-left: -1px;
    padding-left: 1px;
}

.blue-border-button {
    color: rgb(42, 73, 140);
    border-color: rgb(42, 73, 140);
}

.floatNone {
    float: none !important;
}

.opt-out-text {
    font-family: Helvetica;
    color: #2b2b2b !important;
}

.opt-out-header {
    min-height: 65px;
    background: #2a498c;
}

.full-width {
    width: 100%;
}

.margin-top-5 {
    margin-top: 5px;
}

.oo-margin-top {
    margin-top: -4px !important;
}

@media only screen and (min-device-width : 10px) and (max-device-width : 480px) {
    .opt-out-text{
        font-size:1em;
        padding-left:20px;
        padding-right:20px;
    }

    #selectcontainer{
        display:block;
    }

    input#optOutNumber {
        min-width: 220px !important;
        margin-top: 5px;
    }

    #submitoptout{
        display:block;
        margin-left:auto;
        margin-right:auto;
        margin-top:10px;
        width:220px;
        background-color:lightgrey
    }

}