body{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    background: #FFFFFF;
    height: 100%;
}
h1, h2, h3, h4, h5, h6, p, a, span, label, table, th, tr, ul, ol, li{    
    font-family: 'Ubuntu', sans-serif;
}
.row.collapse.full, .row.full{
    max-width: 100%;
}
.two-line{
    line-height: 1.40625rem !important;
}
hr{
    margin: 0.25rem 0 0.75rem;
    padding: 0;
    background: #333333;
    border-color: #333333;
    height: 0.25rem;
}
hr.micro{
    margin: 0.25rem 0;
    padding: 0;
    background: #FFFFFF;
    color: #FFFFFF;
    border-color: #FFFFFF;
    height: 0.125rem;
}
.no-margin{
    margin: 0 !important;
}
.small-margin{
    margin: 0 0 0.25rem 0 !important;
}
.no-padding{
    padding: 0 !important;
}
.no-padding-left{
    padding-left: 0 !important;
}
.pad-left{
    padding-left: 0.5rem !important;
}
.pad-left-2{
    padding-left: 1rem !important;
}
.no-padding-right{
    padding-right: 0 !important;
}
.actions .button{
    padding: 0;
    line-height: 2.3125rem;
    text-align: center;
    width:100%;
}
table.information:not(.nohover) tr:hover{
    background: #E7E7E7;
}
table.information{
    border-color: #007095;
}
table.information th{
    background: #008CBA;
    color: #FFFFFF;
    font-weight: 500;
}
table.alert{
    border-color: #cf2a0e;
}
table.alert th{
    background: #f04124;
    color: #FFFFFF;
    font-weight: 500;
}
table.success{
    border-color: #368a55;
}
table.success th{
    background-color: #43AC6A;
    color: #FFFFFF;
    font-weight: 500;
}
.footer .pagination li{
    padding-top: 0.40625rem;
    padding-bottom: 0.40625rem;
    line-height: 2rem;
}
.footer .button{
    padding-top: 0;
    padding-bottom: 0;
    line-height: 2.8125rem;
}
.page-marker{
    height:0px;
    border: none;
}
#paging td, #paging th, #sticky-head td, #sticky-head th{
    font-size: 80% !important;
}
#paging input, #paging select{
    margin: 0;
    width: 100%;
    min-width: 0;
    display: inline-block !important;
    height: 2rem;
    min-height: 2rem;
}
#paging textarea{
    height: 2rem;
    min-height: 2rem;
    line-height: 1rem;
    padding-top: 0.425rem;
    padding-bottom: 0;
}
#sticky-head{
    position: fixed;
    z-index: 100;
    left: 10.9375rem !important;
}
#sticky-head thead th:first-child{
    border-left: 4px solid transparent;
}
#sticky-head thead th{
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}
#sticky-head thead th:last-child{
    border-right: 3px solid transparent;
}
#debug{
    font-size: 0.75rem;
    color: #FFFFFF;
}
h3 button, label button{
    position:relative;
    top: -0.5rem;
}
#mailout-emails{
    margin-bottom: 1rem;
}
.email-template{
    margin-bottom: 0.25rem;
}
.input{
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #FFFFFF;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    min-height: 2.3125rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.15s linear;
}
.input input{
    display:inline-block;
    width: auto;
}
.button.full{
    display:inline-block;
    width:100%;
}
.period-select, .input .period-select{
    display: none;
}
.period-select + label{
    background: #AAAAAA;
}
.period-select:checked + label{
    background: #008cba;
}
.period-box label{
    line-height: 2.3125rem !important;
    margin-bottom: 0.25rem;
}
.period-box label input[type="radio"]{
    position:relative;
    top: 2px;
}
.data-results{
    display: none;
    position:absolute;
    top: 2.3125rem;
    left: 0;
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #AAAAAA;
    background: #FFFFFF;
    z-index:99;
}
.option{
    padding: 0.5rem;
    background: #E7E7E7;
    line-height: 1.5rem;
    cursor:pointer;
}
.option:hover, .option.hover{
    background: #AAAAAA;
}
#filters{
    padding-top:0.9375rem;
}
.no-comments{
    color: #999999;
}
.editing{
    background: #ff9933 !important;
}
table th{
    cursor: pointer;
}
#notice{
    position:fixed;
    top: 2.8125rem;
    right: 1rem;
    height: 2rem;
    min-width: 5rem;
    font-size: 2rem;
    z-index: 999;
}
.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    width: 10rem !important;
}
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }
.required{
    background: #f04124;
    color: #FFFFFF;
    line-height: 1.25rem;
    font-size: 0.875rem;
    padding: 0 0.5rem;
}
small.information, span.information{
    background: #008CBA;
    color: #FFFFFF;
    line-height: 1.25rem;
    font-size: 0.875rem;
    padding: 0 0.5rem;
}
.information th a{
    color: #FFFFFF;
    text-decoration: underline;
}
.file{
    vertical-align: top;
    display: inline-block;
    min-width: 10%;
    max-width: 10%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: auto;
    text-align: center;
    font-size: 0.875rem;
}
.file p{
    font-size: 0.875rem;
    margin-bottom: 0;
}
.file i{
    vertical-align: top;
    display: block;
    margin: 0 auto;
    font-size: 3rem;
}
.file:hover{
    background: #E7E7E7;
}
.file.selected{
    background: #008CBA;
    color: #FFFFFF;
}
.file.selecting{
    background: #d2e6ec;
}
.file.selected a{
    color: #FFFFFF !important;
}
.file2:hover{
    background: #E7E7E7;
}
.file2.selected{
    background: #008CBA;
    color: #FFFFFF;
}
.file2.selecting{
    background: #d2e6ec;
}
.file2.selected a{
    color: #FFFFFF !important;
}
.folder{
    position: relative;
    vertical-align: top;
    display: inline-block;
    min-width: 10%;
    max-width: 10%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    font-size: 0.875rem;
    width: auto;
}
.folder.hidden{
    display: none;
}
.folder p{
    font-size: 0.875rem;
    margin-bottom: 0;
}
.folder > i, .folder > form > i{
    vertical-align: top;
    display: block;
    margin: 0 auto;
    font-size: 3rem;
}
.folder .count{
    display: inline-block;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 2.75rem;
    left: 0;
    right: 0;
}
.folder .count span{
    background: #222;
    color: #FFF;
    padding: 0.125rem 0.25rem;
    font-weight: bold;
    font-size: 0.5rem;
    border-radius: 50%;
}
.folder:hover{
    background: #E7E7E7;
}
.folder.selected{
    background: #008CBA;
    color: #FFFFFF;
}
.folder.selecting{
    background: #d2e6ec;
}
.folder.selected a{
    color: #FFFFFF !important;
}
.folder-container{
    position: relative;
}
.folder-options{
    position: absolute;
    top: 0.125rem;
    right: 0.75rem;
}
.folder-options a{
    padding: 0.25rem 0.5rem;
}
.folder2 td{
    padding: 0 !important;
}
.folder2 a{
    width: 100%;
    display: inline-block;
    padding: 0.5625rem 0.625rem;
}
.folder2.hidden{
    display: none;
}
.folder2:hover{
    background: #E7E7E7;
}
.folder2.selected{
    background: #008CBA;
    color: #FFFFFF;
}
.folder2.selecting{
    background: #d2e6ec !important;
}
.folder2.selected a{
    color: #FFFFFF !important;
}
.folder2-container{
    position: relative;
}
.folder2-options{
    position: absolute;
    top: 0.125rem;
    right: 0.75rem;
}
.folder2-options a{
    padding: 0.25rem 0.5rem;
}

h1 .ui-droppable-active{
    font-weight: bold !important;
}
.ui-droppable-active{
    background: #d2e6ec !important;
    border: 0 !important;
}
.files-list{
    position: relative;
    clear:both !important;
    width: 100% !important;
    border: 1px solid #DCDCDC;
    display: block;
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
}
.uploads .preview{
    position: relative;
    display: inline-block !important;
    width: 8rem;
    border: 0.125rem solid #DCDCDC;
    padding: 0.75rem;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
}
.uploads .preview i{
    font-size: 2rem;
}
.uploads .preview > .success{
    position: absolute;
    top: 0;
    right: 0;
    color: #43AC6A;
}
.uploads .progress{
    background: #E7E7E7;
}
.preview .subtitle{
    text-align: center;
}
.dropfile{
    background: url('/images/overlay.png') top left;
    padding: 1rem;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    position: absolute;
    text-align: center;
    display: none;
    /*pointer-events: none;*/
}
.dropfile > *{
    pointer-events: none;
}
.dropfile > div{
    border: 2px dashed #F8F8F8;
    width: 100%;
    height: 100%;
}
.dropfile p{
    font-size: 1.875rem;
    color: #F8F8F8;
    text-align: center;
    margin: 0;
}
.dropfile .drop{
    position: relative;
    padding-top: 10%;
}
.block-centered > li{
    float: none;
    display: inline-block;
}
#is-recurring{
    padding-top: 1.4125rem;
}
.simplecolorpicker{
    margin: 0 auto;
}
.simplecolorpicker span{
    margin: 2px 5px 3px 0px;
}
#trainee input{
    margin: 0;
}
#trainee input[type="checkbox"], #trainee input[type="radio"]{
    margin: 0;
    width: 2rem;
    min-width: 0;
    display: inline-block !important;
    height: 2rem;
    min-height: 2rem;
}
#trainee table tr:nth-child(odd) td{
    background: #F0F0F0;
}
.dataTables_info{
    width: auto;
    float: left;
}
.paginate_button{
    display: inline-block;
    background: #008CBA;
    color: #FFFFFF;
    line-height: 1.625rem;
    font-size: 0.9rem;
    padding: 0 0.5rem;
    margin: 0 0.25rem;
}
.paginate_button:hover{
    background: #00afe8;
    color: #FFFFFF;
}
.paginate_button.disabled{
    background: #DCDCDC !important;
    color: #333333;
    cursor: default;
}
.label.expand{
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 2.25rem;
    text-align: center;
    vertical-align: middle;
}
.details{
    background: #F1F1F1;
    padding: 1rem;
    margin-bottom: 1rem;
}
.details > .title{
    background: #E7E7E7;
    padding: 0.5rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}
.browse{
    width: 100%;
    min-height: calc( 100% - 73px );
}
.bottom-bar{
    position:fixed;
    bottom:0;
    left:0;
    height:1px;
    width:100%;
}