﻿body {
    /*background-color: transparent;*/
    padding-top: 0;
    font-size: 12px;
    color: #777;
    background: #f9f9f9;
    font-family: 'Open Sans',sans-serif;
    background-color: #f4f7f6;
}

ul {
    padding: 0;
}

#top-nav.skin-3 {
    background: #fff;
    border-bottom-color: #eee;
}

#top-nav.fixed {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
}

#top-nav {
    height: 45px;
    padding-right: 10px;
    background-color: #fff;
    white-space: nowrap;
    min-width: 310px;
    border-bottom: 1px solid #f2f2f2;
}

#top-nav.skin-3 .brand {
    color: #fff;
    background: #3e6b96;
}

#top-nav .brand {
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 45px;
    width: 194px;
    color: #999;
    background: #323447;
    float: left;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

#top-nav .navbar-toggle {
    margin: 3px 0 0;
    outline: none;
    padding: 9px 10px;
}

#top-nav.skin-3 .navbar-toggle .icon-bar {
    background-color: #999;
}

#top-nav .navbar-toggle .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    margin-bottom: 3px;
    background-color: #999;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

#top-nav .navbar-toggle.hide-menu {
    display: block;
    margin-top: 5px;
}

#top-nav .nav-notification {
    list-style: none;
    margin: 0;
    float: right;
    white-space: nowrap;
    font-size: 12px;
}

#top-nav .nav-notification > li {
    display: block;
    position: relative;
    float: left;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

#top-nav .nav-notification > li:hover {
    background: #fcfcfc;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

#top-nav.skin-3 .nav-notification > li > a {
    color: #999;
}

#top-nav .nav-notification > li > a {
    display: block;
    position: relative;
    padding: 13px 15px;
    color: #999;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

#top-nav .nav-notification > li.profile:focus a
, #top-nav .nav-notification > li.profile:hover a {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none
}

li.profile:hover a > strong {
    display: inline-block;
    animation: fadeInRight .2s ease-in-out;
    -webkit-animation: fadeInRight .2s ease-in-out;
    -moz-animation: fadeInRight .2s ease-in-out;
    -ms-animation: fadeInRight .2s ease-in-out;
    -o-animation: fadeInRight .2s ease-in-out
}

#top-nav .nav-notification > li.profile .dropdown-menu {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    min-width: 220px;
}

#top-nav .nav-notification .dropdown-menu {
    right: 0;
    left: auto;
    top: 95%;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-color: #f1f5fc;
}

#top-nav .nav-notification > li.show .dropdown-menu {
    animation: fadeInUp 0.8s ease;
    -webkit-animation: fadeInUp 0.8s ease;
    -moz-animation: fadeInUp 0.8s ease;
    -ms-animation: fadeInUp 0.8s ease;
    -o-animation: fadeInUp 0.8s ease;
}

#top-nav .nav-notification > li.profile .dropdown-menu li:first-child {
    margin-bottom: 10px;
}

#top-nav .nav-notification .dropdown-menu li {
    border-bottom-color: #f1f5fc;
}

.dropdown-menu {
    font-size: 12px;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu li a {
    padding: 4px 20px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu li a img {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
    max-width: 100%;
}

.dropdown-menu li a .detail {
    float: left;
    margin-left: 10px;
    white-space: normal;
}

#top-nav .nav-notification > li.profile .dropdown-menu li:not(:first-child) a {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#main-container {
    position: relative;
    min-height: 800px;
    padding-top: 45px;
    margin-left: 194px;
}

@media (max-width: 480px){
    #main-container {
        min-width: 310px;
    }
}

@media (max-width: 767px) {
    #top-nav .navbar-toggle.hide-menu {
        display: none;
    }

    #top-nav .brand {
        display: none;
    }

    #side-nav {
        display: none;
    }

    #main-container {
        left: 0;
        margin-left: 0;
    }

    #wrapper.sidebar-display #main-container, #wrapper.sidebar-display footer {
        left: 194px;
        right: -194px;
    }
}

@media (min-width: 768px){
    #wrapper.sidebar-hide #main-container, #wrapper.sidebar-hide footer {
        margin-left: 0;
    }
}

.main-header {
    padding: 20px;
}

.main-header .page-title {
    float: left;
}

.no-margin {
    margin: 0 !important;
}

.main-header .page-title span {
    display: block;
    color: #999;
    text-shadow: 0 1px 0 #fff;
    font-size: 12px;
    margin-top: 5px;
}

.padding-md {
    padding: 20px !important;
}

.bg-danger {
    background-color: #fc8675 !important;
    color: #fff !important;
}

.text-danger {
    color: #fc8675 !important;
}

.panel-stat3 {
    position: relative;
    overflow: hidden;
    padding: 25px 20px;
    margin-bottom: 20px;
    color: #fff;
    cursor: pointer;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.panel-stat3 .stat-icon {
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 30px;
    opacity: .3;
}

.rounded-20 {
    border-radius: 20px;
}

.bg-success {
    background-color: #65cea7 !important;
    color: #fff !important;
}

.bg-warning {
    background-color: #f3ce85 !important;
    color: #fff !important;
}

.urlBtn {
    padding-left: 15%;
    padding-right: 15%;
}

.ltdInfo {
    font-size: 1.5em;
}

.pt-12per {
    padding-top: 12%;
}

.pt-15per {
    padding-top: 15%;
}

/*** Register Page ***/
.loginBody
,.registerBody {
    padding-top: 0;
    font-size: 12px;
    color: #777;
    /*background: #f9f9f9;*/
    background-color: #364150 !important;
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: auto;
}

.loginBody .login-wrapper{
    position: relative;
    top: 15%;
}


.fadeInUp {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
}

.animation-delay1 {
    animation-delay: .1s;
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -ms-animation-delay: .1s;
    -o-animation-delay: .1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
}

.animation-delay10 {
    animation-delay: 1.9s;
    -webkit-animation-delay: 1.9s;
    -moz-animation-delay: 1.9s;
    -ms-animation-delay: 1.9s;
    -o-animation-delay: 1.9s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
}

.bounceIn {
    animation-name: bounceIn;
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -ms-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
}

.modal-dialog {
    top:10%;   
}
