﻿body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
}


/* 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;
}


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }


.osse-contact {
    padding: 0 15px;
    background: #0068A3;
}

    .osse-contact a, .osse-contact a:link, .osse-contact a:visited {
        color: #fff;
    }

.navbar-text {
    text-align: center;
    margin-top: 0;
}

.osse {
    color: #fff;
    font-size: 14px;
    height: 114px;
    padding-top: 37px;
}

    .osse span {
        display: block;
        padding: 0 15px;
    }

.osse-logo svg {
    height: 50px;
    width: 47px;
}

    .osse-logo svg path {
        fill: #fff;
    }

@media (min-width:768px) {
    .osse-contact {
        padding: 0;
        background: transparent;
    }

        .osse-contact a, .osse-contact a:link, .osse-contact a:visited {
            color: #333;
        }

    .navbar-text {
        text-align: left;
        margin-top: 46.5px;
    }

    .contact-menu {
        padding-bottom: 0;
    }

    .osse {
        color: #333;
        float: right;
    }

        .osse span {
            border-left: 1px solid #A6A8AB;
        }

    .osse-logo svg path {
        fill: #C5093B;
    }
}

.navbar .logo {
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width:768px) {
    .navbar .logo {
        margin-right: 0;
        padding-left: 0;
    }

    .navbar-btn.logo {
        float: left;
    }
}

.navbar-btn {
    margin-top: 39.5px;
    margin-bottom: 39.5px;
}

    .navbar-btn.btn-sm {
        margin-top: 41px;
        margin-bottom: 41px;
    }

    .navbar-btn.btn-xs {
        margin-top: 46.5px;
        margin-bottom: 46.5px;
    }

    .navbar-btn.logo {
        display: block;
        margin-top: 20px;
        margin-bottom: 16px;
    }

.footer_old {
    padding-top: 35px;
    padding-bottom: 36px;
    border-top: 1px solid #E5E5E5;
    background-color: #E6E7E8;
}

div#spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 100px;
    height: 102px;
}

div.box {
    float: left;
    width: 150px;
    padding-left: 18px;
}


#spinnerModal img {
    display: block;
    margin: auto;
}
 
#ORCHARDspinnerModal img {
    display: block;
    margin: auto;
}

.subTitleHeader {
    font-size: 16px;
    font-weight: bold;
    color: #337ab7;
} 
.max-width-textbox{
   width : 100%;
}

.labelMisc {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold!important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    color: #A6A8AB;
}
.labelForm {
    display: inline;
    font-weight: bold;
    padding-top: 5px;
}

#aggregateTabs li.ui-state-active {
    background-color: #047ec3;
}

.full-screen {
    width:20px; 
    height:20px; 
    margin-right:5px; 
    margin-top: 5px
}

.curveBorder {
    background-color: #047ec3;
    padding: 5px;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 5px;
}

#divClaimDetails .file-button{
    margin-right: 10px;
}

#fullScreen {
    margin-top: 10px;
    margin-right: 10px;
    color: black;
}

#divClaimDetails .excel-msg {
    margin-right: 10px;
    margin-top: 8px;
    color: red;
}

.k-tooltip {
    background: #ffffe0 !important;
    color: black !important;
    border-color: #ccc !important;
    border-radius: 7px !important;
}

.container-contact {
    min-width: 1700px;
}

