﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
    font-family: 'Open Sans', 'Quicksand', 'Roboto', sans-serif !important;
    color:#777777;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', 'Quicksand','Roboto', sans-serif !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    /*background-color: #428bca !important;*/
}

.dropdown-menu > li > a {
    color: #777777 !important;
}

.dropdown-menu > li > a:hover
{
    /*color:#ffffff !important;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


.validationMessage {
    color: red;
}


.spinner {
    margin: 100px auto 0;
    text-align: center;
    position: fixed;
    z-index: 9999999;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

    /* Transparent Overlay */
    .spinner:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    .spinner > div {
        width: 22px;
        height: 22px;
        background-color: #333;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.40s;
        animation-delay: -0.40s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.30s;
        animation-delay: -0.30s;
    }

    .spinner .bounce3 {
        -webkit-animation-delay: -0.20s;
        animation-delay: -0.20s;
    }

    .spinner .bounce4 {
        -webkit-animation-delay: -0.10s;
        animation-delay: -0.10s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.floating-menu {
    padding: 0px 0px 12px 12px;
    width: 250px;
    position: fixed;
    top: 60px;
    right: 10px;
    background: #428bca;
    color: white;
    box-shadow: 5px 7px 3px #888888;
}

    .floating-menu label {
        font-weight: bold;
        text-align: center;
        margin: 0 auto;
        padding-left: 30px;
    }

.table-action {
    text-align: center;
}
 
    .table-action::after {
        color: #428bca;
    }

.table.table-bordered>thead>tr {
    color: white;
    background-color: #428bca;
}

/*.form-group::after {
    content: " *";
}*/




.dl-horizontal dt {
    padding: 5px;
    background: #428bca;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    color: white;
    height: 32px;
}

    .dl-horizontal dt:last-child {
        border-bottom: 1px solid #CCC;
    }

.dl-horizontal dd {
    padding-top: 5px;
    padding-left: 9px;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    margin-left: 159px !important;
    height: 32px;
}

    .dl-horizontal dd:last-child {
        border-bottom: 1px solid #CCC;
    }


input[type="file"]::-webkit-file-upload-button {
    /* style goes here */
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}



    input [type="file"]::-webkit-file-upload-button:hover {
        color: #333333;
        background-color: #ebebeb;
        border-color: #adadad;
    }


    .bootstrap-datetimepicker-widget {
        z-index:10000000 !important;
    }


    .table-responsive  {
        overflow: visible !important;
         -webkit-overflow-scrolling: touch;
}