﻿/** Home Page **/
body {
    padding-top: 0;
    padding-bottom: 40px;
}

/*
@media (min-width: 979px)
{
    body
    {
        padding-top: 60px;
    }
}
*/

/** Login Page **/
#login {
    padding-top: 40px;
    padding-bottom: 40px;
}

    #login .form-signin {
        max-width: 300px;
        padding: 19px 29px 29px;
        margin: 0 auto 20px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
        box-shadow: 0 1px 2px rgba(0,0,0,.05);
    }

        #login .form-signin .form-signin-heading, #login .form-signin .checkbox {
            margin-bottom: 10px;
        }

        #login .form-signin input[type="text"], #login .form-signin input[type="password"] {
            font-size: 16px;
            height: auto;
            margin-bottom: 15px;
            padding: 7px 9px;
        }

/** 2 level sub menu **/
.dropdown-menu-with-subs .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu-with-subs li:hover .sub-menu {
    visibility: visible;
    display: block;
}

/*
.navbar .sub-menu:before
{
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after
{
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
*/

/** Global **/
#content {
    margin-left: 0px;
}

.hide-sidebar, .show-sidebar {
    cursor: pointer;
}

.padd-bottom {
    margin-bottom: 5px;
}

.breadcrumb {
    margin: 0 0 0px;
    padding: 10px 0px;
    background-color: transparent;
}

.block {
    /* border: 1px solid #ccc; */
    background: white;
    margin: 1em 0em;
    /* border-top: none; */
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 5px;
    /*box-shadow: 0 5px 10px rgba(0,0,0,0.2);*/
    margin-top: 0;
}

.block-content {
    margin: 1em;
    min-height: .25em;
}

.block-header {
    margin-bottom: 0px;
    /* border-right: none; */
    border-left: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    /* border-radius: 0px; */
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    background-color: white;
    font-size: 30px;
    font-weight: bold;
    color: #428bca;
    /* color: black; */
    border-bottom: 1px solid #e5e5e5;
    line-height: 50px;
    font-weight: 100;
}

    .block-header div {
    }

.easyPieChart {
    margin: 0px auto;
}

.chart-bottom-heading {
    margin-top: 5px;
    text-align: center;
}

/** Side Bar **/
.bs-docs-sidenav {
    /* max-width: 228px; */
    margin: 0;
    padding: 0;
    background-color: #fff;
    /*background-color: #f3f4f4;*/
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    /*-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);*/
}

    .bs-docs-sidenav > li > a {
        display: block;
        margin: 0 0 -1px;
        padding: 8px 30px;
        border: 0;
        /*border-bottom: 1px solid #e5e5e5;*/
    }

    .bs-docs-sidenav > li:first-child > a {
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

    .bs-docs-sidenav > li:last-child > a {
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }

    .bs-docs-sidenav > .active > a {
        position: relative;
        z-index: 2;
        padding: 9px 15px;
        border: 0;
        text-shadow: 0 1px 0 rgba(0,0,0,.15);
        /*-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);*/
    }
    /* Chevrons */
    .bs-docs-sidenav .glyphicon-chevron-right {
        float: right;
        margin-top: 2px;
        margin-right: -6px;
    }

    .bs-docs-sidenav > li > a:hover {
        background-color: #f5f5f5;
    }

    .bs-docs-sidenav a:hover .icon-chevron-right {
        opacity: .5;
    }

    .bs-docs-sidenav .active .icon-chevron-right, .bs-docs-sidenav .active a:hover .icon-chevron-right {
        opacity: 1;
    }

    .bs-docs-sidenav.affix {
        top: 40px;
    }

    .bs-docs-sidenav.affix-bottom {
        position: absolute;
        top: auto;
        bottom: 270px;
    }

/* Icons
------------------------- */
.the-icons {
    margin-left: 0;
    list-style: none;
}

    .the-icons li {
        float: left;
        width: 25%;
        line-height: 25px;
    }

    .the-icons i:hover {
        background-color: rgba(255,0,0,.25);
    }

.control-label .required {
    color: #e02222;
    font-size: 12px;
    padding-left: 2px;
}

/*.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

17c3e5
2980b9
00c0ef

#1aaef3, #0993d3
border-bottom: 1px solid #167cac;
border-top: 1px solid #2094ca;
*/

.h2 {
    font-size: larger;
    font-weight: bolder;
}

hr {
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: bold;
}

.columnlist {
    list-style: none;
    list-style-type: none;
    float: left;
}

    .columnlist li {
        padding-right: 10px;
    }

.ExpandCollapse {
    padding: 0px;
    height: 20px;
    float: right;
}

@media (min-width: 992px) {
    .col-md-3 {
        width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-9 {
        width: 80%;
    }
}

.MDBTooltip {
    display: inline-block;
}

.visibility-hidden {
    visibility: hidden;
}

.disp-none {
    display: none;
}

#exportFormatDiv input[type="radio"] {
    margin-left: 1em;
}

#exportFormatDiv .fileFormatLabel {
    white-space: nowrap;
}
/* BOOT STRAP MODIFIED ***/

@media (min-width: 992px) {
    .form-horizontal .controls {
        margin-left: 180px;
    }

    .form-group .form-group {
        margin-bottom: 0px;
    }
}

label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    font-weight: normal;
}

label {
    font-weight: 500;
}

input[type="checkbox"] {
    height: 12px;
    display: inline-block;
}
/*
@media (max-width: 767px)
{
    .navbar-brand
    {
        padding: 0;
    }

    .navbar-brand img
    {
        margin-top: 5px;
        margin-left: 5px;
    }
}
*/

@media (max-width: 767px) {
    .sidebar-fixed {
        margin: 0 !important;
    }

    #sidebar {
        padding: 0;
        margin-bottom: 20px;
    }
}

input[type=checkbox].larg-checkbox {
    /* All browsers except webkit*/
    transform: scale(1.5); /* Webkit browsers*/
    -webkit-transform: scale(1.5);
}

.large-checkbox {
    /* All browsers except webkit*/
    transform: scale(1.5); /* Webkit browsers*/
    -webkit-transform: scale(1.5);
}

.validation-summary-valid.alert-danger.alert-danger {
    display: none;
}

.unstyled-list-container ul {
    list-style: none;
    padding: 0px;
}

label.required:after {
    content: ' *';
}

#loading {
    min-height: 410px;
    position: relative;
}

.progress span {
    position: absolute;
    display: block;
    width: 100%;
    color: black;
}

.loader {
    background-image: url('../Images/loader.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.modal-content {
    width: 600px !important;
    margin: 30px auto !important;
}

.headingBold, .content-box-large .panel-body .row .col-md-3 .headingBold {
    font-weight: 900;
    line-height: 1.1;
    color: black;
    font-family: sans-serif;
    padding-bottom: 10px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.dashboard-stat.primary, .dashboard-stat.primary:hover, .dashboard-stat.primary:active {
    color: #FFF;
    background-color: #e5412d;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.dashboard-stat, .dashboard-stat:hover, .dashboard-stat:active, .dashboard-stat:focus {
    color: #666;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
    outline: none;
}

.dashboard-stat {
    position: relative;
    display: block;
    padding: 30px 20px;
    background-color: #eee;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    width: 180px;
    height: 180px;
}

    .dashboard-stat .content {
        display: block;
        margin-bottom: 1em;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .dashboard-stat .value {
        display: block;
        font-size: 32px;
        font-weight: 600;
    }

    .dashboard-stat.secondary, .dashboard-stat.secondary:hover, .dashboard-stat.secondary:active {
        color: #FFF;
        background-color: #f0ad4e;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .dashboard-stat.tertiary, .dashboard-stat.tertiary:hover, .dashboard-stat.tertiary:active {
        color: #FFF;
        background-color: #1c75bf;
        ;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .dashboard-stat.quaternary, .dashboard-stat.quaternary:hover, .dashboard-stat.quaternary:active {
        color: #FFF;
        background-color: #27c24c;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .dashboard-stat.quinary, .dashboard-stat.quinary:hover, .dashboard-stat.quinary:active {
        color: #FFF;
        background-color: #f05050;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

@media (min-width: 979px) {
    .form-small .control-label {
        width: 100px;
    }

    .form-small .controls {
        margin-left: 120px;
    }

    .form-medium .control-label {
        width: 180px;
    }

    .form-medium .controls {
        margin-left: 200px;
    }

    .form-xlarge .control-label {
        width: 240px;
    }

    .form-xlarge .controls {
        margin-left: 260px;
    }

    .form-xxlarge .control-label {
        width: 360px;
    }

    .form-xxlarge .controls {
        margin-left: 380px;
    }
}

textarea {
    height: 70px;
}

.padL10 {
    padding-left: 10px;
}

@media (max-width: 599px) {
    .Input-MediumLarge-Switch {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .Select2-SmallLarge-Switch {
        width: 100%;
    }
}

@media (min-width: 600px) {
    .Input-MediumLarge-Switch {
        /* width: 150px; */
        /* text-align: center; */
    }

    .Select2-SmallLarge-Switch {
        width: 50%;
    }
}

.dashboard-box {
    float: left;
    min-width: 120px;
    padding: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #428bca;
    color: White;
    text-align: center;
    border-radius: 79px;
    -webkit-border-radius: 79px;
    -moz-border-radius: 79px;
    width: 159px;
    height: 159px;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Raleway', sans-serif;
}

    .dashboard-box:hover, .dashboard-box:active {
        border: #4CAF50 solid 2px;
    }

    .dashboard-box a:hover, .dashboard-box a {
        color: white;
        text-decoration: none;
        cursor: pointer;
    }

    .dashboard-box h1 {
        font-size: 28px;
    }

    .dashboard-box p {
        font-size: 18px;
    }

.panel-md .panel-heading {
    background-color: white;
    font-size: 30px;
    font-family: "Raleway", sans-serif;
    font-weight: 100;
    color: #333;
}

body {
    /*background-color: rgb(231,238,247);*/
    background-color: #f1f1f1;
    /*background-image: url('//ssl.gstatic.com/docs/forms/themes/images/v1/0AX42CRMsmRFbUy03NTAzM2Q4My03ODU1LTQ2NzItODI2YS1kZmU5YzdiMzZjOGQ/blue-stripe-bg.png');*/
}

#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(255, 255, 255, 1);
}

#custom-bootstrap-menu.navbar-default {
    font-size: 14px;
    background-color: rgba(0, 114, 198, 1);
    border-width: 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    height: 100%;
    border-radius: 2px;
    /*box-shadow: 0 5px 10px rgba(0,0,0,0.2);*/
}

    #custom-bootstrap-menu.navbar-default .navbar-nav > li > a {
        color: rgba(255, 255, 255, 1);
        background-color: rgba(0, 114, 198, 1);
    }

        #custom-bootstrap-menu.navbar-default .navbar-nav > li > a.active,
        #custom-bootstrap-menu.navbar-default .navbar-nav > li > a:hover,
        #custom-bootstrap-menu.navbar-default .navbar-nav > li > a:focus {
            color: rgba(255, 255, 255, 1);
            background-color: #0064AE;
        }

    #custom-bootstrap-menu.navbar-default .navbar-nav > .active > a,
    #custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:hover,
    #custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:focus {
        color: rgba(0, 114, 198, 1);
        background-color: rgba(255, 255, 255, 1);
    }

    #custom-bootstrap-menu.navbar-default .navbar-toggle {
        border-color: #ffffff;
    }

        #custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
        #custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
            background-color: #ffffff;
        }

        #custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
            background-color: #ffffff;
        }

        #custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
        #custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
            background-color: #0072c6;
        }

#sidebar a {
    color: #333;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 800;
}

#sidebar .bs-docs-sidenav {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    /*box-shadow: 0 5px 10px rgba(0,0,0,0.2);*/
}

.sidebar-title {
    font-size: 18px !important;
    font-weight: 400 !important;
    /*color: #888 !important;*/
}

.dropdown-menu > li > a:hover {
    color: #fff;
    background-color: rgba(0, 114, 198, 1);
}

.select2-container {
    display: inline-block !important;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 15px;
}

.navbar {
    position: relative;
    min-height: 50px;
    /* margin-bottom: 20px; */
    /* border: 1px solid #e5e5e5; */
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}

.navbar-collapse.navbar-menubuilder {
    border-top: 0;
}

.btn-default {
    border: 1.5px solid #ccc;
}

.sidebar-subtitle {
    padding-left: 50px !important;
    /* text-align: center; */
}

    .sidebar-subtitle:hover, .sidebar-subtitle.active {
        border-left: 2px #428bca solid !important;
    }

.bs-docs-sidenav li ul li {
    margin-left: -15px;
    margin-right: -15px;
}

.inline-button {
    height: 36px;
    line-height: 10px;
}

.automatic-codes-icon {
    display: inline-block;
    width: 46px;
    height: 46px;
    background-image: url('/img/automaticcodes.png');
    background-size: 46px;
    margin: -5px;
    padding: 0;
}

@media only screen and (max-width : 769px) {
    .controls select, .controls .input-xxlarge, .controls .Input-MediumLarge-Switch, .md-form-control, .Select2-SmallLarge-Switch, .field10 {
        width: 100%;
    }

    .desktop-only {
        display: none !important;
    }

    #sidebar a {
        padding-left: 20px !important;
    }

    #sidebar {
        padding: 0;
    }

    .sidebar-subtitle .fa-stack {
        display: none;
    }

    .sidebar-subtitle {
        padding-left: 30px !important
    }
}

/* desktop */
@media only screen and (min-width : 769px) {
    .mobile-only {
        display: none !important;
    }

    .navbar-nav li:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    #sidebar a {
        padding-left: 50px !important;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .controls select, .controls .input-xxlarge, .md-form-control, .Select2-SmallLarge-Switch, .field10 {
        width: 450px;
    }

    .md-form-button-first {
        margin-left: 160px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .controls select, .controls .input-xxlarge, .controls .Input-MediumLarge-Switch, .md-form-control, .Select2-SmallLarge-Switch, .field10 {
        width: 530px;
    }
}

body {
    font-family: 'Roboto', sans-serif !important;
    /*font-family: 'Raleway', sans-serif !important;*/
}

.panel-md {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    /*box-shadow: 0 5px 10px rgba(0,0,0,0.2);*/
}

.push-button {
    /* position: relative; */
    /* width: 200px; */
    color: #FFF;
    /* display: block; */
    text-decoration: none;
    margin: 0 auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: solid 1px #D94E3B;
    background: #428bca;
    text-align: center;
    /* padding: 20px 30px; */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-box-shadow: 0px 9px 0px #84261a;
    -moz-box-shadow: 0px 9px 0px #84261a;
    box-shadow: 0px 5px 0px #84261a;
}

    .push-button:active {
        -webkit-box-shadow: 0px 2px 0px #84261a;
        -moz-box-shadow: 0px 2px 0px #84261a;
        box-shadow: 0px 2px 0px #84261a;
        position: relative;
        top: 7px;
    }

.timepicker .table-condensed > tbody > tr > td {
    padding: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 0;
}

.bootstrap-datetimepicker-widget td span {
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#datatable-wrapper {
    overflow: auto;
    padding-left: 20px;
    padding-right: 20px;
    /* text-align: center; */
}

.dataTables tbody tr {
    height: 10px; /* or whatever height you need to make them all consistent */
}

.dataTables tbody td {
    height: 10px; /* or whatever height you need to make them all consistent */
}

.spacer {
    padding: 20px;
}

.md-dropdown {
    min-width: 80px;
}

.box-paid {
    background-color: #5cb85c;
    margin-right: 0;
}

.box-paid-deposit-date {
    display: block;
    margin-top: -10px;
}

.mobile-only .box-paid-deposit-date {
    margin-top: -20px !important;
}

.sidebar-newclaim {
    /*color: #5cb85c !important;*/
    color: #5cb85c !important;
    font-weight: 600;
}

    .sidebar-newclaim:hover, .sidebar-newclaim.active {
        background-color: #5cb85c !important;
        color: #fff !important;
    }

.panel-dash {
    padding-left: 5px;
    padding-right: 5px;
}

ul.list-links a {
    font-size: 18px;
    font-weight: 500;
}

ul.list-links p {
    color: #777;
    /* text-align: right; */
}

ul.list-links .how-to-read-2 {
    text-align: right;
}

    ul.list-links .how-to-read-2 > small {
        display: block;
        margin-top: -15px;
    }

@media only screen and (max-width : 767px) {
    ul.list-links .how-to-read, ul.list-links .how-to-read-1 {
        display: block;
    }

    ul.list-links .how-to-read-2 {
        text-align: left;
    }
}

@media only screen and (min-width : 768px) {
    ul.list-links .how-to-read, ul.list-links .how-to-read-1 {
        position: absolute;
        top: 25px;
        right: 20px;
        font-size: 15px;
    }
}

@media only screen and (min-width : 992px) {
    ul.list-links .how-to-read-1 {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 15px;
    }

    ul.list-links .how-to-read-2 {
        display: block;
        position: absolute;
        top: 40px;
        right: 20px;
        font-size: 15px;
    }
}

.btn-claim-nav {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff !important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px !important;
    }
}

.form-controls .checkbox .MDBTooltip span {
    display: block;
    margin-top: -4px;
}

#btn-new-patient {
    height: 36px;
}

/*.true-center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 106px;
  width: 680px;
}
.btn {
  position: relative;
  border: 0 !important;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 50ms ease;
  -moz-transition: all 50ms ease;
  -o-transition: all 50ms ease;
  transition: all 50ms ease;
  border: 0;
  text-shadow: 0px 1px 0px #999999;
  background-color: #cccccc;
  -webkit-box-shadow: 0px 6px 0px #999999;
  -moz-box-shadow: 0px 6px 0px #999999;
  box-shadow: 0px 6px 0px #999999;
}
.btn:focus {
  outline: 0;
}
.btn:hover {
  top: 2px;
}
.btn:active {
  top: 6px;
}
.btn:hover {
  border: 0;
  background-color: #d9d9d9 !important;
  -webkit-box-shadow: 0px 4px 0px #999999;
  -moz-box-shadow: 0px 4px 0px #999999;
  box-shadow: 0px 4px 0px #999999;
}
.btn:active {
  -webkit-box-shadow: inset 0px 3px 0px #999999;
  -moz-box-shadow: inset 0px 3px 0px #999999;
  box-shadow: inset 0px 3px 0px #999999;
}
.btn-primary {
  border: 0;
  text-shadow: 0px 1px 0px #3071a9;
  background-color: #428bca;
  -webkit-box-shadow: 0px 6px 0px #3071a9;
  -moz-box-shadow: 0px 6px 0px #3071a9;
  box-shadow: 0px 3px 0px #3071a9;
}
.btn-primary:hover {
  border: 0;
  background-color: #5697d0 !important;
  -webkit-box-shadow: 0px 4px 0px #3071a9;
  -moz-box-shadow: 0px 4px 0px #3071a9;
  box-shadow: 0px 4px 0px #3071a9;
}
.btn-primary:active {
  -webkit-box-shadow: inset 0px 3px 0px #3071a9;
  -moz-box-shadow: inset 0px 3px 0px #3071a9;
  box-shadow: inset 0px 3px 0px #3071a9;
}
.btn-success {
  border: 0;
  text-shadow: 0px 1px 0px #449d44;
  background-color: #5cb85c;
  -webkit-box-shadow: 0px 6px 0px #449d44;
  -moz-box-shadow: 0px 6px 0px #449d44;
  box-shadow: 0px 6px 0px #449d44;
}
.btn-success:hover {
  border: 0;
  background-color: #6ec06e !important;
  -webkit-box-shadow: 0px 4px 0px #449d44;
  -moz-box-shadow: 0px 4px 0px #449d44;
  box-shadow: 0px 4px 0px #449d44;
}
.btn-success:active {
  -webkit-box-shadow: inset 0px 3px 0px #449d44;
  -moz-box-shadow: inset 0px 3px 0px #449d44;
  box-shadow: inset 0px 3px 0px #449d44;
}
.btn-info {
  border: 0;
  text-shadow: 0px 1px 0px #31b0d5;
  background-color: #5bc0de;
  -webkit-box-shadow: 0px 6px 0px #31b0d5;
  -moz-box-shadow: 0px 6px 0px #31b0d5;
  box-shadow: 0px 6px 0px #31b0d5;
}
.btn-info:hover {
  border: 0;
  background-color: #70c8e2 !important;
  -webkit-box-shadow: 0px 4px 0px #31b0d5;
  -moz-box-shadow: 0px 4px 0px #31b0d5;
  box-shadow: 0px 4px 0px #31b0d5;
}
.btn-info:active {
  -webkit-box-shadow: inset 0px 3px 0px #31b0d5;
  -moz-box-shadow: inset 0px 3px 0px #31b0d5;
  box-shadow: inset 0px 3px 0px #31b0d5;
}
.btn-warning {
  border: 0;
  text-shadow: 0px 1px 0px #ec971f;
  background-color: #f0ad4e;
  -webkit-box-shadow: 0px 6px 0px #ec971f;
  -moz-box-shadow: 0px 6px 0px #ec971f;
  box-shadow: 0px 6px 0px #ec971f;
}
.btn-warning:hover {
  border: 0;
  background-color: #f2b866 !important;
  -webkit-box-shadow: 0px 4px 0px #ec971f;
  -moz-box-shadow: 0px 4px 0px #ec971f;
  box-shadow: 0px 4px 0px #ec971f;
}
.btn-warning:active {
  -webkit-box-shadow: inset 0px 3px 0px #ec971f;
  -moz-box-shadow: inset 0px 3px 0px #ec971f;
  box-shadow: inset 0px 3px 0px #ec971f;
}
.btn-danger {
  border: 0;
  text-shadow: 0px 1px 0px #c9302c;
  background-color: #d9534f;
  -webkit-box-shadow: 0px 6px 0px #c9302c;
  -moz-box-shadow: 0px 6px 0px #c9302c;
  box-shadow: 0px 6px 0px #c9302c;
}
.btn-danger:hover {
  border: 0;
  background-color: #de6764 !important;
  -webkit-box-shadow: 0px 4px 0px #c9302c;
  -moz-box-shadow: 0px 4px 0px #c9302c;
  box-shadow: 0px 4px 0px #c9302c;
}
.btn-danger:active {
  -webkit-box-shadow: inset 0px 3px 0px #c9302c;
  -moz-box-shadow: inset 0px 3px 0px #c9302c;
  box-shadow: inset 0px 3px 0px #c9302c;
}
.btn-link {
  text-shadow: none;
  background: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link:hover {
  border: 0;
  background: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  top: 0;
}
.btn-link:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  top: 0;
}*/

@media (min-width: 1400px) {
    .container {
        width: 1400px !important;
    }

    .panel-md .dashboard-box:first-child {
        margin-left: 88px;
    }
    /*.dashboard-box
  {
      float: left;
      padding: 33px;
      border-radius: 95px;
    -webkit-border-radius: 95px;
    -moz-border-radius: 95px;
      width: 190px;
      height: 190px;
  }*/
}

table.dataTable.table-condensed thead > tr > th {
    text-align: center;
}

table.dataTable tbody th, table.dataTable tbody td {
    text-align: center;
}

/*.btn-primary{
  background-color: rgba(0, 114, 198, 1);
}*/

.select2-default, .select2-container .select2-choice {
    color: #555 !important;
}

    .select2-container .select2-choice .select2-arrow, .select2-container .select2-choice div {
        border-left: 1px solid #cccccc;
        background: none;
    }

.nav-search-box {
    margin-top: 7px;
    margin-bottom: 7px;
    padding-left: 5px;
    padding-right: 5px;
}

@media only screen and (max-width : 767px) {
    #content {
        margin-top: -40px;
    }

    .claim-controls {
        position: absolute;
        right: 38px;
        top: 66px;
    }

    .claim-panel-heading {
        height: 120px;
    }

    .panel-md {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width : 769px) {
    .claim-controls {
        position: absolute;
        right: 40px;
        margin-top: 5px;
        display: inline-block;
    }
}

.mobile-search-boxes {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
/*
@media (max-width: 768px) {
  [class*="col-"]{
      margin-bottom: 15px;
  }
}*/

.claim-header-btns {
    display: inline-block;
    height: 42px;
    vertical-align: middle;
}

#data-table_wrapper {
    /* overflow: auto; */
}

table tr th {
    text-align: center;
}

table .btn-group.open .dropdown-menu {
    left: auto;
    right: 0 !important;
}

/*table.md-data-table tr:last-child td:last-child{
   height: 88px !important;
}*/

.claim-arrow {
    display: inline-block;
}

.claim-prev-arrow, .claim-next-arrow {
    margin-left: 12px;
}
/*
.bs-docs-sidenav .panel-body{
  padding: 5px;
}*/

.videoWrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.sidebar-color1 {
    /*color: #337AB7;*/
    color: #f2930f;
}

.sidebar-color2 {
    /*color: #EA6A2A;*/
    color: #9dc5f1;
}

.sidebar-color3 {
    /*color: #C09166;*/
    color: #db4f4f;
}

.sidebar-color4 {
    /*color: #f0ad4a;*/
    color: #b7c9d1;
}

.sidebar-color5 {
    color: #0079D3;
}

.sidebar-color6 {
    color: #fac51c;
}

.light-green {
    color: #41df9e;
}

.modal-header {
    background-color: rgba(0, 114, 198, 1);
    color: #fff;
    text-align: center;
    border: 0;
    font-size: 16px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
}

    .modal-header button {
        color: #fff;
    }

.tour {
    position: absolute;
    background: #5cb85c;
    background: #fff;
    top: 20px;
    color: #fff;
    color: #5cb85c;
    right: 0;
    border-radius: 2px;
    -webkit-border-radius: 0 5px 6px 0;
    -moz-border-radius: 2px;
    box-shadow: 3px 5px 10px rgba(0,0,0,0.2);
    padding: 5px;
    font-size: 16px;
}

.take-a-tour {
    float: right;
    cursor: pointer;
}

.patient-info {
    color: #5cb85c;
    cursor: pointer;
}

.btn-history {
    float: right;
}

.sidebar li a:hover .fa-stack {
    transform: scale3d(1.5,1.5,1);
}

body.dragging, body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

#fav-codes th {
    cursor: pointer;
}

    #fav-codes th.placeholder {
        display: block;
        background: red;
        position: relative;
        width: 0;
        height: 0;
        margin: 0;
        padding: 0;
    }
        /* line 124, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
        #fav-codes th.placeholder:before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border: 20px solid transparent;
            border-top-color: #337AB7;
            top: -6px;
            margin-left: -8px;
            border-bottom: none;
        }

.fav-code {
    font-size: 18px;
}

.fav-code-list {
    height: 55px;
}

.placeholder {
    color: #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid green;
    width: 0;
    height: 0;
}

.input-alias {
    /*margin-left: 120px;*/
    text-align: center;
    width: 100%;
    height: 30px;
}

    .input-alias::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 12px;
    }

    .input-alias::-moz-placeholder { /* Firefox 19+ */
        font-size: 12px;
    }

    .input-alias:-ms-input-placeholder { /* IE 10+ */
        font-size: 12px;
    }

    .input-alias:-moz-placeholder { /* Firefox 18- */
        font-size: 12px;
    }

.fav-code-holder {
    margin: 0 auto;
    width: 300px;
}

.fav-code-delete {
    margin-left: 120px;
}

#alert-msg {
    position: fixed;
    width: 200px;
    text-align: center;
    left: 50%;
    margin-left: -150px;
    top: 10px;
    z-index: 100;
}

.btn-history, .btn-preferences {
    margin-top: 5px;
}

.underline {
    text-decoration: underline;
}

div.MDBTooltip {
    text-decoration: none;
}

.badge {
    background-color: #c9302c;
    background-color: #ff0000;
    background: -webkit-linear-gradient(top, #FF6969 0%,#ff0000 100%);
    -webkit-background-clip: padding-box;
}

.btn-comments .badge {
    background: #fff;
    color: #333;
    -webkit-background-clip: padding-box;
}

.savedCountbadge, .processingCompleteCountBadge,
.rejectedCountbadge {
    visibility: hidden;
}

.btn-orange {
    border: 1px solid orange;
    color: Orange;
}

.valigntop {
    vertical-align: top;
}

.btn-primary {
    background-color: #0079D3;
}

.claim-sidebar-title {
    color: #888 !important;
}

.panel-how a {
    color: #888;
}

.panel-md .dashboard-box:first-child {
    background-color: #75706b;
}

.panel-md .dashboard-box:nth-child(2) {
    background-color: #9dc5f1;
}

.panel-md .dashboard-box:nth-child(3) {
    background-color: #db4f4f;
}

.panel-md .dashboard-box:nth-child(4) {
    background-color: #fac51c;
}

.panel-md .dashboard-box:nth-child(5) {
    background-color: #41df9e;
}

a {
    color: #0079D3;
}

.dropdown-menu {
    /*box-shadow: none;*/
}

#custom-bootstrap-menu.navbar-default, #custom-bootstrap-menu.navbar-default .navbar-nav > li > a, #custom-bootstrap-menu.navbar-default .navbar-nav > li > a.active {
    background-color: #0079D3;
}

    .dropdown-menu > li > a:hover, #custom-bootstrap-menu.navbar-default .navbar-nav > li > a:hover {
        background-color: #005493;
    }

    #custom-bootstrap-menu.navbar-default .navbar-nav > li > a.active, #custom-bootstrap-menu.navbar-default .navbar-nav > li > a:focus {
        border-bottom: #005493 5px solid;
        padding-bottom: 5px;
    }

.btn-primary {
    background-color: #0079D3;
    border-color: #0079D3;
}

.swatch {
    position: fixed;
    bottom: 0;
    right: 88px;
    width: 300px;
    height: 80px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 3px 3px 5px 3px;
    padding: 20px 10px 10px 15px;
}

    .swatch .btn {
        margin-right: 5px;
    }

.panel-md, .panel-heading {
    border: none;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover,
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: #0079D3;
    border-color: #0079D3;
}

/*.pagination>li>a, .pagination>li>span{
  color: #41df9e;
}*/

.select2-results {
    max-height: 400px !important;
}

@media (max-width: 764px) and (min-width: 767px) {
    .text-menu-item {
        display: none;
    }

    .icon-menu-item-welcome {
        display: none !important;
    }
}

@media (min-width: 1025px), (max-width: 767px) {
    .icon-menu-item {
        display: none;
    }
}

.billing-group {
    background-color: #5cb85c !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.billing-and-moh-group {
    background-color: #5cb85c !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 12px;
    line-height: 16px !important;
    height: 50px;
}

.aComment {
    cursor: pointer;
}

.popover {
    max-width: 400px;
}

.notification-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 300px;
}

    .notification-list li {
        display: block;
        margin: -1px 0;
        border: 1px solid #aaa;
        background-color: white;
    }

        .notification-list li > a, .notification-list li > span {
            display: block;
            padding: 10px;
            text-decoration: none;
            color: #333;
        }

            .notification-list li > a:hover {
                background-color: #ccc;
            }

        .notification-list li.unread {
            background-color: #eee;
            font-weight: bold;
        }

#notificationIcon span.badge {
    margin-left: -5px;
    margin-top: 5px;
}

#notificationModal .row-created-on {
    margin-top: 20px;
}

#liNotificationMenuItem .popover-content {
    padding: 5px 0 !important;
    margin: 0 -2px !important;
}

#liBillingAgentMessagesMenuItem .popover-content {
    padding: 5px 0 !important;
    margin: 0 -2px !important;
}

.version-code-button {
    line-height: 12px !important;
}

.list-group-item {
    line-height: 34px;
}

.modal {
    z-index: 10500 !important;
}

.modal-backdrop {
    z-index: 10400 !important;
}

.attachment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .attachment-list li a {
        display: inline-block;
        line-height: 20px;
        padding: 5px 10px;
        text-decoration: none;
        color: inherit;
    }

        .attachment-list li a:hover {
            background-color: #eee;
        }

        .attachment-list li a:before {
            font-family: 'Glyphicons Halflings';
            content: "\e026";
            display: inline-block;
            width: 20px;
        }

.form-control-orange {
    border: 1px solid #FF8800;
    background-color: #ffbb66;
    color: #333;
}

.row-active {
    background-color: #ffbb66 !important;
    color: #333 !important;
}

.billing-profile-selection-list-item {
    padding: 5px;
    border: 1px solid #eee;
    width: 100%;
    margin-bottom: 10px;
    color: white;
    height: 125px;
}

    .billing-profile-selection-list-item .name {
        font-size: 14pt;
        height: 26px;
        overflow: hidden;
    }

    .billing-profile-selection-list-item .description {
        font-size: 10pt;
        height: 40px;
        overflow: hidden;
    }

    .billing-profile-selection-list-item .default-moh-group {
        font-size: 10pt;
        height: 20px;
        overflow: hidden;
    }

    .billing-profile-selection-list-item .default-patient-database {
        font-size: 10pt;
        height: 30px;
        line-height: 14px;
        overflow: hidden;
    }

    .billing-profile-selection-list-item .select-button-container {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .billing-profile-selection-list-item a.select-button,
    .billing-profile-selection-list-item a.selected-button {
        display: block;
        text-align: center;
        cursor: pointer;
        text-decoration: none;
        color: white;
        padding: 5px 10px;
        border: 2px solid white;
    }

.billing-profile-selection-list-item-lg {
    height: 172px !important;
}

.billing-profile-selection-list-item-color1 {
    background-color: #9dc5f1;
}

.billing-profile-selection-list-item-color2 {
    background-color: #db4f4f;
}

.billing-profile-selection-list-item-color3 {
    background-color: #fac51c;
}

.billing-profile-selection-list-item-color4 {
    background-color: #41df9e;
}

.billing-profile-selection-list-item-color5 {
    background-color: #0079d3;
}

.billing-profile-selection-list-item-color6 {
    background-color: #75706b;
}

#formsClaimData .col-tooltip {
    padding-left: 0 !important;
}

#formsServicesTable {
    width: 100%;
}

    #formsServicesTable .remarks {
        resize: none;
        width: 250px;
        height: 100px;
    }

#formsServicesTitle {
    font-weight: 500;
}

#formsSubmitButton {
    margin-top: 20px;
}

.label {
    font-weight: 500;
    padding: 0.3rem 0.6rem;
}

.label-md {
    font-size: 1.2rem;
}

.chart-panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.chart-panel-heading-left {
    padding: 15px 15px 0 15px;
    float: left;
}

.chart-panel-heading-right {
    padding: 15px 15px 0 15px;
    float: right;
}

.chart-panel-body {
    clear: both;
    padding: 15px;
}

.chart-panel-footer-right {
    margin-top: -10px;
    padding: 0 15px 15px 15px;
    float: right;
}

.text-green {
    color: green;
}

.text-red {
    color: red;
}

.border-left-none {
    border-left: none !important;
}

.tag-label-big {
    font-size: 100%
}

div.bootstrap-tagsinput {
    padding-top: 6px;
}

label.claim-additional-details {
    color: #aaa;
    font-weight: 400;
}

h5.claim-additional-details {
    color: rgba(0, 0, 0, 0.5);
}

div.claim-additional-details {
    display: flex;
    flex-direction: column;
}

span.claim-billing-agent-message {
    color: #aaa;
    font-weight: 400;
    max-width: inherit;
    word-break: break-all;
}

hr.claim-additional-details {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 1px;
    background-color: #aaa;
    border: none;
}

/*.table-responsive {
    padding-right: 15px;
}*/ /*Fix for DataTables*/

.checkbox label input {
    cursor: pointer;
}

.border-0 {
    border: 0 !important;
}

.body-link-modal {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .body-link-modal .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }

@media screen and (max-width: 767px) {
    .body-link-modal .table-responsive {
        border: none !important;
    }

    .body-link-modal div.dataTables_wrapper div.dataTables_length,
    .body-link-modal div.dataTables_wrapper div.dataTables_info {
        text-align: left !important;
    }

    .body-link-modal div.dataTables_wrapper div.dataTables_filter,
    .body-link-modal div.dataTables_wrapper div.dataTables_paginate {
        text-align: right !important;
    }
}
