﻿ /* Custom Style for IBMS */

/* -- Header --*/
 .page-header-fixed {
    padding-top: 54px;}

.logo {
    padding: 15px 40px;
    float: left;}
    
 .navbar-title  
 {
     color: #fff; 
     margin-top: 10px;
     text-decoration: none;
     }
    
.page-header {
    margin: 0px 0px 12px;
    color: #333 !important;
    }

.navbar-brand {
    padding: 0px 10px!important;}

a.login-status  {
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;}
.login-status, a:hover { color: #00ACAC;}
/* -- End Header 
--*/

/* -- Sidebar Panel --*/
 #sidebar {
    background-color: #2B373D;}
     
.sidebar {
    width: 220px;
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    padding-top: 54px;
    background: #2D353C none repeat scroll 0% 0%;
    z-index: 10;}

.sidebar-label {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding-left: 18px;
    padding-bottom: 3px;
    font-size: 12px;}

.sidebar-menu {
    padding: 5px;}
    
.page-sidebar-fixed .sidebar {
    position: fixed;}

.RadPanelBar .rpHeaderTemplate, .RadPanelBar .rpOut {
    border-bottom-style: solid !important;
    border-bottom-width: 0px !important;}  
      
/* -- End Sidebar Panel 
--*/

/* -- Content Footer--*/
#content-footer.affix {
    z-index: 1;   
    margin-left: 250px;}
    
#content-footer {
    color: #AAA;
    overflow: hidden;
    height: 44px;
    background-color: #F8F8F8;
    border-top: 1px solid #DDD;}
    
/* -- End Content Footer
--*/

/* -- Form Style --*/
.form-control {
	display:inline;
	width:auto;
	padding:5px;
	color: #000;}

.form-horizontal.form-bordered .form-group>div {
	padding:5px;}

/* -- End Form Style --*/

/* -- Others */
.hr {
    border-style: solid ;
    
    border-width: 1px 0px 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;}

.hr-aqua {
    border-color: #00ACAC;}
    
.affix {
    position: fixed;
    transform: translate3d(0px, 0px, 0px);}
 
 .info {
     text-transform: capitalize;} 
 
 /* Scroll To Top */
.back-to-top {
    position: fixed;
    bottom: 10px;
    padding: 10px;
    right: 10px;
    text-decoration: none;
     
}

.back-to-top a{
    text-decoration: none;}
/* end Scroll To Top */

/*
.RadGrid
{
   border-radius: 10px !important;
   overflow: hidden;
}*/

#ctl00_MainContent_RadGrid1_ctl00_ctl09_UpdateButton
{
    color: Aqua;
    }
    
.EditFormHeader{
    padding: 0px 10px !important;    }
    
    
.well-panel {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 10px;
    border: 1px solid #E3E3E3;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;}

a.subpage-link 
{
    color: #707478;
    text-decoration: none;
    font-weight: bold;
    margin: 10px;
    } 
    
.btn { border-radius : 0px !important;}   