﻿@import 'font-awesome.css';
@import 'typography.css';

body {
    font-family: "Raleway", Arial, Sans-Serif;
    font-size: 15px;
    line-height: 24px;


}
.seperator-clear
{
    clear:left;
    height:24px;

}

.header_row {
    margin: 0px 0px 42px 0px;
}

.row_margin_top {
    margin-top: 24px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "RobotoSlab", Arial, Sans-Serif;
    color: #ed7700;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

/*a {
    text-decoration: underline;
}*/

.validation_text {
    color: red;
    font-weight: bold;
}
.form-validator {
    color: red;
    font-size:0.8em;
    display:block;
    margin:6px 0px 0px 0px;
    
}
.validation_hidden {
    display: none;
}

.label_text {
    padding-left: 10px;
    /*padding-top:4px;*/
    display: block;
    /*float:left;*/
}

.disclaimer_scroll {
    border: 1px solid #cdcdcd;
    width: 98%;
    /*padding:10px;
    
    
    margin:0;*/
    height: 200px;
    padding: 10px;
    overflow-y: scroll;
}
.list_centered
{
    margin-left:auto;
    margin-right:auto;
    border:1px solid blue;
}
/* .custom_radio_centered for IE7 is in the IE7.css stylesheet*/
.custom_radio_centered table {
    margin-left: auto;
    margin-right: auto;
}

    .custom_radio_centered table tr td label {
        font-weight: normal;
        padding-left: 4px;
    }

    .custom_radio_centered table tr td input {
        vertical-align: top;
        margin-top: 6px;
    }

    .custom_radio_centered table tr td {
        /*border: 1px solid blue;*/
       
    }

    .custom_radio table tr td
    {
   
    }
.custom_radio table tr td label {
    font-weight: normal;
    padding-left: 4px;
}

.horizontal_radio
{

}
.horizontal_radio table
{
    width:100%;
}
.horizontal_radio td
{
    
}
.horizontal_radio input
{
    
}
.horizontal_radio label
{
    font-weight:normal;
    padding-left:4px;
    padding-right:6px;
}


.bold_link {
    text-decoration: underline;
    font-weight: bold;
}

.btn {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    border: none;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background: #efefef;
    font-family: "Montserrat", Arial, Sans-Serif;
    font-size: 12px;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}

    .btn:hover {
        color: #fff;
        background: #6d3b5d;
    }

a.btn {
    color: #fff;
}

.btn-lg {
    padding: 8px 16px 8px 16px;
    font-size: 16px;
    line-height: 1.33;
}


.btn-md,
.btn-default {
    padding: 9px 12px 7px 12px;
    /*font-size: 14px;*/
    font-size: 13px;
    line-height: 1.42857143;
}

.btn-sm {
    padding: 6px 10px 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-xs {
    padding: 2px 6px 1px 6px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-purple {
    color: #fff;
    background: #815474;
}

    .btn-purple:hover {
    }

.btn-red {
    color: #fff;
    background: #e32526;
}

    .btn-red:hover {
    }


.btn-blue {
    color: #fff;
    background: #42758f;
}

    .btn-blue:hover {
    }

.btn-extra-margin {
    margin:12px 6px;
    padding-left:24px;
    padding-right:24px;
    
}


.btn-orange {
    color: #fff;
    background: #ed7923;
}

    .btn-orange:hover {
    }

.btn-white {
    color: #815474 !important;
    background: #fff;
}

    .btn-white:hover {
        color: #fff !important;
    }

.register_box {
    width: 120px;
    text-align: center;
    margin-left: 60px;
}

.large_link
{
    
    font-size:1.25em;
}

.tr_hover
{
    
}
.tr_hover_on
{
    background-color:#cdcdcd;
    cursor:pointer;
}

.popup
{
    position:absolute;
    top:0;
    left:0;
    width:400px;
    
}


.table-guidelines .header-main
{
    background-color:#cdcdcd;
    text-align:center;
}
.table-guidelines .header-rating {
    background-color: #cdcdcd;
    text-align: center;
    font-size: 0.8em;
}
.table-guidelines .text-rating
{
    
    font-size:0.8em;
}
.peer-row-highlight
{
    background-color:#dddddd;
    padding:6px 6px 6px 6px;
    
}
.border-top{
    border-top:1px solid #cdcdcd;
}

.peer-question
{
    /*border:1px solid #cdcdcd;*/
    padding:0px 0px 24px 0px;
    margin-bottom:24px;
}
.peer-question-title
{
    font-weight:bold;
}
.peer-rating
{
    margin:12px 0px 4px 0px;
}
.rad-iaa {
    
}
.rad-iaa td
{
 
    padding:0px;
    margin:0px;
}
    .rad-iaa label {
        font-weight: normal;
     
        margin:0px;
    }
    .rad-iaa input {
        margin: 0px 6px 0px 0px;
        padding:0px;
    }

.peer-checkbox{
    
    float:left;
    width:100%;
   
}
.peer-checkbox label
{
    font-weight:normal;
    
    float:left;
    display:block;
    width:92%;
}
.peer-checkbox input
{
    clear:left;
    width:8%;
    
    float:left;
    display:block;

}

.peer-panel
{
    border:1px solid #cdcdcd;
    padding:10px;
    margin:24px 0px 8px 0px;
}

.peer-question-2016
{
 background-color:#ededed;
 border:1px solid #cdcdcd;
 padding:12px;
 margin:12px 0px;
}

.table-question-2016{
    width:99%;
    border:1px solid #adadad;
    margin:24px auto;
    
    
}
.table-question-2016 tr
{
    
}
.table-question-2016 td
{
    padding:6px;
}

.eval-name
{
    font-weight:bold;
}
.eval-descript
{
    font-size:0.8em;
}
.pop-div
{
    position:absolute;
    z-index:100;
    width:70%;
    display:none;
    border:1px solid black;
    padding:16px;
    background-color:#cdcdcd;
    cursor:pointer;
}
.hover-row
{

}
.hover-row:hover
{
    background-color:#dedede;
    cursor:pointer;
    
}
.pageTitle {
    margin-top: 24px;
  
}
.pageTitle h1 {
    font-weight: bold;
    font-size: 28px;
    color: #64AEBB;
}
