﻿#greetingPageContainer {
    float:left;
    width:100%;
    max-width:35em;  
    margin-bottom:5px;
    margin-right:5px;
}

#loginPageContainer {
    float:left;
    width:100%;
    max-width:25em;
    margin-bottom:5px;
}

@media screen and (max-device-width: 375px) and (orientation : portrait) {

    #greetingPageContainer {         
         max-width:100% !important; 
    }

    #loginPageContainer {
         max-width:100% !important; 
    }

}

@media screen and (max-device-width: 375px) and (orientation : landscape) {

    #greetingPageContainer {         
         max-width:100% !important; 
    }

}

#login {
    width: 100% !important;
    margin-top: 0;
    margin-bottom:10px;
    box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.2);
 }

 #loginContainer {
     padding-bottom: 5px;
 }

 #login legend {
     font-weight: bold;
     margin-left: 10px;
 }

 #login #loginContainer {
     margin: 10px 25px 10px 25px;
 }

 #login div {
     margin-bottom: 10px;
 }

  #login ul {
     padding-bottom: 0;
 }

 #login input[type="text"],
 #login input[type="password"] {
     width: 85% !important;
     height: 1.4rem;
 }

 #login label {
     display: block;
 } 

 #login .submit {
     width: 100%;
     height: 1.7rem;
 }

 .ui-accordion .ui-accordion-content {
     font-family: Arial,sans-serif;
     font-size: 95%;
     line-height: 16px;   
     color: #525051;   
     padding: 1em !important;
 }

 dl.info {
     margin: 0;
 }

 dl.contacts dt {
     margin-left: 0;
 }

 #quicklinks {
     padding-left: 2.2em !important;
 }

 .alert-content {
     color: #525051;
 }

 .attachment-list {
     padding: 5px 0 5px 1.25em;
     margin: 0 0 0 0;
     color: #525051 !important;
 }

 .attachment-list a {
     color: #525051 !important;
 }

 .ui-accordion {
     clear:left;
 }

 dl.contacts dt {
    margin-left: 0;
}

dl.info {
    padding: 0;
}

dl.info dt {
    float: left;
    clear: left;
    text-align: left;
    margin-right: .5em;
    font-weight: bold;
    width: 5.7em;
}

dl.info dt:after {
    content: ": ";
}

dl.info dd {
    margin: 0 0 2px 6.2em;
}

.can-enter-nominations {
    background-color: green;
}

.no-nomination-entry {
    background-color: red;
}

h4 {
    margin-top: 0;
    margin-bottom: 0;
}

.cycle-schedule {
    margin-bottom: 20px;
}


.cycle-schedule th,
.cycle-schedule td {
    white-space: nowrap;
    font-weight: normal;
    min-width: 5em;
    font-size: 80%;
}

/******************* Start jQuery UI Customizations ****************** */

.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active {

    border: 1px solid #c5c5c5 !important;
    background: #ededed !important;
    color: #454545 !important;

    /*background-image: url();*/

}

.ui-accordion .ui-accordion-header {
    font-size: 105% !important;
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url(/Styles/images/ui-icons_555555_256x240.png) !important;
}

.ui-widget {
    font-family: Arial, Sans-Serif; 
    font-size: 1em;
}

/******************* End jQuery UI Customizations ****************** */

.sso-container {
    display: inline;
}
