﻿html, body {
    height: 100%;
}

boby {
    font-size: 14px;
}

.has-error .field-validation-error {
    color: #ed5565;
}


.has-error .chosen-container > .chosen-single {
    border-color: #ed5565;
}

.has-error .chosen-container.chosen-container-multi {
    border: solid 1px #ed5565;
}

.table-hover > tbody > tr.no-hover:hover {
    background-color: inherit;
}

.clickable {
    cursor: pointer;
}

.input-group-field {
    display: table-cell;
    vertical-align: middle;
    border-radius: 4px;
}

    .input-group-field .form-control, .input-group-field .form-control {
        border-radius: inherit !important;
    }

    .input-group-field:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

        .input-group-field:not(:first-child):not(:last-child) .form-control {
            border-left-width: 0;
            border-right-width: 0;
        }

    .input-group-field:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-field.input-group-field-sm .chosen-container {
        height: 30px;
        vertical-align: middle;
    }

        .input-group-field.input-group-field-sm .chosen-container > a {
            padding: 2px 12px;
        }

table > tbody > tr > td.align-center-middle {
    text-align: center;
    vertical-align: middle;
}

table > tbody > tr > td.align-bottom {
    vertical-align: bottom;
}

@media only screen and (max-width: 600px) {
    .input-group-multiple-input {
        display: block;
    }

        .input-group-multiple-input .form-control {
            margin-bottom: 5px;
            padding: 2px 12px;
        }

    .input-group-field:not(:first-child):not(:last-child) .form-control {
        border-left-width: 1px;
        border-right-width: 1px;
    }

    .input-group-multiple-input .input-group-btn {
        border-radius: 3px;
    }

        .input-group-multiple-input .input-group-btn .btn {
            border-radius: 3px;
            float: right;
        }

    .input-group-field {
        margin-bottom: 5px;
        display: block;
    }
}

@-webkit-keyframes error-shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    20%, 60% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    40%, 80% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
}

@keyframes error-shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    20%, 60% {
        -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    40%, 80% {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px);
    }
}

.error-shake {
    -webkit-animation-name: error-shake;
    -moz-animation-name: error-shake;
    -ms-animation-name: error-shake;
    -o-animation-name: error-shake;
    animation-name: error-shake;
}

.animated.error-shake {
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -ms-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
}


.top-navigation .nav > li.active.no-background {
    background: none;
    border: none;
}

.big-avatar-initials, .btn.btn-primary.btn-circle.pull-left.big-avatar-initials {
    height: 62px;
    width: 62px;
    -ms-border-radius: 31px;
    border-radius: 31px;
    padding-top: 5px;
    font-size: xx-large;
    cursor: default;
}

    .big-avatar-initials:hover, .btn.btn-primary.btn-circle.pull-left.big-avatar-initials:hover {
        background-color: #1ab394;
        border-color: #1ab394;
        color: #FFFFFF;
    }

.normal-avatar-initials {
    height: 38px;
    width: 38px;
    border-radius: 19px;
    -ms-border-radius: 19px;
    padding: 9px 0;
}

select[disabled].chosen-select + div.chosen-container > a {
    background-color: #eee;
    border: 1px solid #e5e6e7;
    cursor: default !important;
}

    select[disabled].chosen-select + div.chosen-container > a:focus {
        outline: none;
    }

select[disabled].chosen-select.opacity-1 + .chosen-container.chosen-disabled {
    -ms-opacity: 1 !important;
    opacity: 1 !important;
    cursor: default !important;
}

[disabled] {
    cursor: default !important;
}

.dropzone {
    background: none;
    border: none;
}

    .dropzone .dz-message {
        position: absolute;
        top: 40%;
        text-align: center;
        width: 90%;
    }

.bg-customer-communication {
    background-color: rgb(60, 223, 190);
    -ms-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -ms-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

/*
 *
 *   CUSTOMERS SKIN 
 *   NAME - Blue light
 *
*/
.skin-customer .spin-icon {
    background: #0e9aef !important;
}

.skin-customer .nav-header {
    background: #0e9aef;
    background: url('css/patterns/header-profile-skin-1.png');
}

.skin-customer .navbar-minimalize {
    background: #0e9aef;
    border-color: #0e9aef;
}

    .skin-customer .navbar-minimalize:active, .skin-customer .navbar-minimalize:focus {
        background: #1a7bb9;
        border-color: #1a7bb9;
    }

.skin-customer .nav > li.active {
    border-left: 4px solid #1a7bb9;
}

.skin-customer .nav.nav-second-level > li.active {
    border: none;
}

.skin-customer .nav.nav-tabs li {
    background: none;
    border: none;
}

.skin-customer .navbar-fixed-top, .skin-customer .navbar-static-top {
    background-color: #0e9aef !important;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.skin-customer .nav .open > a, .skin-customer .nav .open > a:hover, .skin-customer .nav .open > a:focus {
    background: #0e9aef;
}

/*
 *
 *   PROVIDERS SKIN 
 *   NAME - Blue light
 *
*/
.skin-provider .spin-icon {
    background: #ecba52 !important;
}

.skin-provider .nav-header {
    background: #ecba52;
    background: url('css/patterns/header-profile-skin-3.png');
}

.skin-provider .navbar-minimalize {
    background: #ecba52;
    border-color: #ecba52;
}

    .skin-provider .navbar-minimalize:active, .skin-provider .navbar-minimalize:focus {
        background: #f7a54a;
        border-color: #f7a54a;
    }

.skin-provider .nav > li.active {
    border-left: 4px solid #f7a54a;
}

.skin-provider .nav.nav-second-level > li.active {
    border: none;
}

.skin-provider .nav.nav-tabs li {
    background: none;
    border: none;
}

.skin-provider .navbar-fixed-top, .skin-provider .navbar-static-top {
    background-color: #ecba52 !important;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.skin-provider .nav .open > a, .skin-provider .nav .open > a:hover, .skin-provider .nav .open > a:focus {
    background: #ecba52;
}

/*
    Page paddings and margins
*/
.md-skin .ibox {
    margin-bottom: 10px;
}

.md-skin .page-heading {
    padding: 0 10px 10px 10px;
}

    .md-skin .page-heading h2 {
        margin-top: 10px;
    }

.form-group {
    margin-bottom: 5px;
}


.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.row {
    margin-right: -5px;
    margin-left: -5px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 5px;
    padding-left: 5px;
}

.label {
    font-size: 12px;
    font-weight: normal;
}

.metismenu .label,
.count-info .label {
    font-size: 10px;
}

.table tfoot tr select.filter {
    font-weight: normal;
    font-style: italic;
    font-size: 13px;
}

.tabs-container{
    padding-top: 10px;
}

.dl-horizontal dd {
    margin-bottom: 5px;
}

.form-group{
    margin-top: 10px;
}

.pn-company-requirements{
    margin-top:10px;
}

button, a.btn {
    text-transform: capitalize;
}
.my_summernote + .note-editor{
    min-height: 0;
}

.note-editor.note-frame.panel{
    margin-bottom: 0 !important;
}

#tab-notes .feed-element .well,
#tab-notes .tag-list li a {
    font-size: 13px;
}

