/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body
{
    background-color: #ffffff;
}
#wrapper
{
    width: 100%;
}
.btn-default2
{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.fa3
{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1em;
    color: #333333;
}
.fa4
{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.3em;
    color: #ffffff;
}
.overall_panel
{
    /*    margin-bottom: 20px;*/
    background-color: #FFF;
    border: 0px solid #dddddd;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-new
{
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-new2
{
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
table thead tr th
{
    font-size: 11px;
}
.panel-default > .panel-heading2
{
    margin-left: 15px;
    font-weight: bold;
}
#page-wrapper
{
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}
.navbar-default
{
    background: #ffffff;
}
.navbar-default2
{
    background: #354d8b;
}
.row5
{
    display: none;
}
.navbar-header
{
    width: 20%;
    float: left;
}
.nav
{
    /*width:50%; 	float:right;*/
}
.radio label, .checkbox2 label
{
    min-height: 20px;
    padding-left: 0px;
    margin-bottom: 5px;
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
}
.checkbox3
{
    display: none;
}
label
{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 7px;
    font-weight: 500;
    font-size: 12px;
}
.dropdown
{
    float: right;
}
.dropdown-toggle2
{
    border: 1px solid red;
}
.page-header
{
    clear: both;
}
.menu1
{
    display: none;
}
.radio label, .checkbox label
{
    /*line-height:1.8;*/
}
.help-block
{
    line-height: 5;
}
.clear
{
    clear: both;
}
.nav
{
    /*width: 250px;*/
}
/* menu area */

.menu_simple
{
    width: 100%;
    display: inline-block;
}
.menu_simple ul
{
    margin: 0;
    padding: 0;
    float: left;
}
.menu_simple ul li
{
    display: inline;
}
.menu_simple ul li a
{
    float: left;
    text-decoration: none;
    color: #000;
    width: 150px;
    text-align: center;
    font-size: 1.2em;
    padding: 10.5px 11px;
    margin-left: 10px;
    border-bottom: 2px solid #09a6b7;
}
.menu_simple ul li a:visited
{
    color: #000;
}
.menu_simple ul li a:hover, .menu_simple ul li .current
{
    color: #000;
    border-bottom: 2px solid #e06c09;
}
@media (min-width:768px)
{
    #page-wrapper
    {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
    #page-wrapper2
    {
        position: inherit; /*margin: 0 0 0 250px;*/
        padding: 0 30px;
        border-left: 0px solid #e7e7e7;
    }
    .sidebar
    {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 80px;
    }
}
.navbar-top-links
{
    margin-right: 0;
}
.navbar-top-links li
{
    display: inline-block;
}
.navbar-top-links li:last-child
{
   margin-right: 15px;
}
.navbar-top-links li a
{
    padding: 15px;
    min-height: 40px;
}
.navbar-top-links .dropdown-menu li
{
    display: block;
}
.navbar-top-links .dropdown-menu li:last-child
{
    margin-right: 0;
}
.navbar-top-links .dropdown-menu li a
{
    padding: 3px 20px;
    min-height: 0;
}
.navbar-top-links .dropdown-menu li a div
{
    white-space: normal;
}
.navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks, .navbar-top-links .dropdown-alerts
{
    width: 310px;
    min-width: 0;
}
.navbar-top-links .dropdown-messages
{
    margin-left: 5px;
}
.navbar-top-links .dropdown-tasks
{
    margin-left: -59px;
}
.navbar-top-links .dropdown-alerts
{
    margin-left: -123px;
}
.navbar-top-links .dropdown-user
{
    right: 10px;
    left: auto;
}
.sidebar .sidebar-nav.navbar-collapse
{
    padding-right: 0;
    padding-left: 0;
}
.sidebar .sidebar-search
{
    padding: 15px;
}
.sidebar ul li
{
    border-bottom: 1px solid #e7e7e7;
    line-height: 25px;
}
.sidebar ul li a.active
{
    background-color: #099cac;
    color: #fff;
}
.sidebar .arrow
{
    float: right;
}
.sidebar .fa.arrow:before
{
    content: "\f104";
}
.sidebar .active > a > .fa.arrow:before
{
    content: "\f107";
}
.sidebar .nav-second-level li, .sidebar .nav-third-level li
{
    border-bottom: 0 !important;
}
.sidebar .nav-second-level li a
{
    padding-left: 37px;
}
.sidebar .nav-third-level li a
{
    padding-left: 52px;
}
@media (min-width:768px) and (max-width:968px)
{
    .sidebar
    {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 80px;
    }
    .navbar-header2 
    {
		width: 68%;	
    }
    .navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks, .navbar-top-links .dropdown-alerts
    {
        margin-left: auto;
    }
    .page-header
    {
        border: 0px solid red; /*padding-top:25px;*/
    }
    .menu_simple
    {
        width: 100%;
        display: inline-block;
    }
    .menu_simple ul
    {
        margin: 0;
        padding: 0;
        float: left;
    }
    /*.menu_simple ul li {
    	display: inline-block;
    	}*/
    .menu_simple ul li a
    {
        float: left;
        text-decoration: none;
        color: #000;
        display: inline-block;
        width: 150px;
        text-align: center;
        cursor: pointer;
        font-size: 1.2em;
        padding: 10.5px 11px;
        margin-left: 10px;
        border-bottom: 2px solid #09a6b7;
    }
    .menu_simple ul li a:visited
    {
        color: #000;
    }
    .menu_simple ul li a:hover, .menu_simple ul li .current
    {
        color: #000;
        border-bottom: 2px solid #e06c09;
    }
    .dropdown2
    {
        display: none;
        border: 1px solid red;
    }
}
@media (min-width:968px) and (max-width:1200px)
{
    .page-header
    {
        border: 0px solid red; /*padding-top:25px;*/
    }
    .menu_simple
    {
        width: 100%;
        display: inline-block;
    }
    .menu_simple ul
    {
        margin: 0;
        padding: 0;
        float: left;
    }
    .dropdown2
    {
        display: none;
        border: 1px solid red;
    }
    /*.menu_simple ul li {
    	display: inline-block;
    	}*/
    .menu_simple ul li a
    {
        float: left;
        text-decoration: none;
        color: #000;
        display: inline-block;
        width: 150px;
        text-align: center;
        cursor: pointer;
        font-size: 1.2em;
        padding: 10.5px 11px;
        margin-left: 10px;
        border-bottom: 2px solid #09a6b7;
    }
    .menu_simple ul li a:visited
    {
        color: #000;
    }
    .menu_simple ul li a:hover
    {
        color: #000;
        border-bottom: 2px solid #e06c09;
    }
}
@media (min-width:480px) and (max-width:767px)
{
    .page-header
    {
        border: 0px solid red;
    }
    .menu_simple
    {
        display: none;
    }
}
@media (min-width:300px) and (max-width:479px)
{
    .page-header
    {
        border: 0px solid red;
    }
    .menu_simple
    {
        display: none;
    }
}
.btn-outline
{
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}
.btn-primary.btn-outline
{
    color: #428bca;
}
.btn-success.btn-outline
{
    color: #5cb85c;
}
.btn-info.btn-outline
{
    color: #5bc0de;
}
.btn-warning.btn-outline
{
    color: #f0ad4e;
}
.btn-danger.btn-outline
{
    color: #d9534f;
}
.btn-primary
{
    background-color: #e66200;
    border-color: #e66200;
}
.btn-primary2
{
    background-color: #e66200;
    border-color: #e66200;
    float:right;
    margin-right:1%;
    color:#fff;
}
.btn-primary2:hover
{
    color: #fff;
    background-color: #099cac;
    border-color: #099cac;
}
.form-control-outer
{
    display: block;
    width: 100%;
    height: 34px; /*padding: 6px 12px;*/
    background: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-info.btn-outline:hover, .btn-warning.btn-outline:hover, .btn-danger.btn-outline:hover
{
    color: #fff;
}
.chat
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.chat li
{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}
.chat li.left .chat-body
{
    margin-left: 60px;
}
.chat li.right .chat-body
{
    margin-right: 60px;
}
.chat li .chat-body p
{
    margin: 0;
}
.panel .slidedown .glyphicon, .chat .glyphicon
{
    margin-right: 5px;
}
.chat-panel .panel-body
{
    height: 350px;
    overflow-y: scroll;
}
.login-panel
{
    margin-top: 25%;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.32);
}
.panel-default > .panel-heading
{
    font-size: 15px;
}
.red
{
    color: #7a210c;
    font-size: 15px;
    font-weight: bold;
}
.flot-chart
{
    display: block;
    height: 400px;
}
.flot-chart-content
{
    width: 100%;
    height: 100%;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled
{
    background: 0 0;
}
table.dataTable thead .sorting_asc:after
{
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}
table.dataTable thead .sorting_desc:after
{
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}
table.dataTable thead .sorting:after
{
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}
.btn-circle
{
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}
.btn-circle.btn-lg
{
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}
.btn-circle.btn-xl
{
    width: 150px;
    height: 150px;
    padding: 10px 16px;
    border-radius: 85px;
    text-align: center; /*margin-left: 45%;*/
    font-size: 24px;
    line-height: 1.33;
    margin-right: 2em;
}
.btn-success
{
    color: #fff;
    background-color: #099cac;
    border-color: #099cac;
}
.btn-success:hover
{
    color: #fff;
    background-color: #e36904;
    border-color: #e36904;
}
.btn-success2
{
    color: #fff;
    background-color: #099cac;
    border-color: #099cac;
    float:right;
    margin-right:20%;
}
.btn-success2:hover
{
    color: #fff;
    background-color: #e36904;
    border-color: #e36904;
}
.show-grid [class^=col-]
{
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}
.show-grid
{
    margin: 15px 0;
}
.huge
{
    font-size: 20px;
    line-height: 3em;
}
.huge a
{
    color: #fff;
    text-decoration: none;
}
.panel-green
{
    border-color: #5cb85c;
}
.panel-green .panel-heading
{
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}
.panel-red
{
    border-color: #d9534f;
}
.panel-red .panel-heading
{
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}
.panel-yellow
{
    border-color: #f0ad4e;
}
.panel-yellow .panel-heading
{
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}
/* Form CSS */
.form-group
{
    width: 100%;
}
.form-group label
{
    width: 30%;
    float: left;
    display: table-cell;
    text-align: right;
    padding-right: 20px;
    font-weight: bold;
    padding-top: 3px; 
}
.form-group .form-control
{
    width: 50%;
    display: table-cell;
}
.form-group .form-control2
{
    width: 50%;
    display: table-cell;
}
.form-group label .red
{
    color: red;
    padding-left: 2px;
}
.panel-body
{

}
.btn-holder
{
    text-align: right;
}

.panel-subheading
{
    padding:10px 0; background-color:#ccc;
    display:block;
    margin-bottom:20px;
    margin-left:-15px;
    margin-right:-15px;
    font-weight:bold;
    padding-left:30px;
}
.panel-default
{
   

}
.nobdr
{
    border:0px;
}

.bdr-B
{
    border-bottom:solid 1px #ccc;
}
.checkbox label
{
    width:auto;
}
.page-header
{
    margin:20px 0 5px 0px;
}
.table-responsive
{
    margin-top:30px;
}
.table-responsive table th
{
   /* background-color:#ccc;*/
}

.nav>li>a {
position: relative;
display: block;
padding: 10px 15px;
font-size: 14px;
font-weight: bold;
}
ul.nav ul
{
    list-style-type:none;
    margin:0px;
     padding:0px;
    
}
ul.nav ul li a {
padding-left: 40px;
padding-top: 5px;
padding-bottom: 5px;
display: block;
text-decoration: none;
font-size:14px;
}
ul.nav ul li a:hover {
background-color:#f1f1f1;
}


.navbar-header2
{
    width: 65%;
    height:75px;
    float: left;
    text-align:right;
    padding:30px 0px 0px 0px;
    border:0px solid red;
}



.grdRowstyle
{

    height:50px;
    font-style: normal;
   border-left: 0px;
	border-right: 0px;
    text-align:center;
}

.grdRowstyle tr
{
    height:30px; 
    border-left: 0px;
	border-right: 0px; 
}

.gridhdrStyle th,td
{
	line-height:1.7em;
	border-left: 0px;
	border-right: 0px;
	text-align:left;
    border:0px;
}
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

footer 
{
    width:100%;
    height:50px;
    border-top:1px solid #cccccc;
    border-bottom:1px solid #cccccc;    
 }
 
 .footer-left 
 {
    width:20%;  
    float:left;
    text-align:left;
    color:#333333;
    padding:15px 0px 0px 15px;
    
  }
  
  .footer-right 
  {
    width:80%;  
    float:right;
    text-align:right;
    color:#333333;
    padding:15px 15px 0px 0px;
     
  }
.no-sort::after { display: none!important; }

.no-sort { pointer-events: none!important; cursor: default!important; }

      






.tooltip-new{
   			display: inline;
    		position: relative;
		}
		
		.tooltip-new:hover:after{
    		
    		border-radius: 5px;
    		background:#ffeddf;
    		/*bottom: -50px;*/
    		color: #666;
    		content: attr(title);
    		left: 110%;
    		padding: 5px 15px;
    		position: absolute;
    		z-index: 98;
    		width: 150px;
			border:1px solid #e66200;
		}
/*		.tooltip:hover:before{
 
    		z-index: 9999;
			background-image:url(callout.gif);
			border:1px solid red;
			position:absolute;
			left:0px;
			right:0px;
			width:222px;
			height:52px;
			
		}
	
*/





/*.hint, [data-hint] {
  position: relative;
  display: inline-block;
  
  }
  .hint:before, .hint:after, [data-hint]:before, [data-hint]:after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }
  .hint:hover:before, .hint:hover:after, .hint:focus:before, .hint:focus:after, [data-hint]:hover:before, [data-hint]:hover:after, [data-hint]:focus:before, [data-hint]:focus:after {
    visibility: visible;
    opacity: 1; }
  .hint:hover:before, .hint:hover:after, [data-hint]:hover:before, [data-hint]:hover:after {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms; }
  .hint:before, [data-hint]:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 6px solid transparent;
    z-index: 1000001; }
  .hint:after, [data-hint]:after {
    content: attr(data-hint);
    background: #ffeddf;
	border:1px solid #e66200;
    color: #666666;
    width:150px;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap; }
.hint--right:before {
  border-right-color: #e66200;  }
.hint--right:before {
  margin-left: -12px;
  margin-bottom: -6px; }
.hint--right:after {
  margin-bottom: -14px; }
.hint--right:before, .hint--right:after {
  left: 132%;
  bottom: 50%; }*/

