﻿/* Generic custom styles */
.pageheader {
    background-color: #f9f9f9;
    height: 45px;
    padding: 15px 20px;
}
.input-sm {
    margin-top: 0;
}
.toolbar {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}
.preloader-con {
    display: block;
    text-align: center;
}

/*--custom--*/
.bg-image{
    /*background-image: url('../Content/images/bg-fo.jpg');*/
    background-image: url('../Content/images/loginbg1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; 
    width: 100%;
}
.panel-signin .input-group{
    margin-bottom: 0;
}
.panel-signin .field-validation-error,
.panel-signin .field-validation-valid{
    display: block;
    height: 20px;
}
.panel-signin .field-validation-error{
    font-size: 12px;
}
.panel-signin,
.panel-signup {
    margin: 0 auto 0 auto;
}
.panel-wrapper{
    padding-top:80px;
}
.panel-primary {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.52);
}
#registerWizard .error-wrap{
    display: block;
    height: 10px;
}
#registerWizard .form-group{
    margin-bottom: 0;
}
#registerWizard .field-validation-error,
#registerWizard .field-validation-valid{
    display: block;
    height: 20px;
}
#registerWizard .input-validation-error{
    border-color: #a94442;
}
.headerwrapper .header-right .btn-group .dropdown-menu li form button {
    width: 100%;
    text-align: left;
    border: none;
    background: none;
    font-size: 12px;
    padding: 8px 15px;
    moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    border-radius: 2px;
}
.headerwrapper .header-right .btn-group .dropdown-menu li button:hover {
    color: #333;
    background-color: #E4E7EA;
}
.headerwrapper .header-right {
    margin-left: 230px;
    min-height: 45px;
    padding: 8px 8px;
}

.contentpanel .checkbox input[type="checkbox"]{
    margin-left: 0px;
}

.left-panel ul li:active{
    background-color: #428bca !important;
}

.leftpanel .nav > li.active{
    background-color: #428bca !important;
}

.leftpanel .nav > li > a:hover{
    background-color: #428bca !important;
    color: #ffffff;
}

.leftpanel .nav > li:hover > a i {
    color: #fff !important;
}


/**CUSTOM CSS*/
.panel-stat3 .stat-icon {
    font-size: 30px;
    opacity: 0.3;
    position: absolute;
    right: 10px;
    top: 20px;
}

.panel-stat3 {
    color: #fff;
    cursor: pointer;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 20px;
    position: relative;
}


#gritter-notice-wrapper{
    right: 33%;
    left: 33%;
}

#barchart{
    width: 100%;
    height: 400px;

}

.row-stat .md-title {
    opacity: 1 !important;
}


.panel-danger > .panel-heading {
    background-color: #d9534f !important;
    color: #fff !important;
}


.error{
    color: #f00;

}

.plan{
    cursor:pointer;
}

.listbox {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.listbox li {
    display: inline-block;
    margin-right: 20px;
}
.listbox li h3 {
    margin-top: 5px;
    margin-left: 3px;
}

.center-text {
    text-align: center;
}