body,html {
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    height: 100%;
}

.ui.footer.segment {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    background-color: #f5f5f5;
}

.loginbg {
    /* The image used */
    background-image: url("../../bundles/designer/img/ATC-sim2.png");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logintitle {
    color: white;
    position: absolute;
    top:42%;
    left:5%;
    z-index:999;
    font-size: 12em;
    font-weight: bolder;
}

.loginsubtitle {
    color: white;
    position: absolute;
    top:53%;
    left:5%;
    z-index:999;
    font-size: 4.3em;
}

.section {
    text-align:center;
    font-size: 1em;

    /* This is important to make the button position relative to the section*/
    position:relative;
}

.ui.form .field {
    margin-bottom: 1.5em;
}

/**
    Absolute in relation to the section
    */
#moveRight{
    position: absolute;
    top: 30%;
    left: 40%;
    z-index:999;
    font-size: 2.6em;
    cursor:pointer;
}

.ui.menu .item img.logo {
    margin-right: 1.5em;
}

.course-card{
    cursor: pointer;
}

#add-course-form-modal .modal-header,
#add-performance-objective-form-modal .modal-header,
#add-pcs-form-modal .modal-header,
#edit-course-form-modal .modal-header,
#edit-performance-objective-form-modal .modal-header,
#edit-pcs-form-modal .modal-header{
    color: #000000;
    background-color: #ffffff;
}

#add-course-form-modal .modal-actions,
#add-performance-objective-form-modal .modal-actions,
#add-pcs-form-modal .modal-actions,
#edit-course-form-modal .modal-actions,
#edit-performance-objective-form-modal .modal-actions,
#edit-pcs-form-modal .modal-actions {
    background-color: #ffffff;
}

html.ios {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
html.ios,
html.ios body {
    height: initial !important;
}

.pusher {
    display: block;
    min-height: 0px;
    flex-direction: initial;
}

.pusher .full.height {
    display: block;
    flex: none !important;
}

.introduction {
    position: relative;
    clear: both;
    display: block;
    text-align: center;
}

.vertical.segment {
    box-shadow: none;
}

.stripe {
    background-color: #FFFFFF;
    padding: 10em 0px;
    border-radius: 0em;
    margin: 0em;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

a{
    cursor:pointer;
}

.dropdown.optgroup .divider {
    border-top: none !important;
}

#popUp {
    position: fixed;
    max-width: 390px;
    height: 255px;
    background: rgba(236, 240, 241,1);
    border: 7px solid #fff;
    border-left: none;
    bottom: 0;
    margin-left: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#new span{
    background: #fff;
    position: absolute;
    color: #1c8dc4;
    padding: 4px 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: -5px;
}

#popUp .close {
    color: #464646;
    right: 8px;
    top: 0px;
    position: absolute;
    font-size: 20px;
    cursor: pointer;
}

#popUp h2{
    font-size: 16px;
    color: #464646;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin-top: 40px;
    padding: 0 20px;
}

a.butto{
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
    position: absolute;
    width: 220px;
    font-size: 15px;
    color: #fff;
    border-bottom: 2px solid #18729f;
    background: #1c8dc4;
    border-radius: 4px;
    padding: 6px 0;
}

#plus{
    position: fixed;
    color: #fff;
    bottom: 15%;
    font-size: 14px;
    margin-left: -425px;
    -webkit-transition: all 1.25s ease;
    -moz-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    transition: all 1.25s ease;
    cursor: pointer;
    text-align: left;
    letter-spacing: 1px;
}

#plus span{
    position: absolute;
    margin-top: 38px;
    left: 5px;
}

#plus span i{
    font-size: 16px;
}

#plus::after{
    content: '';
    display: block;
    border-top: 55px solid transparent;
    border-bottom: 55px solid transparent;
    border-left: 55px solid #1c8dc4;
}

@media all and (max-width: 900px){
    #popUp{
        margin-left: -425px;
    }
    #plus{
        margin-left: 0px;
    }
}

#menu-navigation{
    background-color: #BDBDBD;
    color: #fff;
    z-index: 1002;
}
.left-shadow-overlay{
    box-shadow: 10px 0 15px 10px #585858;
}
#menu-navigation h3{
    background-color: #2E2E2E;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
}
#menu-navigation a{
    border-bottom: 1px solid #D8D8D8;
    padding: 1em;
    display: block;
    color: #424242;
    font-size: 1.4em;
    font-weight: 300;
    text-decoration: none;
}
#menu-navigation a:hover{
    background-color: #D8D8D8;
}
#menu-navigation .handle{
    background-color: #2E2E2E;
    left: -40px;
    padding: 10px 8px;
    position: absolute;
    top: 0px;
    width: 20px;
    cursor: pointer;
    /*margin-top: -20px;*/
    /*-moz-transition: 200ms ease all;
    -webkit-transition: 200ms ease all;
  -o-transition: 200ms ease all;
  transition: 200ms ease all;*/
}
#menu-navigation .handle:hover{
    /*left: -46px;
    width: 30px;*/
}

#poTable > tbody > tr.selectedPORow {
    background-color: #eefce8;
}

#pcsTable > tbody > tr.selectedPCSRow {
    background-color: #eefce8;
}

.vis-timeline {
    font-size: 10pt;
    position: relative;
    border: 1px solid #bfbfbf;
    overflow: unset !important;  /* remove this line or add "overflow: unset !important;" */
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.vis-item.air {
    color: white;
    background-color: blue;
    border-color: darkblue;
    opacity: 0.6;
    box-shadow: 0 0 10px gray;
}

.vis-item.ground {
    color: white;
    background-color: green;
    border-color: darkgreen;
    opacity: 0.6;
    box-shadow: 0 0 10px gray;
}

.vis-item.beacon {
    border-color: darkred;
}

.vis-item.ancillarytask {
    color: black;
    background-color: orange;
    border-color: orangered;
    opacity: 0.6;
}

.vis-item.vis-selected {
    background-color: white;
    border-color: black;
    color: black;
    box-shadow: 0 0 10px gray;
}

.vis-time-axis .vis-text {
    font-size: 0.7em;
}

div.vis-tooltip {
    position: absolute;
    visibility: hidden;
    padding: 5px;
    white-space: nowrap;
    font-size: 8px;
    color: #000;
    background-color: #f5f4ed;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #808074;
    box-shadow: 3px 3px 10px rgba(0,0,0,.2);
    pointer-events: none;
}

.timeline_reference {
    font-size: 8px;
}

input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}
*:focus {outline:none !important;}

/*--PIXEL LIST (List with 1px background)--*/
.pixel-list {
    /*background: transparent
    url(http://4dim-galats.att.sch.gr/autosch/joomla15/images/bgs/graypixel-1.PNG)
    repeat-y scroll 35px 0; */
    list-style: none;
    color: #717579;
    margin: 0;
    padding: 0;
}

.pixel-list a {
    color: dimgrey;
    text-decoration: none;
    outline: 0;
    -webkit-transition:  all .3s ease-in-out;
    -moz-transition:  all .3s ease-in-out;
    -o-transition:  all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pixel-list a:hover {
    color: dimgrey;
    text-decoration: none;
}

.pixel-list li ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
}
.pixel-list li {
    margin: 0;
    padding: 0;
}
.pixel-list li a {
    background: #f5f5f5 none repeat scroll 0 0;
    display: block;
    padding: 3px 7px;
}
.pixel-list li a:hover {
    color: #fff;
    background-color: #0085a6;
}
.pixel-list li ul li {
    background: transparent
    url(http://4dim-galats.att.sch.gr/autosch/joomla15/images/bgs/graypixel-1.PNG)
    repeat-x scroll 0 14px;
    margin: 4px 0 4px 15px;
    padding: 0 0 0 20px;
}
.pixel-list li ul li ul {
    background: transparent
    url(http://4dim-galats.att.sch.gr/autosch/joomla15/images/bgs/graypixel-1.PNG)
    repeat-y scroll 30px 0;
    margin-bottom: 10px;
    padding: 0 0 0 15px;
}
.pixel-list li ul li ul li {
    margin-left: 16px;
    padding-left: 20px;
}
.pixel-list div.message {
    margin: 0;
    padding: 0 0 0.5em 0;
}
.pixel-list .fa {
    margin: 0 8px 0 4px;
}
.pixel-list .fa-right-list {
    margin: 0 4px 0 8px;
}

.pixel-list.pixel-list-invert {
    background: transparent
    url(http://i217.photobucket.com/albums/cc273/matleg/mlegakis-docs/cyanpixel-1.png)
    repeat-y scroll 35px 0;
}
.pixel-list.pixel-list-invert li a {
    background: #005c73;
}
.pixel-list.pixel-list-invert li ul li {
    background: transparent
    url(http://i217.photobucket.com/albums/cc273/matleg/mlegakis-docs/cyanpixel-1.png)
    repeat-x scroll 0 12px;
}
.pixel-list.pixel-list-invert li ul li ul {
    background: transparent
    url(http://i217.photobucket.com/albums/cc273/matleg/mlegakis-docs/cyanpixel-1.png)
    repeat-y scroll 30px 0;
}

@media (max-width: 480px) {
    .pixel-list {
        background: transparent
        url(http://4dim-galats.att.sch.gr/autosch/joomla15/images/bgs/graypixel-1.PNG)
        repeat-y scroll 15px 0;
    }
    .pixel-list.pixel-list-invert {
        background: transparent
        url(http://i217.photobucket.com/albums/cc273/matleg/mlegakis-docs/cyanpixel-1.png)
        repeat-y scroll 15px 0;
    }
    .pixel-list li ul li,
    .pixel-list li ul li ul li {
        margin-left: -4px;
    }
    .pixel-list li ul li ul {
        background: transparent
        url(http://4dim-galats.att.sch.gr/autosch/joomla15/images/bgs/graypixel-1.PNG)
        repeat-y scroll 10px 0;
    }
    .pixel-list.pixel-list-invert li ul li ul {
        background: transparent
        url(http://i217.photobucket.com/albums/cc273/matleg/mlegakis-docs/cyanpixel-1.png)
        repeat-y scroll 10px 0;
    }
}
@media (max-width: 360px) {
    .pixel-list {
        background: transparent
        url(http://4dim-galats.att.sch.gr/autosch/joomla15/images/bgs/graypixel-1.PNG)
        repeat-y scroll 10px 0;
    }
    .pixel-list.pixel-list-invert {
        background: transparent
        url(http://i217.photobucket.com/albums/cc273/matleg/mlegakis-docs/cyanpixel-1.png)
        repeat-y scroll 10px 0;
    }
    .pixel-list li ul li,
    .pixel-list li ul li ul li {
        margin-left: -10px;
    }
    .pixel-list li ul li ul {
        background: transparent
        url(http://4dim-galats.att.sch.gr/autosch/joomla15/images/bgs/graypixel-1.PNG)
        repeat-y scroll 5px 0;
    }
    .pixel-list.pixel-list-invert li ul li ul {
        background: transparent
        url(http://i217.photobucket.com/albums/cc273/matleg/mlegakis-docs/cyanpixel-1.png)
        repeat-y scroll 5px 0;
    }
}

.on{

    background-color: RGBA(255,255,0,.3);
}






