﻿body {  
padding-top: 50px;
    padding-bottom: 20px;
    margin-right: 20px;
}

    body .notop {
        padding-top: -50px;
    }

    /*#region blue*/
    body .block-primary {
        background-color: navy;
        border-color: navy;
        color: #FFF;
    }

    body .btn-primary {
        background-color: navy;
        border-color: navy;
        color: #FFF;
    }

        body .btn-primary:hover, body .btn-primary:focus {
            border-color: navy;
            background-color: navy;
            color: #FFF;
        }

        body .btn-primary:active, body .btn-primary:visited, body .btn-primary:active:focus, body .btn-primary:active:hover {
            border-color: navy;
            background-color: navy;
            color: #FFF;
        }

.panel-primary .panel-heading {
    background: navy;
    color: #FFF;
}

.nav-tabs > li > a {
    background-color: #fAfAfA;
    border-color: #fAfAfA;
    color: #808080
}
/*#endregion*/

/*#region gold*/
body .btn-warning {
    background-color: #8D7631;
    border-color: #8D7631;
    color: #FFF;
}

    body .btn-warning:hover, body .btn-warning:focus {
        border-color: #8D7631;
        background-color: #8D7631;
        color: #FFF;
    }

    body .btn-warning:active, body .btn-warning:visited, body .btn-warning:active:focus, body .btn-warning:active:hover {
        border-color: #8D7631;
        background-color: #8D7631;
        color: #FFF;
    }

.panel-warning .panel-heading {
    background: #8D7631;
    color: #FFF;
}
/*#endregion */

/*#region red*/
body .btn-danger {
    background-color: #bf1a2b;
    border-color: #bf1a2b;
    color: #FFF;
}

    body .btn-danger:hover, body .btn-danger:focus {
        border-color: #bf1a2b;
        background-color: #bf1a2b;
        color: #FFF;
    }

    body .btn-danger:active, body .btn-danger:visited, body .btn-danger:active:focus, body .btn-danger:active:hover {
        border-color: #bf1a2b;
        background-color: #bf1a2b;
        color: #FFF;
    }

.panel-danger .panel-heading {
    background: #bf1a2b;
    color: #FFF;
}
/*#endregion*/

/*#region INFO*/
body .btn-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
    color: #FFF;
}

    body .btn-info:hover, body .btn-info:focus {
        border-color: #5bc0de;
        background-color: #5bc0de;
        color: #FFF;
    }

    body .btn-info:active, body .btn-info:visited, body .btn-info:active:focus, body .btn-info:active:hover {
        border-color: #5bc0de;
        background-color: #5bc0de;
        color: #FFF;
    }

.panel-info .panel-heading {
    background: #5bc0de;
    color: #FFF;
}
/*#endregion*/

/*#region SUCCESS*/
body .btn-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #FFF;
}

    body .btn-success:hover, body .btn-success:focus {
        border-color: #5cb85c;
        background-color: #5cb85c;
        color: #FFF;
    }

    body .btn-success:active, body .btn-success:visited, body .btn-success:active:focus, body .btn-success:active:hover {
        border-color: #5cb85c;
        background-color: #5cb85c;
        color: #FFF;
    }

.panel-success .panel-heading {
    background: #5cb85c;
    color: #FFF;
}

/*#endregion*/

.setLayoutOffset {
    margin-left: 14.5vw;
}

.fixNavCSS {
    margin-left: 0vw;
}

.fixNavCSSRevert {
    margin-left: 14.5vw;
}

/*#region hyperlinks*/
a {
    color: midnightblue;
}

/*#endregion*/

/*#region document*/
.parent .hidden-child {
    visibility: hidden;
}

.parent:hover .hidden-child {
    visibility: visible;
}

div.landscape {
    -ms-transform: rotate(270deg); /* IE 9 */
    transform: rotate(270deg);
}

#scrollBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 10px; /* Place the button at the bottom of the page */
    right: 10px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    cursor: pointer; /* Add a mouse pointer on hover */
}

#menuBtn {
    position: fixed; /* Fixed/sticky position */
    top: 300px; /* Place the button at the middle of the page */
    left: 10px; /* Place the button 10px from the left */
    z-index: 98; /* Make sure it does not overlap */    
}

/*#endregion*/

/*#region webtheme*/
.hero-spacer {
    margin-top: 50px;
}

.hero-feature {
    margin-bottom: 30px;
}
/*#endregion*/

/*#region border*/
.border-top {
    border-top: 1px silver solid;
}

/*#endregion*/
footer {
    margin: 50px 0;
}

.dropdown-menu {
    background-color: #edf2fb;
    color: white;
    /*width: 14vw;*/
}

    .dropdown-menu > li > a {
        /*color: #fff;*/
        font-weight: bold;
    }

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

.top-margin-sm {
    margin-top: 1%;
}

.top-margin-md {
    margin-top: 3%;
}

.top-margin-lg {
    margin-top: 5%;
}

.top-margin-navbar {
    margin-top: 60px;
}

.left-padding-md {
    padding-left: 3%;
}

.right-padding-md {
    padding-right: 3%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

@media print {
    .noprint {
        visibility: hidden;
    }
}

/*#region _Layout*/
.sidenav {
    height: 100%;
    width: 14vw;
    min-width: 150px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #f1f1f1;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
    padding-bottom: 30px;
}

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    .sidenav .main-a {
        text-align: center;
        padding: 5px 5px 5px 5px;
        text-decoration: none;
        font-size: 20px;
        color: #808080;
        display: block;
        transition: 0.3s;
    }

        .sidenav .main-a:hover {
            color: #808080;
            font-weight: bold;
            cursor: pointer;
            text-decoration: none;
        }

.sub-a {
    text-align: center;
    /*padding: 5px 5px 5px 5px;*/
    font-size: 15px;
    display: block;
    transition: 0.3s;
    color: #1a459e;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
}

    .sub-a:hover {
        text-decoration: underline;
        color: #0d2c6c;
    }

.sidenav .sub-a-active {
    background-color: white;
    color: black;
}

.dropdown-container {
    display: none;
    padding-left: 0px;
}

.fa-caret-down {
    float: right;
    padding-right: 8px;
}
/*#endregion*/

/* Search button*/
.add-on .input-group-btn > .btn {
    border-left-width: 0;
    left: -2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #cccccc;
}

/*#region LecturerDetails.cshtml */

.highlight {
    background-color: aliceblue;
    cursor: pointer;
}

/*#endregion*/

/*#region ListIndex.cshtml */

.full {
    width: 100%;
}

/*#endregion*/

/*#region GridIndex */

.Flipped, .Flipped .grid-content {
    transform: rotateX(180deg);
}

/*#endregion*/


/*#region Dashboard/Index.cshtml*/
/*#a39161*/
/*midnightblue*/
/*#bf1a2b*/
.student-dash-btn {
    /*height: 80px;*/
    width: 100%;
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
}

.panel, panel-primary {
    height: 100%;
    overflow: inherit;
}

@media (min-width: 1367px) {
    .student-dash-btn {
        /*height: 80px;*/
        width: 100%;
        font-size: 18px;
        font-family: Arial;
        font-weight: bold;
    }
}

.vert-align {
    vertical-align: middle;
}

.bottom-buffer {
    margin-bottom: 2%;
}

.aros-center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/*#endregion*/

/*#region _LayoutStudent.cshtml*/
.bg-class {
    position: fixed;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: -1;
}

/*#endregion*/

/*#region web */

.bg-image {
    background-image: url('../images/bg.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.infront {
    position: relative;
    z-index: 99;
}
/*#endregion*/

/*#region application */
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 25px;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        font-size: 24px;
        line-height: 1.33;
        border-radius: 35px;
    }

.padbutton {
    padding: 10px 16px;
}
/*#endregion*/

/*#region equal height boxes */
@media only screen and (min-width : 481px) {
    .flex-row.row {
        display: flex;
        flex-wrap: wrap;
    }

        .flex-row.row > [class*='col-'] {
            display: flex;
            flex-direction: column;
        }

        .flex-row.row:after,
        .flex-row.row:before {
            display: flex;
        }
}
/*#endregion*/

/*#region sortable boxes */
.sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .sortable li {
        margin: 0 3px 3px 3px;
        padding: 0.4em;
        padding-left: 1.5em;
    }

        .sortable li span {
            position: absolute;
            margin-left: -1.3em;
        }
/*#endregion*/

.webitemdetail {
    background-color: midnightblue;
    width: 400px;
    max-width: inherit;
    padding-top: 5px;
    margin-left: -20px;
    padding-bottom: 5px;
    border-bottom-right-radius: 35px;
}

.webitemdetail-heading-main-h4 {
    margin-left: 15px;
    color: #8D7631;
}

.webitemdetail-heading-sub-h5 {
    margin-left: 15px;
    color: white;
}
/*#region Atto*/
.attostylesbox {
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
}

.attostylesborder {
    padding: 16px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
}

.attostylesbox.attostylesbox-solid {
    color: white;
}

.attostylesbox.attostylesbox-outline {
    background-color: white;
    border-width: 2px;
    border-style: solid;
    color: black;
}

.attostylesborder.attostylesborder-solid {
    background-color: #0d1e3a;
    border-width: 2px;
    border-style: solid;
}

.attostylesbox.attostylesbox-callout {
    background-color: white;
    border: 1px solid #eee;
    border-left-width: 5px;
}

.attostylesbox.attostylesbox-solid-blue {
    background-color: #19549d;
}

.attostylesbox.attostylesbox-solid-green {
    background-color: #4BB543;
}

/*#endregion*/