﻿/*Please add site specific CSS here...*/
.table-hover tbody tr:hover td {
    background: #FFFDDF;
}

.nolink {
    text-decoration: none;
}

.panel-body {
    background-color: #FAFAFA;
    padding-bottom: 0px;
}

.icon-primary {
    background-color: #065981;
    color: white;
}

.sitelogo {
    padding: 0px;
    padding-top: 5px;
}

.chkapproval {
    width: 2vw;
    height: 2vh;
}


.userinfo {
    border: 0px;
    background-color: white;
}

.dtitle {
    padding: 5px 5px 10px;
    font-size: 16px;
    color: #23527c;
    'Open Sans', sans-serif;
    /*font-family: 'PT Sans Narrow', sans-serif;*/
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.fleidlink:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #3594c2;
}
.border-sm {
    border-width:2px;   
}
.chk-md {
    width: 20px;
    height: 20px;
}

.disabled{
    color:lightgray;
    cursor: default;
}
.disabled:hover {
        color: lightgray;
        cursor: default;
    }
.big{
    font-size:18px;
}
.select2.narrow {
    
}
.wrap.select2-selection--single {
    height: 100%;
}
.select2-container .wrap.select2-selection--single .select2-selection__rendered {
    word-wrap: break-word;
    text-overflow: inherit;
    white-space: normal;
}

.glyphicon {
    position: relative;
    display: inline !important;
    text-justify: none !important;
}

.unjustify {
    word-spacing: 2px;
}

.form-control-sm {
    background-color: white;
    color: black;
    border: 1px solid darkgray !important;
    border-radius: 0px !important;
    padding: 3px;
    height: 27px;
    font-size: 1.0em;
}

.form-select-sm {
    background-color: white;
    color: black;
    border: 1px solid darkgray !important;
    border-radius: 0px !important;
}

.valign-middle {
    /* The next two lines vertically centers stuff...  */
    display: flex;
    align-items: center;
}

.valign-bottom {
    display: flex;
    align-items: baseline;
}

.valign-top {
    display: flex;
    align-items: start;
}

/*.fa-envelope:before {
    width: 16px;
    height: 14px;
}
*/