/* CSS stylesheet */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

html, body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    font-size: 1em;
    color: #666;
    background-color: #FFF;
}

body {
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
    font-family: 'LatoWeb', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    /*text-transform: uppercase;*/
    font-family: 'LatoWebLight', sans-serif;
}

h2 {
    margin: 40px 0;
}

strong, b {
    font-weight: 700;
}

a, button {
    outline: none !important;
    text-decoration: none;
}

a, button, h1, h2, ul, nav {
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    -webkit-animation-duration: 300ms; /* Chrome, Safari, Opera */
    -moz-animation-duration: 300ms;
    -o-animation-duration: 300ms;
    animation-duration: 300ms;
}

/* ******************
// Navigation
******************* */
nav.navigation {
    background-color: #FFF;
    border-bottom: 1px solid #B0B0B0;
    width: 100vw;
    height: 55px;
    position: fixed;
    top:0;
    left:0;
    z-index: 777;
    font-family: 'LatoWebMedium', sans-serif;
    padding-top: 5px; 
}

nav.navigation ul.menu {
    list-style: none;
    padding-left: 0;
    height: 50px;
}

nav.navigation ul.menu>li {
    margin:0;
    padding: 0;
    float: left;
}

nav.navigation ul.menu>li>a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    padding: 0 15px;
    color: #909090;
    text-decoration: none;
}

nav.navigation ul.menu>li>a>i {
    font-size: 20px;
    margin-right: 8px;
}

nav.navigation ul.menu>li>.brand {
    width: 150px;
    text-transform: uppercase;
    display: block;
    padding-top: 12px;
}

nav.navigation ul.menu>li>a:hover {
    background-color: #FFF;
    color: #303030;
}

nav.navigation ul.menu>li.active>a {
    background-color: #FFF;
    color: #303030;
    border-top: 1px solid #B0B0B0;
    border-left: 1px solid #B0B0B0;
    border-right: 1px solid #B0B0B0;
}

nav.navigation a.btn-empty {
    display: none;
    position: fixed;
    z-index: 778;
    top:0;
    left: 0;
    border: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 26px;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-align: center;
    color: #FFF;
}

nav.navigation .btn-empty:hover {
    background-color: #FFF;
    color: #222;
}

nav.navigation .page-title {
    display: none;
}

@media (max-width: 720px) {

    body.app {
        padding-top: 60px;
    }

    nav.navigation {
        width: 100%;
        left: -100%;
    }

    nav.navigation a.menu-open {
        display: inline-block;
    }

    nav.navigation .page-title {
        display: block;
        position: fixed;
        z-index: 10;
        top:0;
        left: 0;
        right: 0;
        height: 70px;
        line-height: 70px;
        font-size: 24px;
        padding-left: 90px;
        color: #FFF;
        background-color: #303030;
    }

    #main-menu:target {
        left: 0;
    }

    #main-menu:target ~ .wrap {
        display: none;
    }

    #main-menu:target .page-title {
        display: none;
    }

    #main-menu:target a.menu-open {
        display: none;
    }

    #main-menu:target a.menu-close {
        display: inline-block;
        left: auto;
        right: 0;
    }

}

div.wrap {

}

body.app div.main {
    padding-top: 60px;
    padding-bottom: 100px;
}

body.app-login div.main {
    padding-top: 90px;
    margin-left: 0;
}

@media (max-width: 768px) {

    body.app-login div.main {
        padding-top: 20px;
    }
}

div.btn-panel-bottom {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 48px;
    display: block;
    background: rgba(255, 255, 255, .45);
    text-align: right;
    padding-right: 70px;
}

.btn-panel a {
    display: inline-block;
    text-decoration: none;
}





/* **************
| Dashboard
*************** */
.dashboard {
}

.dashboard-widget {
}

.dashboard-widget-inner {
min-height: 220px;
-webkit-box-shadow: 0 4px 13px 0 rgba(0,0,0,.2),0 2px 16px 0 rgba(0,0,0,.19);
box-shadow: 0 4px 13px 0 rgba(0,0,0,.2),0 2px 16px 0 rgba(0,0,0,.19);
border-radius: 0px;
border: 0;
padding: 15px;
margin: 5px 0 30px 0;
background-color: #FFF;
font-size: 14px;
}

.dashboard-widget-title {
padding: 0 0 30px 0;
color: #222;
font-size: 20px;
font-family: 'LatoWebLight', sans-serif;
}

.dashboard-widget-body {

}

.dashboard-widget-footer {

}








/* ***********************
// MISC
************************ */
textarea {
    resize: vertical;
}

.messages {
position: fixed;
bottom: 20px;
right: 20px;
min-width: 200px;
}

.messages div.alert {
min-height: 50px;
}

div.err-404 {
    margin: 40px auto;
    max-width: 600px;
}

.text-muted {
    color: #BBB;
}

table .btn {
    margin: 0;
}






/* ***********************************
| Alt dropdown
*********************************** */
.droppy-btn {
    display: inline-block;
    line-height: 50px;
    color: #FFF;
    padding: 0 10px 0 0;
    font-size: 18px;
    text-decoration: none;
    border: 0;
    background-color: transparent;
}

#droppy {
    padding: 10px 0 20px 0;
}

#droppy div.droppy-item {
    border-left: 1px solid #BBB;
}

#droppy div.droppy-item a {
    display: inline-block;
    line-height: 25px;
    color: #FFF;
    padding: 0 10px;
    width: 100%;
}








/* ***********************************
| Affix scroll top
*********************************** */
.top-link-block {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    background-color: #3F51B5;
    border-radius: 50%;
    border: 0;
}

.affix-top {
    position: fixed;
    bottom: 17px;
    right: -60px;
    z-index: 6998;
}

.affix {
    position: fixed;
    bottom: 17px;
    right: 15px;
    z-index: 6998;
}








/* ***********************************
| Webkit highlight off
*********************************** */
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill,
input:-webkit-autofill:focus, textarea:-webkit-autofill:focus, select:-webkit-autofill:focus,
#login, #password
{
    -webkit-box-shadow: 0 0 10px 1000px #FFFFFF inset !important;
}









/* **********************
// OVERLAY
*********************** */
div.-overlay- {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 100070;
    overflow-x: hidden;
    overflow-y: auto;
}




/* **********************
// PRELOADER
*********************** */
div.-preloader- {
    border: 5px solid #666;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1075;
    margin: -32px 0 0 -32px;
    -webkit-animation: short-pulse 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: .0
}

@-webkit-keyframes short-pulse {
    0% {-webkit-transform: scale(.1, .1); opacity: .0;}
    50% {opacity: 1;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: .0;}
}




/* **********************
// WYSIWYG FIX
*********************** */
div.mce-fullscreen, div.mce_fullscreen {
    z-index: 9999;
}


label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}




/* **********************
// FILTER
*********************** */
.filters {
    margin-bottom: 15px;
}
