
.spinner {
    background: url("/css/img/loader.gif") no-repeat;
    display: block;
    height: 32px;
    margin: 0 auto;
    width: 32px;
}

.form_block select {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.form_block {
    padding: 10px 10px 0 10px;
    color: #666666;
    font-size: 12px;
}

.form_block label {
    color: #58585a;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    width: 115px;
    text-align: right;
    padding: 0 10px 10px 0;
    line-height: 24px;
    margin: 0;
}

.form_block h2 {
    color: #58585a;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 3px;
    display: inline-block;
    width: 125px;
}

.form_block .form_title {
    line-height: 25px;
}

.show_errors .ng-invalid {
    border-color: #ec3f41;
}

.alert ul {
    list-style: none;
    margin: 10px 0 0 0;
}
/* Default each bullet to be invalid with a red cross and text */
.alert li {
    padding-left: 22px;
    line-height: 24px;
    /*  color:#ec3f41;*/
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAA1CAYAAABIkmvkAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAJwAAACcBKgmRTwAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMC8wOS8xMlhq+BkAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAAEA0lEQVRIie2WW2jbVRzHv//zT5rkn0ub61zaNdEiPqTC9EFRhtgJk63qg3Wr0806pswNiYgDUXxwyryCEB8UBevtaSCCDHQoboKyoVvVzfRmL2napU0mrdbl8s//dy4+dM1M28n64FsPnIdz+XzO75zfOXA0pRRWU7o/uS9FxOc+3/vlIQBgq4F3fHxvKuIPJ9cFwi9uTXU8BwDa1Uaw/aN7UusCkWRbPI5yxcTI2Bgy49kXrkrwwIedqYg/nGyLXwsJiYHBYWTGs7Cq5Kpt4cA3PXft+2rX40vhrt7OVLgplIzHYuBKoH9gCKMjGVE1LdfJl86YDAAOfN2ziZP4NODyv9/z2fanFuH7P9iWCjcFk/FYK4QSGLgEk0WeUy/3mQCgPXFs9xbBRW883NrssDvQN3hWcOLPEPGWiD94MBaPQymBoaERjI9mBSfu+fHwL+biItpjR3e6JFfloDeAaGQ9SpUycvlp6ExHJBKGYsDvgyMYH81KTsL90yuX4VoWdh3pMqSQpWBjAC3RZkgpYEkCFDA8NIqJ0UlFxI3Tr/5aB9elsau305BcloKBAFpjLeBSYGRwDBNjk4oTN06/dnYZXCcAgK1vbzYkl6VwOATihOzYlOLEjTOvn1sRXiYAgDsP32YIKUuWaXFOwtP3xrnqleAVBQBwy/M3GZy4+PnN3/4TvqJgNWVVj2lNsCZYE6wJ1gRrgv9dYAMAHHw2Bl2fUEpBVavtLPVW/78nVR/Zk4CupzVHA6zChSOK0yHv0S8GFyK4BMPhAJxOgLE03/9kYhE2dz+agKaldY8bDaEQ7D5ft7Roy+UIlCooy5LQdaZ5vVBEgGmmrT172yVxaIylmdcDm9cHc2oK1Zm8kETvLAo0pRRk8mmnEqKouVw68zVCzP8F/uccFHHoXi/sjT6Y53Mw83mhOHn8J7416wQAwPftd0ouiswwdJu/CRASkBKQAmYuBzNfWIC/O173W6llwfbeu6Yi8tDsrAQJYGICyGQAIWDO5KUkaxlcJwAASdSmaWAQHCACOAc4h6YzJi1qWymNNUHlwYcT0JDWXQbACYhGgeh6gHM4Ghuh2/R0YePNiaUCTSmFcvdDCY1paZvhht3nQ2VmGmahICSR5vQHmDt6DcozeZSnp2FdLLZHhwdq94SVd+xMaJqWtrkM2L1uVHILpy0t8igidymXExfHMzBCQbhCIdga7Onz8etqkdgkUYTZbYCSqORmULlQEIq4J3jyexMA8jdu9BRzuaKyLN3udkNjDEqICID+2hbm797Wwez24/T3vJTE3aFTP9Sd9vT1NziVEMUGr1c35+Y2b5jKnqgNKqWglMLspjs6/rj1dudie2mdao07J5s3dCzt/werJTyI1yYqpQAAAABJRU5ErkJggg==) no-repeat  2px -34px;
}

/* Set to green check and text when valid */
.alert li.valid {
    color:#3a7d34;
    background-position: 2px 6px;
}

.custom_select {
    opacity: 0;
    filter: alpha(opacity=0);
}

.capitalize {
    text-transform:capitalize;
}

.loader_items {
    position: absolute;
    top: 45px;
    width: 100%;
}

.modalDialogShow {
    min-height: 250px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;

}
.modalDialogShow:target {
    opacity:1;

}

.modalDialogHide {
    display:none;
}

.modalDialogShow {
    display:block;
}

.panelHide {
    display:none;
}

.panelShow {
    display:block;
}

/* custom styles */

#headerFrame{
    width: 250px;
    height: 100%;
    position: fixed;
    z-index: 1;
}
#framed-bar{
    height: 100%;
    width: 250px;
    position: inherit;
    padding: 20px;
    color: #fff;
}
#contentWrapper{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    right:0px;
    overflow: scroll;
}
#contentHolder{
    margin-left: 0px;
    float: none;
}
#framed-bar #logotype-en, #framed-bar #logotype-en-public{
    bottom: 0px;
}

#framed-bar #site_info {
    margin: 5px;
    padding: 0px;
    max-width: 225px;
    margin-left: 20px;
}
#framed-bar #snapshot #view-different-date {
    text-align: center;
}
#framed-bar #snapshot div {
    float: none;
}
#framed-bar #snapshot a#site_url {
    color: #00928f;
}

#framed-bar .public-top-text {
    margin-left: 20px;
}

.queryBox{
    margin-right: 0px;
    float: none;
    width: 100%;
    margin-left: 0px;
    height: 34px;
}

div#toggle-options-box {
    width: 250px;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #101721;
    height: 100px;
    z-index: 2;
}

#calendar{
    width: 210px;
    height: 210px;
    background: #fff;
    color: #555;
    margin-bottom: 10px;
    float: left;
    border-radius: 4px;
}

#calendar .current-month {
    font-weight: bold;
    line-height: 30px;
    font-size: 11px;
}

#calendar .day{
    height: 26px;
    width: 26px;
    text-align: center;
    line-height: 25px;
    margin: 2px 0px 0 3px;
}

#framed-bar #snapshot #calendar .day a {
    color: #404145;
}

#framed-bar #snapshot #calendar .day a:hover {
   text-decoration: none;

}

#framed-bar #searchButton,
#framed-bar #pdfButton,
#framed-bar #compareButton {
    max-width: 250px;
    margin-right: 20px;
}

a.activeDay {
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-weight: bold;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    background-color: rgba(91, 154, 193, 0.3);
}

a.activeDay:hover {
   background-color: rgba(91, 154, 193, 0.5);
}

.popover-content{
    max-width: 150px;
    min-width: 150px;
}

.popover-content li{
    list-style: none;
    line-height: 24px;
    text-align: center;
}

.popover-content li:nth-child(odd) {
    background-color: #fff;
}

.popover-content li:nth-child(even) {
    background-color: #f8f8f8;
}

#diffSelect .modal-dialog {
     width: 665px;
     margin-left: 250px;
}

#siteFrame {
    position: fixed;
    width: inherit;
}

#searchFrame {
    position: fixed;
    width: inherit;
    display: none;
}

#toggle-options-margin {
    width: calc(100% - 250px);
    margin-left: 250px;
}

.loader .loader_area {
    background-color: #000;
    position: fixed;
    width: 100%;
    left: 0px;
    height: 100%;
    display: block;
    z-index: 9998;
    opacity: 0.5;
}

#contentHolder {
    float: right;
    height: 100%;
}

#cancelSearchButton{
    cursor: pointer;
    color: #75bbe7;
    font-size: 85%;
    padding-right:10px;
    margin-right: 11px;
}

#cancelSearchButton:hover{
    text-decoration: underline;
}

#public-logo-permalink img{
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
}

/* ----------- iPad ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
iframe#siteFrame {width:100%;}
#siteFrame{position: initial;-webkit-overflow-scrolling: touch;}
#contentWrapper{height: auto;-webkit-overflow-scrolling: touch;}
}

/* ----------- iPhone 6 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
	iframe#siteFrame {width:100%;}
	#siteFrame{position: initial;-webkit-overflow-scrolling: touch;}
	#contentWrapper{height: auto;-webkit-overflow-scrolling: touch;}
}

/* ----------- iPhone 6+ ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
	iframe#siteFrame {width:100%;}
	#siteFrame{position: initial;-webkit-overflow-scrolling: touch;}
	#contentWrapper{height: auto;-webkit-overflow-scrolling: touch;}
}
