﻿.header_1{
    font-size: 18px;
    color: #1f2532;
    font-family: 'Open Sans';
}

.header_2 {
    font-size: 16px;
    color: #1f2532;
}

.header_3 {
    font-size: 16px;
    font-family: 'Open Sans';
    color: #ff5722;
    text-transform: capitalize;
}

.boldText {
    font-weight: bold;
}

/* Tables */

.table_FirstRowLayout {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    height: 36px;
    padding-top: 9px !important;
    white-space: nowrap;
    text-overflow: ellipsis !important;
    overflow: hidden;
    font-size: 13px !important;
    color: #727272;
}

.table_FirstRowLayoutCapitalized {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    height: 36px;
    padding-top: 9px !important;
    white-space: nowrap;
    text-overflow: ellipsis !important;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 13px !important;
    color: #1f2532;
}

.table_RowLayout {
    border-bottom: 1px solid #CCCCCC;
    height: 36px;
    padding-top: 9px !important;
    white-space: nowrap;
    text-overflow: ellipsis !important;
    overflow: hidden;
    font-size: 13px !important;
    color: #727272;
}

.table_RowLayoutCapitalized {
    border-bottom: 1px solid #CCCCCC;
    height: 36px;
    padding-top: 9px !important;
    white-space: nowrap;
    text-overflow: ellipsis !important;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 13px !important;
    color: #1f2532;
}

.table_LongValuesContainer {
    border-bottom: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    padding-left: 0px !important;
    font-size: 13px !important;
    min-height: 36px;
    color: #727272;
}

.eastPanel_validationContainer {
    height: 40px;
}

.table_RowLayoutCapitalizedForLongValues {
    text-transform: uppercase;
    font-size: 13px !important;
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 15px !important;
    font-size: 13px !important;
    color: #1f2532;
}


/* Validation */

.validation_text {
    font-size: 10px;
    font-family: Arial;
    color: #dc2200;
}

.validation_text_big {
    font-size: 12px;
    font-family: Arial;
    color: #dc2200;
    margin-left: 10px;
}

.validation_textBox {
    color: #dc2200 !important;
}


/* Icons */

.icon_goBack_inactive { 
    background-repeat: no-repeat;
    height: 50px;
    width: 37px;
    margin-top: 25px;
    cursor: pointer;
}


/*#region East Panel */

#IndexSidePanel li:hover {
    background-color: #fff;
}

#IndexSidePanel li {
    line-height: 40px !important;
    height: 40px !important;
}

#IndexSidePanel a {
    line-height: 40px !important;
    height: 40px !important;
}

.eastPanel_hedaer_text {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 20px;
    white-space: nowrap;  
}

.eastPanel_confirmationText {
    float: right;
    color: #3e85c1 !important;
    font-size: 13px !important;
    fill: transparent;
    margin-bottom: 25px;
    margin-left: 20px;
}

.eastPanel_confirmationText:hover {
    fill: #eaedf3 !important;
    background-color: #eaedf3 !important;
    color: #3e85c1 !important;
}

.eastPanel_txtbox {
    height: 36px !important;
    max-width: 243px !important;
    padding-left: 10px !important;
    margin-bottom: 5px !important;
}

.eastPanel_btnSubmits {
    border: none;
    background-color: white;
    color: #3e85c1 !important;
    font-size: 13px !important;
    float: right;
    padding-right: 15px;
    padding-left: 15px;
}    

.eastPanel_btnSubmits:hover {
    fill: #eaedf3 !important;
    background-color: #eaedf3 !important;
    color: #3e85c1 !important;
}

/*#endregion */

/*#region Buttons */

.btn_submit {
    max-width: 300px !important;
    background-color: #3e85c1 !important;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Open Sans";
}

.btn_submit_large {
    max-width: 610px !important;
    background-color: #3e85c1 !important;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Open Sans";
}

.btn_submit_full {
    width: 100% !important;
    background-color: #3e85c1 !important;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Open Sans";
}


/*#endregion */

/*#region Padding Overides */

.noPadding_left {
    padding-left: 0px !important;
}

.noPadding_right {
    padding-right: 0px !important;
}

/*#endregion */

/*#region Floats */

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

/*#endregion */
