html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    position:relative;
    font-family:'Roboto',sans-serif;
    color:#6b6b6b;
    min-height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.main-content-block {
    flex: 1;
    width: 100%;
}

#main-content {
    padding: 30px 0 40px;
}

body.wide .container {
    width:100%;
    max-width:100%;
}

.manager #main-content {
    padding-top:0;
}

/******* Typography ********/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto',Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1;
}

h1.title, h2.title, h3.title, h4.title, h5.title, h6.title, .h1.title, .h2.title, .h3.title, .h4.title, .h5.title, .h6.title {
    font-family: 'Montserrat',Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1;
}

a {
    color: #009dd3;
    text-decoration: none;
}

a:hover {
    color: #126C94;
}

.default-cursor {
    cursor:default;
}

.hidden-overflow {
    overflow: hidden;
}

/******* Elements *******/
.has-error label, label.has-error {
    color: #b94a48;
}

.mtop {
    margin-top:30px;
}

.mt-0 {
    margin-top: 0;
}
.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.mtop-min {
    margin-top: 10px;
}

.mbottom {
    margin-bottom:30px;
}

.mbottom-0, .mb-0 {
    margin-bottom:0;
}
.no-pad {
    padding:0;
}

.no-marg {
    margin:0;
}

.small-text {
    font-size:0.9em;
}

.big-text {
    font-size: 2em;
}

span.addon-50 {
    min-width: 50px;
    display: inline-block;
}

.scroll-250 {
    max-height:250px;
    overflow-y: scroll;
}

.scroll-150 {
    max-height:150px;
    overflow-y: scroll;
}

.scroll-100 {
    max-height:100px;
    overflow-y: scroll;
}

.text-justify {
    text-align: justify;
}

div.inline-block
{
    display:inline-block;
}

.g-only .glyphicon {
    line-height: 1.5;
}

.ws-nowrap {
    white-space: nowrap;
}

td.odd {
    background-color: #f9f9f9!important;
}
td.even {
    background-color: #fff!important;
}
td.border-right, th.border-right {
    border-right: 1px solid #dddddd;
}
.dropdown-menu > li > a {
    text-align: left;
}

.dropdown-right .dropdown-menu {
    right: 0;
    left: auto;
}


.dropdown-select ul {
    max-height: 300px;
    overflow: auto;
}

.dropdown-select  {
    max-width: 100%;
}

.dropdown-select .dropdown-toggle {
    max-width: 100%;
    overflow-x: hidden;
}

.form-inline .button-select {
    display:inline-block;
}

.label-primary,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #009dd3;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #009dd3;
    outline: 0;
}

.label-default,
.dropdown-menu.default > li > a:hover,
.dropdown-menu.default > li > a:focus {
    background-color: #bbb;
}

.dropdown-menu.default > .active > a,
.dropdown-menu.default > .active > a:hover,
.dropdown-menu.default > .active > a:focus {
    background-color: #bbb;
}

.label-danger,
.dropdown-menu.danger > li > a:hover,
.dropdown-menu.danger > li > a:focus {
    background-color: #d9534f;
}

.dropdown-menu.danger > .active > a,
.dropdown-menu.danger > .active > a:hover,
.dropdown-menu.danger > .active > a:focus {
    background-color: #d9534f;
}

.label-success,
.dropdown-menu.success > li > a:hover,
.dropdown-menu.success > li > a:focus {
    background-color: #5CB867;
}

.dropdown-menu.success > .active > a,
.dropdown-menu.success > .active > a:hover,
.dropdown-menu.success > .active > a:focus {
    background-color: #5CB867;
}

.label-warning,
.dropdown-menu.warning > li > a:hover,
.dropdown-menu.warning > li > a:focus {
    background-color: #f0ad4e;
}

.dropdown-menu.warning > .active > a,
.dropdown-menu.warning > .active > a:hover,
.dropdown-menu.warning > .active > a:focus {
    background-color: #f0ad4e;
}

.label-info
{
    background-color: #5bc0de;
}

.dropdown-menu.info > li > a:hover,
.dropdown-menu.info > li > a:focus {
    background-color: #bbb;
}

.dropdown-menu.info > .active > a,
.dropdown-menu.info > .active > a:hover,
.dropdown-menu.info > .active > a:focus {
    background-color: #bbb;
}

.dropdown-menu > li > a.default:hover {
    background-color: #bbb;
}

.dropdown-menu > li > a.danger:hover {
    background-color: #d9534f;
}

.dropdown-menu > li > a.success:hover {
    background-color: #5CB867;
}

.dropdown-menu > li > a.warning:hover {
    background-color: #f0ad4e;
}

.dropdown-menu > li > a.info:hover {
    background-color: #5bc0de;
}



.btn-primary {
    color: #ffffff;
    background-color: #009dd3;
    border-color: #198fc3;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #1981b4;
    border-color: #1976a6;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #31A8DB;
    border-color: #43ADDB;
}

.btn-info {
    color: #333;
    background-color: #E0E0E0;
    border-color: #D5D5D5;
}

.btn-info .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #333;
    background-color: #ccc;
    border-color: #bbb;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    color: #928F8F;
    background-color: #EEEEEE;
    border-color: #E6E3E3;
}


.glyphicon.primary {
    color: #009dd3;
}

.glyphicon.default  {
    color: #bbb;
}

.glyphicon.danger {
    color: #d9534f;
}

.glyphicon.success {
    color: #5CB867;
}

.glyphicon.warning {
    color: #f0ad4e;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #009dd3;
    border-color: #009dd3;
}

.pagination-container {
    text-align: center;
}
.pagination-counters-container {
    font-size: 13px;
    margin-bottom: 10px;
}


.input-dark {
    border: none;
    background: #e6e6e6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.thumbnail .caption {
    color:#6b6b6b;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #009dd3;
    border-color: #009dd3;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777;
    background-color: #eee;
}

.input-group-addon .glyphicon {
    top: -1px;
}

.input-group.success .input-group-addon,.input-group-addon.success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.input-group.primary .input-group-addon,.input-group-addon.primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

.input-group.warning .input-group-addon,.input-group-addon.warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.input-group.danger .input-group-addon,.input-group-addon.danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.input-group.info .input-group-addon,.input-group-addon.info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.checkbox.checkbox-block label {
    display: block;
}

.checkbox.checkbox-box {
    border: 1px solid #dedede;
    padding: 6px 28px;
    border-radius: 4px;
    max-height: 250px;
    overflow-y: auto;
}
.checkbox.checkbox-box-header {
    padding: 6px 28px;
}

/******* Header & Nav ********/
.sub-header {
    margin-bottom: 20px;
    font-size: 18px;
    position: relative;

    color: #C8DCF0;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    background-color: #1c556a;
    background-image: -webkit-linear-gradient(top,#1c556a 0,#009dd3 100%);
    background-image: linear-gradient(to bottom, #1c556a 0,#009dd3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c556a', endColorstr='#009dd3', GradientType=0);
}

.sub-header h1 {
    margin-top: 0;
    color: #fff;
    text-transform:uppercase;
    text-shadow: 1px 0px 4px #555;
}

.sub-header p {
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.4;
}

.sub-header .container {
    position: relative;
    padding: 30px 15px;
}

.sub-header-box {
    background-position: top center;
    background-repeat: no-repeat;
    height:210px;
    display:none;
}

.services .sub-header .container {
    padding-bottom:0;
}
.services .sub-header-box {
    background-image: url(../img/services.png);
    display:block;
}

.home .sub-header {
    text-align: center;
}
.home .sub-header h1 {
    font-size:50px;
}
.home .sub-header .container {
    padding-bottom:200px!important;
    position:static;
}
.home .sub-header-box {
    background-image: url(../img/people.png);
    display:block;
    position:absolute;
    height: 230px;
    width:100%;
    background-position: center bottom;
    bottom:0;
    right:0;
}
.home .sub-header p {
    margin-right: 0;
}



.home2 .sub-header {
    text-align: center;
}
.home2 .sub-header .container {
    padding-top: 44px;
    padding-bottom: 34px!important;
    position:static;
}
/*.home2 .sub-header-box {
    background-image: url(../img/logo-h.png);
    display:block;
    position:absolute;
    height: 230px;
    width:100%;
    top: 0px;
    background-position: center;
    right:0;
}*/

.home2 .sub-header-box {
    background-image: url(../img/logo-h.png);
    display: block;
    position: absolute;
    max-height: 155px;
    background-size: contain;
    width: 100%;
    top: 40px;
    background-repeat: no-repeat;
    background-position: top;
    right: 0;
    left: 0;
}


.home2 .sub-header p {
    margin-top: 160px;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 576px) {
    .home2 .sub-header p {
        margin-top: 185px;
    }

    .home2 .sub-header p {
        width: 100%;
    }
}

.home2 .sub-header h1 {
    display: none;
}


@media (min-width: 768px) {
    .home .sub-header h1 {
        font-size:70px;
    }
}

@media (min-width: 768px) {
    .sub-header {
        font-size: 22px;
        text-align: left;
    }

    .sub-header .container {
        padding-top: 60px;
        padding-bottom: 60px!important;
    }

    .sub-header h1 {
        font-size: 50px;
        line-height: 1;
    }


    .sub-header-box {
        position: absolute;
        right:15px;
        bottom:0;
        height:100%;
        width:100%;
        background-position: top right;
    }

}

@media (min-width: 992px) {
    .sub h1, .sub-header p {
        margin-right: 380px;
    }
}



.cg-nav{margin-bottom:0;background-color:#fff;border-bottom:0;z-index:1030}
.cg-nav .navbar-brand,.cg-nav .navbar-nav>li>a{color: #1c556a;}
.cg-nav .navbar-nav>li>a:hover,.cg-nav .navbar-nav>.active>a,.cg-nav .navbar-nav>.active>a:hover,.cg-nav .navbar-nav>li.open>a,.cg-nav .navbar-nav>li>a:focus{color: #fff;background-color:#1c556a}
.cg-nav .navbar-toggle .icon-bar{background-color: #1c556a}
.cg-nav .navbar-header .navbar-toggle{border-color:#fff}
.cg-nav .navbar-header .navbar-toggle:hover,.cg-nav .navbar-header .navbar-toggle:focus{background-color:#f2f2f2;border-color:#f2f2f2}
.cg-nav .caret {border-top-color: #1c556a;border-bottom-color: #1c556a;}
.cg-nav .active .caret, .cg-nav a:hover .caret {border-top-color: #fff;border-bottom-color: #fff;}
.cg-nav .dropdown-menu a:hover, .cg-nav .dropdown-menu > .active > a, .cg-nav .dropdown-menu > .active > a:hover, .cg-nav .dropdown-menu > .active > a:focus {background-color: #1c556a;}
.cg-nav .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {background-color: #fff;border:none;}
.cg-nav .dropdown-menu {border: 1px solid #E4E4E4;}

@media (max-width: 767px) {
    .cg-nav .dropdown-menu  li a,
    .cg-nav .dropdown-menu li.active a {
        color: #1c556a;
    }

    .cg-nav .dropdown-menu  li a:hover,
    .cg-nav .dropdown-submenu  li a:hover,
    .cg-nav .dropdown-menu li.current > a {
        background: #1c556a!important;
        color:#fff;
    }

}

@media (min-width: 768px) {
    .navbar-nav {
        margin-left: -15px;
    }
    .navbar-nav > li > a {
        line-height: 10px;
    }
    #admin-header {
        height:62px;
    }
    .cg-nav .nav .open > a, .nav .open > a:hover,.cg-nav .nav > a:focus,.cg-nav .navbar-nav>li>a:focus {color: #fff;background-color: #1c556a;border:none;}
    #admin-navbar .navbar-nav > li {
        border-right: 1px solid #e8e8e8;
        border-left: 1px solid #fff;
    }

}

.navbar-brand {
    padding: 10px 15px;
    margin-right:15px;
}

#nav-logo {
    display: block;
    background: url(../img/logo-h.png) no-repeat center/cover;
    width: 200px;
    height: 70px;
    /*width:232px;
    height:39px;
    background: url(../img/logo-cassagest-h-small.png) no-repeat left center;*/
}

.navbar-nav > li > a {
    line-height: 30px;
}

.dropdown-submenu>.dropdown-menu {
    display:block;
}

@media (min-width: 768px) {
    .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;
        display:none;
    }

    .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;
    }
}
.user-nav {
    background-color: #1C556B;
    border-bottom: 1px solid #155F7C;
    min-height:40px;
}

.user-nav .navbar-brand,.user-nav .navbar-nav>li>a{color: #fff;text-shadow: 1px 0px 4px #555;}
.user-nav .navbar-nav>li>a:hover,.user-nav .navbar-nav>.active>a,.user-nav .navbar-nav>.active>a:hover,.user-nav .navbar-nav>li.open>a,.user-nav .navbar-nav>li>a:focus{color: #1c556a;background-color:#fff!important;text-shadow:none}
.user-nav .navbar-toggle .icon-bar{background-color: #fff}
.user-nav .navbar-header .navbar-toggle{border-color:#1c556a}
.user-nav .navbar-header .navbar-toggle:hover .icon-bar,.user-nav .navbar-header .navbar-toggle:focus .icon-bar {background-color:#1c556a;border-color:#1c556a}
.user-nav .caret {border-top-color: #fff;border-bottom-color: #fff;}
.user-nav .active .caret, .user-nav a:hover .caret {border-top-color: #1c556a;border-bottom-color: #1c556a;}
.user-nav .dropdown-menu a:hover, .user-nav .dropdown-menu > .active > a, .user-nav .dropdown-menu > .active > a:hover, .user-nav .dropdown-menu > .active > a:focus {background-color: #1c556a;}
.user-nav .nav .open > a, .user-nav .nav .open > a:hover, .user-nav .nav .open > a:focus {background-color: #1c556a;border:none;}
.user-nav li a {padding: 5px 10px;}

@media (max-width: 767px) {
    .user-nav .dropdown-menu  li a,
    .user-nav .dropdown-menu li.active a {
        color: #fff;
    }

    .user-nav .dropdown-menu  li a:hover,
    .user-nav .dropdown-submenu  li a:hover,
    .user-nav .dropdown-menu li.current > a {
        background: #fff!important;
        color:#1c556a;
    }

}

.manager .user-nav {
    margin-bottom:15px;
    border-bottom:none;
}

/********Spinner*******/
.spinner {
    display: inline-block;
    opacity: 0;
    width: 0;

    -webkit-transition: opacity 0.25s, width 0.25s;
    -moz-transition: opacity 0.25s, width 0.25s;
    -o-transition: opacity 0.25s, width 0.25s;
    transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active {
    cursor:progress;
}

.has-spinner.active .spinner {
    opacity: 1;
    width: auto;
}

.has-spinner.btn-mini.active .spinner {
    width: 10px;
}

.has-spinner.btn-small.active .spinner {
    width: 13px;
}

.has-spinner.btn.active .spinner {
    width: 16px;
}

.has-spinner.btn-large.active .spinner {
    width: 19px;
}


.icon-spin{
    display:inline-block;
    -moz-animation:spin 1s infinite linear;
    -o-animation:spin 1s infinite linear;
    -webkit-animation:spin 1s infinite linear;
    animation:spin 1s infinite linear;
    height:1.15em!important;
}

.icon-spin:before {
    font-family: 'Glyphicons Halflings'!important;
}

.icon-spin.icon-large{height:1.25em}

@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}
@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}
@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}
@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}
@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
@-moz-document url-prefix(){}




.panel-title a {
    display: block;
}
.panel-title > a:hover {
    text-decoration: none; 
}

.uppercase {
    text-transform: uppercase;
}

.table.vmid tbody td,  .table.vmid th{
    vertical-align: middle;
}

table.small-text span.label {
    font-size: 0.9em!important;
}

td.vmid,th.vmid {
    vertical-align: middle!important;
}

.collapse-td {
    padding:0!important;
    border-top: none!important;
}


.collapse-td .collapse-details {
    margin: 10px;
    padding: 10px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    background: #fafafa;
    font-size: 13px;
    color: #888;
}



.computed-acl span.label {
    display:block;
}

.process-row td {
    vertical-align: middle!important;
}

.process-row .progress {
    margin-bottom:0!important;
    display:none;
}

.process-row.info .label {
    display:none;
}

.process-row.info .progress {
    display:block;
}

.process-row .progress-bar {
    text-align: right;
    padding-right: 5px;
    padding-top: 1px;
}

.process-row-details .alert-warning {
    margin-bottom: 0;
    display:none;
}

.process-row-details .alert-warning.active {
    display:block;
}


.popover-content {
    font-size:13px;
}

.toolbar {
    min-height:68px;
}
.toolbar-btn {
    font-size: 14px;
    margin:8px 0;
}

.toolbar .alert {
    margin:0;
}

.mainframe-message {
    margin: 20px 0;
}

.ajax-form-loading-alert, .ajax-form-error-alert, .ajax-form-success-alert {
    display: none;
}

td.title-td {
    font-size: 14px;
}
td.title-td small {
    color: #888;
}

.admin-footer {
    text-align: center;
    color: #bbb;
    font-size: 14px;
    font-weight: 300;
}

.filters-row > div {
    padding: 0 10px;
}

.filters-row > div > .btn-group,
.filters-row > div > .btn,
.filters-row > div > .form-control {
    margin-bottom:10px;
}

.filters-row .filter-search,.filters-row #filter-search {
    width: 175px;
    display: inline-block;
}

@media (min-width: 992px) {
    .filters-row > div + div {
        text-align: right;
    }
}

.filters-panel {
    padding-bottom:0;
}

.list-table th {
    font-weight: 400;
    color: #929292;
    text-shadow: 1px 1px 1px #fff;
}

.no-items {
    margin: 15px;
}


.list-table-lock {
    font-size: 12px;
    line-height: 16px;
}

form .panel-body {
    padding-bottom: 0;
}

.panel.padded .panel-body {
    padding-bottom: 15px;
}

.component {
    padding:25px;
}

#user-info {
    float: right;
    margin: 5px 0 0 0;
    height: 55px;
    overflow: hidden;
    text-align: right;
}

#user-info .label {
    display: inline-block;
    font-weight: 400;
    line-height: 18px;
    font-size: 13px;
}

#user-info > ul {
    list-style-type: none;
    padding: 0;
    text-align: right;
    margin: 5px 0 0 0;
    font-size: 13px;
    color: #009dd3;
}
#user-info > ul > li {
    display: inline-block;
    text-transform: uppercase;
    color: #009dd3;
}

#user-info > ul > li a {
    display:inline-block;
    padding: 0 3px;
}

#user-info > ul > li:last-child a {
    padding-right: 0;
}

#user-info > ul > li:after {
    content: "|"
}

#user-info > ul > li:last-child:after {
    content: "";
}

p.table-subtitle {
    margin-bottom: 0;
    font-size: 11px;
    color: #bbb;
}

.panel-block-header {
    padding-bottom: 9px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    font-weight:bold;
}
.panel-block {
    margin-bottom: 30px;
}

.panel-group .panel {
    overflow: visible;
}

.component-header {
    padding-bottom: 9px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.form-control.sized {
    display: inline-block;
    width: auto;
}

.form-control.ordering {
    text-align: center;
    width: 50px;
    display: inline-block;
}

#admin-form .panel-group {
    padding-bottom:5px;
}

/****** Page *******/
.page-content {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    text-align: justify;
}



/****** Footer ******/
#footer {
    /*position: fixed;*/
    position: relative;
    width: 100%;
    bottom: 0;
    z-index:999;
}

#footer-content {
    background: #f5f5f5;
    padding: 20px 0;
    text-align: center;
    font-size: 13px;
    color: #666;
    z-index: 2;
    position: relative;
}

#phone-bar .glyphicon.glyphicon-chevron-up {
    display: inline-block;
}

#phone-bar .glyphicon.glyphicon-chevron-down {
    display: none;
}

#phone-bar.open .glyphicon.glyphicon-chevron-down {
    display: inline-block;
}

#phone-bar.open .glyphicon.glyphicon-chevron-up {
    display: none;
}

#phone-bar {
    /*background: #fff;*/
    background: transparent;
    padding: 0 15px;
    /*position: absolute;*/
    position: fixed;
    width: 100%;
    /*top: 0;*/
    top: auto;
    /*bottom: 57px;*/
    bottom: 96px;
    z-index: 1;
    /*border-top: 1px solid #dedede;*/
    overflow-y: auto;
    min-height: 22px;
}

#phone-bar.pbNoFooter {
    bottom: 0;
}

@media screen and (min-width: 862px) {
    /*#phone-bar {
        bottom: 77px;
    }*/
}

#phone-bar .phone-bar-label {
    /*position: absolute;*/
    /*top: -30px;*/
    background: #009dd3;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-decoration: none;
}

/*#phone-bar.open {
    top: auto;
}*/

#phone-bar .phone-bar-title {
    margin-top: 0;
    color: #1c556a;
}

@keyframes fadeIn {
    from { opacity: 0; }
}

#phone-bar .call-row {
    border-bottom: 1px solid #ddd;
    /*padding: 15px 0 10px;*/
    padding: 0 0 5px;
    background: white;
    display: none;
}

#phone-bar.open .call-row {
    display: block;
}

#phone-bar .call-row:hover {
    background: #f8f8f8;
}

#phone-bar .call-row.selected {
    background: #ffeba0!important;
}

#phone-bar .call-row .phone-bar-caller,
#phone-bar .call-row .phone-bar-match-sections,
#phone-bar .call-row a.phone-bar-remove-call {
    scale: .9;
}

#phone-bar .phone-bar-icon {
    opacity: 0;
    color: #5CB867;
    font-size: 30px;
}

#phone-bar .call-row.active .phone-bar-icon {
    opacity: 1;
    animation: fadeIn .75s infinite alternate;
}

#phone-bar .call-row.active a.phone-bar-remove-call{
    display: none;
}

#phone-bar .phone-bar-info {
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
}

#phone-bar .phone-bar-time {
    color: #2e9dd3;
}

#phone-bar .phone-bar-cli {
    display: block;
    font-size: 30px;
}

#phone-bar .phone-icon {
    color: #5CB867;
}

#phone-bar a.phone-bar-remove-call {
    color: #b3b3b3;
    font-size: 20px;
    display: inline-block;
    margin-top: 15px;
}

#phone-bar a.phone-bar-remove-call:hover {
    color: #b94a48;
    text-decoration: none;
}

#phone-bar .phone-bar-results {
    margin-top: 10px;
}
#phone-bar .phone-bar-results small {
    display: block;
}

.phone-bar-match-section + .phone-bar-match-section {
    border-top: 1px solid #ddd;
    padding-top: 5px;
}

#phone-bar .phone-bar-match-section-title {
    background: #2e9dd3;
    padding: 10px;
    color: #fff;
    border-radius: 8px;
    margin: 0;
}

#phone-bar .phone-bar-match-link a {
    display: block;
    background: #e2e2e2;
    padding: 10px;
    text-decoration: none;
    color: #333;
    border-radius: 8px;
    margin-bottom: 5px;
}

#phone-bar .phone-bar-match-link a:hover, #phone-bar .phone-bar-match-link.active a {
    background: #009dd3;
    color: #fff;
}

#phone-bar .phone-bar-match-link p {
    margin: 0;
}

#phone-bar .phone-bar-match-link small {
    display: block;
}

.footer-nav {
    display: inline;
    list-style-type: none;
    padding:0;
}

.footer-nav li {
    display: inline;
}

/*.footer-nav li:before*/
.footer-nav li:not(:first-child):before {
    content: " - ";
}

.cf-heading,.company-heading {
    font-size: 22px;
    color: #000;
}
.cf-heading small,.company-heading small {
    display: block;
    font-size: 14px;
    color: #777;
}

.cf-heading .cf-heading-detail,
.company-heading .company-heading-detail {
    color: #000;
}

.item-view .panel-body .form-group {
    font-size: 0.9em;
    margin-bottom: 5px;
}

.form-group.no-label {
    padding-top:25px;
}

.form-group.form-group-middle {
margin-top: 5px;
margin-bottom: 5px!important;
}

.subscriber-tabs .nav-tabs >li,
.company-tabs .nav-tabs >li {
    width: 33.3%;
}

.subscriber-tabs .nav-tabs.col-4 > li, .company-tabs .nav-tabs.col-4 > li {
    width: 24.9%;
}

.subscriber-tabs .nav-tabs.col-5 > li, .company-tabs .nav-tabs.col-5 > li {
    width: 19.9%;
}

.subscriber-tabs .nav-tabs.col-6 > li, .company-tabs .nav-tabs.col-6 > li {
    width: 16.5%;
}

.subscriber-tabs .nav-tabs >li > a,  .company-tabs .nav-tabs >li > a {
    border-radius: 0px;
    border: 1px solid #dddddd;
    border-right:0px;
    margin:0;
    padding-bottom:20px;
}

.subscriber-tabs .nav-tabs >li:last-child > a, .company-tabs .nav-tabs >li:last-child > a {
    border-right:1px solid #dddddd;
}
.subscriber-tabs .nav-tabs >li.active > a, .company-tabs .nav-tabs >li.active > a {
    background-color: #eee;
    background: linear-gradient(#eee 90%, #1C556B 10%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-right:0px;
}

.subscriber-tabs .nav-tabs >li>a small, .company-tabs .nav-tabs >li>a small {
    display:block;
}

.subscriber-tabs .tab-pane, .company-tabs .tab-pane {
    padding-top:20px;
}

.subscriber-panel-btn, .company-panel-btn {
    padding:7px;
    line-height: 10px;
    vertical-align: top;
}

.subscriber-panel-btn .glyphicon,.company-panel-btn .glyphicon {
    line-height:10px;
    top:-1px;
}

.subscriber-tabs .jumbotron,.company-tabs .jumbotron,.deal-tabs .jumbotron{
    margin-bottom: 0;
    line-height: 23px;
    font-size: 17px;
    text-align: center;
}

.subscriber-panel-box, .company-panel-box {
    background: #eee;
    border-radius: 4px;
    padding: 10px;
}

.subscriber-panel-box + .subscriber-panel-box, .company-panel-box + .company-panel-box {
    margin-top:15px;
}

.subscriber-panel-actions, .company-panel-actions {
    margin-top: 10px;
}

.subscriber-panel-actions .labels p {
    margin-bottom: 3px;
}

.subscriber-panel-actions .labels .label {
    line-height: 1.8;
}

.subscriber-panel-box p, .company-panel-box p {
    color: #000;
    margin-bottom: 0;
    font-weight: bold;
}

.subscriber-panel-box .collapse-details p, .company-panel-box .collapse-details p {
    color: #888;
    margin-bottom: 0;
    font-weight: normal;
}

.subscriber-panel-box small, .company-panel-box small {
    display: block;
}

.subscriber-panel-table {
    margin-top: 10px;
}

.subscriber-output-badge {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    width: 50px;
    border-radius: 25px;
    height: 50px;
}
.subscriber-output-badge.type-v {background-color: #f0ad4e; border-color: #eea236;}
.subscriber-output-badge.type-n {background-color: #5cb85c; border-color: #4cae4c;}
.subscriber-output-badge.type-c {background-color: #009dd3; border-color: #198fc3;}
.subscriber-output-badge.type-u {background-color: #d9534f; border-color: #d43f3a;}

.image-uploader {
    width: 178px;
    height: 178px;
    overflow: hidden;
    position:relative;
}

.image-uploader .upload-image {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: #efefef;
    overflow: hidden;
}

.image-uploader .upload-image img {
    width:100%;
    height:100%;
}

.image-uploader .upload-controls {
    position: absolute;
    bottom: 4px;
    left: 3%;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    width: 94%;
    height: 30px;
    margin-bottom: 0;
}

.image-uploader:hover .upload-controls {
    position: absolute;
    opacity:1;
    filter: alpha(opacity=1);
    z-index:11;
}

.image-uploader .upload-controls .upload-btn {
    position: relative;
    overflow: hidden;
}

.image-uploader .upload-controls .upload-btn input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
}


.image-uploader .upload-controls .trash-btn {
    position: absolute;
    top: 0px;
    right: 0px;
}

.image-uploader .progress {
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 8px;
    left: 3%;
    width: 94%;
    bottom: 16px;
    margin-bottom: 0;
}

.image-uploader .alert {
    position: absolute;
    left: 3%;
    width: 94%;
    top: 5px;
    text-decoration: none;
    font-size: 12px;
    padding: 5px;
    letter-spacing: -1px;
    display:none;
}

.file-uploader {
    width: 100%;
    overflow: hidden;
}

.file-uploader .upload-filename {
    display: inline-block;
    width: 49%;
    margin-bottom:5px;
}

.file-uploader .upload-file {
    display: inline-block;
    position: relative;
    width: 49%;
    height: 30px;
    overflow: hidden;
    vertical-align: middle;
    margin-bottom:5px;
}


.file-uploader .upload-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
}


.file-uploader .upload-controls .upload-btn {
    position: relative;
    overflow: hidden;
    width:47%;
}

.file-uploader .upload-controls .trash-btn {
    position: relative;
    overflow: hidden;
    width:47%;
}

.file-uploader .upload-controls .upload-btn input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
    height: 30px;
}



.file-uploader .progress {
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 8px;
    width: 72.7%;
    margin-bottom: 5px;
}

.file-uploader .alert-container {
    height: 30px;
    width: 72.7%;
}

.file-uploader .alert {
    text-decoration: none;
    font-size: 13px;
    padding: 8px;
    display:none;
    line-height: 13px;
}

.file-uploader .alert .close {
    line-height: 13px;
}

.break-line{
    word-wrap: break-word;
}

.break-line{
    word-wrap: break-word;
}

div.notes{
    background-color: #eeeeee;
    padding: 10px 15px;
    float: left;
    width: 100%;
}

div.notes p{
    padding:15px;
    text-align: left;
}

.budget-briefcase {
    width:60%;
    text-align: left;
}

.product-base-price {
    display: inline-block;
    padding-right: 5px;
    color: #bbb;
    font-size: 0.9em;
    text-decoration: line-through;
}

.alert-sm {
    padding: 5px;
    font-size:12px;
}

.guarantee-limit-btn {
    height: 65px;
    padding: 5px;
    white-space: normal;
    vertical-align: middle;
    font-size: 13px;
    overflow: hidden;
}

.file-thumbnail {
    text-align: center;
    background: transparent;
    border: none;
}

.file-thumbnail-placeholder {
    height: 166px;
    width: 100%;
    background: rgba(0,0,0,0.1);
    border-radius:4px;
}

.file-thumbnail .btn-container {
    width: 33%;
    float: left;
    height: 20px;
}

.file-thumbnail:hover {
    text-decoration: none;
}

.file-icon {
    width:49px;
    height:65px;
    display: inline-block;
    background:url(../img/file-icon-txt.png) no-repeat left top;
    background-size:contain;
}

.file-icon.ext-pdf {
    background-image: url(../img/file-icon-pdf.png);
}

.file-icon.ext-doc,.file-icon.ext-docx {
    background-image: url(../img/file-icon-word.png);
}

.file-icon.ext-xls,.file-icon.ext-xlsx {
    background-image: url(../img/file-icon-excel.png);
}

.file-icon.ext-png {
    background-image: url(../img/file-icon-png.png);
}

.file-icon.ext-jpg {
    background-image: url(../img/file-icon-jpg.png);
}
ul.files {
    list-style-type: none;
}
.file-thumbnail .caption p {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    border-radius: 4px;
    padding: 2px;
    margin-bottom: 5px;
    height: 46px;
    overflow: hidden;
}

.box-link {
    border: 1px solid #f1f1f1;
    background-color: #f8f8f8;
    border-radius: 5px;
    display: inline-block;
    width: 180px;
    height: 180px;
    margin-left:15px;
    margin-bottom:15px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 1px #fff;

}

.box-link:hover {
    text-decoration:none;
    box-shadow:0px 3px 8px #ccc;
    border: 1px solid #eee;
    color:#126C94;
}

.box-link .glyphicon {
    display:block;

    font-size:55px;
    padding:29px 0;
    color:#ddd;
    text-shadow:0px 1px 4px #fff;
}

.box-link:hover .glyphicon {
    color:#126C94;
}


.select-panel .panel-heading {
    min-height:50px;
}

.select-panel .panel-body {
    height:300px;
    overflow-y: auto;
}

.select-panel-item .btn {
    width: 85%;
    text-align: left;
    height:65px;
    overflow-x: hidden;
}
.select-panel-item .btn + .btn {
    width: 15%;
    text-align: center;
}
.select-panel-item .glyphicon {
    line-height: 50px;
    top: -1px;
}

.customer-icon {
    display:inline-block;
    width:50px;
    padding: 10px;
}

.customer-icon.plate {
    width: 150px;
}

.customer-icon img {
    width: 100%;
}

.customer-icon p {
    text-align: center;
}

.phones-bar .customer-phone {
   display: inline-block;
   margin: 0 5px 20px 0;
}

.phones-bar .customer-phone small {
    display: block;
}
.label.cloud-label {
    display:inline-block;
    margin-bottom:5px;
}

.file-list-item {
    list-style: outside none none !important;
}
.eupopup-container {
    background-color: #eee;
    position: fixed;
    width: 100%;
    text-align: center;
    bottom: 0;
    z-index: 1000;
}

.eupopup-head {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 7px 15px;
    color: #357ebd;
}

.eupopup-body {
    color: #6b6b6b;
    font-size: 14px;
    margin-bottom:10px
}

.eupopup-button {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 10px 10px;
    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: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

.eupopup-button:hover, .eupopup-button:focus, .eupopup-button:active {
    color: #ffffff;
    background-color: #1981b4;
    border-color: #1976a6;
    text-decoration: none;
}

.eupopup-closebutton {
    position: absolute;
    top: 10px;
    right: 10px;
}

.eupopup-closebutton:hover {
    text-decoration: none;
}

textarea.invisible-textarea {
    background: transparent;
    border: none;
    width:100%;
}

textarea.invisible-textarea:focus {
    outline: none;
    border: none;
}

.call-info {
    padding-top: 10px;
}

.w-46 {
    width: 46%;
}

.btn-30 {
    width: 33%;
    margin: 0;
}

.btn-50 {
    width: 48%;
    margin: 0;
}

.btn-50 + .btn-50 {
    margin-left: 3%;
}

.form-steps {
    text-align: center;
}

.form-steps span {
    display:inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    background: #dedede;
    margin: 0 30px;
    border-radius: 40px;
    border: 1px solid #dcdcdc;
}

.form-steps span.active {
    background-color: #009dd3;
    border-color: #198fc3;
    color: #fff;
}

.mb-1 {
    margin-bottom: 5px;
}

.max-90 {
    max-width: 90%;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a.collapse-h {
    text-decoration: none;
    color: #6b6b6b;
}

.reserved-claim-color {
    color: darkmagenta;
}

.label-reserved-claim {
    background-color: darkmagenta;
}

.label-reserved-claim[href]:hover,
.label-reserved-claim[href]:focus {
    background-color: #c44bc4;
}

.btn-reserved-claim {
    background-color: darkmagenta;
    border-color: darkmagenta;
}

.btn-reserved-claim:hover,
.btn-reserved-claim:focus,
.btn-reserved-claim:active {
    color: #ffffff;
    background-color: #c44bc4;
    border-color: #c44bc4;
}

.dropdown-menu > li > a.btn-reserved-claim {
    background-color: darkmagenta;
    color: #ffffff;
}

.dropdown-menu > li > a.btn-reserved-claim:hover,
.dropdown-menu > li > a.btn-reserved-claim:focus {
    background-color: #c44bc4;
    color: #ffffff;
}

.insurance-claim-row-select {
    margin: 0 -15px;
    padding: 0 15px;
}

.insurance-claim-row-select:hover,.insurance-claim-panel-select:hover {
    background-color: rgba(0,157,211,.2);
}

.insurance-claim-row-select.active,.insurance-claim-panel-select.active {
    background-color: rgba(0,157,211,.4)!important;
}

.insurance-claim-pdf-preview {
    border: 1px solid #dedede;
}

.coverage-request-details-member {
    border: 1px solid #e2e2e2;
    padding: 0 10px 10px 10px;
    background: #f2f2f2;
}

.coverage-request-details-member + .coverage-request-details-member {
    margin-top: 10px;
}

.coverage-request-details-member small {
    font-weight: 700;
    display: block;
    margin-top: 10px;
}

.infoAfterLabelDblClk {
    display: inline-table;
}

.no_follow{
    font-weight: bold;
}

.insurance_claim_macro_type button {
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: break-word;
    min-height: 118px;
}

@media screen and (min-width: 768px) {
    .insurance_claim_macro_type button {
        min-height: 75px;
    }
}

.rp-captcha {
    display: none;
}

.list-table th .tooltip-inner {
    text-shadow: none;
}

/*PAGE LOADER BAR*/
.pageLoaderProgress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    display: none;
    z-index: 10000;
    width: 100%;
    background-color: #384679;
    /*border-radius: 2px;*/
    background-clip: padding-box;
    overflow: hidden;
}

.pageLoaderProgress .pageLoaderIndeterminate {
    background-color: #384679;
}

.pageLoaderProgress .pageLoaderIndeterminate:before {
    content: '';
    position: absolute;
    background-color: #009ed3;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.pageLoaderProgress .pageLoaderIndeterminate:after {
    content: '';
    position: absolute;
    background-color: #009ed3;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

@media (max-width: 767px) {
    .files .btn span {
        display: inline-block !important;
    }
}