/*fonts*/
@font-face {
    font-family: 'Oswald';
    src: url(../css/fonts/oswald.regular.ttf);
    }
@font-face {
    font-family: 'AlternateGotNo1D';
    src: url(../css/fonts/AlternateGotNo1D.ttf);
    }
@font-face {
    font-family: 'Avenir Light';
    src: url(../css/fonts/AvenirLTStd-Light.otf);
    }
@font-face {
    font-family: 'Avenir Black';
    src: url(../css/fonts/AvenirLT95-Black.ttf);
    }
@font-face {
    font-family: 'Questrial';
    src: url(../css/fonts/questrial-regular.ttf);
    }
/*./fonts*/


/*Web Court View body*/
.webcourt {
    margin-top: 50px;
    margin-bottom: 100px;
}

.center-block {
    width: 1007px;
    outline: 0px solid red;
}

/*switch-sides button*/
.webcourt button {
    width: 150px;
    height: 35px;
    vertical-align: middle;
    border-radius: 0px;
    border: 1px solid #919191;
    margin-top: 30px;
    color: #919191;
}

.webcourt button {
    width: 150px;
    border-radius: 0px;
    border: 1px solid #919191;
    background-color: #fff;
}

.webcourt button > span {
    position: relative;
    left: 12px;
}

.webcourt button > span:before {
    content: "";
    background: url(../img/switch-sides.png) no-repeat;
    display: inline-block;  
    height: 20px;  
    width: 20px;
    position: absolute;
    left: -30px;
    top: 1px;
}
/*switch-sides button*/

/*svg*/
.webcourt svg > g > text {
    font-size: 26px;
}
/*.svg*/

/*no-session overlay*/
.no-session-wrapper {
    position: relative;
}

.no-session {
    position: absolute;
    width: 1007px;
    height: 538px;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    vertical-align: middle;
    text-align: center;
    display: visible; /*switch to none or visible to hide/show overlay*/
}

.no-session > div {
    width: 280px;
    margin: 230px auto;
    background-color: rgba(255,255,255,.2);
    box-shadow: 0px 0px 40px rgba(0,0,0,.5);
    padding: 10px;
    font-family: 'Oswald';
    font-weight: 200;
    font-size: 1.5em;
    text-transform: uppercase;
}
/*./no-session overlay*/

/*./Web Court View body*/

ul.navbar-nav li.logout-wrapper:last-child{
    top: 0px;
}
