@import url("signInSignUp.css");

.form-group{
    clear: both;
}

img{
    width: 100%;
}

.pure-button-ownhover:hover{
    color: #fff !important;
}

.active-campus div
{
    background-color: #1f8dd6;
}

.active-campus h3{
    color: #fff !important;
}

.pure-menu-list img{
    width: auto;
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a, a:hover, a:focus{
    text-decoration: none !important;
    outline: none !important;
    cursor: pointer;
}

/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */
html, body{
    height: 100%;
    min-height: 100%;
    font-family: Arial;
}

body {
    color: #7f8c8d;
    font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #586068;
    font-size: 1.1em;
}

label {
    font-weight: 600;
}

h2{
    font-size: 200%;
}

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

/*
 * -- LAYOUT STYLES --
 * These are some useful classes which I will need
 */
.l-box {
    padding: 1em;
}

.l-box-lrg {
    padding: 2em;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.is-center {
    text-align: center;
}



/*
 * -- PURE FORM STYLES --
 * Style the form inputs and labels
 */
.pure-form label {
    margin: 1em 0 0;
    font-weight: bold;
    font-size: 100%;
}

.pure-form input[type] {
    border: 2px solid #ddd;
    box-shadow: none;
    font-size: 100%;
    width: 100%;
    margin-bottom: 1em;
}

/*
 * -- PURE BUTTON STYLES --
 * I want my pure-button elements to look a little different
 */
.pure-button {
    background-color: #1f8dd6;
    color: white;
    padding: 0.5em 2em;
    border-radius: 5px;
}

a.pure-button-primary {
    background: white;
    color: #1f8dd6;
    border-radius: 5px;
    font-size: 120%;
}


/*
 * -- MENU STYLES --
 * I want to customize how my .pure-menu looks at the top of the page
 */

.home-menu {
    padding: 0.5em;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0,0,0, 0.10);
}
.navbar-inverse {
    background: #151e26;

}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 75%;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 75%;
    }
}

.navbar-inverse .navbar-nav >li > a{
    padding: 1.5em;
    border-left: 1px solid rgba(255, 255, 255, 0.06);
}

.navbar-inverse .navbar-nav >li > a:last-of-type{
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.pure-menu.pure-menu-fixed {
    /* Fixed menus normally have a border at the bottom. */
    border-bottom: none;
    /* I need a higher z-index here because of the scroll-over effect. */
    z-index: 4;
}

.home-menu .pure-menu-heading {
    color: white;
    font-weight: 400;
    font-size: 120%;
    float: left;
}

.home-menu .pure-menu-selected a {
    color: white;
}

.home-menu a {
    color: #6FBEF3;
}
.home-menu li a:hover,
.home-menu li a:focus {
    background: none;
    border: none;
    color: #AECFE5;
}

.nav-container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.dropdown-menu{background-color:#152432;}
.dropdown-menu {width: 100%; border: none !important;}
.dropdown-menu .col-sm-12{margin-bottom:5px; margin-top: 0px;}
.nav > li.dropdown-menu > a {color: #979797;}
.nav > li.dropdown.open.signin { position: static; }
.nav > li.dropdown.open .dropdown-menu.signin {display:table; width: 100%; text-align: center; left:0; right:0; }
.dropdown-menu.signin >li  { display: table-cell; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #212E3A;
    color: #fff;
}

.has-feedback label ~ .form-control-feedback {
    top: 2em;
}

.fa {
    padding-left: 10px;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

li.signin form a {
    color: #2D5F8B;
    font-size: 1.2em;
}

li.signin form .social a {
    color: #ffffff;
    font-size: 0.75em;
}

li.signin h2 {
    text-transform: uppercase;
}

.btn-xlarge {
    padding: 15px 22px;
    font-size: 1.2em;
    line-height: normal;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

li.signin form .signup {
    text-align: center;
    font-size: 1.2em;
}

li.signin form .btn-lg {
    font-size: 0.75em;
}

li.signin form button, li.signin form .form-group {
    margin: 20px 0px;
}

.dropdown-menu > li > a {
    color: #ffffff !important;
}

.dropdown-menu > li > a:hover {
    background-color: #7FA4C4 !important;
}

.dropdown-menu .divider {
    background-color: #364756;
}

.errorText {
    font-size: 1em;
    color: red;
    display: block;
    margin-top: 5px;
}
/*
 * -- SPLASH STYLES --
 * This is the blue top section that appears on the page.
 */

.splash-container {
    /*background: #1f8dd6;*/
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    height: 100%;
    padding: 0 25%;
    display: table;
    background-color: black;
}

.splash {
    /* absolute center .splash within .splash-container */
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    padding: 100px 0;
    text-align: center;
    text-transform: uppercase;
}

/* This is the main heading that appears on the blue section */
.splash-head {
    font-size: 20px;
    font-weight: bold;
    color: white;
    border: 3px solid white;
    padding: 1em 1.6em;
    font-weight: 100;
    border-radius: 5px;
    line-height: 1em;
    background-color: rgba(0,0,0,0.5);
}

/* This is the subheading that appears on the blue section */
.splash-subhead {
    color: white;
    letter-spacing: 0.05em;
    opacity: 0.8;
}

/*
 * -- CONTENT STYLES --
 * This represents the content area (everything below the blue section)
 */
.content-wrapper {
    /* These styles are required for the "scroll-over" effect */
    position: relative;
    width: 100%;
    min-height: 12%;
    z-index: 2;
    background: white;

}

/* This is the class used for the main content headers (<h2>) */
.content-head {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 1.5em 0 1em;
}

/* This is a modifier class used when the content-head is inside a ribbon */
.content-head-ribbon {
    color: white;
}

/* This is the class used for the content sub-headers (<h3>) */
.content-subhead {
    color: #1f8dd6;
    font-size: 1.1em;
    text-align: center;
}
.content-subhead i {
    margin-right: 7px;
}

/* This is the class used for the dark-background areas. */
.ribbon {
    background: #2d3e50;
    color: #aaa;
}

/* This is the class used for the footer */
.footer {
    background: #111;
}

/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */
@media (min-width: 48em) {

    /* We increase the body font size */
    body {
        font-size: 16px;
    }
    /* We want to give the content area some more padding */
    .content {
        padding: 1em;
    }

    /* We can align the menu header to the left, but float the
    menu items to the right. */
    .home-menu {
        text-align: left;
    }
    .home-menu ul {
        float: right;
    }

    /* We increase the height of the splash-container */
    /*    .splash-container {
            height: 500px;
        }*/

    /* We decrease the width of the .splash, since we have more width
    to work with */
    .splash {
        width: 50%;
        height: 50%;
    }

    .splash-head {
        font-size: 250%;
    }


    /* We remove the border-separator assigned to .l-box-lrg */
    .l-box-lrg {
        border: none;
    }

}

/*
 * -- DESKTOP (AND UP) MEDIA QUERIES --
 * On desktops and other large devices, we want to over-ride some
 * of the mobile and tablet styles.
 */
@media (min-width: 78em) {
    /* We increase the header font size even more */
    .splash-head {
        font-size: 300%;
    }
}

.navbar-nav > li > a {padding-top:20px !important; padding-bottom:20px !important;}
.navbar {height:60px !important}
.navbar-brand {font-size: 1.5em;}

.include-page{
    width: 100%;
    height: 100%;
}

.admin-include{
    overflow-x: hidden;
}

.target-link{
    margin-top: -60px;
    position: absolute;
}

/*SLIDER*/
.slider-photo:nth-of-type(1){
    background: transparent url('/app/images/backgrounds/football.jpg') no-repeat center center;
    -webkit-animation:round 20s infinite;
    animation:round 20s infinite;
}

.slider-photo:nth-of-type(2){
    background: transparent url('/app/images/backgrounds/tennis.jpg') no-repeat center center;
    -webkit-animation:round 20s 5s infinite ;
    animation:round 20s 5s infinite ;
}

.slider-photo:nth-of-type(3){
    background: transparent url('/app/images/backgrounds/baseball.jpg') no-repeat center center;
    -webkit-animation:round 20s 10s infinite;
    animation:round 20s 10s infinite;
}

.slider-photo:nth-of-type(4){
    background: transparent url('/app/images/backgrounds/stadium.jpg') no-repeat center center;
    -webkit-animation:round 20s 15s infinite;
    animation:round 20s 15s infinite;
}

.slider-photo{
    position:absolute;
    opacity:0;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 0;
}

@-webkit-keyframes round{
    25%{opacity:1; z-index: 1;}
    50%{opacity:0; z-index: 0;}
}

@keyframes round{
    25%{opacity:1; z-index: 1;}
    50%{opacity:0; z-index: 0;}
}


.slider img:nth-of-type(3){animation-delay:0s; -webkit-animation-delay: 0s;}
.slider img:nth-of-type(2){animation-delay:4s; -webkit-animation-delay: 4s;}
.slider img:nth-of-type(1){animation-delay:8s; -webkit-animation-delay: 8s;}

.admin-main-content{
    float: right;
    width: calc(100% - 20em);
    margin-top: 60px;
    padding: 0 2em;
    position: relative;
}

.admin-page-container{
    /*    overflow: hidden;*/
}

.admin-page-container h2{
    margin: 0 0 1em;
}

.navbar i {
    padding-right: 1em;
}

.admin-sub-page-position{
    position: absolute;
    top: 0;
    left: 2em;
    right: 2em;
    z-index: 1 !important;
    opacity: 1;
    display: none;
}

.admin-sub-page-position.slideInRight, .admin-sub-page-position.slideInLeft, .admin-sub-page-position.slideOutLeft.ng-animate, .admin-sub-page-position.slideOutRight.ng-animate{
    display: inherit;
}

.admin-sub-page-positiont-out{
    position: absolute;
    top: 0;
    left: calc(150%);
    right: 0;
    z-index: 0 !important;
    opacity: 0;
    display: none;
}

.pure-table input{
    border: 0;
    margin: 0;
    padding: 0.5em 1em;
    border-radius: 0px;
}

.pure-table .input-group, .pure-table .color-picker-wrapper, .pure-table .input-group-addon, .pure-table input{
    border-radius: 0px !important;
}

.pure-table .input-group-addon{
    font-size: 1em;
    width: 2em !important;
    height: 2em;
    padding: 0;
    margin: 0;
}

.pure-table tr.new td{
    padding: 0;
}

.pure-table tr.new > td:first-of-type{
    padding: 0.5em 1em;
}

.pure-table td.color{
    text-align: center;
    padding: 0.5em 1em !important;
}

.pure-table tr.new > td:nth-of-type(n + 1){
    text-align: center;
}

.selected-row{
    background-color: #c4e3f3;
}

.cancel-button{
    margin-left: 5px;
}

.display-color{
    width: 2em;
    height: 2em;
    border: 1px solid #000;
}

.admin-main-content h2{
    margin: 0em 0 1em;
}

.pure-menu-list li:last-of-type{
    margin-right: 2em;
}

select option{
    width: 100%;
}

.user-image{
    width: 4em;
}

.form-group, .form-group label{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.table > tbody > tr > td{
    vertical-align: middle;
}

.fields-page .btn-default {
    width: 100%;
    border-radius: 1px;
    border-top: 0;
    padding: 1em;
}

.field-box {
    border: 1px solid #ccc;
    padding: 0em;

}

.field-box-content{
    padding: 1em;
}

.divider {
    height: 1px;
    background-color: #7f8c8d;
}

.field-box h3, .field-box p{
    width: 100% !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

table a span, table a i{
    font-size: 1em !important;
}

.selectboxit-container, .selectboxit{
    width: 100% !important;
}

.selectboxit-option-icon-container{
    width: 0.5em;
}

.selectboxit-options.selectboxit-list{
    min-width: inherit;
}

.admin-subpage-header{
    margin-top: 30px;
    overflow: hidden;
}

.admin-subpage-header h2{
    float: left;
    margin: 0 0 1em;
}

.admin-subpage-header button{
    margin-top: 0.75em;
    float: right;
}

.admin-subpage-header span{
    float: right;
}

.navbar-header{
    height: 60px;
    padding: 5px 0;
}

.user-container{
    padding: 20px;
    margin: 0 auto;
    overflow: hidden;
}

.user-container .admin-sub-page-position{
    top: 100px !important;
}
.user-image-cell {
    position: relative;
    z-index: 1;
}

.user-image-cell img + span, .user-image-cell img + span + span{
    display: none;
    z-index: 2;
}

.user-image-cell:hover img + span, .user-image-cell:hover img + span + span{
    display: inherit;
}

#dtFrom_wrapper, #dtTo_wrapper, #typeSelect_wrapper, #courseSelect_wrapper, #locationSelect_wrapper, #categorySelect_wrapper, #subCategorySelect_wrapper {
    float: left;
}

#categorySelect_wrapper {
    overflow: hidden;
}

#courseSelect_wrapper, #locationSelect_wrapper{
    width:300px;
}

#subCategorySelect_wrapper {
    width: 275px;
}
/*.row {
    border:dotted 1px;
}*/
.lapozo {
    float: inherit;
    text-align: center;
    width: 100%;
}

.lapozo .active{
    background-color: #428BCA !important;
    border-color: #428BCA !important;
    color: #fff !important;
}

.lapozo li a{
    width: 3em;
}

.e-btn.e-txt {
    padding: 0.3em 0.4em !important;
}

.error-message {
    font-size: 1.2em;
    color: red;
    text-align: center;
}

.e-schedule.e-rtl .e-firstview, .e-schedule .e-lastview {
    border: 1px solid #bbbcbb !important;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    background-color: #151E26 !important;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: none !important;
}

/*
 * Mobile size
 */
@media (max-width: 767px) {
    .signin h2{
        display: none;
    }

    .signin label{
        display: none;
    }
}
.warning {
    border-color: #661e19 !important;
}
/*Customize the dialog header*/
.warning .e-header {
    background-color: #2c683b;
}

.warning .e-dialog-icon:hover {
    background-color: #fcf6e0 !important;
    border: solid 1px #d39853;
}

.warning .e-header {
    background: #fcf8e3 none repeat scroll 0 0 !important;
    border-color: #fcf6e0 #fcf6e0 -moz-use-text-color !important;
    color: #d39853 !important;
}

.repeat th:first-child {
    padding-right: 20px !important;
}

.repeat td {
    padding: 5px !important;
}

.repeat td:nth-child(3) {
    width: 65%;
}

.e-radiobtn-wrap > span .e-rad-icon {
    left: 0;
    margin-left: 0 !important;
    top: 0 !important;
}

.e-radiobtn-wrap .e-radsmaller .e-rad-icon {
    text-indent: 3px !important;
}
.label-github {
    color: #FFF;
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2);
}

.price-info-bar{
    margin-left: 0;
    padding-left: 0;
}

.price-info-bar label{
    font-size: 0.8em;
    padding: 0.75em 1.5em;
}

.img-responsive{
    width: 100%;
    height: 20em;
}

.padding-left-none {
    padding-left: 0 !important;
}

.middle div {
    display: table;
}

.middle div p {
    display:table-cell;
    vertical-align:middle;
    float: none;
}

.kimutatas .row div{
    margin-top: 1em;
}

#search{
    margin-bottom: 2em;
}

#search input{
    width:100%;
    line-height: 1em;
    padding: 1em 2em;
}

@media screen and (min-width: 35.5em){
    .pure-u-1{
        width: 100%;
    }
    .pure-u-1 .img-responsive{
        width: 100%;
        height: 20em;
    }
}

@media screen and (min-width: 48em){
    .pure-u-md-1-2{
        width: 50%;
    }
    .pure-u-md-1-2 .img-responsive{
        width: 100%;
        height: 15em;
    }
}

@media screen and (min-width: 64em){
    .pure-u-lg-1-3{
        width: 33.3333%;
    }
    .pure-u-lg-1-3 .img-responsive{
        width: 100%;
        height: 13em;
    }
}

@media screen and (min-width: 1281px){
    .pure-u-xl-1-5{
        width: 20%;
    }
    .pure-u-xl-1-5 .img-responsive{
        width: 100%;
        height: 13em;
    }
}
.divElement{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 300px;
    margin-left: -250px;
    margin-top: -150px;
}​

.e-schedule .e-viewstable tr, .e-schedule .e-viewstable td:last-child {
    display: none !important;
}

div.e-commonviewbutton.e-month {
    border-radius: 0 6px 6px 0;
    border-right: solid 1px #c8c8c8;
}

li#agenda, li#addEvent  {
    display: none !important;
}

/*.e-content{
    height: auto !important;
}*/

.tree-grid *{
    -webkit-transition: none !important;
    transition: none !important;
}

/*.e-scrollbar, .e-hscroll{*/
.e-hscroll {
    /*height: 0 !important;*/
}

.e-scroller, .e-scroller>.e-content{
    /*overflow: auto !important;*/
    /*overflow-x: hidden !important;*/
}

#Schedule .e-scroller, #Schedule .e-scroller > .e-content {
    overflow: hidden !important;
    overflow-x: hidden !important;
}

.scroller-fix > .e-content {
    /*overflow: auto;*/
    /*width: 100% !important;*/
}


.bg-red {
    background-color: #b30606;
}

.auto-clear img{
    margin: 0 0 2em 0;
}

@media (min-width:1200px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}

#customWindow_wrapper .e-scrollbar {
    visibility:hidden;
}
