

@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');
html {
    height: 100%;
}

a,
.btn,
a.btn {
    color: #57535b;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quantify';
    font-weight: 700;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

body {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background: #fafafa;
    background-size: cover;
}

.masthead {
    height: 100%;
    min-height: 0;
    /*width: 40.5rem;*/
    padding-bottom: 0;
}

.masthead .h-100 {
    height: 100% !important;
}

.left_block {
    width: 60%;
    float: left;
    padding-top: 4em;
    height: auto;
    min-height: 100%;
}

.logo {
    width: 22%;
}

.logo img {
    width: 100%;
}

.title_box {
    padding: 3rem 0;
}

.title_box h2 small {
    display: block;
    font-family: 'Quicksand', sans-serif;
    font-size: 80%;
    font-weight: 300;
}

.title_box h2 {
    display: block;
    font-size: 86px;
    font-weight: bold;
    line-height: 9rem;
}

.right_block {
    width: 35%;
    float: right;
    /*background: #fff url(../images/form_grp_bg.jpg) no-repeat;*/
    background-color: transparent;
    /*height: 645px;*/
    min-height: 100%;
    max-height: 100%;
    background-size: 80% 100%;
    position: relative;
    background-position: top center;
}

.form_box {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 55%;
    background: #fff;
    transform: translateY(-45%);
    padding: 3rem 4rem 3rem;
}

.form_box h3 {
    color: #231f20;
    font-size: 32px;
    text-align: center;
    margin-bottom: 1rem;
}

.form_box ul {
    margin: 0;
    padding: 0;
}

.form_box li {
    margin-bottom: 10px;
    position: relative;
    list-style: none;
}

.form_box li:before {
    content: '\f007';
    position: absolute;
    color: #d72024;
    top: 8px;
    left: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.form_box li:nth-child(2):before {
    content: '\f023';
}

.form_box li:nth-child(4):before {
    content: '\f073';
}

.form_box li:last-child:before {
    content: '';
}

.form_box .form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #acacac;
    color: #3e3a3a;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    padding-left: 20px;
}

.form_box .form-control:focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

.form_box .btn_login {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: 0;
    background: linear-gradient(to right, #f49c56 0%, #da2d2a 100%);
    padding: 9px 2.5rem;
    border-radius: 30px;
    margin: 1em auto 0;
    text-align: center;
    display: block;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.form_box .btn_login:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    box-shadow: 1px 1px 4px 1px #f29353;
    color: #fff;
    background: linear-gradient(to right, #f49c56 0%, #da2d2a 100%);
}

.copyright {
    position: absolute;
    width: 100%;
    bottom: 0rem;
}

.copyright p {
    font-size: 13px;
    color: #fff;
}

.copyright p a {
    color: #fff;
}

.copyright p span {
    font-size: 13px;
    color: #fff;
    float: right;
    transform: translateX(-8.5rem);
}

#sess_year {
    color: black;
}

.required:after {
    content: " *";
}

@media (min-width: 768px) {}


/*-------- HR Page ----------*/

.req_form .figure {
    width: 180px;
    height: 204px;
    float: right;
    overflow: hidden;
    position: relative;
    margin: 8px 9px 1em 1em;
}

.req_form figure {
    width: 165px;
    height: 165px;
    float: none;
    overflow: hidden;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.req_form figure img {
    width: 100% !important;
    height: auto !important;
}

.radio-inline {
    height: 34px;
}

.req_form .up_div {
    position: absolute;
    float: none;
    width: 130px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 29px;
}

.req_form .up_div input {
    position: absolute;
    width: 100%;
    border: 0px solid #000;
    height: 25px;
    border-radius: 1em;
    font-size: 15px;
    min-height: auto;
    margin-bottom: 4px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.req_form .up_div input {
    position: relative;
    z-index: 9999;
}

.fileUpload {
    overflow: hidden;
    margin: 10px;
    background: #434c4e !important;
    border: 1px solid #434c4e !important;
    padding: 8px 36px;
    border-radius: 3em;
    position: absolute;
    top: 50%;
    z-index: 999999;
    right: 0;
    margin-top: -33px;
}

.req_form .up_div .fileUpload {
    margin: 0;
    margin-top: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 4px 4px 20px 4px;
    font-size: 12px;
    cursor: pointer;
}

.req_form .up_div span {
    color: #fff;
    cursor: pointer;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.req_form .up_div input {
    position: relative;
    z-index: 9999;
}

.req_form .up_div input {
    position: absolute;
    width: 100%;
    border: 0px solid #000;
    height: 25px;
    border-radius: 1em;
    font-size: 15px;
    min-height: auto;
    margin-bottom: 4px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.fileUpload:hover {
    color: #fff;
    background-color: #d31e22;
    border-color: #d31e22;
}


/*------------ HR END ------------*/


/*------ Dashboard -------------*/

.itemdiv>.user>span {
    border-radius: 100%;
    border: 2px solid #5293C4;
    max-width: 40px;
    position: relative;
    display: block;
    min-height: 40px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.itemdiv {
    padding-top: 6px;
}

.itemdiv>.user {
    margin: 0 0 0 6px;
}

.order_color {
    background: orange;
}

.shipment_color {
    background: skyblue;
}

.company_name {
    text-align: right;
    font-weight: 600;
    color: #FF892A!important;
}

.card {
    color: #31708f;
    border-radius: 5px;
    color: #3e3a3a;
    transition: all ease .4s;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 6px 2px #f3f3f3;
    position: relative;
    padding-top: 1em;
    height: 140px;
    float: left;
    width: 100%;
    margin: 1em 0;
}


/* .card:before {
    content: '';
    width: 80px;
    height: 80px;
    background: url(../images/card_clock.png) no-repeat;
    position: absolute;
    right: 0;
    transform: translate(3%, 8%);
} */

.card figure {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-72%);
    width: 63px;
}

.card h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-align: left;
    padding-left: 10%;
    font-size: 14px;
}

.card small {
    display: block;
    color: #3e3a3a;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 11px;
    line-height: 21px;
}

.card:hover {
    background: linear-gradient(to right, #e2f0fe 0%, #2b5e94 100%);
}

.card:hover:before {
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.card:hover h3,
.card:hover small {
    color: #2b5e94;
}

.card p {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e2f0fe;
    margin: 0;
    padding: 8px 0;
    font-size: 13px;
    font-weight: 600;
}

.card p a {
    color: #3e3a3a;
}

.card .fa {
    font-size: 8px;
    padding: 5px;
    background: #2b5e94;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    color: #fff;
}

.bg_green {
    background-color: #69AA46 !important;
}

.bg_blue {
    background-color: #6FB3E0!important;
}

.bg_red {
    background-color: #D15B47!important;
}

.bg_orange {
    background-color: orange;
}

.bg_purple {
    background-color: #A069C3!important;
}

.enquiry {
    margin-left: 10px !important;
}

#case_type_edit h3 {
    color: #2679B5;
}

.page-content {
    background: #fafafa !important;
	border: 1px solid #d0cece;
}

.no-skin .sidebar {
    background: #fafafa !important;
}

.nav-list>li:before {
    background-color: #2b5e94;
}

.no-skin .nav-list>li:hover>a,
.no-skin .nav-list>li:hover>a {
    color: #2b5e94;
}

.no-skin .nav-list>li .submenu>li>a:hover {
    color: #2b5e94;
    background-color: #e2f0fe;
}

.nav-list>li .submenu>li:hover a>.menu-icon,
.no-skin .nav-list>li.active>a {
    color: #2b5e94;
}

.no-skin .nav-list>li.open>a,
.no-skin .nav-list>li>.submenu li>.submenu>li a:hover,
.no-skin .nav-list>li>a:focus {
    color: #2b5e94;
    background-color: #e2f0fe;
}

.no-skin .nav-list>li>.submenu li.open>a,
.no-skin .nav-list>li>.submenu li>.submenu li.active>a,
.no-skin .nav-list>li>.submenu li>.submenu li.open>a {
    color: #2b5e94;
}

.no-skin .nav-list li.active>a:after {
    border-right-color: #2b5e94;
}

.no-skin .nav-list>li.active:after {
    border-color: #2b5e94;
}

.breadcrumb>li>a {
    color: #2b5e94;
}

.ace-save-state {
    background: #e2f0fe;
    border-color: #CCC;
}

.nav-search .nav-search-input,
.nav-search .nav-search-input:focus,
.nav-search .nav-search-input:hover {
    border-color: #2b5e94;
}

.nav-search .nav-search-icon {
    color: #2b5e94 !important;
}

.ace-save-state .navbar-brand {
    color: #3e3a3a;
}

.ace-save-state .navbar-brand:hover,
.ace-save-state .navbar-brand:focus {
    color: #2b5e94;
}

.ace-save-state small .fa {
    color: #2b5e94;
}

.ace-nav>li.light-blue>a,
.ace-nav>li.light-blue>a:focus,
.ace-nav>li.light-blue>a:hover,
.ace-nav>li.open.light-blue>a {
    background-color: #2b5e94;
}

.blue {
    color: #3e3a3a !important;
}

#breadcrumbs {
    border-top: 1px solid #CCC;
}

.footer .footer-inner .footer-content {
    border: 0;
}

.req:after {
    content: '*';
    color: #f00;
    font-size: 14px;
    padding-left: 1px;
}

.footer {
    float: right;
}

.sidebar+.main-content {
    background: #fff;
}

#main-container {
    background: #fafafa;
}

.full_width {
    width: 100%;
    float: left;
}

.widget-box .panel-default {
    min-height: 235px;
}

.widget-box .panel-body tr {
    line-height: 2.5;
}

.widget-box .panel-body tr td {
    padding: 0 2%;
}

.sidebar+.main-content {
    margin-left: 230px;
}

.sidebar {
    width: 230px;
}

@media (max-width: 768px) {
    .right_block {
    width: 100%;
}
.left_block {
    display: none;
}
.copyright{
    text-align: center;
}
}

@media (max-width: 1024px) {
.title_box h2 {
    font-size: 54px;
}
.form_box {
    top: 38%;
    height: 78%;
}

}