/**
 * Created with IntelliJ IDEA.
 * User: mehmetfatihuslu
 * Date: 11/11/13
 * Time: 11:51 PM
 * To change this template use File | Settings | File Templates.
 */

@font-face
{
    font-family: facebook;
    src: url(../fonts/KlavikaBoldBold.otf);
}

@font-face
{
    font-family: twitter;
    src: url(../fonts/picobla.ttf);
}

@font-face {

    font-family: Calibri;
    src: url(../fonts/Calibri.ttf);
}

body{

    min-width: 1280px;
    min-height: 1024px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body::selection{
    background-color: gray;
}

.body{

    margin: 0;
    text-align: center;
    min-width: 1280px;
    min-height: 1024px;
}

.body::selection{
    background-color: gray;
}

.login{

    position: relative;
    text-align: center;
    background-color: #DDD;
    height: 70px;
}

.loginform{

    padding-bottom: 0.5px;
}

.logo{

    font-family: Helvetica;
    font-weight: 500;
    font-size: 52;
    line-height: 1.5;
    margin-top: 0px;
    margin-bottom: 0px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.label{
    margin-top: 100px;
    font-family: calibri, Verdana;
    font-size: 22;
}

.register{

    /*background-color: black; */
    position: relative;
    text-align: center;
    margin-top: 10px;
}

.registerform{

    position: relative;
    /*background-color: lightgray;  */
    text-align: center;
    padding-top: 100px;
    padding-bottom: 1px;
}

.homeTitle{

    position: relative;
    background-color: #DDD;
    min-height: 50px;

}

.homeLogo{

    position: inherit;
    MARGIN-LEFT: 10px;
    margin-top: 5px;
    background-color: transparent;
    color: #000000;
    font-weight: bolder ;
    font-family: calibri, Verdana;
    float: left;
    font-size: 30px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.homeLogo:hover{

    text-decoration: none;
}

.homeLogout{

    width: 350px;
    position: relative;
    float: right;
    background-color: transparent;
    margin-right: 10px;
    margin-top: 15px;

}

a{
    font-family: calibri, Verdana;
    text-decoration: none;
    color: #57A;
}

a:hover{

    text-decoration: underline;
}

.separator{

    height: 1px;
    background-color: #999;
}

.mainBody{

    position: relative;
}

.mainBody::selection{

    background-color: gray;
}

.userImage{

    float: left;
    background-color: #888;
    color: white;
    border-radius: 50px;
    border-style: solid;
    border-color: #444;
    border-width: 1px;
    width: 100px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    font-size: 58px;
    font-family: calibri, Verdana;
    margin-left: 65px ;
    line-height: 1.8;
    cursor: default;
    box-shadow: inset rgba(0, 0, 0,0.5) 0px 0px 10px 2px;
}

.userImage:hover{

    text-decoration: none;
}

.userName{

    float: left;
    font-family: calibri, Verdana;
    font-size: 30px;
    margin-left: 30px;
    margin-top: 40px;
    cursor: default;
}

.lessonList{

    text-align: left;
    MARGIN-TOP: 30px;
    margin-left: 40px;
    width: 230px;
    border-color: #888;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    color: #888;
}

.lesson{

    font-family: Verdana;
    font-size: 12px;
    color: #2B2BAA;
    margin-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    cursor: hand;
    border-radius: 1px;
    position: relative;
    z-index: 2;
    border-bottom-style: solid;
    border-bottom-color: #888;
    border-bottom-width: 0px;
}

.lesson:last-child{

    border:none;
}

.lesson:hover{

    color: #17175D;
    text-decoration: none;
    background-color: #ccc;
}

.lessonLink{

    color: #2B2BAA;
}

.lessonLink:hover{

    text-decoration: none;
}

.lessonHeader{

    width: 150px;
    font-family: calibri, 'Times new roman';
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    padding-top: 10px;
    text-align: left;
    margin-left: 40px;
    color: #000000;
    position: relative;
    cursor: default;
}

.selectLessonButton{

    position: absolute;
    float: right;
    right: 0px;
    margin-top: -24px;
    font-family: calibri, Verdana;
    color: #999;
}

.addFriendButton{

    float: right;
    margin-top: -21px;
    MARGIN-LEFT: 20px;
    font-family: calibri, Verdana;
    color: #999;
}

.searchInput{

    margin-top: 2px;
    margin-bottom: 3px;
    width: 280px;
    height: 27px;
    border-style: solid;
    border-color: #999;
    border-radius: 5px;
    border-width: 1px;
    font-size: 18px;
    font-family: calibri, Verdana;
    padding-left: 10px;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.searchInput:focus{

    outline: none;
    border-color: #49C;
}

.normalButton{

    font-size-adjust:inherit;
    font-size:16px;
    position:relative;
    height: 25px;
    width: 100px;
    font-family: calibri, Verdana;
    z-index: 2;
    border-style: solid;
    border-color: gray;
    background-color: #eeeeee;
    border-radius: 5px;
    border-width: 1px;
    outline: 0 none;
    -webkit-appearance: none;
    cursor: pointer;
    cursor: hand;
    text-align: center;
}

.normalButton:focus{

    outline: 0 none;
    background-color: #dddddd;
    border-color: gray;
}

.normalButton:hover{

    border-color: #000000;
}

.normalButton:disabled{

    border-width: 0px;
    cursor: default;
}

.secretButton{

    font-size-adjust:inherit;
    font-size:16px;
    position:relative;
    height: 25px;
    width: 100px;
    font-family: Calibri, Helvetica;
    z-index: 2;
    border-style: solid;
    border-color: gray;
    background-color: transparent;
    border-radius: 5px;
    border-width: 0px;
    color: #666;
}

.secretButton:hover{

    background-color: #eeeeee;
    border-color: #000000;
    border-width: 1px;
    color: #000000;
}

.secretButton:focus{

    outline: none;
    border-color: gray;
}

.upRightUsername{

    float: right;
    padding-right: 10px;
    font-family: Calibri, Helvetica;
    color: #999;
    cursor: default;
}

.courseDetail{

    float: left;
    MARGIN-LEFT: 20px;
    margin-top: 50px;
    font-family: Calibri, Helvetica;
    color: #999;
}

.adviceDiv{

    position: absolute;
    visibility: visible;
    top: 90px;
    right: 20px;
    width: 430px;
}

.shining{

    position: absolute;
    background-image: linear-gradient(to bottom, #FFFFFF, rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    width: 80px;
    height: 80px;
    border-radius: 50px;
    left: 75px;
}

.cancelButton{

    width: 60px;
    text-align: center;
    color: white;
    border-color: #B94F4F;
    border-width: 1px;
    border-style: solid;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    padding-bottom: 2px;
    padding-top: 1px;
    background-color: #B94F4F;
}

.cancelButton:hover{

    color: white;
    border-color: #AA2B2B;
    text-decoration: none;
    background-color: #AA2B2B;
}

.bodyFooter{

    font-family:Verdana, Geneva, sans-serif;
    color:#999;
    position: fixed;
    bottom:0;
    left: 5;
    height: 20px;
    font-size: 11px;
}

.noLesson{

    padding-right: 10px;
    padding-left: 40px;
    font-family: Calibri, Helvetica;
    color: #999;
    cursor: default;
}

#questionButton{

    cursor: pointer;
    cursor: hand;
    width: 23px;
    line-height: 1.5;
    border-radius: 30px;
    margin-top: -3px;
    margin-left: 10px;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
}

.helpDiv{

    position: absolute;
    padding: 10px;
    z-index: 10;
    background-color: rgba(30,30,30,0.9);
    box-shadow: rgba(30,30,30,0.8) 0px 2px 5px 3px;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    color: #ddd;
    font-family: calibri, Helvetica;
    visibility: hidden;
    cursor: default;
}

.facebookDiv{

    margin-left: 5px;
    margin-top: -10px;
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    line-height: 1.5;
    color: white;
    font-family: facebook;
    font-weight: 500;
    font-size: 18;
    background-color: #595485;
    cursor: pointer;
    cursor: hand;
    visibility: visible;
}

.facebookDiv:focus{

    text-decoration: none;
}

.twitterDiv{

    margin-left: 5px;
    margin-top: -10px;
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    line-height: 1.5;
    font-size: 18;
    font-family: twitter;
    font-weight: normal;
    color: white;
    background-color: #5E9DB9;
    cursor: pointer;
    cursor: hand;
    visibility: visible;
}

.twitterDiv:focus{

    text-decoration: none;
}

ul{
    margin-top: 0px;
}

.logoCeper{

    width: 100px;
    height: 100px;
    position: absolute;
    background-color: #ACC;
    border-radius: 15px;
    margin-left: 15px;
    margin-top: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
    overflow: hidden;
    cursor: default;
    visibility: visible;
}

.logoShine{

    overflow: hidden;
    width: 200px;
    position: absolute;
    left: -50px;
    top: -150px;
    height: 200px;
    background-color: rgba(255,255,255,0.4);
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
}

.logoSCH{

    font-family: helvetica;
    font-size: 42px;
    line-height: 1.15;
    margin-top: -4px;
    color: white;
}

.logoEDU{

    font-family: helvetica;
    font-size: 42px;
    color: black;
    line-height: 0.35;
    margin-top: 1px;
}

.logoLER{

    font-family: helvetica;
    font-size: 42px;
    line-height: 1.2;
    color: white;
    margin-left: -5px;
}

.maintenanceTitle{

    font-family: 'helvetica neue';
    font-size: 40;
    font-weight: 100;
    margin-top: 20px;
}

.maintenanceBody{

    font-family: calibri,verdana;
}

.lightsDiv{

    margin: 0 auto;
    display: table;
    font-family: calibri,verdana;
    padding-right: 5px;

}

.lightsInstructions{

    font-family: 'lucida grande',verdana;
    font-size: 11px;
    color: #aaaaaa;

    margin-top: 10px;
}


.iOS7button{

    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 40px;
    border-width: 1px;
    border-color: #2B2BAA;
    border-style: solid;
    color: #2B2BAA;
    transition: 0.5s;
    font-family: 'helvetica neue';
    font-weight: 100;
    font-size: 30px;
    cursor: pointer;
    cursor: hand;
    outline: 0 none;
    margin-bottom: 10px;
}

.iOS7button:active{

    outline: 0 none;
    background-color: #2B2BAA;
    color: white;
    transition: 0s;
}

.semester{

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    cursor: default;
    font-family: calibri;
    position: absolute;
    left: 160px;
    top: 10px;
    color: #323284;
}

.grad_semester{

    border:1px solid darkgray;
    background-color: white;
    border-right: none;
    border-bottom: none;
    height: 140px;
    width: 170px;
    float: left;
    position: relative;
}

.grad_year{

    clear: both;
}

.grad_right{

    border-right: 1px solid darkgray;
}

.grad_bottom{
    border-bottom: 1px solid darkgray;
}

.semester_title{
    border-bottom: 1px solid lightgray;
    font-family: calibri;
    cursor: default;
    -webkit-user-select: no-select;
    margin-left: 3px;
    margin-right: 3px;
    color: gray;
    font-size: 14px;
}

.semesterCourses{

    font-family: calibri;
    cursor: default;
    -webkit-user-select: no-select;
    margin-left: 3px;
    margin-right: 3px;
}

.elective{

    width: 95%;
    margin-left:3px;
    margin-bottom: 2px;
}

.lesson_description{

    float: left;
    position: absolute;
    font-size: 8px;
    color: gray;
    right: 22px;
    margin-top: -17px;
}

.big_description{
    font-size: 11px;
}