.loader {
    background: #CFCFCF url(img/loader.gif) no-repeat center center;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1000;
    left: 0%;
    top: 0%;
    margin: 0px;
    opacity: 0.65;
    filter: alpha(opacity=35); /* For IE8 and earlier */
}

.ng-cloak {
    display: none !important;
}

#error {
    margin: 0px 20px 10px 20px;
    display: none;
}

.disclaimer {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin: 10px 0 0;
    height: 1em;
    margin-bottom: 10px;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    padding-top: 5px;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
}

.account-wall {
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.login-title {
    color: #555;
    font-size: 18px;
    display: block;
    text-align: center;
    font-weight: bolder;
    margin-top: 15px;
}

.profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.profile-name {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    height: 1em;
}

.main-logo-text {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    margin: 10px 0 0;
    height: 1em;
}
#wrapper {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.active {
    background: #f7f7f7;
    font-weight: bolder;
}

.footer {
    margin:auto;
    margin-top:30px;
    width: 50%;
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    text-align: center;
    background-color: #f7f7f7;
    border-top: solid 1px;
    border-color: #dbdbdb;
}

#content_dv{
    display:none;
}