﻿/***********Added By LK for Forecepts Admin*****************/
.bold
{
    font-weight:bold;
}

.medium
{
    font-weight:500;
}

.marginleft-10
{
    margin-left:10px !important;
}

.marginleft-20
{
    margin-left:20px !important;
}

.marginleft-250{
    margin-left:250px !important;
}

.marginleft-70
{
    margin-left:70px !important;
}

.marginright-10
{
    margin-right:10px !important;
}

.marginright-20
{
    margin-right:20px !important;
}
.font-10
{
    font-size:10px !important;
}
.font-11{
    font-size:11px !important;
}

.font-12{
    font-size:12px !important;
}

.font-13 { 
    font-size:13px !important;
}

.font-14{
    font-size:14px !important;
}

.font-15{
    font-size:15px !important;
}

.font-16{
    font-size:16px !important;
}

.font-17
{
    font-size:17px !important;
}

.font-18{
    font-size:18px !important;
}

.font-20{
    font-size:20px !important;
}

.font-24{
    font-size:24px !important;
}

.font-36{
    font-size:36px !important;
}

.login-contain-box {
    padding:0px 65px;
}

.center h1 {
    font-size: 30px;
    font-weight: 500;
    font-family:Clarendon
}

.profile {
    background-color:#0078c5 !important;
    border-left:1px solid rgba(0, 0, 0, 0.2) !important;    
}

.detailsBox
{
    padding:20px 15px;
    border:1px solid #ececec;
    background-color:white;
}

.details
{
    color:#6fb3e0;
}

.detailsBox>hr
{
    margin:5px 0px;
    padding-bottom:20px;
}

.control-label
{
    font-weight:bold;
}


.btn-prev {
    background-color:transparent !important;
    border:none !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top:10px;
    color:#003c71;
    font-size: 12px;
    font-weight:bold;
}

.btn-prev.disabled,
.btn-prev[disabled] 
{
    cursor:default !important;
    color:#d7d7d7 !important;
}

.text-error{
    color:#e93243;
    font-size:12px;
}

.javascript-text-error
{
    color:#e93243;
    font-size:12px;
    background-image: url('img/Error.png');
    background-repeat: no-repeat;
    background-size:12px 12px;
    padding-left:20px;
    margin-left:-20px;
    display:inline-block;
    margin-top:10px;
}

.disclaimer
{
    color:#e22a34;
    font-size:12px;
}

#userForm .field-validation-error {
    background-image: url('img/Error.png');
    background-repeat: no-repeat;
    color: #e93243;
    background-size:12px 12px;
    padding-left:20px;
    margin-left:-20px;   
}

.jumbotron>h1 {
    font-size:24px; 
    font-weight:bold;  
    line-height: 24px;
}

.jumbotron>div>div>h1 {
    font-size:24px; 
    font-weight:bold;  
    line-height: 24px;
}

#divNav .btn-app {
    background-color:#e7e7e7 !important;    
    width: 252px;
    height: 250px;
    margin-top: 10px;
    padding:0;
    padding-top: 20px;
    display: inline-block;  
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)!important;
    background-image: none!important;
    border-radius: 0;
    box-shadow: none!important;   
    vertical-align: middle;  
    line-height: 32px; 
    color: #c0c0c0 !important;      
    border: 0;     
    cursor:default; 
    margin-right:30px; 
    margin-bottom:10px; 
}

#divNav .menu-text
{
     color: #666666 !important;
     font-size: 12px;  
     font-weight: bold; 
}

#divNav .submenu-text
{
     color: #0078c5 !important;
     font-size: 14px !important;  
     font-weight: normal !important; 
     text-align: left !important;  
     cursor:pointer;
     padding-left:10px; 
     padding-bottom:10px; 
     line-height: 20px;   
}

#divNav .submenu-text:first-child
{    
     margin-top:20px;   
}

#divNav .white-space
{
    line-height:2px;
    background-color:white;
    border-left:2px solid #e7e7e7;
    border-right:2px solid #e7e7e7;
}

#divNav>div>[class^="icon-"]
{     
    font-size:85px !important;    
    padding:20px 0px;
}

#divNav>div>div>a{
    text-decoration:none;
}

.navbar .brand {
    color: #000;
    font-size: 22px;
    text-shadow: none;
    font-weight:500; 
    height:53px;   
    padding:0 20px 0;
}

.navbar .brand img{
    max-width:90%;
}

.ace-nav>li
{
    line-height: 50px;
    max-height: 50px
}

.sidebar.fixed, .sidebar.sidebar-fixed
{
    top:55px;
}

.breadcrumbs.fixed, .breadcrumbs.breadcrumbs-fixed
{
    top:50px;
}

.dropdown-menu.dropdown-closer
{
    top:90%;
}

body.breadcrumbs-fixed
{
    padding-top:100px;
}

.dataTables_wrapper
{
    width:100%;
    max-width:100%;
    overflow:auto;
}

@media only screen and (max-width: 767px) {
   .login-contain-box {
        padding:0px 0px;
    }

    .chosen-container {
        width:200px !important;		
    }

    .width-15, .width-25, .width-30{ width:50% !important}
    
}