﻿html {
    height: 100%;
    box-sizing: border-box;
}

body {
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
}

footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background: #fff;
    border-top: 1px solid #e8e8e8;
}

:focus {
    outline: 0;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
    outline-offset: 0;
}

.padding_zero {
    padding-left: 0;
    padding-right: 0;
}

.padding_left {
    padding-left: 0;
}

.padding_right {
    padding-right: 0;
}

#menu {
    width: 220px;
}

#wrapper {
    margin: 0 0 0 220px;
}

#logo {
    width: 220px;
    padding: 5px;
}

.p-5 {
    padding: 5px;
}

.mb-0 {
    margin-bottom: 0;
}

.logo_width {
    margin: auto;
    width: 60%;
}

.margin-auto {
    margin: auto;
}

.width-auto {
    width: auto;
}

#side-menu.nav > li > a:hover, #side-menu.nav > li > a:focus {
    background: #e16b09;
    color: #fff;
}

#side-menu li.active {
    background: #e16b09;
}

    #side-menu li.active a {
        color: #fff;
    }

.panel-heading-padding {
    padding: 10px 15px 21px !important;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.span_position {
    position: relative;
    top: 5px;
}

.orange_btn {
    background: #e16b09;
    border: 1px solid #e16b09;
}

    .orange_btn:hover, .orange_btn:active, .orange_btn:focus {
        background: #ed710a !important;
        border: 1px solid #ed710a !important;
    }

.width-100 {
    width: 100%;
}

.gray-color {
    color: #a7a7a7;
}

.form-control {
    border-radius: 0;
    height: 38px;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

.file-upload {
    position: relative;
    display: inline-block;
}

.file-upload__label {
    display: block;
    padding: 6px 12px;
    color: #fff;
    background: #e16b09;
    border-radius: .4em;
    transition: background .3s;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}

    .file-upload__label:hover {
        cursor: pointer;
        background: #ed710a;
    }

.file-upload__input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width: 0;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.showhide {
    float: right;
}

.dropdown-menu > li > a {
    margin: 0px;
    height: 30px;
}

.select_bg > option {
    background: #fff;
    color: #000;
    font-size: 12px;
}

button.multiselect {
    border-radius: 0px;
    height: 38px;
    background: #e16b09 !important;
    color: #fff !important;
    font-weight: 600;
    border: 1px solid #ccc;
}

.form-horizontal .control-label {
    margin-bottom: 5px;
}

.pr-5 {
    padding-right: 5px;
}

.textarea_height {
    min-height: 38px !important;
    max-width: 100%;
}