﻿
.formSmall {
    max-width: 360px !important;
}

.formEven {
    max-width: 450px !important;
}

.formMedium {
    max-width: 600px !important;
}

.formLarge {
    max-width: 800px !important;
}

.formWide {
    max-width: 1024px !important;
}

.formFull {
    max-width: 100% !important;
}

.fullPageBody {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.scrollContainer {
    height: 90vh !important;
    margin-top: -1px;
    overflow: auto;
    overflow-y: scroll;
}

.table_wrapper {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.conicolor {
    background-color : #01478c;
}

.facebookContainer {
    min-width: 380px; 
    width: 380px; 
    height: 580px;
    overflow-y: hidden !important;
}
.fullContainer {
    min-width: 380px;
    width: 100%;
    height: 100vh;
} 

.homeItemContainer {
    min-width: 340px;
    width: 100%;
    max-height: 650px
}


.titleFont {
    color: #0e65a0; 
}
.titleFont, .titleFontItalic {
    font-family: Arial;
    font-weight: 999;
    letter-spacing: -2px;
    text-transform: uppercase;
    font-style: bold;
    font-size: 32px;
}
.titleFontWhite {
    font-family: Arial;
    font-weight: 999;
    letter-spacing: -2px;
    text-transform: uppercase;
    font-style: italic;
    color: #fff;
    margin-left: -3px;
    font-size: 32px;
}

.titleFontSmall, .titleFontItalic {
    font-family: Arial;
    font-weight: 999;
    letter-spacing: -2px;
    text-transform: uppercase;
    font-style: bold;
    font-size: 22px;
}

.titleFontWhiteSmall {
    font-family: Arial;
    font-weight: 999;
    letter-spacing: -2px;
    text-transform: uppercase;
    font-style: italic;
    color: #fff;
    margin-left: -3px;
    font-size: 22px;
}
 
.tableHeader {
    background-color: gainsboro !important
}

table {
    overflow-y: auto;
}

th {
    padding: 5px !important;
}

td {
    padding: 2px !important;
}

.selected {
    background-color: lightcyan !important;
}

.selected > td {
    color: blue !important;
}

.selected > td .mud-input {
    color: blu !important;
}

.paperborder {
    border : 1px solid #cecece !important;
} 

.facebook_visible {
    display: block !important;
}

.facebook_hidden {
    display: none !important;
}


