﻿body {
    font-weight: 300;
}

/* Navigation */
.navbar-fixed-top {
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.2);
}


/*Buttons */
.btn-row-2 {
    width: 100%;
    margin-top: 10px;
    clear: both;
}

    .btn-row-2 .btn {
        margin-right: 15px;
    }

.btn-row-1 {
    width: 100%;
    clear: both;
}

/* Help text */
.sub-help-text {
    display: block;
    font-size: 13px;
    margin-top: -5px;
    margin-bottom: 10px;
}

/* Disabled */
.btn-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.text-disabled {
    opacity: 0.20;
    cursor: not-allowed;
}

    .text-disabled a:hover {
        color: #555;
    }

/* Tables */
.table-user-td {
    width: 30px;
}

    .table-user-td img, .table-user-td-img {
        width: 25px;
        height: 25px;
        border-radius: 3px;
    }

.table-action-btn {
    width: 35px;
    text-align: center;
}

.table-action-btn-void {
    width: 35px;
    cursor: default;
}

.table-empty {
    margin-top: 10px;
    background-color: #f5f6f9;
    padding: 5px;
    padding-left: 10px;
    border-radius: 3px;
    font-style: italic;
    text-align: center;
    font-weight: 300;
}

.table-bottom-add-btn {
    background-color: #f2f4f7;
}

    .table-bottom-add-btn .btn {
        width: 100%;
        background-color: #fff;
    }

.tt-table-wrapper {
    width: 100%;
}

.table-scroll {
    width: 100%;
    overflow-x: auto;
}

.tt-table-wrapper table {
    min-width: 767px;
}

.tt-table-wrapper .truncated-table-icon {
    min-width: 100%;
    height: 25px;
    display: none;
}

    .tt-table-wrapper .truncated-table-icon svg {
        position: absolute;
        left: 50%;
        margin-left: -10px;
        font-size: 20px;
    }

.empty-listview, .empty-listview-white {
    padding: 7px;
    background-color: #F5F6F9;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: center;
    font-weight: 300;
}

.empty-listview-white {
    background-color: #fff;
}

/* Large back buttons */
.tt-large-back-btn {
    position: absolute;
    border-radius: 30px;
    width: 55px;
    line-height: 55px;
    font-size: 25px;
    padding: 0px;
}

.tt-corner-back-btn {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 15px;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    position: absolute;
    padding: 0px;
}

.tt-large-close-btn {
    position: absolute;
    border-radius: 20px;
    width: 35px;
    line-height: 35px;
    font-size: 15px;
    padding: 0px;
    background-color: #ffffff;
    border-color: #d1d6e6;
    color: #d9142b;
    text-align: center;
    cursor: pointer;
}


.tt-ctx-btn-wrapper {
    position: absolute;
    display: block;
    top: 82px;
    right: 25px;
    border-radius: 20px;
    color: #a0aeba;
    cursor: pointer;
}

    .tt-ctx-btn-wrapper:hover {
        color: #5e6773;
    }

    .tt-ctx-btn-wrapper .tt-ctx-btn {
        float: left;
        width: 32px;
        padding: 0px;
        line-height: 32px;
        border-radius: 7px;
        border: 1px solid #ccc;
        text-align: center;
    }

    .tt-ctx-btn-wrapper .tt-ctx-text {
        float: left;
        line-height: 36px;
        margin-right: 5px;
        font-size: 11px;
    }



.tt-large-ctx-btn {
    position: absolute;
    border-radius: 10px;
    padding: 8px;
    right: 10px;
    top: 70px;
    color: #ccc;
    border-color: #e4e4e4;
    background-color: #fafbfc;
}

    .tt-large-ctx-btn .icon {
        font-size: 20px;
    }

    .tt-large-ctx-btn .text {
        font-size: 10px;
        margin-top: -3px;
    }

.ctx-mini-btn {
    color: #5e6773;
    background-color: #fafbfc;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #e4e4e4;
}

.tt-medium-sharp-btn {
    position: absolute;
    border-radius: 20px;
    border-bottom-left-radius: 0px;
    width: 35px;
    line-height: 35px;
    font-size: 15px;
    padding: 0px;
    border-color: #e4e4e4;
    background-color: #fafbfc;
}

/* Combo boxes */
.tt-input-combobox-2 > div {
    width: 90%;
    float: left;
}

.tt-input-combobox-3 > div {
    width: 45%;
    float: left;
}


.tt-input-combobox-4 > div {
    width: 30%;
    float: left;
}

.tt-input-combobox > div:last-child {
    width: 10%;
    float: left;
}


.tt-input-combobox .form-control {
    border-radius: 0px;
    height: 34px;
}

    .tt-input-combobox .form-control:first-child {
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
    }

.tt-input-combobox .btn {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    margin-top: 26px;
    width: 100%;
}

.tt-input-combobox .btn-no-headers {
    margin-top: 0px;
}

.tt-input-combobox .btn-extended-headers {
    margin-top: 49px;
}

.tt-input-combobox label {
    height: 21px;
    overflow: hidden;
    margin-bottom: 0px;
}

/* Checkboxes */
.fancy-checkbox-notxt {
    margin-right: 0px;
}

    .fancy-checkbox-notxt label {
        margin-bottom: 0px;
    }

.fancy-checkbox span, .fancy-radio span {
    font-weight: 300;
    font-size: 13px;
}



/* Advanced settings */

.tt-adv-btn {
    color: #5e6773;
    border-color: #e4e4e4;
    background-color: #fafbfc;
    padding: 5px;
    border: 1px solid #e4e4e4;
    display: inline-block;
    font-size: 12px;
    margin-top: 10px;
    cursor: pointer;
}

    .tt-adv-btn svg {
        color: #2090f3;
        margin-right: 3px;
    }

.tt-adv-area {
    padding: 10px;
    margin-bottom: 15px;
    padding-top: 22px;
    margin-left: 15px;
    margin-top: -12px;
    border: 1px solid #e4e4e4;
    box-shadow: 3px 3px 4px rgba(86, 99, 116, 0.25)
}


/* GLobal help classes */
.tt-hide {
    display: none;
}

/* Panels */
.panel-shadow {
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
}

/* Inputs dividers */
.tt-indent-inputs {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 2px solid #d1d6e6;
    border-radius: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.inline-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 2px;
    margin-bottom: 15px;
    font-size: 16px;
    padding-left: 5px;
    margin-left: -15px;
}

    .inline-header .icon {
        display: inline-block;
        margin-right: 5px;
        font-size: 14px;
        color: #929598;
    }

/* Images */
.tt-img-inline, .tt-img-inline-round {
    width: 25px;
    height: 25px;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 5px;
}

.tt-img-inline-round {
    border-radius: 13px;
}

.tt-img-thumbnaile-75 {
    width: 75px;
    height: 75px;
    border-radius: 3px;
    overflow: hidden;
}

/* Modal */
.modal-close-corner {
    position: absolute;
    right: -12px;
    top: -12px;
    background-color: #fff;
    padding: 5px;
    width: 30px;
    text-align: center;
    border-radius: 15px;
    color: #c40d0d;
    cursor: pointer;
    z-index: 1000;
}


/* General */
.hf-data-field {
    visibility: hidden;
    width: 1px;
    height: 1px;
    position: absolute;
}


/* Fonts */
h3 {
    margin-bottom: 2px;
}

/* Grids */
.col-tt-left {
    padding-left: 0px;
}

.col-tt-right {
    padding-right: 0px;
}

/* Icons */
.drop-icon-bottom-left {
    position: absolute;
    width: 45px;
    height: 45px;
    background-color: #f8f9fa;
    color: #777;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    border: 3px solid #777;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    padding-left: 3px;
    box-shadow: inset 3px 3px 5px 2px #ccc;
}

.drop-icon-top-left {
    position: absolute;
    width: 45px;
    height: 45px;
    background-color: #f8f9fa;
    color: #777;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    border: 3px solid #777;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left: 3px;
    box-shadow: inset 3px 3px 5px 2px #ccc;
}

/* Global - Page */
.sys-page-divider-top {
    width: 100%;
    height: 125px;
    margin-top: -20px;
    line-height:125px;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    letter-spacing: 3px;
}

@media (max-width: 767px) {
    /*Table */
    table tr td.td-hide-l, table tr th.td-hide-l {
        display: none;
    }

    .tt-table-wrapper .truncated-table-icon {
        display: block;
    }

    /* Buttons */
    .btn-row-2 .btn {
        width: 45%;
        margin: 0px;
    }

        .btn-row-2 .btn:last-child {
            float: right
        }

    /* Combo boxes */
    .tt-input-combobox-2 > div, .tt-input-combobox-3 > div, .tt-input-combobox-4 > div {
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }

    .tt-input-combobox > div:last-child {
        width: 100%;
        float: left;
    }

    .tt-input-combobox .form-control {
        border-radius: 4px;
    }

    .tt-input-combobox .btn {
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        margin-top: 10px;
        display: block;
    }

    .tt-input-combobox label {
        height: auto;
        overflow: visible;
    }

    /* Grids */
    .col-tt-left, .col-tt-right {
        padding-left: 0px;
        padding-right: 0px;
    }

    /* Global - Page */
    .sys-page-divider-top {
        height:80px;
    }
}
