﻿html {
    height: 100%;
}
footer {
    text-align: center;   
    background-color: #abbaba;
    color: #000;
}
body {
    min-height: 100%;
    background:url('loginBack.png');
    background-repeat:no-repeat;
    height:100%;
}

.btn[disabled]{
    opacity: 0.5;
    background-color: gray;
}​

.popover {

    max-width: 800px;
    width: auto;
}
.table td {
    text-align: center;
}

.table th {
    text-align: center;
    font-size: smaller;
    background-image: none;
    background-color: #2A2A2A !important;
    /*background-color: #4F6228 ;*/
    color: white;
}

.list-group-horizontal .list-group-item {
    display: inline-block;
    color: black;
    margin-bottom:5px;
    margin-top:5px;
    background-color: whitesmoke;
    /*background-color: #90A567;*/
    font-size: smaller;
    min-width: 90px;
    height: 35px;
}

    .list-group-horizontal .list-group-item:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .list-group-horizontal .list-group-item:last-child {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }



.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }


.panel-right {
    margin-top: -0.2em;
    padding: 0.3em;
    font-size: 0.9em;
    float: right;
}

body {
    background-color: whitesmoke;
    /*background-color: #92918D;
    background-color: #DBE5F1;*/
}


.panel-default > .panel-heading {
    background-image: none;
    background-color: #B2C4DB;
    color: black;
}


/*.panel-body {
    background-color: #C5CEBC;
}*/

.navbar {
    background-image: none;
}

.navbar-default {
    background-color: #254061;
}

.navbar-default .navbar-nav > li > a {
        color: white;
}

    .navbar .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        background-color: #376091;
        color: white;
    }



#accordion .panel-default > .panel-heading {
    background-image: none;
    background-color: #376091;
    /*background-color: #9AB3B2;*/
}



#accordion .panel a {
    text-decoration: none;
    text-wrap:normal;
    color: white;
}

#accordion .panel-body {
    padding: 0;
    margin: 0;
    text-wrap:normal;
    background-color: #B2C4DB;
    /*background-color: #A7AEBF;*/
}

    #accordion .panel-body a {
        text-decoration: none;
        color: black;
    }

    #accordion .panel-body .table tr td {
        padding-left: 25px;
    }

    #accordion .panel-body .selected {
        background-image: none;
        background-color: #EC905C;
        /*background-color: #CB9D79;*/
    }

        #accordion .panel-body .selected a {
            color: white;
        }

    #accordion .panel-body .table {
        margin: 0px;
        padding: 0px;
    }



.field-validation-error {
    color: #f00 !important;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00 !important;
    background-color: #fee !important;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}


.choices__button{
    display:none;
}


/* General */
/* html {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100%;
} */

/* body {
  margin: 20px 0;
  overflow: auto;
 
  color: #fff;
} */
a {
    color: black !important;
    text-decoration: none;
}

.p-menu1 {
    height: 60%;
}




/* Hamburger */
.hamburger1 {
    height: 45px;
    margin: 10px;
    display: -ms-grid;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    justify-items: center;
    z-index: 120;
}

    .hamburger1 div {
        background-color: rgb(61, 61, 61);
        position: relative;
        width: 40px;
        height: 5px;
        margin-top: 7px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

#toggle1 {
    display: none;
}

    #toggle1:checked + .hamburger1 .top {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: 22.5px;
    }

    #toggle1:checked + .hamburger1 .meat {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: -5px;
    }

    #toggle1:checked + .hamburger1 .bottom {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    #toggle1:checked ~ .menu1 {
        height: 200px;
        position: absolute;
        left: 15rem;
        width: 15rem !important;
    }


/* Menu */
.menu1 {
    width: 30% !important;
    background-color: white;
    margin: 0;
    display: -ms-grid;
    display: grid;
    grid-template-rows: 1fr repeat(4, 0.5fr);
    grid-row-gap: 25px;
    padding: 0;
    list-style: none;
    clear: both;
    width: auto;
    text-align: center;
    height: 0px;
    overflow: hidden;
    transition: height .4s ease;
    z-index: 120;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .menu1 a:first-child {
        margin-top: 40px;
    }

    .menu1 a:last-child {
        margin-bottom: 40px;
    }

.link1 {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    font: 700 20px 'Oswald', sans-serif;
}

    .link1:hover {
        background-color: #fff;
        color: rgb(61, 61, 61);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.arrow {
    border: solid black;
    border-width: 0 8px 8px 0;
    display: inline-block;
    padding: 3px !important;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg);
}

#target-content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 200ms;
    z-index: 1001;
}

    #target-content:target {
        pointer-events: all;
        opacity: 1;
    }

    #target-content #target-inner {
        position: absolute;
        display: block;
        line-height: 1.8;
        width: 20%;
        top: 100%;
        left: 10%;
        transform: translateX(-50%) translateY(-50%);
        box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.2);
        background: white;
        color: #34495E;
        z-index: 1002;
    }

        #target-content #target-inner code {
            font-weight: bold;
            z-index: 0;
        }

    #target-content a.close {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #34495E;
        opacity: 0.5;
        transition: opacity 200ms;
        z-index: 0;
    }

        #target-content a.close:hover {
            opacity: 0.4;
            z-index: 0;
        }

body {
    background-color: #ECF0F1;
    color: #444;
}

#button .back-to-top2 {
    z-index:0;
    position: absolute;
    top: 90%;
    left: 10%;
    transform: translateX(-50%) translateY(-50%);
    padding: 0px 0px;
    border-radius: 1px;
    text-decoration: none;
    font-size: 24px;
    display: block;
    color: white;
    text-align: center;
    font-weight: 100;
    transition: box-shadow 200ms;
    border-radius: 4px;
}

#button:hover {
    z-index: 0;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.2);
}