﻿[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.inputrequired label:after {
    color: #e32;
    content: ' *';
    display: inline;
    font-size: 20px;
    font-weight: bold;
    line-height: 1px;
    margin-left: -5px;
}

.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

#preloader-container {
    z-index: 1000;
    display: none;
    position: absolute;
    left: 50%;
    top: 300px;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    margin-left: -100px;
    margin-top: -100px;
    background-color: #fff;
    border: 3px solid #ddd;
}

#preloader img {
    margin-left: 36px; /* -1 * image width / 2 */
    margin-top: 36px; /* -1 * image height / 2 */
    display: block;
}


img {
    max-width: 100%;
}

.ng-cloak {
    display: none;
}

.page-content a {
    color: #428bca;
}

    .page-content a:hover {
        color: #2a5881;
    }

#wrapper {
}

.nav-tabs {
    margin-bottom: 0px;
}

.tab-content .box .box-content {
    border-top: none;
}

.has-error label {
    color: #b94a48;
}

.has-error input[type=text], .has-error input[type=email] {
    background-color: #e7d2d1;
}

.text-white {
    color: white;
}

.message {
    display: none;
}

#modal-iframe-html {
    width: 97%;
    height: 96%;
}

@media (max-width: 769px) {
    .nav-tabs > li {
        font-size: 75%;
    }
}
.form-block {
    display: inline-block;
}
.table-noborder tbody > tr > td {
    border-top: none !important;
}
/*Licenses*/
#license tbody > tr > td {
    border-top: none;
}

.background-white {
    background-color: #fff !important;
}

.visit-margin {
    margin-left: 10px;
}
/*Twitter*/
.tweet {
    padding-top: 15px;
    float: left;
    padding-right: 10px;
    margin-left: 10px;
    line-height: 1em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.tweetContent {
    word-break: break-word;
}

    .tweetContent a {
        color: #f34541;
    }
/*assesment*/
.assesment-label {
    margin-right: 10px;
    padding: 10px 20px;
    color: #fff;
    font-family: Montserrat;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: -10px;
}

.assesment-table {
    margin-bottom: 50px;
}

.assesment-result-col {
    width: 16.66666%;
}

#table-assessment .badge {
    width: 85px;
}

#chart1 {
    height: 150px;
}

.fm-timerpicker {
    width: 102px;
}

.checkbox-large {
    height: 20px;
    width: 20px;
}

input[type="number"].input-inline {
    display: inline;
}

.fc-title {
    white-space: normal !important;
}
.fc-title .badge {
    border: 1px solid #fff;
}
.fc-event {
    cursor: pointer;
}

.fc-widget-content {
    cursor: cell;
}

.container-thinner {
    margin-top: -40px;
}

.progress.progress-small.progress-bar-capacity {
    margin-bottom: 0;
}

    .progress.progress-small.progress-bar-capacity .progress-bar {
        background-image: none;
        background-color: #111;
    }

@media (max-width:750px) {
    table {
        font-size: 10px;
    }
}

.siteImage {
    position: relative;
}

    .siteImage button {
        position: absolute;
        top: 0;
        left: 0;
        background: none;
        border: none;
        font-size: 50px;
    }
