/**
 * Copyright (c) 2015. Docentron PTY LTD. All rights reserved.
 * This material may not be reproduced, displayed, modified or distributed without
 * the express prior written permission of the copyright holder.
 */
/* me specific css */

.file_browse_btn{
    margin-left: 4%;
    margin-top: 0%;
    width:90%;
}
.file_clear_btn{
    margin-left: 4%;
    margin-top: 1%;
    width:90%;
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    overflow: scroll;
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}

.modalDialogLogin {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    overflow: scroll;
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialogLogin:target {
    opacity:1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 615px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}

.modalDialogLogin > div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}

.close_registration {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #00d9ff; }


table.striped-columns tbody td:nth-of-type(even),
table.striped-columns th:nth-of-type(even){
    background: rgb(235, 227, 209);
}

table.border {
    border-collapse: collapse;
    border-spacing: 0;
}
table.border td,
table.border th {
    border: 1px solid grey;
    padding: 3px;
}

.custab {
    border: 1px solid #ccc;
    box-shadow: 3px 3px 2px #ccc;
    margin: 5% 0;
    padding: 5px;
    transition: all 0.5s ease 0s;
}

/*
.table > thead > tr > th {
    height: 30px !important;
    padding: 10px;
}*/

#QHappyradioBtn .notActive{
    color: #3276b1;
    background-color: #fff;
}

#QEnergeticradioBtn .notActive{
    color: #3276b1;
    background-color: #fff;
}

#Qqunwell .notActive{
    color: #3276b1;
    background-color: #fff;
}

#Qcold .notActive{
    color: #3276b1;
    background-color: #fff;
}

#AnalysisQHappyradioBtn .notActive{
    color: #3276b1;
    background-color: #fff;
}

#AnalysisQEnergeticradioBtn .notActive{
    color: #3276b1;
    background-color: #fff;
}

#AnalysisQqunwell .notActive{
    color: #3276b1;
    background-color: #fff;
}

#AnalysisQcold .notActive{
    color: #3276b1;
    background-color: #fff;
}

#floating-panel {
    position: absolute;
    top: 10px;
    left: 25%;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
    text-align: center;
    font-family: 'Roboto','sans-serif';
    line-height: 30px;
    padding-left: 10px;
}
