﻿@media (min-width: 1200px) {
    .container {
        width: 94%;
    }
}

.white-text {
    color: white;
}


.color {
    orange: #f8931d;
    orange-hover: #e28112;
    green: #aacc55;
    green-hover: #8eb234;
    blue: #0f275a;
    blue-hover: #031c4f;
}

.nav > li > a {
  padding: 15px 12px;
}

body,
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
    font-family: 'Roboto', sans-serif;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a, a:hover, a:focus {
    outline: none;
}

a, span {
    transition: all 0.5s ease;
}


.rightAligned {
    float: right;
}

.leftAligned {
    float: left;
}

.clear5 {
    padding-bottom: 5px;
}

.clear10 {
    padding-bottom: 10px;
}

.clear15 {
    padding-bottom: 15px;
}

.clear20 {
    padding-bottom: 20px;
}

.clear25 {
    padding-bottom: 25px;
}
/* btn styles start */
.btn {
    border-radius: 0;
    text-transform: uppercase;
    border: 0;
}

.btn-primary {
    background-color: #0f275a;
}

    .btn-primary:hover {
        background-color: #031c4f;
    }

.btn-warning {
    background-color: #B20838;
}

    .btn-warning:hover {
        background-color: #960830;
    }

.btn-success {
    background-color: #448AB7;
}

    .btn-success:hover {
        background-color: #1d6a9b;
    }
/* btn styles end */


.no-left-padding {
    padding-left: 0px !important;
}

/* header styles */
.header {
    background: url(../images/header-bg.jpg) repeat-x left top;
    min-height: 60px;
}

    .header .bizlogo {
        margin: 20px 0;
    }

        .header .bizlogo .greenheader {
            text-decoration: none;
            color: #448AB7;
            font-size: 23px;
        }

        .header .bizlogo .orangeheader {
            text-decoration: none;
            color: #E73D68;
            font-size: 16px;
        }

    .header .user-nav {
        margin: 20px 0;
        text-transform: uppercase;
    }

        .header .user-nav ul {
            float: right;
        }

            .header .user-nav ul li {
                float: left;
                border-left: 1px solid transparent;
            }

                .header .user-nav ul li .btn {
                    border-radius: 0;
                }

/* navigation styles */
.navigation {
    margin-bottom: 10px !important;
    text-transform: uppercase;
}

.navbar-default {
    background-color: #448AB7;
    border: 0;
    border-bottom: 3px solid #f1f1f1;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-default .navbar-brand {
    color: #ffffff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #031c4f;
}

.navbar-default .navbar-toggle {
    border-color: #ffffff;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.3);
    }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #19608C;
    color: #ffffff;
}

.navbar-form {
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

.search-bar,
.navbar-form {
    position: relative;
}

    .navbar-form .form-control {
        background: none;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 4px;
        box-shadow: none;
        color: #ffffff;
        padding-right: 35px;
    }

        .navbar-form .form-control::-moz-placeholder {
            color: rgba(255, 255, 255, 0.5);
        }

        .navbar-form .form-control:focus {
            border-color: rgba(255, 255, 255, 1);
        }

    .search-bar .btn,
    .navbar-form .btn {
        background: none;
        font-size: 16px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .navbar-form .btn {
        color: rgba(255, 255, 255, 0.5);
    }

        .navbar-form .btn:hover {
            color: rgba(255, 255, 255, 1);
        }

.navbar-half-label {
    height: 50%;
    color: white;
    font-size: 10px;
    vertical-align: -webkit-baseline-middle;
    margin-top: 8px;
}
/* content styles */
.profile-block {
    margin-bottom: 10px;
    overflow: hidden;
}

.profile-info,
.profile-message,
.team-scores {
    background-color: #fbfbfb;
    border-radius: 4px;
}

.cover-pic {
    height: 140px;
    position: relative;
}

    .cover-pic .profile-pic {
        border: 10px solid rgba(255, 255, 255, 0.4);
        border-radius: 50%;
        bottom: -70px;
        height: 170px;
        left: 50%;
        margin-left: -85px;
        overflow: hidden;
        position: absolute;
        width: 170px;
    }

    .cover-pic img {
        width: 100%;
    }

.profile-details {
    padding: 90px 30px 30px;
    text-align: center;
}

    .profile-details .profile-userinfo {
        margin-bottom: 20px;
    }

        .profile-details .profile-userinfo h3 {
            font-size: 18px;
            margin-top: 0;
            text-transform: uppercase;
        }

    .profile-details .profile-about {
        font-size: 13px;
    }

        .profile-details .profile-about p {
            margin-bottom: 0;
        }

/* btn block styles */
.btn-block ul li {
    margin-bottom: 10px;
}

    .btn-block ul li a.btn {
        position: relative;
        text-align: left;
        text-transform: uppercase;
    }

    .btn-block ul li .fa {
        position: absolute;
        right: 15px;
        top: 12px;
    }

/* profile scores styles */
.profile-scores {
    /*margin-left: -15px;
	margin-right: -15px;*/
}

    .profile-scores .score-item {
        float: left;
        padding: 0 4px;
        text-align: center;
        width: 16.66%;
    }

    .profile-scores .fourgroup {
        width: 25%;
    }

    .profile-scores .fivegroup {
        width: 20%;
    }

    .profile-scores .sevengroup {
        width: 14.2%;
    }

    .profile-scores .eightgroup {
        width: 12.5%;
    }

    .profile-scores .threegroup {
        width: 33.3%;
    }
    .profile-scores .score-item .score-num {
        border: 8px solid rgba(0, 0, 0, 0.05);
        border-radius: 50%;
        display: block;
        font-size: 32px;
        height: 100px;
        line-height: 84px;
        margin: 0 auto 10px;
        width: 100px;
    }

    .profile-scores .fourgroup .score-num {
        font-size: 30px !important;
    }

    .profile-scores p {
        border-radius: 4px;
        color: #ffffff;
        margin-bottom: 0;
        padding: 5px 0;
        text-transform: uppercase;
    }

    .profile-scores .green .score-num {
        color: #aacc55;
    }

    .profile-scores .greenSelected .score-num {
        background-color: #aacc55;
        color: #ffffff !important;
    }

    .profile-scores .green p {
        background-color: #aacc55;
    }

    .profile-scores .blue .score-num {
        color: #0f275a;
    }

    .profile-scores .blueSelected .score-num {
        background-color: #0f275a;
        color: #ffffff !important;
    }

    .profile-scores .blue p {
        background-color: #0f275a;
    }

    .profile-scores .orange .score-num {
        color: #f8931d;
    }

    .profile-scores .orangeSelected .score-num {
        background-color: #f8931d;
        color: #ffffff !important;
    }

    .profile-scores .orange p {
        background-color: #f8931d;
    }


        .profile-scores .brown .score-num {
        color: #706F6E;
    }

    .profile-scores .brownSelected .score-num {
        background-color: #706F6E;
        color: #ffffff !important;
    }

    .profile-scores .brown p {
        background-color: #706F6E;
    }











    .profile-scores .lightblue .score-num {
        color: #3a8ab8;
    }

    .profile-scores .lightblueSelected .score-num {
        background-color: #3a8ab8;
        color: #ffffff !important;
    }

    .profile-scores .lightblue p {
        background-color: #3a8ab8;
    }

    .profile-scores .yellow .score-num {
        color: #f5d000;
    }

    .profile-scores .yellowSelected .score-num {
        background-color: #f5d000;
        color: #ffffff !important;
    }

    .profile-scores .yellow p {
        background-color: #f5d000;
    }

    .profile-scores .red .score-num {
        color: #FF6A6A;
    }

    .profile-scores .redSelected .score-num {
        background-color: #FF6A6A;
        color: #ffffff !important;
    }

    .profile-scores .red p {
        background-color: #FF6A6A;
    }

/* profile messages style */
.nav-tabs {
    background-color: #676a70;
    border-bottom: 3px solid #f8931d;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

    .nav-tabs > li > a {
        border: 0;
        border-right: 1px solid #ffffff;
        border-radius: 0;
        color: #ffffff;
        margin: 0;
        text-align: center;
    }

        .nav-tabs > li > a:hover {
            background-color: #999999;
        }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        background-color: #f8931d;
        border: 0;
        border-right: 1px solid #ffffff;
        color: #ffffff;
    }

.profile-message .message-clip {
    border-bottom: 1px solid #ffffff;
    color: #222222;
    display: block;
    font-size: 13px;
    margin: 0;
    padding: 10px 20px;
}

    .profile-message .message-clip.unread {
        background-color: #f1f1f1;
    }

    .profile-message .message-clip:hover,
    .profile-message .message-clip:focus {
        text-decoration: none;
    }

.profile-message .media-left {
    padding-right: 20px;
}

    .profile-message .media-left img {
        border-radius: 50%;
        height: 54px;
        width: 54px;
    }

.profile-message .media-body .media-heading {
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;
}

/* team scroes */
.team-scores .table-heading {
    background-color: #aacc55;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    padding: 15px 20px;
    text-transform: uppercase;
}

.team-scores .table {
    margin: 0;
}

    .team-scores .table > thead > tr > th {
        background-color: #676a70;
        border-color: #ffffff;
        color: #ffffff;
        font-weight: normal;
    }

    .team-scores .table > thead > tr > th,
    .team-scores .table > tbody > tr > th,
    .team-scores .table > tfoot > tr > th,
    .team-scores .table > thead > tr > td,
    .team-scores .table > tbody > tr > td,
    .team-scores .table > tfoot > tr > td {
        border-color: #ffffff;
        padding: 12px 20px;
    }

/* footer styles */
.footer {
    background-color: #272a33;
    font-size: 13px;
}

    .footer,
    .footer a {
        color: #aaaaaa;
    }

        .footer .social,
        .footer .footer-nav,
        .footer .newsletter {
            margin-bottom: 30px;
        }

        .footer h5 {
            color: #ffffff;
            margin-bottom: 15px;
            text-transform: uppercase;
        }

        .footer .social {
            background: url(../images/logo-icon-big.png) no-repeat left top;
            min-height: 100px;
            padding-left: 80px;
        }

            .footer .social ul li {
                float: left;
                margin-bottom: 6px;
                margin-right: 6px;
            }

                .footer .social ul li a {
                    color: #ffffff;
                    display: block;
                    font-size: 18px;
                    height: 30px;
                    line-height: 30px;
                    text-align: center;
                    width: 30px;
                }

                .footer .social ul li.facebook a {
                    background-color: #3b5998;
                }

                .footer .social ul li.twitter a {
                    background-color: #25a8e0;
                }

                .footer .social ul li.google-plus a {
                    background-color: #ce3633;
                }

                .footer .social ul li.youtube a {
                    background-color: #ce322e;
                }

                .footer .social ul li a:hover {
                    background-color: #aacc55;
                }

        .footer .footer-nav ul li {
            margin-bottom: 5px;
        }

        .footer .newsletter .btn {
            text-transform: uppercase;
        }

.footer-btm {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    text-align: center;
}

/*-- Claim summary counts added selectors ---*/
span.score-num:hover {
    background-color: #fffacd;
}

.score-count {
    cursor: pointer;
}

a.score-anchor {
    color: inherit;
    text-decoration: none;
}

.validerror {
    color: red !important;
}

.colorblue {
    color: rgb(45, 60, 215) !important;
}

.oddrow {
    background: #f5f5f5;
}

.twoPixPadding {
    padding-left: 2px !important;
    padding-right: 2px !important;
    font-size: 12px;
}

.boldfont {
    font-weight: 700;
}

.alternative_cls:nth-child(even) {
    background: #f5f5f5;
    width: 100%;
    float: left;
}

.alternative_cls div {
    float: left;
    width: 50%;
}

.control-label label {
    padding-left: 5px;
    margin-bottom: 2px !important;
    margin-top: 2px;
    font-weight: 100 !important;
    color: #676A70;
}

.override-save {
    font-size: 20px !important;
    margin-top: 7px;
    margin-left: 6px;
}


.override-text-box {
    padding: 2px 12px;
    height: 27px;
    width: 50%;
    margin: 4px 0px;
    float: left;
}

.small-text-box {
    padding: 2px 12px;
    height: 27px;
    margin: 4px 0px;
    float: left;
}



.ui-autocomplete {
    height: 250px;
    overflow: auto;
    font-size: 12px !important;
    width: 100px;
}

#claimDetailTitle {
    background-color: #fff;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.panel-title a label {
	cursor:pointer !important;
}

 .required:after {
        content: "*";
        font-weight: bold;
        color: red;
    }
 .rep_iframe iframe {
        position: absolute;       
        width: 98%;
        height: 88%;
    }


  .details-view {
    }

        

    .details-view .control-label {
        font-size : 12px;
        text-align : right;
    }

    .details-view .displayLabel {
        font-size : 12px;
        vertical-align: middle;
        padding-top: 3px;      
    }

    .form-horizontal  .details-view .displayLabel {
        padding-top: 0px;
        vertical-align: middle;
        word-wrap:break-word;
      }


    .details-view .col-sm-6,.col-sm-8 {
        padding-left : 2px;
    }

    .details-view .panel-heading {
        padding-top : 5px;
        padding-bottom : 5px;
        padding-left : 12px;

    }

    .details-view .panel {
        margin-bottom: 8px;
    }

    .details-view .h4 {
        padding: 0;
        margin: 0;
    }


     .details-view .panel-primary {
      border-color: #337ab7;
    }
    .details-view .panel-primary > .panel-heading {
      color: #fff;
      background-color: #337ab7;
      border-color: #337ab7;
    }

        form .details-view .form-group {
        margin: 1px;
    }

.title h2 {
    vertical-align: central;
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
    font-weight: 200;
    display: inline;
    font-size: 20px;
    text-transform: none;
     color: #F17F21;
    line-height: 1px;
}

.form-horizontal .control-label {
    padding-top: 3px;
}

hr {
        border: 0;
        clear:both;
        display:block;
        width: 96%;                
        background-color:lightgrey;
        height: 1px;
    }

.details-view .form-control {
    font-size: 12px;
    height: 25px;
    padding: 2px 5px;
    width: 100%;
}


.details-view fieldset legend {
    font-size: 14px;
}


.nav-pills > li > a {
    border-radius: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
/*Styles to make Devexpress controls match like bootstrap controls*/
.dxCustomEdit {
    
}
    .dxCustomEdit table.dxeTextBoxSys, .dxCustomEdit table.dxeMemoSys, .dxCustomEdit table.dxeButtonEditSys, .dxCustomEdit td.dxeButtonEditSys
    {
        border-radius: 4px;
        -moz-border-radius: 4px;
        -khtml-border-radius: 4px;
        -webkit-border-radius: 4px;
        vertical-align: central;
        padding: 2px 1px;
        padding-right: 0;
            
    }
    .dxCustomEdit td.dxeButton {
        margin-top: -1px;
        border-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0;

        -moz-border-radius: 4px;
        -khtml-border-radius: 4px;
        -webkit-border-radius: 4px;
    }  
    .dxCustomEdit table.dxeButtonEditSys  td
    {
        padding-right: 2px;
    }
    .dxCustomEdit .dxeEditAreaSys 
    {
           
        display:none;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -khtml-border-radius: 4px;
        -webkit-border-radius: 4px;
      

    }
    

    .dxCustomEdit .dxeFocused_MetropolisBlue {
        border-color: #66afe9;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
                    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    /*Devexpress styles overload*/

.field-validation-error {
    font-size: 12px;
}

.badge-danger {
background-color: #d43f3a;
}

.badge-warning {
  background-color: #d58512;
}

.badge-success {
  background-color: #398439;
}

.badge-info {
  background-color: #337ab7;
    font-size: 11px;
}

.badge-inverse {
  background-color: #333333;
}

.frozen{
       /*//color:green;*/
}

.frozen label
{
  
    color:green;
}


div#spinner
{
    display: none;
    width:50px;
    height: 50px;
    position: fixed;
    top: 50%;
    left: 50%;
    background:url(../Images/spinner.gif) no-repeat center #fff;
    background-size: 50px 50px;
    text-align:center;
    padding:10px;
    font:normal 16px Tahoma, Geneva, sans-serif;
    margin-left: -50px;
    margin-top: -50px;
    z-index:2;
    overflow: auto;
}


.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}


.popup-container {
    padding: 5px 20px 20px 15px;
}

.fixed-height
{
    resize: vertical;
    min-height:  60px;
}

.green-text
{
    color: green;
}

.red-text
{
    color:red;
}

.report-toolbar
{
    background-color: #f0f0f0;
}

.report-button-holder
{
    width:3%; 
    float:left !important;
}

.report-report-holder
{
    width:97%; 
    float:left !important;
}

 .smallHeading
    {
        padding:0px;
    }
    .btn-less-padding
    {
        padding: 1px 6px;
    }

    .no-padding
    {
        padding:0px;
    }

    attachment-checkbox
    {

    }


    .float-left {
    float: left;
    }

    .float-right {
    float: right;
    }

    .slightly-bolder{
        font-weight:600;
    }

    :checked + span {
        font-weight: bold;
        color: blue;
    }


/* make sidebar nav vertical */
@media (min-width: 768px) {
    .sidebar-nav .navbar .navbar-collapse {
        padding: 0;
        max-height: none;
    }

    .sidebar-nav .navbar ul {
        float: none;
    }

        .sidebar-nav .navbar ul:not {
            display: block;
        }

    .sidebar-nav .navbar li {
        float: none;
        display: block;
    }

        .sidebar-nav .navbar li a {
            padding-top: 12px;
            padding-bottom: 12px;
        }
}

/* Top Menu Show notification Count */

.notification-container > a {
    display: inline-block !important;
    float: left;
    /*padding-right: 5px !important;*/
}

.notification-counter {   
    background-color: #B20838;
    float: right;
    margin: -3px 4px 0 -16px;
    height: 22px;
    min-width: 22px;
    line-height: 18px;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 0;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    padding: 2px 3px;
    position: relative;
}
