﻿/*Grid*/
.grid:before,
.grid:after { content: " "; display: table; }
.grid:after { clear: both; }
.grid { width:100%; *zoom: 1; }

.block { float:left; }
.cell { display:table-cell; }

/* Stats Bar */
#stats-bar {margin-bottom:20px; width: 100%;  padding:4px 0; border:1px solid #e5e5e5;
	background:#fefefe;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fefefe ), to( #eeeeee ));
	background-image: -webkit-linear-gradient( #fefefe , #eeeeee );
	background-image:    -moz-linear-gradient( #fefefe , #eeeeee );
	background-image:     -ms-linear-gradient( #fefefe , #eeeeee );
	background-image:      -o-linear-gradient( #fefefe , #eeeeee );
	background-image:         linear-gradient( #fefefe , #eeeeee );
	-webkit-border-radius: 4px; 
       -moz-border-radius: 4px; 
	     -o-border-radius: 4px; 
	        border-radius: 4px;
}

#stats-bar ul { display:table; width:100%; padding:0; margin:0; list-style:none; }
#stats-bar ul li { float:left; min-height:65px; margin:0 20px 0 0; padding:0 0 0 20px; font-size:14px; color:#3d3d3d; line-height:28px; border-left:1px solid #e5e5e5; }
#stats-bar ul li:first-child { border:none; }
#stats-bar ul li * { vertical-align:middle; }
#stats-bar ul li b { display:inline-block; margin:0 5px 0 0; }
#stats-bar ul li select { margin:0; padding:3px; }
#stats-bar ul li .period-dropdown { width:130px; margin:0 10px 0 0; }
#stats-bar ul li .year-dropdown { width:100px; }
#stats-bar h1 { line-height:33px; font-size:20px; padding:0; margin:0; }
#stats-bar .scope label { display:block; padding:5px 0 0 0; font-size:15px; color:#0088CC; border-top:1px solid #e2e2e2; }
    #stats-bar div {
        margin: 0 0 10px 0; 
    }


/* General */
.table thead th { cursor:pointer; }

/*
.table thead th.headerSortUp { 
    background: url(/assets/app/img/arrow-desc.png) no-repeat 10px 15px; 
    padding-left:25px;
} 

.table thead th.headerSortDown { 
    background: url(/assets/app/img/arrow-asc.png) no-repeat 10px 15px; 
    padding-left:25px;
} 
    */

body {
    padding-top: 0px;
    padding-bottom: 40px;
}

.center {
    text-align: center;
}

.show-grid {
    margin-top: 10px;
    margin-bottom: 20px;
}

.page-header-custom {
    margin-bottom: 18px;
}

.page-header-custom h2 {
    margin-bottom: 10px;
}

.ui-dialog .ui-dialog-titlebar {
    padding-left: 5px;
}

/* End General */

/* Menu */

.navbar-inner {}

.navbar .container-fluid {
    height: 75px;
}

.navbar .brand {
    padding-top: 0px;
}

.navbar .brand img {
    height: 75px;
}

.navbar li a {
    font-size: 12px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    -khtml-opacity: 0.70;
    opacity: 0.70;
}

.navbar li a:hover, .navbar li a.selected {
    color: #FFFFFF;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.navbar .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
}

[class^="nav-icon-"], [class*=" nav-icon-"] {
    line-height: 14px;
    vertical-align: text-top;
}

.navbar #primary-nav {
    margin-left: 10px;
}

.navbar #primary-nav > li > a {
    padding-top: 14px;
    padding-left: 14px;
    padding-right: 14px;
    text-align: center;
}

.navbar #primary-nav > li > a > i {
    display: inline-block;
    width: 28px;
    height: 25px;
}

.navbar #primary-nav > li > a > span {
    display: block;
}

.navbar #primary-nav > li > a > i.nav-icon-1 {
    background: url('../img/nav-icon-1.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.nav-icon-2 {
    background: url('../img/nav-icon-2.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.nav-icon-3 {
    background: url('../img/nav-icon-3.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.nav-icon-4 {
    background: url('../img/nav-icon-4.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.nav-icon-5 {
    background: url('../img/nav-icon-5.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.nav-icon-6 {
    background: url('../img/nav-icon-6.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.nav-icon-7 {
    background: url('../img/nav-icon-7.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.nav-icon-8 {
    background: url('../img/nav-icon-8.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.nav-icon-9 {
    background: url('../img/nav-icon-9.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.nav-icon-10 {
    background: url('../img/nav-icon-10.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.nav-icon-11 {
    background: url('../img/nav-icon-11.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.nav-icon-12 {
    background: url('../img/nav-icon-12.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.nav-icon-13 {
    background: url('../img/nav-icon-13.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.nav-icon-14 {
    background: url('../img/nav-icon-14.png') no-repeat top center;
}

.navbar #secondary-nav .first {
    padding-top: 28px;
}

.navbar #secondary-nav > li > a {
    padding-top: 28px;
    padding-left: 25px;
}

/* End Menu */

/* Login Form */

#login-page {
    background: #38393B url(../img/linen-bg.jpg) repeat;
}

#login .row.logo {
    padding-top: 100px;
    padding-bottom: 20px;
}

#login input[type=text], #login input[type=password] {
    
}

#login .well {
    background: none;
    border: none;
    box-shadow: none;
}

#login .input-prepend .add-on { width:15%; height:30px; 
    -webkit-box-sizing: border-box; 
       -moz-box-sizing: border-box; 
            box-sizing: border-box;
}
#login .input-prepend input { width:85%; height:30px;
    -webkit-box-sizing: border-box; 
       -moz-box-sizing: border-box; 
            box-sizing: border-box;
}

/* End Login Form */

/* Dashboard */

#columns .column {
    float: left;
    width: 33.3%;
 /* Min-height: */
    min-height: 400px;
    height: auto !important;
}

#columns #widget1 .widget {
    margin-right: 10px;
}

#columns #widget2 .widget {
    margin-left: 10px;
    margin-right: 10px;
}

#columns #widget3 .widget {
    margin-left: 10px;
}

#columns .widget {
    margin: 20px 0px 0px 0px;
    padding: 0px;
    position: relative;
    border: 1px solid #DDDDDD;
}

#columns .widget .widget-head {
    overflow: hidden;
    background-color: #F0F0F0;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
}

#columns .widget .widget-head span {
    color: #0088CC;
    text-shadow: #fff 0 1px;
    font-size: 15px;
    line-height: 25px;
    padding-left: 5px;
    white-space: nowrap;
    float: left;
}

#columns .widget .widget-content {
    padding: 20px;
    line-height: 18px;
    overflow: hidden;
    text-align: center;
}

#columns .widget .widget-iframe {
    width: 100%;
    height: 180px;
    border: none;
}

.custom-column {
    width:100%;
    float:left;    
}

.custom-column ul {
    margin-left:10px
}

.custom-column #widget1 .widget {
    margin-right: 10px;
}

.custom-column #widget2 .widget {
    margin-left: 10px;
    margin-right: 10px;
}

.custom-column #widget3 .widget {
    margin-left: 10px;
}

/*.custom-column li {
    width:95%;
}*/


.widget-head a.remove {
    float: right;
    display: inline;
    background: url(../img/buttons.png) no-repeat -20px 0;
    width: 12px;
    height: 12px;
    margin: 6px 1px 4px 0;
    text-indent: -9999em;
    outline: none;
}

.widget-head a.edit {
    float: right;
    display: inline;
    background: url(../img/buttons.png) no-repeat -3px 0;
    width: 12px;
    height: 12px;
    text-indent: -9999em;
    margin: 6px 6px 4px 4px;
    outline: none;
}

.detail-link { float:right; padding:3px 5px; font-size:12px;}

.widget-head a.collapse {
    float: left;
    display: inline;
    background: url(../img/buttons.png) no-repeat -48px 0;
    width: 12px;
    height: 12px;
    text-indent: -9999em;
    margin: 6px -3px 4px 7px;
    outline: none;
}

.widget-placeholder {
    border: 2px dashed #777;
    margin: 18px 8px 0px 8px;
}

.collapsed .widget-head a.collapse {
    background-position: -34px 0;
}

.collapsed .widget-content {
    display: none !important;
}

.reqVal {
    color: red;
    font-weight: bold;
}

tfoot{
    font-weight:bold;
}

/* End Dashboard */