html,
body {
    height: 100%;
    background-color: #f5f5f5;
}

   /* .col-lg-2, .col-lg-3, .col-lg-4,  .col-lg-5, .col-lg-6, .col-lg-12{
	border: 3px solid #eed3d7;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
}   */

.center-block{  
    width:250px;
        
    /*  
    padding:10px;  
    background-color:#eceadc;  
    color:#ec8007; */  
}  



.linkFormater a:link {   
    text-decoration: underline;
}

.linkFormater {   
    text-decoration: underline;
    cursor: pointer; cursor: hand;
}

.box-shadow(@shadow: 0 10px 30px rgba(255, 0, 0, 0.2)) {
  -webkit-box-shadow: @shadow; // iOS <4.3 & Android <4.1
          box-shadow: @shadow;
}
/* .red{
	background-color: #C00;
	border-color: #cdd5da;	
}

.row .navbar-dark .navbar-nav > li > a {
	color: #FFF;
} */
.row .navbar{
	border-radius:8px;
}


.tab-content{	
	height: 700px; 
	box-shadow: 0 0 30px black; 
	padding: 20px;	
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #2B2B24;
    border-top: 1px solid #ddd;
    padding-top: 20px;    
    color:#727276;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.progress-bar-success {
    /*background-color: #5cb85c;*/
    background: #cc0000 url("images/ui-bg_highlight-soft_15_cc0000_1x100.png") repeat-x scroll 50% 50%;
}

.navbar-dark {
    background-color: #2b2b24;
}

@media (min-width: 1350px) {
  .container {
    width: 1300px;
  }
}
/* @media (min-width: 1400px) {
  .container {
    width: 1300px;
  }
} */

.context-menu-item.context-menu-icon::before {
    color: #cd0707;
    font-size: 12 px;
}

.context-menu-item.context-menu-hover {  
  background-color: #CCCCCC;
}

table.time-summary {
  display: inline;
}

td.time-summary {
  border: none !important;
  font-family: monospace;
  padding-right: 6px;
}

th.time-summary {
  font-family: monospace;
}