
#xschedule-input {
    width: auto;
    display: none;
}

.progress2 {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff url("loader-60.gif") no-repeat center center;
    z-index: 111111111;
}

#template-dialog {
    display: none;
    overflow-y: auto;

    .progress2 {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff url("loader-60.gif") no-repeat center center;
        z-index: 111111111;
    }

    .content {
        display: none;

        table {
            width: 100%;
            border-collapse: collapse;

            tr.highlight {
                background: #fff1d7;
            }

            tr.unsent {
                background: #ffcccc;
            }

            th, td {
                border-bottom: 1px solid #ddd;
                padding: 6px;
                text-align: left;
            }

            .last {
                border-right: none;
                text-align: right;
            }
        }
    }

    .no-scheduled-messages {
        display: none;
        text-align: center;
    }
}



/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.templates-tabs .active {
    background-color: #4faed9;
}

/*!* Style the tab content *!*/
/*.tabcontent {*/
/*    display: none;*/
/*    padding: 6px 12px;*/
/*    border: 1px solid #ccc;*/
/*    border-top: none;*/
/*}*/


.templates-content-body {
    display: none;
}

.body-tmpl {
    text-align: center;
}

.navigation-btns {
    text-align: right;
    margin-bottom: 10px;
}


.btn-template-search {
    background: #23B9FB url(/skins/larry/images/sprite_new_main.png) center -2293px no-repeat;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    width: 60px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: 24px !important;
    float: right;
    margin: 0;
    border-color: #ababab;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.templates-search {
    text-align: center;
}

.hb2-templates-search {
    max-width: 50% !important;
}

.btn-template-search {
    float: inherit;
    min-height: 30px;
}

.error-text {
    color: red;
}