﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.ta-full-w {
    max-width: none !important;
    width: 100%;
    height: 80px;
}
/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.checkbox label {
    padding-top: 5px;
    font-size: 14px;
    font-weight: 700
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: static !important;
    margin-left: 20px;
    margin-top: 4px \9;
    width: 20px;
    float: left;
    height: 21px;
}

.form-group {
    margin-top: 0px;
    padding-bottom: 30px
}

    .form-group .control-label {
        padding-left: 20px
    }

td, th {
    white-space: nowrap;
}

body {
    overflow-x: visible
}

.logo {
    background-color: #eeeeee !important
}

.modal-dialog {
    overflow-y: initial !important
}

.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.CalModalEdit {
    width: 90% !important;
    height: 90% !important;
    overflow: auto
}

.chartContainer {margin-bottom:20px;
    border: solid;
    border-color: dodgerblue;
    border-radius: 5px;
    border-width: 1px
}

.box-body {
    background-color: rgba(238, 238, 238, 0.42)
}

.info-box-number {
    display: block !important;
    font-weight: bold !important;
    font-size: 28px !important;
    text-align: center !important;

    line-height: normal !important;
    padding-top: 6px
}

.info-box-text {
    display: block !important;
    font-weight: bold !important;
    font-size: 16px !important;
    text-align: center !important;
}



.info-box-icon {
    max-height: 53px;
    line-height: normal !important
}

.info-box-content {
    padding-top: 0px !important;
    max-height: 55px !important
}





.hover-end {
    padding: 0;
    margin: 0;
    font-size: 75%;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: .8
}

.popover {
    max-width: 50%;
    max-height: 250px;
}

.popover-content {
    z-index: 1001 !important;
}

.google {
    background-image: none
}

.Google, .Twitter, .Microsoft, .Facebook, .LinkedIn, .Yahoo {
    padding-left: 32px;
    position: relative;
}

    .Google:before {
        position: absolute;
        color: red;
        font-family: 'FontAwesome';
        top: 0;
        left: 10px;
        content: "\f0d4";
    }


    .Twitter:before {
        color: #1da1f2;
        position: absolute;
        font-family: 'FontAwesome';
        top: 0;
        left: 10px;
        content: "\f081";
    }

    .Microsoft:before {
        color: blue;
        position: absolute;
        font-family: 'FontAwesome';
        top: 0;
        left: 5px;
        content: "\f17a";
    }

    .Facebook:before {
        color: #4267b2;
        position: absolute;
        font-family: 'FontAwesome';
        top: 0;
        left: 10px;
        content: "\f082";
    }

    .LinkedIn:before {
        color: #0077b5;
        position: absolute;
        font-family: 'FontAwesome';
        top: 0;
        left: 10px;
        content: "\f08c";
    }

    .Yahoo:before {
        color: #0077b5;
        position: absolute;
        font-family: 'FontAwesome';
        top: 0;
        left: 10px;
        content: "\f19e";
    }


.info-box {
    min-height: 75px !important;
}

.hover-end {
    padding: 0;
    margin: 0;
    font-size: 75%;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: .8
}
#calendar .fc-event{
    border-color: red;
}

/* Popover */
.popover {
    border: 1px double  blue;
}

/* Popover Header */
.popover-title {
    
    font-size: 28px;
    text-align: center;
}

/* Popover Body */
.popover-content {
     
    text-align: left;
  
    padding: 25px;
}

/* Popover Arrow */
.arrow { 
   
}

#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
}
.crtoolbar {
    display: block;
}

.dataTables_length{width:100%}
.dataTables_filter    {
    width: 550px
}

.popover {
    min-width: 300px;
    z-index: 999999 !important;
}

.div-loading img {
    opacity: 0.1;
    filter: alpha(opacity=10);
}

.multisite {
    display: none;
}