
body {
    //font-size: 20px;
    //line-height: 1.5;
}

p {
    font-size: 20px;
    line-height: 1.5;

    margin-bottom: 30px;
}

.list-group li.li {
    padding-left: 30px;
}


.btn {
    //border: solid 1px #5E646B;
}


.collapse-btn-progress .btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


.collapse-btn-progress .progress {
    border-top-left-radius: 0;
    border-top-right-radius: 0;

    height: 5px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.3;
}

.user-details-ctn {
   position: relative;
   display: none;
   
}
.user-details-ctn.open {
    display: block;
}

.user-details-ctn .arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: rgba(236, 236, 236, 0);
    border-style: solid;
    top: 20px;
    /* left: 50%; */
    right: 25px;
    margin-left: -5px;
    border-width: 0 10px 10px;
    border-bottom-color: rgb(55, 90, 127);
    

}
.user-details {
    min-width: 200px;
    //min-height: 173px;
    position: absolute;
    top: 30px;
    right: 0;
    background: rgb(55, 90, 127);
    z-index: 999;

    
}

.user-details ul {
    padding: 3px;
    margin-bottom: 0;
}
.user-details ul li {
    list-style-type: none;
    background: #2F4D6D;
    padding: 12px 10px;
    //margin-bottom: 2px;
}
.user-details ul li+li {
    margin-top: 2px;
}
.user-details ul li:hover, .user-details ul li:active {
    background: #426D9A;
}


.img-orstavik {
    opacity: 0.5;
    border: solid 1px;
}
.img-orstavik.selected {
    opacity: 1;
}
.img-orstavik:hover {
    border: 1px solid white;
}

.img-thumbnail-ctn {
    width: 180px;
    padding: 10px 50px !important;
    
}



#session_monitor {
    margin-top: 10px;
    background-color: #C5C5C5;
    font-size: 34px;
    line-height: 35px;
    height: 45px;
}

.table-heading {
    background-color: #313131;
    margin-bottom: 0;
    border-bottom: solid 1px grey;
    padding: 20px 20px;
}



.table>thead>tr>td.danger, .table>tbody>tr>td.danger, .table>tfoot>tr>td.danger, .table>thead>tr>th.danger, .table>tbody>tr>th.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>tbody>tr.danger>td, .table>tfoot>tr.danger>td, .table>thead>tr.danger>th, .table>tbody>tr.danger>th, .table>tfoot>tr.danger>th {
    background-color: #843A32;
}
.table>thead>tr>td.success, .table>tbody>tr>td.success, .table>tfoot>tr>td.success, .table>thead>tr>th.success, .table>tbody>tr>th.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>tbody>tr.success>td, .table>tfoot>tr.success>td, .table>thead>tr.success>th, .table>tbody>tr.success>th, .table>tfoot>tr.success>th {
    background-color: #417542;
}
.table>thead>tr>th, .table>thead>tr>th, table>tbody>tr>th, .table>tbody>tr>th, table>tfoot>tr>th, .table>tfoot>tr>th, table>thead>tr>td, .table>thead>tr>td, table>tbody>tr>td, .table>tbody>tr>td, table>tfoot>tr>td, .table>tfoot>tr>td {
    border-top: solid 1px white;
}
.table th {
    background-color: #313131;
}

.table .global-result {
    background-color: #313131;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}


.table td.vcenter {
    line-height: 164px !important;
    font-size: 20px;
}

.img-success {
    border: solid 1px #00bc8c;
    box-shadow: 0 0 10px #00bc8c;
}
.img-error {
    border: solid 1px #e74c3c;
    box-shadow: 0 0 10px #e74c3c;
}


/* Hack : masque icone pause/play PNotify; */
.ui-pnotify-sticker {
    display: none;
}



.cake-debug-output {
    margin-left: 16.66666667%;
    padding: 20px;
}
.cake-debug {
    background: #ffcc00;
    display: block;
}

div.message {
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 0 1.5rem 0 1.5rem;
    transition: height 300ms ease-out 0s;
    background-color: #a0d3e8;
    color: #626262;
    position: fixed;
    top: 66px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    height: 50px;
    line-height: 2.5em;
}

div.message:before {
    line-height: 0px;
    font-size: 20px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
    background-color: #FFF;
    padding: 12px 14px 12px 10px;
    content: "i";
    color: #a0d3e8;
}

div.message.error {
    background-color: #C3232D;
    color: #FFF;
}

div.message.error:before {
    padding: 11px 16px 14px 7px;
    color: #C3232D;
    content: "x";
}
div.message.hidden {
    height: 0;
}

.alert.alert-header {
    background-color: #3498db33;
}
.alert.alert-header span {
    display: block;
    text-align: center;
}
.btn-next {
    background-color: #3498db66;
    margin-top: 10%;
}

.radio-survey {
    
}
.radio-survey.portrait {
    height: 600px
}
.radio-survey.portrait img {
    display: block;
    max-height: 100%;
    width: auto;
}


.radio-survey.landscape {
    //width: 600px
}
.radio-survey.landscape img {
    display: block;
    max-width: 100%;
    height: auto;
}