/* Minification failed. Returning unminified contents.
(148,1): run-time error CSS1019: Unexpected token, found '775B35D0-F07C-5143-DFC319DEBC9D9B09'
 */
/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.blockUI.blockOverlay {
    background-color: #F9FCFF !important;
    opacity: 0.5 !important;
}

.modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border:1px solid gray;
    background-color:white;
}
.modal-center {
    padding-top:40px;
    text-align: center;
    vertical-align: middle;
}

.desktop-main {
    /*background: linear-gradient(#f9fcff 37%, LIGHTSTEELBLUE 84%) !important;*/
    background: #fcfcfc;
}

.mobile-main {
    background: linear-gradient(#f9fcff 37%, LIGHTSTEELBLUE 84%) !important;
}

.jumbotron {
    background: linear-gradient(#dfeffb 37%, #b0c8e2 84%) !important;
}

.MainContentFullWidth {
}

/* Wrapping element */
/* Set some basic 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 widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    -webkit-padding-start: 20px;
}

.popover-title {
    font-size: 14px;
    width: 200px;
}
.popover-content {
    font-size: 14px;
    width: 200px;
}

.dashboardContainer
{
    width:100%;
    height:1800px;
    border:0px;
} 

/* loading gif */

.DropZone1, .DropZone2, .DropZone3 {
    width: 100%;
    height: 65px;
    background-color: #5aa3ca;
    border-color: #CCCCCC;
    color: #767676;
    float: left;
    text-align: center;
    font-size: 16px;
    color: white;
    font-weight: bold;
    margin-bottom: 10px;
}

.RadUpload .ruFakeInput {
    width: 200px !important;
}

.pagetitle {
    margin-top: 0px !important;
    margin-left: 5px;
    font-size: 28px;
    font-weight: bold;
    color: #0a2e5f;
}
.pagetitle p {
    color: #0a2e5f;
    margin-left: 10px;
    font-size:14px;
}
.panel-connection {
    margin-bottom:50px !important;
}

.panel-spacer {
    height: 60px;
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
775B35D0-F07C-5143-DFC319DEBC9D9B09

.sz-wide {
    max-width: 60% !important;
    width: 60% !important;
}
.sz-80 {
    max-width: 80% !important;
    width: 80% !important;
}
.sz-100 {
    max-width: 100% !important;
    width: 100% !important;
}

.sz-section {
    color:darkred;
    font-size:18px;
    text-align:center;
    font-weight:bold;
    padding-bottom:5px;
    margin-bottom:10px;
}

.sz-option {
    margin-top:0px;
}
.sz-option tbody tr td{
    font-size:14px;
    padding-left:15px;
}
.sz-option tbody tr td label {
    padding-left: 5px;
}
.sz-option-center {
    margin-left:auto;
    margin-right:auto;
}

.sz-screentest
{
    font-size:14px;
}

.sz-scanarea {
    height: 50px;
    padding: 20px;
    font-size:18px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
}
.sz-scanarea-contactmain {
    height: 30px;
    padding: 20px;
    font-size: 18px;
    width: 90%;
    max-width: 90% !important;
    float: left;
    border-color: black;
    border-style: solid;
    border-width: 1px;
}
.sz-btn-contactmain {
    float:right;
}

.sz-testform {
    border: 1px solid gray;
    margin-top: 0px;
    margin-bottom: 20px;
}

.sz-testform tbody tr td {
    font-size: 14px;
    padding: 10px;
}
.sz-testform tbody tr td label {
    padding-left: 20px;
    padding-right:20px;
}
.sz-label-testdesc {
    margin-left:20px;
}

.sz-contact-summary {
    width:100%;
}

@media (max-width: 1225px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

* {
    box-sizing: border-box;
}

.columns {
    float: left;
    width: 25%;
    padding: 8px;
}

.heading {
    list-style-type: none;
    margin: 0;
    padding-left: 50px;
    padding-right: 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 15px;
}

    .heading:hover {
        box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    }

    .heading .header {
        background-color: #111;
        color: white;
       
    }

    .heading li {
        border-bottom: 1px solid #eee;
        padding: 2px;
        text-align: center;
    }

    .heading .grey {
        background-color: #eee;
        font-size: 16px;
    }

@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}

.TabStripCss {
    margin-right: 12px !important;
    width:130px;
    text-align:center;
    font-weight:bold;
}


.TextInputLong
{
    max-width:800px !important;
}

.rsApt {
}
.rsAptContentDay .rsAptContent{
    font-size:16px;
}

.sz-tempField {
    padding:10px;
    font-size:18px;
    text-align:left;
    margin-left:20px;
}

.sz-location {
    padding:10px;
    font-size:18px;
}

.sz-banner-btn {
    margin-top:10px;
}

.pnlMessage
{
    background-color:lightgrey;
    padding:20px;
}

.report-cb tbody tr td {
    padding-left: 10px;
}
    .report-cb tbody tr td label {
        padding-left: 5px;
        font-weight: normal;
        max-width: 95%;
        vertical-align: middle;
    }

.report-cb label {
    padding-left: 5px;
    font-size: Medium;
    font-weight: bold;
    max-width:95%;
    vertical-align:middle;
}

.sz-pagetitle {
    color: black;
    font-weight: bold;
    font-size: 18px;
}

.sz-notebtns {
    color: white !important;
}

.sz-actionbtns {
    width: 220px;
    color: white !important;
}

.sz-actionbtnslist td {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.mapContainer {
    width:100%;
    height:800px;
}

.list_container {
    direction: rtl;
    overflow: auto;
    height: 600px;
}

.item_direction {
    direction: ltr;
}

.radioSpace {
    color:red;
}

.paypage {
    margin-left: 15px;
    margin-right: 15px;
}

.payhead {
    text-align: left;
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 3px;
}

.paydivide {
    border-top: 6px solid #efefef;
}

.paylabel {
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    color:#666666;
}

.paydesc p {
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    color: #666666;
    padding-left:30px;
    line-height:20px;
}

.paybutton {
    padding-left: 15px;
}

.first-grid-item {
    padding-left: 0px !important;
}
.last-grid-item {
    padding-right: 0px !important;
}

.paycancel {
    color: darkred;
    padding-right: 15px;
}

.sitemobilefooter {
    font-size:9px;
    margin-top:15px;
    padding-top:5px;
    line-height:12px;
}
.form-control {
    background-color: white;
}
.loader {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10%;
    width: 130px;
    height: 130px;
    background-color: white;
    padding-top: 15px;
    border: 1px solid lightgray;
}

.Checkin_Test_Item {
    line-height: 5px !important;
    vertical-align: middle;
}


.navbar-inverse {
    background-color: #0a2e5f;
    border-color: #080a1a;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-inverse .navbar-brand {
    color: #000000;
}
.jumbotron {
    color: #153286;
}

.radButtonTop input {
    vertical-align:top;
}

html {
  position: relative;
  min-height: 100%;
}
body {
    /* Margin bottom by footer height 
    background-image: url(/images/backgroundweb.png); */
    margin-bottom: 60px;
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9fcff+37,e1eef4+84 */
background: rgb(249,252,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(249,252,255,1) 37%, rgba(225,238,244,1) 84%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(249,252,255,1) 37%,rgba(225,238,244,1) 84%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(249,252,255,1) 37%,rgba(225,238,244,1) 84%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
background-image: linear-gradient(rgb(249, 252, 255) 37%, rgb(245, 143, 181) 84%); 
background: linear-gradient(to bottom, rgba(249,252,255,1) 37%, red 84%); 
background: linear-gradient(rgb(249, 252, 255) 37%, rgb(137, 36, 162) 84%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcff', endColorstr='#e1eef4',GradientType=0 ); /* IE6-9 */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:active {
    color: #4093ff !important;
}
ul.nav a:hover {
    color: #4093ff !important;
}
ul.nav a:active {
    color: #4093ff !important;
}
.navbar-light .navbar-nav .active > .nav-link {
    color: #4093ff !important;
}
.radioSpace {
    margin-left: 3px !important;
    margin-right: 10px !important;
}
