/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Sep 14, 2017, 10:53:53 PM
    Author     : deepakk
*/

.fullscreen_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50% ;
    background-image: url('/assets/images/itisback.jpg');
}
.form-signin {
    max-width: 300px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin {
    margin-bottom: 10px;
}
.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="text"] {
    margin-bottom: 10px;
    border-color: #616161;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-color: #616161;
}
.form-signin-heading {
    color: #005d92;
    text-align: center;
    /* text-shadow: 0 2px 2px rgba(0,0,0,0.5); */
    border-top: 1px solid #f5f5f5;
    padding-top: 15px;
    margin-top: 0;
}

.panel_body_d{
    border: 1px solid #e6e6e6;
    padding: 20px 20px;
}
.main_title_login{
    text-align: center;
    color:#666;
    font-size:50px;
}
.sidebar ul li{
    border-bottom: 1px solid #2c3344 !important;
}
.sidebar ul li a{
    color: #ffffff;
    padding:13px 15px;
}
.sidebar-nav{
    min-height: 715px;
    background:#39435C ;
}
.sidebar-nav ul li a:hover{
    color: #073358 !important;
}
.sidebar ul li a.active {
    background-color: #f5f5f5;
    color:#073358;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    color: #111;
}
.frm-required-asterisk{
    color: #BC1212;
    font-weight: bold;
}
.error{
    font-size: 12px;
    color:red;
}
.well{
    background-color: #f3f3f3;
    border: 1px solid #cccccc;
}
.form-control{
    height: 27px;
    padding: 0px 12px;
}
.searchcontrol{
    height:34px;
    padding:6px 12px;
}
body{
    font-family: 'Ubuntu', sans-serif;
}
legend{
    display: initial;
    width: auto;
    border: none;
    font-size: 20px;
}
fieldset{
    min-width: auto;
    margin: auto;
    border: 1px solid #cacaca!important;
    padding: 10px 15px;
}
.d-inline-d{
    width: auto;
    display: inline-block;
}
.navbar-header{
    background: #2d354a;
    min-width: 250px;
    border-bottom: 1px solid #262d3e;
}
.navbar-default {
    background-color: #f1f1f1;
    border: none;
}
.navbar-default .navbar-brand{
    color: #fff;
    width:100%;
}
.navbar-default .navbar-brand:hover {
    color: #f9f9f9;
    background-color: transparent;
}
/*.navbar-brand:hover{
    color: #fff;
}*/
.navbar-top-links{
    background: #f1f1f1;
}

/*---------------user panel--------------------*/

.user-panel {
    padding: 3px 15px;
    background: #2d354a;
    color:#f9f9f9;
}
.user-panel:before,
.user-panel:after {
    display: table;
    content: " ";
}
.user-panel:after {
    clear: both;
}
.user-panel > .image > img {
    width: 45px;
    height: 45px;
}
.user-panel > .info {
    font-weight: 600;
    padding: 5px 5px 5px 15px;
    font-size: 14px;
    line-height: 1;
}
.user-panel > .info > p {
    margin-bottom: 9px;
    color:#f8f8f8;
}
.user-panel > .info > span {
    text-decoration: none;
    padding-right: 5px;
    margin-top: 3px;
    font-size: 11px;
    font-weight: normal;
}
.user-panel > .info > span > .fa,
.user-panel > .info > span > .ion,
.user-panel > .info > span > .glyphicon {
    margin-right: 3px;
}
.text-success {
    color: #7dcc93;
}
.skin-black .user-panel > .info, .skin-black .user-panel > .info > span{
    color:#eee;
}
/*---------------user panel--------------------*/

.page-header{
    margin: 20px 0 20px !important;
}
#planInfoDiv{
    width: 100%;
    clear: both;
    float: left;
    background: moccasin;
    margin: 20px 0px;
    padding: 35px 0px 15px 0px;
    border-radius: 5px;
}
#casenotesOnly{
    width: 540px !important;
}
#caseInfoDivHide{
    margin-bottom:30px;
}
#techdetails{
    padding-bottom: 65px;
}
.loginpanelbox{
    background: #ffffffd4;
    margin-top: 35%;
    padding: 70px 75px;
    border-radius: 5px;
}
.itisbanner{
    border-bottom: 1px solid #a2a2a2;
    padding-bottom: 20px;
}
#bookId {
    word-wrap: break-word;
}
.casenotesbutton{
    float: right;
}
