﻿@charset "UTF-8";

html {
    height: 100%;
}

body {
    background: none !important;
    font-weight: 400;
    padding: 0;
    height: 100%;
}

a {
    color: #333;
}

    a:hover {
        cursor: pointer;
        color: #E49900 !important;
    }

.text-red {
    color: #fe0000 !important;
}

.text-green {
    color: #297825 !important;
}

/*--------------------------------
    layout
---------------------------------*/
.main-sidebar {
    position: relative !important;
    background: #fff !important;
    float: left;
    /*width:289px;*/
    padding: 5px 15px;
    width: 25%;
    min-height: 70vh;
}


.main-header .navbar {
    margin-left: 0 !important;
}

.main-header .logo {
    padding: 0 !important;
    line-height: 0 !important;
    height: 50px !important;
}

.content-wrapper {
    margin-left: 0 !important;
    background: #fff !important;
    float: left;
    width: 100%;
    height: 100% !important;
    padding-bottom: 5px;
    padding-top: 10px;
}

.contents {
    margin-left: 0 !important;
    background: #fff !important;
    float: left;
    width: 75%;
    padding-left: 15px;
}

.content-full {
    margin-left: 0 !important;
    background: #fff !important;
    float: left;
    width: 100%;
    padding-left: 15px;
}



.login-wrapper {
    position: relative;
    overflow: hidden;
    background: #fff;
    margin: 10% auto 0 !important;
    border-radius: 4px;
    padding: 5%;
}

.login-form {
    padding: 2% 10%;
}

.login-validation-wrapper {
    background: #f3838f;
    color: #fff;
    padding: 2% 5%;
}

.login-validation-icon {
    padding: 5px 20px 0;
    font-size: 20px;
}

/*.logo-name {
    text-transform: uppercase;
    color: #333;
    font-size: 12px;
    padding-left: 5px;
    font-weight: bold;
    margin-top: -20px;
    display: block;
}*/

.logo-wrapper {
    float: left;
    width: 25%;
    border-right: 1px solid #f1f1f1;
}

.logo-wrapper-login {
    width: 100%;
    text-align: center;
    padding: 8% 0 2%;
}

/*.logo-main {
    background-image: url("logo.png");
    width: 50px;
    height: 50px;
    margin-right:20px;
}*/
/*.logo-main {
    background-image: url("../gfx/img/arendal-logo.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    display: block;
}*/

/*.logo-name {
    margin-top: -30px;
    margin-left: 55px;
}*/

.navbar-nav {
    /*border-left:1px solid #f1f1f1;*/
}

    .navbar-nav li a {
        color: #424242 !important;
        padding-left: 30px;
        padding-bottom: 21px;
        padding-top: 5px;
    }

        .navbar-nav li a.active {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
            color: #ba9a00 !important;
            font-weight: 400 !important;
        }

        .navbar-nav li a:focus, .navbar-nav li a:active, .navbar-nav li a:hover {
            color: #ba9a00 !important;
            background: none !important;
            font-weight: 400 !important;
        }

.main-footer {
    margin-left: 0;
    padding: 5px 0;
}

.active_proposition {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: #ba9a00 !important;
    font-weight: 400 !important;
}

.navigation-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .navigation-menu li {
        display: inline;
    }

/*--------------------------------
    Common
---------------------------------*/
.clear-both {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.no-padding {
    padding: 0 !important;
}

.p-l-0 {
    padding: 0 0 0 0 !important;
}

.p-l-5 {
    padding: 0 0 0 5px !important;
}

.p-l-15 {
    padding: 0 0 0 15px !important;
}

.p-r-0 {
    padding-right: 0;
}

.p-r-5 {
    padding: 0 5px 0 0 !important;
}

.p-r-10 {
    padding: 0 10px 0 0 !important;
}

.p-r-25 {
    padding: 0 25px 0 0 !important;
}

.p-b-10 {
    padding: 0 0 10px 0 !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-33 {
    margin-top: 33px;
}

.mt-10 {
    margin-top: -10px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.disabled {
    color: #ddd !important;
    cursor: not-allowed !important;
}

.border-l {
    border-left: 1px solid #f1f1f1;
}

label {
    font-weight: normal;
}

.border-t {
    border-top: 1px solid #f1f1f1 !important;
}

.btn-yellow, .btn-yellow:hover {
    background: #E49900 !important;
    color: #fff !important;
}

.btn-dark, .btn-dark:hover {
    background: #5a5a5a !important;
    color: #fff !important;
}

.btn-gray, .btn-gray:hover {
    background: #f0f0f0 !important;
    color: #333 !important;
}

.btn-prop-0 {
    background: #555 !important;
    color: #fff !important;
}

    .btn-prop-0:hover {
        background: #999 !important;
        color: #fff !important;
    }

.btn-prop-1 {
    background: #999 !important;
    color: #fff !important;
}

    .btn-prop-1:hover {
        background: #333 !important;
        color: #fff !important;
    }

.btn-prop-2 {
    background: #666 !important;
    color: #fff !important;
}

    .btn-prop-2:hover {
        background: #999 !important;
        color: #fff !important;
    }

.btn-prop-3 {
    background: #999 !important;
    color: #fff !important;
}

    .btn-prop-3:hover {
        background: #333 !important;
        color: #fff !important;
    }

.btn-prop-4 {
    background: #333 !important;
    color: #fff !important;
}

    .btn-prop-4:hover {
        background: #aaa !important;
        color: #fff !important;
    }

.btn {
    border-radius: 1px;
    /*background: #f0f0f0;*/
}

.proposition-info {
    padding: 7px 0;
}


.date-time {
    cursor: pointer;
}

.checkbox-list {
    max-height: 280px;
    overflow-y: auto;
    margin-bottom: 20px;
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: 10px;
}

/*.form-control-feedback{text-align:right !important;}
.form-horizontal .has-feedback .form-control-feedback {
    right: 10px;
}*/
/*input[type="button"] {
    width: 120px;
    margin-left: 35px;
    display: block;
}*/
@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .right-side, .sidebar-mini.sidebar-collapse .main-footer {
        margin-left: 59px !important;
        z-index: 840;
    }
}
/*--------------------------------
    Left Side section
---------------------------------*/
.content-header {
    padding: 0;
}

.sidebar-form {
    padding-top: 25px;
}

.has-feedback .form-control {
    padding-right: 32.5px !important;
}

.case-title {
    font-weight: 600;
}

.case-list {
    list-style: none;
    font-style: italic;
}

/*--------------------------------
    custom checkbox 
---------------------------------*/

/* 

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 25px;
        cursor: pointer;
    }

        [type="checkbox"]:not(:checked) + label:before,
        [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0px;
            top: 2px;
            width: 17px;
            height: 17px;
            background: #E49900;
        }

        [type="checkbox"]:not(:checked) + label:after,
        [type="checkbox"]:checked + label:after {
            content: '✔';
            position: absolute;
            top: 6px;
            left: 4px;
            font-size: 12px;
            line-height: 0.8;
            color: #fff;
            transition: all .2s;
        }

        [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        [type="checkbox"]:checked + label:after {
            opacity: 1;
            transform: scale(1);
        }

[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
}

[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    border: none;
}
*/
/*--------------------------------
    Data Tables  
---------------------------------*/
.panel {
    border: none;
}

    .panel th {
        background: #f1f1f1;
        font-weight: normal;
    }

.panel-default {
    box-shadow: none;
}

    .panel-default .panel-heading {
        color: #333;
        background-color: #fff;
        border: none;
        padding: 15px 0;
    }

    .panel-default .panel-title .fa {
        /*font-size: 24px;*/
    }

    .panel-default .pagination {
        margin: 0;
    }

        .panel-default .pagination li a {
            border: none;
            background: none !important;
        }

        .panel-default .pagination li span {
            border: none;
            background: none !important;
        }

.panel-body {
    padding: 0;
}

.pageable-template-wrapper.panel-stretch {
    padding-top: 60px;
}

.panel-footer {
    border: none;
}

.pageable-template-wrapper.panel-stretch > .panel-footer {
    height: auto;
}

.pagination > .active > a, .pagination > .active > span,
.pagination > .active > a:hover, .pagination > .active > span:hover,
.pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #424242 !important;
}

/*.tooltip {background:red !important;}*/
.Ongoing {
    color: #e17700;
}

.Completed {
    color: #82ef92;
}

.ico-remove {
    background-image: url("../gfx/img/remove.png");
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.ico-cant-remove {
    background-image: url("../gfx/img/dont-remove.png");
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.txt-underline {
    text-decoration: underline !important;
}

.voting-for-div {
    background-color: #118601;
    display: table;
    width: 100%;
    height: 200px;
}

.voting-against-div {
    background-color: #861d00;
    display: table;
    width: 100%;
    height: 200px;
}

.voting-for, .voting-against {
    vertical-align: middle;
    font-size: 80px;
    /*font-weight: bold;*/
    display: table-cell;
    text-align: center;
    color: #fff;
}

.table-heading {
    background: #f0f0f0;
    padding: 7px 10px;
}

/*--------------------------------
    Loading
---------------------------------*/
.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2500;
}

.loading {
    z-index: 2501;
    font-size: 30px;
    color: #fff;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .tbl-p-l-5 {
        padding: 0 !important;
    }

    .tbp-p-l-5 {
        padding: 0 !important;
    }

    .tbl-clear {
        clear: both !important;
    }

    .tbl-m-t-15 {
        margin-top: 0 !important;
    }

    .fromdate {
        width: 100% !important;
    }

    .todate {
        width: 100% !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .tbp-p-l-5 {
        padding: 0 !important;
    }

    .tbp-m-t-15 {
        margin-top: 15px !important;
    }

    .tbl-m-t-15 {
        margin-top: 0 !important;
    }

    .meeting-reset {
        width: 100% !important;
        margin-top: 15px !important;
    }

    .meeting-update {
        width: 100% !important;
        margin-top: 5px !important;
        margin-left: 0 !important;
    }
}

.tbp-p-l-5 {
    padding: 0 0 0 5px !important;
}

.tbl-p-l-5 {
    padding: 0 0 0 5px !important;
}

.tbp-m-t-15 {
    margin-top: 0;
}

.tbl-m-t-15 {
    margin-top: 15px;
}

.fillContainer {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.cutoff {
    width: 100%;
    height: 1.5em;
    overflow: hidden;
}

.resolution-number {
    float: left;
    height: 100%;
    width: 25px;
}

input[type=text]:disabled, textarea:disabled, button:disabled {
    cursor: not-allowed;
}

.scrollable-col {
    overflow-y: auto;
    height: 100%;
}

.wrapper {
    height: 100%;
    /*max-height: 1000px;*/
    position: relative;
    display: flex;
    flex-direction: column;
}

.webtv-status {
    height: 38px;
}
