@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900);
    body {
  font-family: 'Source Sans Pro', sans-serif;
}
body {
    background-color: whitesmoke;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
    font-family: Helvetica, serif;
    color: #333;
}

h1 {
    font-size: 50px;
}

.manager_wrapper {
    min-height: 800px;    
    margin-top: 1px;
}

.wrapper {
    width: auto;
    margin: 0 auto;
}

.divider {
    width: 100%;
    height: .5px;
    background: orangered;
}

.navbar {
    min-height: 32px !important
}

.secondaryMenu {
    background: -webkit-linear-gradient(right, darkred, orangered);
    color: #fff;
    width: 100%;    
}

.topNav-tweak {
    padding: 0px;
    margin: 0px;
}

.nav-date {
    color: white;
    text-align: center;
    margin: 5px;
}

.session_msg {
    color: orangered;
}

.manager_head_contents {
    color: orangered;
}

.content_title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

#alert {
    color: red;
}

.pageTitle {
    text-align: center;
    vertical-align: middle;
    line-height: 90px;
}



.dashboard_heading {
    text-align: left;
}


.dashboard_value {
    color: black;
    text-align: left;
}

.menu_sub_title {
    color: blue;
    border: solid yellow 1px;
    background: white;
    display: inline-block;
    padding: 5px;
    width: 100%;
    text-align: center;
}

.sub_title_content {
    color: red;
    text-align: center;
    margin: 10px;
}

/*forgot psw styles*/
.contents {
    padding: 20px;
    margin: 5px;
    border: solid black 1px;
    text-align: center;


}

.logo {
    text-align: center;
    padding: 10px;
}

/* Stackoverflow preview fix, please ignore */
.navbar-nav {
    flex-direction: column;
}

.nav-link {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

/* Fixes dropdown menus placed on the right side */
.ml-auto .dropdown-menu {
    left: auto !important;
    right: 0px;
}

/*navbar color change*/
/* change the background color */
.navbar-custom {
    border-radius: 3px;
    /* background: indigo !important; */
    /* background: linear-gradient(240deg, darkred, darkgreen) #2196f3 !important; */
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: orangered;
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: white;
}

/* change the color of active or hovered links */
.navbar-custom .nav-link:active,
.navbar-custom .nav-link:focus,
.navbar-custom .nav-link:hover,
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .nav-item:hover .nav-link,
.navbar-custom .dropdown-item:active,
.navbar-custom .dropdown-item:focus,
.navbar-custom .dropdown-item:hover
  {    
    display: flex;
    background: -webkit-linear-gradient(right, darkred, orangered);
    font-family: inherit;
    color: #fff;
    text-decoration: none;
    transition: background-color .5s;
    place-content: left;    
}

/*row for image*/
* {
    box-sizing: border-box;
}


.row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
    -ms-flex: 20%; /* IE10 */
    flex: 20%;
    max-width: 20%;
    margin: .5px;
    background-color: white;
    text-align: center;
}
.column_dash {
    -ms-flex: 100%; /* IE10 */
    flex: 100%;
    max-width: 100%;
    margin: .5px;
    background-color: white;
    text-align: center;
}

.column img {
    vertical-align: middle;
    width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

/*Footer styles*/
.footer-dark {
    color: #f0f9ff;
    padding: 40px 20px;
    background-color: #282d32;
}

.footer-dark h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
    text-align: left;
    font-size: 24px;
}

.footer-dark ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
}

.footer-dark ul a {
    color: skyblue;
    text-decoration: none;
    opacity: 0.6;
}
.footer-dark ul i{
    margin-right: 5px;
}

.footer-dark ul a:hover {
    opacity: 0.8;
    color: orangered;
}

@media (max-width: 767px) {
    .footer-dark .item:not(.social) {
        text-align: center;
        padding-bottom: 20px;
    }
}

.footer-dark .item.text {
    margin-bottom: 36px;
}

@media (max-width: 767px) {
    .footer-dark .item.text {
        margin-bottom: 0;
    }
}

.footer-dark .item.text p {
    opacity: 0.6;
    margin-bottom: 0;
}

.footer-dark .item.social {
    text-align: center;    
}

@media (max-width: 991px) {
    .footer-dark .item.social {
        text-align: center;
        margin-top: 20px;
    }
}

.footer-dark .item.social > a {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
    margin: 0 8px;
    color: #fff;
    opacity: 0.75;
}

.footer-dark .item.social > a:hover {
    opacity: 1;
}


@media (max-width: 991px) {
    .social {
        text-align: center;
    }
}

.social {
    text-align: right;
    line-height: 40px;    
}

.social > a {
    display: inline-block;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    color: white;
}

.social > a:hover:nth-child(1) {
    background-color: cornflowerblue;
}

.social > a:hover:nth-child(2) {
    background-color: green;
}

.social > a:hover:nth-child(3) {
    background-color: darkred;
}

.social > a:hover:nth-child(4) {
    background-color: red;
}

.footer-dark .copyright {
    text-align: center;
    padding-top: 24px;
    opacity: 0.3;
    font-size: 13px;
    color: white;
    margin-bottom: 0;
}

#btnCopy {
    opacity: 0.75;
}

#btnCopy:hover {
    opacity: 1;
    transform: scale(1.1);
    color: white;
}

.page_content {
    padding: 5px;
}

/*calendar events and sait styles*/
.eventSaitColumnStyle {
    background-color: inherit;
    text-align: left;
}

.colTitle {
    color: white;
    padding: 5px;
}

.colContents {
    text-align: left;
}

.colSubtitleDiv {
    background-color: white;
    margin-bottom: 1px;
    padding: 5px 0;
}

.colSubTitleContent {
    margin-left: 20px;
    margin-right: 10px;
}

.tableFixHead {
    overflow: auto;
    height: 450px;
}
img {
    max-width: 100%;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}

/* Just common table stuff. Really. */
/* table {
    border-collapse: collapse;
    width: 100%;
} */

th, td {
    text-align: center;
    
}

table input[type="text"], input[type="select"] {
    text-align: center;
}

#free_user_text {
    padding: 5px;
    font-weight: bold;
    color: darkgreen;
    background-color: white;
}

.grandParentContaniner {
    display: table;
    height: 100%;
    margin: 0 auto;
}

.parentContainer {
    display: table-cell;
    vertical-align: middle;
}

.parentContainer #centerContent {
    text-align: center;
    background-color: white;
    border: 1px solid green;
    padding: 10px;
    width: 400px;
}
.gold_silver_image{
    vertical-align:middle;
    text-align: center;        
}
.gold_silver_table table{
    width: 100%;
}

.gold_silver_table th {
    background-color: #ffbb2c;    
}

.gold_silver_table td:nth-child(1) {
    text-align: left;
    font-weight: normal;    
}

.gold_silver_table caption {
    color: red;
    font-weight: normal;
}

#event {
    color: yellow;
}

.card {
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
    padding: 14px 40px 18px 36px;
    cursor: pointer;
}

.card:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.weather_div{     
        background: -webkit-linear-gradient(right, rgb(48, 184, 15), rgb(26, 191, 221));
        color: #fff;        
}