/*===============================
    Xavier Responsive Admin Theme
    Author : Angry Frog
================================= */


/*===============================
    MAIN
================================= */

.login-body {

    background-color: #3B3F40;
    font-size: 13px;
    color: #333333;
    overflow-x: hidden;
    width: 100%;
    -ms-overflow-style: scrollbar;
}


#page-wrapper {
    width: 100%;
    overflow-x: hidden;
}
#page-content {
    padding: 0 25px 40px 25px;
    min-height: 1150px;
    position: relative !important;
    height: 100%;
    margin: 0 0 0 200px;
}

.mar-top-10 {
    margin-top: 10px;
}
.mar-btm-10 {
    margin-bottom: 10px;
}

.padding-10 {
    padding: 10px;
}

/*===============================
    LOGO
================================= */
#logo-element {
    width: 200px;
    height: 60px;
    background: rgba(0, 0, 0, 0.14);
    margin: auto;
}
.logo {
    font-size: 50px;
    font-weight: 900;
    letter-spacing: -1px;
    display: inline-block;
    line-height: 58px;
    padding: 0 0 10px 18px;
    text-decoration: none;
}
.logo-full {
    color: #FFF;
}
.x-hidden {
    color: var(--themecolor);
}

/*===============================
    TITLE HEADER
================================= */
.title-header {
    background-color: #FFF;
    margin: 0px -25px 20px;
    min-height: 101px;
}
.title-header h2 {
    margin-top:0px;
    padding-top: 20px;
}
.title-header h2, .breadcrumb {
    padding-left: 20px;
}
.title-header > i {
    font-size: 44px;
    float: right;
    color: #4F5253;
    margin: 20px 30px 0 30px;
    line-height: 64px;
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
}
.breadcrumb {
    background-color: inherit;
    margin-bottom: 0px;
}

/*===============================
    BACKGROUNDS
================================= */
.gray-bg {
    background-color: #F3F3F4;
}
.white-bg {
    background-color: #FFF;
}
.warm-blue-bg {
    background-color: #1F7BB6;
    color: #FFF;
}
.purple-bg {
    background-color: #986291;
    color: #FFF;
}
.red-bg {
    background-color: #F00000;
    color: #FFF;
}
.orange-bg {
    background-color: #fca311;
    color: #FFF;
}
.yellow-bg {
    background-color: #f29b12;
    color: #FFF;
}
.green-bg {
    background-color: #0E9E0E;
    color: #FFF;
}

/*===============================
    TABLES
================================= */
.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
    border: none;
}

/*===============================
    ICONS
================================= */
.panel .icon-bg {
    position: absolute;
    opacity: 0.8;
    left: 15px;
    top: 10px;
    font-size: 38px;
}
.displayoi {
    margin-top: 15px;
}
.displayoi .oi {
    font-size: 25px;
    margin-right: 10px;
}
.fa-item {
    margin-top: 15px;
}
.fa-item .fa {
    font-size: 25px;
    margin-right: 10px;
}

/*===============================
    FORM ELEMENTS
================================= */
.form-control {
    border-radius: 2px;
    color: #626262;
}
.form-inline .form-control {
    margin-right: 4px;
}

/*===============================
    TOGGLES
================================= */
.slow .toggle-group { 
    transition: left 0.7s; -webkit-transition: left 0.7s; 
}
.fast .toggle-group { 
    transition: left 0.1s; -webkit-transition: left 0.1s; 
}
.quick .toggle-group { 
    transition: none; -webkit-transition: none; 
}


/*===============================
    BUTTONS 
================================= */
.btn {
    border-radius: 2px;
}

.btn-main {
    background-color: var(--themecolor);;
    border-color: var(--themecolor);;
    color: #FFFFFF;
}
.btn-main.stacked {
    margin-bottom: 6px;
}
.btn-alt {
    background-color: #FFF;
}
.btn-default {
    background-color: #f1f3f6;
}
.btn-icon {
    padding-left: 10px;
    padding-right: 10px;
}


.btn-primary.btn-alt {
    color: #428bca;
}
.btn-success.btn-alt {
    color: #5cb85c;
}
.btn-info.btn-alt {
    color: #5bc0de;
}
.btn-warning.btn-alt {
    color: #ec971f;
}
.btn-danger.btn-alt {
    color: #d9534f;
}

.btn-primary:hover.btn-alt,
.btn-success:hover.btn-alt,
.btn-info:hover.btn-alt,
.btn-warning:hover.btn-alt,
.btn-danger:hover.btn-alt {
    color: #FFFFFF;
}

.btn-rounded {
    border-radius: 999px;
}

.btn-squared {
    border-radius: 0px;
}

.btn-xl {
    padding: 12px 20px;
    font-size: 20px;
}

.btn-group {
    line-height: inherit;
}

.btn-display .btn {
    margin-bottom: 8px;
    margin-right: 2px;
}

button,
button:focus, 
button:active, 
.btn, 
.btn:focus, 
.btn:active:focus,
.btn.active:focus, 
.btn.focus, 
.btn.focus:active, 
.btn.active.focus {
    outline: none;
    outline: 0;
}

/*===============================
    COLOURED BUTTONS
================================= */
.btn-blue {
    background-color: #1b98e0;
    color: #fff;
    border:1px solid #1a8ac7;
}
.btn-blue.active, 
.btn-blue.focus, 
.btn-blue:active, 
.btn-blue:focus, 
.btn-blue:hover, 
.open > .dropdown-toggle.btn-blue {
    color: #fff;
    background-color: #0e87c4;
}

.btn-purple {
    background-color: #986291;
    color: #fff;
    border:1px solid #8a5884;
}
.btn-purple.active, 
.btn-purple.focus, 
.btn-purple:active, 
.btn-purple:focus, 
.btn-purple:hover, 
.open > .dropdown-toggle.btn-purple {
    color: #fff;
    background-color: #82527c;
}

.btn-red {
    background-color: #F00000;
    color: #fff;
    border:1px solid #b51a36;
}
.btn-red.active, 
.btn-red.focus, 
.btn-red:active, 
.btn-red:focus, 
.btn-red:hover, 
.open > .dropdown-toggle.btn-red {
    color: #fff;
    background-color:#b51431;
}

.btn-green {
    background-color: #0e9e0e;
    color: #fff;
    border:1px solid #118711;
}
.btn-green.active, 
.btn-green.focus, 
.btn-green:active, 
.btn-green:focus, 
.btn-green:hover, 
.open > .dropdown-toggle.btn-green {
    color: #fff;
    background-color:#008000;
}

.btn-orange {
    background-color: #fca311;
    color: #fff;
    border:1px solid #db8a09;
}
.btn-orange.active, 
.btn-orange.focus, 
.btn-orange:active, 
.btn-orange:focus, 
.btn-orange:hover, 
.open > .dropdown-toggle.btn-orange {
    color: #fff;
    background-color:#de9011;
}

.btn-pink {
    background-color: #d1527f;
    color: #fff;
    border:1px solid #b0466b;
}
.btn-pink.active, 
.btn-pink.focus, 
.btn-pink:active, 
.btn-pink:focus, 
.btn-pink:hover, 
.open > .dropdown-toggle.btn-pink  {
    color: #fff;
    background-color:#bd3d6a;
}

/* BUTTON FOR MINI-NAVBAR  */
.close-sidebar {
    padding: 6px 12px;
    margin: 14px 5px 5px 0px;
    font-size: 14px;
    float: left;
}

/*===============================
    TO-TOP
================================= */
#to-top {
    display: none;
    position: fixed;
    bottom: 55px;
    left: 10px;
    border-radius: 2px;
    padding: 0 12px;
    font-size: 28px;
    text-align: center;
    color: #FFFFFF;
    background-color: #000000;
    opacity: 0.1;
    filter: alpha(opacity=10);
    z-index: 102;
}

#to-top:hover {
    color: #ffffff;
    background-color: var(--themecolor);;
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
}


/*===============================
    LOGON PAGES
================================= */
.pen-title {
    padding: 50px 0;
    text-align: center;
    letter-spacing: 2px;
    color: var(--themecolor);
}
.pen-title h1 {
    margin: 0 0 20px;
    font-size: 48px;
    font-weight: 300;
    color: #FFFFFF
}
.pen-title span {
    font-size: 12px;
}
.pen-title .fa-times {
    color: var(--themecolor);;
}
.pen-title span a {
    color: #FFFFFF;
    font-weight: 600;
    text-decoration: none;
}

.form-module {
    position: relative;
    background: #ffffff;
    max-width: 350px;
    width: 100%;
    border-top: 5px solid var(--themecolor);;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}
.form-module .toggle {
    cursor: pointer;
    position: absolute;
    top: -0;
    right: -0;
    background: var(--themecolor);;
    width: 80px;
    height: 30px;
    margin: -5px 0 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}
.form-module .toggle i {
    margin-right: 6px;
}
.form-module .toggle .tooltip {
    position: absolute;
    top: 5px;
    right: -65px;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    width: auto;
    padding: 5px;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
}
.form-module .toggle .tooltip:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -5px;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid rgba(0, 0, 0, 0.6);
}
.form-module .form {
    padding: 40px;
}
.form-module h2 {
    margin: 0 0 24px;
    color: var(--themecolor);;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}
.form-module input {
    outline: none;
    display: block;
    width: 100%;
    border: 1px solid #d9d9d9;
    margin: 0 0 20px;
    padding: 10px 15px;
    box-sizing: border-box;
    font-weight: 400;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.form-module input:focus {
    border: 1px solid var(--themecolor);;
    color: #333333;
}
.form-module button {
    cursor: pointer;
    background: var(--themecolor);;
    width: 100%;
    border: 0;
    padding: 10px 15px;
    color: #ffffff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.form-module button:hover {
    background: #178ab4;
}
.form-module .cta {
    background: #f2f2f2;
    width: 100%;
    padding: 15px 40px;
    box-sizing: border-box;
    color: #666666;
    font-size: 12px;
    text-align: center;
}
.form-module .cta a {
    color: #333333;
    text-decoration: none;
}
.form-module .help-block {
    margin-top: -5px;
    margin-bottom:5px;
    color: red;
}
#login-footer {
    margin-top: 8px;
}

.captchsize {
    transform:scale(0.80);
    -webkit-transform:scale(0.80);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}

/*===============================
    @MEDIA
================================= */
/* MEDIA : MIN-WIDTH: 768px */
@media only screen and (min-width: 768px) {
    #page-content {
        position: inherit;
        margin: 0 0 0 200px;
        min-height: 1150px;
    }
    .navbar-static-side {
        z-index: 101;
        position: absolute;
        width: 200px;
    }
}

/* MEDIA : MAX-WIDTH: 768px */
@media only screen and (min-width:1px) and (max-width: 768px) {
    #page-content {
        position: inherit;
        margin: 0 0 0 0px;
        min-height: 1000px;
    }
    .navbar-static-top {
        margin: 0 0 0 0px;
    }
    .navbar-fixed-top{
        margin: 0 0 0 0px;   
    }
    .fixed-footer {
        left: 0px;
    }
    body.mini-navbar .fixed-footer {
        left: 0px;
    }
    .navbar-static-side {
        display: none;
        z-index: 101;
        position: absolute;
        width: 70px;
    }   
    body.mini-navbar .navbar-static-side {
        display: block;
        z-index: 101;
        position: absolute;
        width: 70px;
    }
    body.right-sidebar #page-content {
        margin: 0 250px 0 0px;
    }
    body.mini-navbar .navbar-top-icons {
        display: none;
    }
    .btn-group.right .dropdown-menu {
        left: auto;
        right: -90px;
    }
    nav ul.dropdown-menu.messages {
        min-width: 250px;
    }
    
    /* Messages dropdown placement on small screen */
    .btn-group.right ul.dropdown-menu.profile-dropdown {
        left: auto;
        right: -140px;
    }
    nav ul.dropdown-menu.profile-dropdown:before {
        right: 152px;
    }
    nav .dropdown-menu.profile-dropdown:after {
        right: 153px;
    }
}

/* MEDIA : MAX-WIDTH: 375px */
@media (max-width: 375px) {
    
    body.right-sidebar .sidebar-right {
        position:absolute;
        width: 250px;
        margin-top: 60px;
        background-color: rgba(59, 63, 64, 1);
    }
    body.right-sidebar #page-content {
        display: none;
    }
    body.right-sidebar.mini-navbar #page-content {
        margin: 0 0 0 70px;
    }
    
}
