@import url(https://fonts.googleapis.com/css?family=Roboto);

body {
    font-family: Roboto, Arial, sans-serif;
    font-size: 12px;
    min-width: 1100px;
    min-height: 800px;
}
h1, h2, h3,
h4, h5, h6 {
    padding-top: 0px;
    margin-top: 0px;
}
a,
a:hover {
    color: #15202e;
}
textarea {
    resize: none;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.multi-steps {
    display: flex;
    justify-content: space-around;
}
.multi-steps-item {
    margin: 0px 15px 0px 15px;
    width: 100px;
}
.multi-steps-item-number {
    margin-left: 25%;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    line-height: 1;
    padding-top: 10px;
    color: #333;
    font-weight: bold;
    border: solid 1px #ffffff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}
.project-logo {
    padding-top: 30px;
}
.datepicker {
    padding: 6px 12px !important;
}
.modal-header {
    color: #ffffff;
    background-color: #15202e;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.header-box {
    background-color: #ffffff;
    width: 100%;
    padding: 10px 15px 10px 15px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
}
.header-box-logo {
    width: 215px;
}
.header-box-auth {

}
.header-box-auth img:hover,
.header-box-auth img:focus {
    opacity: 1 !important;
}
.header-box-auth-link {
    font-size: 14px;
}
.pagination {
    margin: 0 !important;
    padding: 0 !important;
}
.panel-heading {
    font-weight: 700;
}
.dataTables_filter {
    text-align: right !important;
}
.dataTables_paginate {
    text-align: right !important;
}
.download-overlay {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}
.download-overlay-preloader {
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 100;
    width: 50px;
    margin-left: -25px;
    text-align: center;
}
.bg-grey {
    background-color: #eee;
}
.client-name {
    text-transform: capitalize;
}
.user-account {
    background-color: #15202e;
    width: 300px;
    height: auto;
    padding-bottom: 15px;
    position: fixed;
    z-index: 11;
    bottom: 0;
    left: 0;
}
.user-account-link {
    display: block;
    color: #ffffff;
    width: 300px;
    height: auto;
    padding: 15px;
}
.user-account-link:hover,
.user-account-link:active,
.user-account-link:focus {
    color: #15202e;
    background-color: #ffffff;
    text-decoration: none;
}
.user-account-link .fa {
    margin-right: 15px;
}
.header-title {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.error-alert {
    width: 350px;
    height: auto;
    color: #ffffff;
    background-color: #FF0000;
    border-color: #ff0000;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 35%;
    left: 50%;
    margin-left: -175px;
    z-index: 99;
}
.status-alert {
    width: 350px;
    height: auto;
    color: #ffffff;
    background-color: #ff8005;
    border-color: #ff8005;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 35%;
    left: 50%;
    margin-left: -175px;
    z-index: 99;
}
.status-alert a {
    color: #ffffff;
    text-decoration: none;
}
.btn-dark,
.btn-dark:hover,
.btn-dark:focus {
    color: #ffffff;
    background-color: #15202e;
    border-color: #15202e;
}
.btn-link,
.btn-link:hover,
.btn-link:focus {
    color: #15202e;
}
.auth-box {
    width: 300px;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.2);
    padding: 15px;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -150px;
}
.register-box {
    width: 300px;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.2);
    padding: 15px;
    position: absolute;
    top: 15%;
    left: 50%;
    margin-left: -150px;
}
.menu-box {
    width: 250px;
    height: 100%;
    overflow: auto;
    background-color: #15202e;
    color: #ffffff;
    padding: 54px 0px 0px 0px;
    position: fixed !important;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    scrollbar-color: #ff8005 #a3a3a3;
    scrollbar-width: thin;
}
.menu-box::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 20px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.menu-box::-webkit-scrollbar
{
    width: 7px;
    background-color: #F5F5F5;
}
.menu-box::-webkit-scrollbar-thumb
{
    background-color: #ff8005;
}
.main-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.main-menu-li {
    display: block;
}
.main-menu-li-a {
    width: 250px;
    display: block;
    padding: 20px 15px 15px 15px;
    text-decoration: none;
    color: #ffffff;
}
.main-menu-li-a:hover,
.main-menu-li-a:active,
.main-menu-li-a:focus {
    text-decoration: none;
    background-color: #ffffff;
    color: #15202e;
}
.main-menu-li-a.active {
    text-decoration: none;
    background-color: #ffffff !important;
    color: #15202e !important;
}
.main-menu-li-a .fa {
    display: block;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    line-height: 15px;
}
.main-menu-sep {
    margin: 10px 15px 10px 15px;
    border-bottom: solid 1px #4f5964;
}
.content-box {
    width: 100%;
    height: auto;
    position: relative;
    padding: 75px 15px 15px 265px;
}
.table-middle tr td {
    vertical-align: middle !important;
}
.main-menu-li .dropdown-menu {
    left: 35px;
}
.padding-0 {
    padding: 0px !important;
}
.padding-top-0 {
    padding-top: 0px !important;
}
.padding-left-0 {
    padding-left: 0px !important;
}
.padding-right-0 {
    padding-right: 0px !important;
}
.padding-bottom-0 {
    padding-bottom: 0px !important;
}
.padding-5 {
    padding: 5px !important;
}
.padding-top-5 {
    padding-top: 5px !important;
}
.padding-left-5 {
    padding-left: 5px !important;
}
.padding-right-5 {
    padding-right: 5px !important;
}
.padding-bottom-5 {
    padding-bottom: 5px !important;
}
.padding-10 {
    padding: 10px !important;
}
.padding-top-10 {
    padding-top: 10px !important;
}
.padding-left-10 {
    padding-left: 10px !important;
}
.padding-right-10 {
    padding-right: 10px !important;
}
.padding-bottom-10 {
    padding-bottom: 10px !important;
}
.padding-15 {
    padding: 15px !important;
}
.padding-top-15 {
    padding-top: 15px !important;
}
.padding-left-15 {
    padding-left: 15px !important;
}
.padding-right-15 {
    padding-right: 15px !important;
}
.padding-bottom-15 {
    padding-bottom: 15px !important;
}
.padding-25 {
    padding: 25px !important;
}
.padding-top-25 {
    padding-top: 25px !important;
}
.padding-left-25 {
    padding-left: 25px !important;
}
.padding-right-25 {
    padding-right: 25px !important;
}
.padding-bottom-25 {
    padding-bottom: 25px !important;
}
.padding-30 {
    padding: 30px !important;
}
.padding-top-30 {
    padding-top: 30px !important;
}
.padding-left-30 {
    padding-left: 30px !important;
}
.padding-right-30 {
    padding-right: 30px !important;
}
.padding-bottom-30 {
    padding-bottom: 30px !important;
}
.margin-0 {
    margin: 0px !important;
}
.margin-top-0 {
    margin-top: 0px !important;
}
.margin-left-0 {
    margin-left: 0px !important;
}
.margin-right-0 {
    margin-right: 0px !important;
}
.margin-bottom-0 {
    margin-bottom: 0px !important;
}
.margin-5 {
    margin: 5px !important;
}
.margin-top-5 {
    margin-top: 5px !important;
}
.margin-left-5 {
    margin-left: 5px !important;
}
.margin-right-5 {
    margin-right: 5px !important;
}
.margin-bottom-5 {
    margin-bottom: 5px !important;
}
.margin-10 {
    margin: 10px !important;
}
.margin-top-10 {
    margin-top: 10px !important;
}
.margin-left-10 {
    margin-left: 10px !important;
}
.margin-right-10 {
    margin-right: 10px !important;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin: 15px !important;
}
.margin-top-15 {
    margin-top: 15px !important;
}
.margin-left-15 {
    margin-left: 15px !important;
}
.margin-right-15 {
    margin-right: 15px !important;
}
.margin-bottom-15 {
    margin-bottom: 15px !important;
}
.margin-30 {
    margin: 30px !important;
}
.margin-top-30 {
    margin-top: 30px !important;
}
.margin-left-30 {
    margin-left: 30px !important;
}
.margin-right-30 {
    margin-right: 30px !important;
}
.margin-bottom-30 {
    margin-bottom: 30px !important;
}
