﻿.section-understated {
    background-color: #F2F2F2;
    padding: 2%;
    margin: -1%;
    min-width: 800px;
}

.k-state-active {
    background-color: #F2F2F2 !important;
}

.rich-text {
    /*color: #0068AD;*/
    /*font-size: 1.00rem;
    line-height: 1.25;
    color: #000000 !important;
    font-weight: 100 !important;*/
    color: #000000 !important;
    font-weight: 100 !important;
    margin-bottom: 4px;
    box-sizing: border-box;
    display: block;
}
.panel {
    border: 0.1px solid #f5c71a;
    box-shadow: none;
    margin-bottom: -2%;
    /*padding: 14px 8%;*/

    background-color:#ffffff !important;
}
    .panel .panel-title {
        letter-spacing: .05em;
        text-transform: uppercase;
        font-weight: bolder;
        display: block;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
    padding: 0;
    background-color: #ffffff;
}

.panel .panel-heading + .panel-body {
    padding-top: 0;

}

.panel .panel-body {
    padding: 0;
}

.panel-body {
    /*color: #0068AD;*/
    color:red;
    font-weight: bold;
    background-color:#ffffff;
}

input-group label {
    letter-spacing: .05em;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: bolder;
    display: block;
}

.pdf-icon {
    content: "\icons8.pdf";
}

.pdf-page {
    margin: 0 auto;
    box-sizing: border-box;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    background-color: #fff;
    color: #333;
    position: relative;
}

.pdf-header {
    position: absolute;
    top: .5in;
    height: .6in;
    left: .5in;
    right: .5in;
    border-bottom: 1px solid #e5e5e5;
}

.pdf-footer {
    position: absolute;
    bottom: .5in;
    height: .6in;
    left: .5in;
    right: .5in;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
    text-align: left;
    color: #787878;
    font-size: 12px;
}

.pdf-body {
    position: absolute;
    top: 3.7in;
    bottom: 1.2in;
    left: .5in;
    right: .5in;
}

.size-a4 {
    width: 8.3in;
    height: 11.7in;
}

.size-letter {
    width: 8.5in;
    height: 11in;
}

.size-executive {
    width: 7.25in;
    height: 10.5in;
}

.for {
    position: absolute;
    top: 1.5in;
    left: .5in;
    width: 2.5in;
}

.from {
    position: absolute;
    top: 1.5in;
    right: .5in;
    width: 2.5in;
}

    .from p, .for p {
        color: #787878;
    }

#tabstrip {
    min-height: 690px;
    position: relative;
}

.label-info {
    background-color: lightblue !important;
}

.alert-info {
    background-color: #F1F1F1;
    padding: 15px;
    margin-top: -25px;
    margin-bottom: 10px;
    color: black;
}

/*---------------------------------------------------------*/


.modal-dialog {
    width: 50% !important;
}

.kicon * {
    font-size: 1.2em;
    color: yellow;
    background: blue;
    float: left;
}

table.table_class2 {
    width: 100%;
    margin-left: 2%;
    margin-right: 1%;
}

table.table_class1 {
    width: 95%;
    margin-left: 5%;
    margin-right: 5%;
}

    table.table_class1 td.small {
        width: 5%;
        margin-right: 1%;
        overflow: hidden;
        display: inline-block;
        white-space: nowrap;
    }

    table.table_class1 td.small2 {
        width: 10%;
        margin-right: 1%;
        overflow: hidden;
        display: inline-block;
        white-space: nowrap;
    }


    table.table_class1 td.medium {
        width: 20%;
        margin-right: 2%;
        overflow: hidden;
        display: inline-block;
        white-space: nowrap;
    }

    table.table_class1 td.large {
        width: 60%;
        overflow: hidden;
        display: inline-block;
        white-space: nowrap;
    }

    table.table_class1 label.sm {
        width: 3%;
        margin-left: 2%;
    }

    table.table_class1 label.md {
        width: 15%;
        margin-left: 2%;
    }

    table.table_class1 label.lg {
        width: 20%;
        margin-left: 2%;
    }

    table.table_class1 .k-button:hover {
        background-color: #f5a41a;
    }

    table.table_class1 .k-button.sm {
        width: 10%;
        margin-left: 2%;
    }

    table.table_class1 .k-button.md {
        width: 98%;
        margin-left: 2%;
        float: left;
    }

.ui-datepicker tbody tr {
    border-right: 1px solid #bbb;
}

.input-sm {
    width: 150px !important;
    margin-right: 20px !important;
    border: double;
}

.k-grid {
    width: 100% !important;
    /*margin-left: .5%;
    margin-right: 1.5%;
    margin-top: 1%;*/
    float: left;
}

/*k-grid grid-wide{

    width: 1650px;
}*/
    .k-grid .k-grid-header .k-header {
        white-space: normal;
    }
    .k-grid .k-grid-header .k-header {
        white-space: normal;
    }


.k-grid-toolbar a {
    float: left;
}
    .k-grid-toolbar a.k-button {
        width: 200px;
        height: 35px;
        background-color: darkgrey;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }
        .k-grid-toolbar a.k-button:focus {
            background-color: #f5a41a !important;
        }


.k-calendar {
    font-size: 10px;
    border: double;
    border-bottom-right-radius: inherit;
}

@media (max-width: 1024px) {
    .form-inline input {
        margin: 10px 0;
    }

    .form-inline {
        flex-direction: column;
        align-items: stretch;
    }
}
