﻿/** Place here your CSS style sheets, the content will not be overwritten by Cern.Web package **/

/* Override default header to remove the background shadow */
#header {
    border-bottom: none;
    background-image: none;
}
#footer {
    border-top: none;
    background-image: none;
}


/* override max page width for this site */
#page, .page {
    max-width: 600px;
}

/* Optional Information box */
#security_msg {
    position:relative;
    font-size: 0.9em;
    margin-top: 5px;
    border: 1px solid #c80e43;
    padding: 1em;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
    #security_msg .date {
        color: #999;
        white-space: nowrap;
        font-size: 0.7em;
    }

#security_msg #expandInfo {
    color: #666666;
    background-color: white;
    position: absolute;
    bottom: 3px;
    right: 43%;
}
    
div.divInformation {
    text-align: justify; 
    overflow: hidden;
    padding-right: 5px;
    padding-left: 5px;
    height: 57px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
    div.divInformation:hover {
        height: 200px;
    }
    div.divInformation:hover #expandInfo {
        display: none;
    }

.subtle {
    color: #999;
}

.smaller {
    font-size: 1.2rem;
}
.important {
    color: red;
}
.note {
    font-style: italic;
}

/* Login box */
div.box_auth {
    margin-top: 5px;
    margin-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    
    border: solid 1px #c3c5c9;
    background: #f0f3f8;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.signinwith {
    margin-top: 10px;

     border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-style: none;
    border-top-width: 1px;
    height: 28px;
    /*font-weight: bold;*/
    vertical-align: middle;
    font-size: 18px; 
    border-bottom-color: #dddddd;
    color: #606060;
}
.box_login {
    width: 40%;
    padding-right: 5px;
}

.box_password {
    width: 40%;
    padding-right: 5px;
}

.box_signinbutton {
    width: 20%;
}

.button_signin {
    /*padding-top: 2px;
    padding-bottom: 2px;*/
}

div.oneAuthType {
    font-weight: bold;
    background-color: #DEE5F0;
    margin-top: 10px;
    padding: 5px;
        -moz-border-radius: 5px;
    border-radius: 5px;
}
div.oneAuth {
}

/* Alternate Authentication Methods */
.alternate_authentication li {
    list-style: none;
}
.right {
    text-align: right;
}

.fedrow { 
    border-bottom: 0px; 
}
.fedicon
{
    text-align: center;
    vertical-align: middle;
    width: 50px;
    border-bottom: 0px;
    padding-right: 10px;
}
.fedtitle { 
    border-bottom: 0px; 
    text-align: left;
}
.fedtext
{
    text-align: justify; 
    border-bottom: 0px;
    font-size: 1.2rem;
}

 /*--- Begin - CSS for ddSlick enhanced dropdown control --*/
.feddropdownbox {
}
.dd-select-button {
     border-radius: 2px;
    border: solid 1px #ccc;
    height: 57px;
    font-weight: bold;  
}
.dd-select {
    border-radius: 2px;
    border: solid 1px #ccc;
    position: relative;
    cursor: pointer;
}
.dd-desc {
    color: #aaa;
    display: block;
    overflow: hidden;
    font-weight: normal;
    line-height: 1.4em;
}
.dd-selected {
    overflow: hidden;
    display: block;
    padding: 10px;
    font-weight: bold;
}
.dd-pointer {
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
}
.dd-pointer-down {
    border: solid 5px transparent;
    border-top: solid 5px #000;
}
.dd-pointer-up {
    border: solid 5px transparent !important;
    border-bottom: solid 5px #000 !important;
    margin-top: -8px;
}
.dd-options {
    border: solid 1px #ccc;
    border-top: none;
    list-style: none;
    box-shadow: 0px 1px 5px #ddd;
    display: none;
    position: absolute;
    z-index: 2000;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: auto;
}
.dd-option {
    padding: 10px;
    display: block;
    border-bottom: solid 1px #ddd;
    overflow: hidden;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}
.dd-options > li:last-child > .dd-option {
    border-bottom: none;
}
.dd-option:hover {
    background: #f3f3f3;
    color: #000;
}
.dd-selected-description-truncated {
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dd-option-selected {
    background: #f6f6f6;
}
.dd-option-image, .dd-selected-image {
    vertical-align: middle;
    float: left;
    margin-right: 5px;
    max-width: 64px;
}
.dd-image-right {
    float: right;
    margin-right: 15px;
    margin-left: 5px;
}
.dd-container {
    position: relative;
}
​ .dd-selected-text {
    font-weight: bold;
}
/*--- End - CSS for ddSlick enhanced dropdown control --*/