﻿
a:hover {
    text-decoration: none;
    color: #0a2cf6;
}


.line {
    border-bottom: solid 1px rgba(191, 136, 34, 0.3);
}

.vks-container {
    padding: 0.01em 16px; /*padding-top:3px;*/
}
/*Slutt på "nullstilling"*/
@media (min-width: 1675px) {
    #main {
        width: 79%;
    }

    #right {
        width: 21%;
    }
}

@media (max-width: 992px) {
    /*.top {
        height: 100px;
    }*/

    .top img {
        display: block;
        margin: auto;
    }

    .top .vks-logo {
        position: relative;
        top: 0;
        width: 100%;
        text-align: center;
        margin: auto;
        
    }

    .toptext {
        width: 100%;
        text-align: center;
    }

    #leftmenu {
        display: none;
        position: fixed;
        top: 0;
        height: 100%;
        width: 260px;
        padding-top: 144px;
    }

        #leftmenu h2 {
            font-size: 26px;
            width: 100%;
        }

        #leftmenu a {
            padding: 3px 2px 3px 24px;
        }

    #leftmenuinner {
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        height: 100%;
        position: relative;
        width: auto;
        padding-top: 0;
        background-color: #f1f1f1;
    }

    #leftmenuinnerinner {
        overflow-y: scroll;
    }

    .bottomad {
        float: none;
        text-align: center;
    }

    #skyscraper {
        min-height: 60px;
    }
}

.vks-right {
    float: right !important;
}

.vks-wide {
    font-family: "Segoe UI",Arial,sans-serif;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
}

.vks-logo {
    font-family: fontawesome;
    text-decoration: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 33px;
    letter-spacing: 1.5px;
    color: #ED3237;
    display: block; /*position:absolute;*/
    padding-top: 6px;
    padding-bottom: 0px; /*text-align:center;*/ /*padding-left:60px;*/ /*padding-left:0px;*/
    font-weight: bold;
}

    .vks-logo:hover {
        color: #555555;
        text-decoration: none;
    }

.header-user {
    text-transform: none;
    font-size: 13px;
    font-weight: bold;
    font-family: "Segoe UI",Arial,sans-serif;
    line-height: 1.4;
    color: #f5c809;
}

/*.page {
    width: 98%;
    margin: auto;
    min-height:520px;
    padding:5px 0px 10px 0px;
    background-color: #FFF;
    box-shadow: 0px 10px 20px 3px #d3d3d3;
    text-align: left;
}*/
.page {
    width: 98%;
    /* margin: auto;*/
    padding: 5px 0px 10px 0px;
    min-height: 525px;
    background-color: #FFF; /*box-shadow: 0px 10px 20px 3px #d3d3d3;*/
    text-align: left;
}

.topnav {
    position: relative;
    z-index: 10;
    /*background-color: #5f5f5f;*/
    /*background-color: #009688;*/
    color: #f1f1f1;
    width: 100%;
}
/*------------------------------------------------------------------------*/
/* Set height of the grid so .sidenav can be 100% (adjust if needed) */
/*.row.content {height: 1500px}*/

/* Set gray background color and 100% height */
.sidenav {
    background-color: #f1f1f1;
    height: 100%;
}

.bg-grey {
    background-color: #f6f6f6;
}
/* Set black background color, white text and some padding */
footer {
    /*background-color: #0559c6;*/
    /*background-color:#00bcd0;*/
    color: white;
    padding: 15px;
}

    footer a {
        color: #fff;
    }

        footer a:hover {
            color: #ffff00;
        }

.footerInside {
    background-color: #0559c6;
    margin: 0px 10px;
}
/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
    .sidenav {
        height: auto;
        padding: 15px;
    }

    .row.content {
        height: auto;
    }
}

/*end-----------------------------------------------*/
/*-page title-*/
.page-title {
    display: block;
    width: 100%;
    border-bottom: #dde4e9 solid 1px;
    margin-bottom: 10px;
    padding: 0px 0px 6px 15px;
}

.page-title-left {
    color: #f17904;
    font-weight: bold;
    padding: 5px 15px 7px 15px;
    font-family: Tahoma;
    border-bottom: #f17904 solid 2px;
    text-transform: uppercase;
}
/*-end page title-*/

/*-page panel title-*/
.page-panel-title {
    display: block;
    clear: both;
    margin-bottom: 5px;
    border-bottom: #00a1b3 solid 1px;
    padding-bottom: 8px;
    padding-top: 4px;
}

    .page-panel-title .page-panel-title-left {
        font-family: Tahoma; /*font-weight: bold;*/
        color: #fff;
        font-size: 14px;
        text-transform: uppercase; /*background-color: #5cb85c ;*/
        /*background: linear-gradient(#1594c9, #0273a6);*/
        margin-left: 0px;
        padding: 5px 15px 9px 15px;
        letter-spacing: 0.4px; /*border-radius: 4px 4px 0px 0px;*/
        border-radius: 0px 20px 0px 0px;
        background-color: #00a1b3;
        border: 1px solid transparent;
        box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
    }

.page-panel-title-left a {
    color: #fff;
}

    .page-panel-title-left a:hover {
        color: #ffff00;
    }
/*-end page panel title-*/
/*=========================
authen-warning
=========================*/

.authen-warning {
    color: #ED3237;
    font-size: 24pt;
    text-align: center;
    padding-top: 40px;
    font-weight: bold;
}

    .authen-warning img {
        width: 128px;
        height: 128px;
    }


.label-note {
    color: #f17904;
    font-size: 15px;
    text-align: center; /*padding-left:30px;*/
    font-weight: bold;
}

.red {
    color: red;
}

.exp {
    background-color: #f1f1f1;
    padding: 0.01em 5px; /*border-radius: 5px;*/
    margin: 20px 0;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.16),0 5px 15px 0 rgba(0,0,0,0.12) !important;
}

.header {
    /*background:#c9302c;*/
    background: #51a505;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 50px;
    opacity: 0.8;
    font-size: 25pt;
}

.modal-footer {
    /*background: #dddddd59;*/
    background-color: #00a1b3;
}

.row {
    margin: 0px;
}
/*Edit boostrap*/

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 5px;
    padding-right: 5px;
}

.navbar-vote {
    /*background: linear-gradient(#1594c9, #0273a6);*/
    background-color: #007e89;
    /*border-color: #ccc;
    border: 1px solid transparent;*/
    border-radius: 3px;
    box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
}
.cssButtonYellow {
    background-color:#ffcb27;
    color:#352d22;
}
.cssLineColor{
    color:#a6d1d6;
}
.cssBgColor{
    background-color:#eaffff;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #02808e;
}

a {
    color: #04488d;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
}

.container-fluid {
    padding: 0px 5px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    font-size: 12px;
    padding: 2px;
    color: #000;
}
/*End edit boostrap*/
.list-app-icon {
    position: relative;
    padding: 5px 0; /*margin: 0 10px;*/
    float: left;
    height: 70px;
    text-align: center;
    width: 100px;
}

    .list-app-icon a {
        display: block;
        height: 60%;
        background-position: center;
        background-repeat: no-repeat;
        line-height: 32px;
        text-decoration: none;
    }

        .list-app-icon a:hover {
            color: #00bcd0;
            opacity: 0.8;
        }

.link-app {
    vertical-align: super;
    font-size: 14px;
    line-height: 32px;
    top: 32px;
    color: #fff;
    position: RELATIVE;
}

    .link-app a {
        color: #ffffff;
    }

        .link-app a:hover {
            color: #036f7b !important;
        }

.titlebanner {
    /*font-weight:bold;*/
    padding-top: 10px;
    padding-left: 5px;
    color: #fff;
    line-height: 26px;
}

    .titlebanner a:hover {
        color: #ffff00 !important;
    }

.menuLeft {
    margin-top: -6px;
    background: #f0f0f0;
    min-height: inherit;
    vertical-align: baseline;
    height: 100%;
    width: 100%;
    min-width: 120px;
    table-layout: fixed;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.nopadding {
    padding: 0px;
}

.padding-5 {
    padding: 5px;
}

.listNotify {
    font-weight: normal;
    line-height: 28px;
    list-style: square;
    list-style-image: url(/skin/images/bullet.png);
    list-style-position: inside;
    text-align: left;
    border-radius: 3px; /*-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);     box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);*/
    padding-top: 0px;
}

.spanketqua {
    color: red;
}

.dotline {
    border-bottom: dotted 1px #ccc;
    width: 100%;
    height: 24px;
}

.cssBienBan {
    background-color: #ffffff;
    border: solid 1px #ccc;
    padding: 20px 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cssKQ {
    border: double 4px #666 !important;
    padding: 10px;
}

.tableCollapse {
    border-collapse: collapse;
}
