/* Global Styles */

/* ------------------------------- */

 body {
    background-color: #f8f8f8;
    font-family: sans-serif;
}

/* Wrappers */

/* ------------------------------- */

 #wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #dbdbdb;
    position: relative;
}

@media(min-width:768px) {
    
    .navbar-right {
        margin-right: 0;
    }
    
    #page-wrapper {
        /*position: inherit;*/
        margin: 0 0 0 250px;
        padding: 0 30px;
        min-height: 870px;
        border-left: 1px solid #e7e7e7;
    }
    #page-wrapper.full-screen{
        margin: 0;
    }
}

.navbar-static-side ul li {
    border-bottom: 1px solid #e7e7e7;
}

/* page loading indicator */
#page-loader{
    position: absolute;
    margin: 0;
    padding: 0;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: whitesmoke;
    text-align: center;
}
.z-index-10000{
    z-index: 10000 !important;
}
#page-loader > img{
    display: inline-block;
    border: none;
    margin: auto;
    margin-top: 30vh;
    width: 100px;
    height: 100px;
    position: relative;
}

/* Navigation */

/* ------------------------------- */

/* Top Right Navigation Dropdown Styles */

 .navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}
@media(max-width:768px) {
    .navbar-top-links .dropdown-user {
        right: auto;
        left: 0;
    }
}

#navbar-salt{
    margin-bottom: 0;
    border-width: 2.3px;
    padding-bottom: 6px;
}

/* fix partner selector */
#navbar-salt .select2-container a{
    padding: 0;
    padding-left: 8px;
}

/* Sidebar Menu Styles */

 .sidebar-search {
    padding: 15px;
}

.arrow, .fa-angle-right {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

.nav-second-level li{
    border-bottom: none !important;
}

.nav-active {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

@media(min-width:768px) {
    .navbar-static-side {
        z-index: 1;
        position: absolute;
        width: 250px;
        padding-top: 15px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

/* Buttons */

/* ------------------------------- */

 .btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

/* Pages */

/* ------------------------------- */

/* Login Page */

 .login-panel {
    margin-top: 25%;
}

/* Circle Buttons */

 .btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

/* CM Salt */
.navbar-brand{
    display: inline-block;
    background-color: transparent;
    background-repeat: no-repeat;
}
.brand-wrapper{
	position: relative;
	height: 40px;
}
.brand-wrapper img {
    position: absolute;
    bottom: 0;
    padding-left: 20px !important;
}
.cm-logo {
    font-family: sans-serif;
    color: #000;
     display: inline-block;
}

.cm-logo .logo {
    display: inline-block;
    width: 14px;
    height: 15px;
    margin-right: 1px;
    background: transparent url(images/cm-logo.png) no-repeat 0 0;
}

.breadcrumb.salt{
    margin-bottom: 0;
    margin-top: 10px;
}

.pagination.ng-table-pagination{
    margin: 0
}

.page-header {
    margin-top: 10px;
}

/* fix margins of alert*/
.alert:last-child{
    margin: 18px 0 0px 0;
}
.messagebox-container .alert:last-child{
    margin-bottom: 20px;
}

/* footer */
#footer{
    position: absolute;
    bottom: 0;
    left: 0;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
.about-content-box{
    max-width: 960px;
    font-size: 16px;
}
.capitalize{
    text-transform: capitalize;
}
.required-field{
    font-family: monospace;
    color: red;
}

.alert.inline-alert{
    margin-top: 0;
    padding: 5px;
    margin-bottom: 0;
}
.no-left-padding{
    padding-left: 0;
}
.window800{
    width: 800px;
}

/* scrollable tabs */
.form-tab{
    vertical-align: central;
    box-sizing: border-box;
    margin-right: 10px;
    min-width: 120px;
    width: auto;
    border-radius: 6px;
}

.form-tab label{
    margin-top: 10px;
    margin-bottom: 9px;
}
.tabs-scrolled{
    position: fixed;
    top: 0px;
    z-index: 1000;
    background: whitesmoke;
    border-radius: 5px;
    padding: 4px;
}
.tabs-scrolled > div{
    margin-bottom: 0;
}
@media (min-width:768px) {
    .tabs-scrolled > div:last-child{
        margin-right: 0;
    }
}
@media (min-width:768px) and (max-width: 994px) {
    .tabs-scrolled{
        right: 0px;
    }
}

/* circle */
.circle {
    border-radius: 50%;
}
.med-circle {
    /*border: 4px solid white;*/
    /*background: #4ca20b;*/
    padding: 10px 0px 6px 13px;
    display: inline-block;
    width: 40px;
    height: 40px;
}
.med-circle > span{
    font-weight: bold;
}
.med-circle.fa-check:before{
    font-size: 50px;
    position: relative;
    top: -17px;
    left: -12px;
}
.check-mark{
    font-size: 25px;
    vertical-align: middle;
}

/* circle */

.panel.panel-disabled{
    opacity: 0.6;
    background: lightgray;
}

.pos-relative{
    position: relative;
}
.half-opaque{
    position: absolute;
    margin: 0;
    padding: 0;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 500;
    background: lightgray;
    text-align: center;
}

.no-vert-margins{
    margin-bottom: 0;
    margin-top: 0;
}

.transparent-file{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 100;
    cursor: pointer;
}

.padded-row{
    padding-top: 8px;
}

.header-no-margin{
    margin-top: 0;
    margin-bottom: 0;
}

.button-wrapper{
    display: inline-block;
}

/* fix bootstrap modal-backdrop*/
.modal-backdrop{
    bottom: 0 !important;
    position: fixed !important;
}
/*from default*/
.medium-border:after{
    border-left-color: #d4d4d4;
}
.medium-background{
    background-color: #d4d4d4;
}
.label-selector.active{
    background: #B3B1B1;
    border-color: #B3B1B1;
}
.label-selector:hover:not(.active){
    background: #B3B1B1;
}

footer {
	background-color: #fff;
    width: 100%;
    display: block;
}

.footer {
	display: block;
	margin: auto;
}