/* New TMS general CSS */

body
{
	/* background-image: url('../img/wallpaper.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed; 
	background-color:#262626;
	font-family: Arial;
	font-size: 12px; */
}

#header
{
	background-color: #262626;
	height: 30px;
	position: fixed;
	top: 0;
	margin: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

#header .row
{
	height: 30px;
}

#subheader
{
	background-color: #3fad76;
	height: 30px;
	position: fixed;
	top: 30px;
	margin: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#subheader .row .col-xs-12
{
	padding-top: 5px;
}

#subheader.no-menu
{
	background-color: transparent;
}

#subsubheader
{
	background-color: #262626;
	height: 10px;
	position: fixed;
	top: 60px;
	margin: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

#roworange
{
    position: fixed;
    top: 30px;
    height: 30px;
    background-color: #3fad76;
    width: 100%;
}

#maincontainer
{
	/* padding-bottom: 40px;
	position: absolute;
	top: 70px;
	margin: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
    z-index: -1; */
   width: 95%;
   margin: auto;
}

#footer
{
	height: 40px;
	position: fixed;
	bottom: 0;
	margin: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #262626;
}

#headerleft p
{
	color: white;
	margin-top: 5px;
	margin-bottom: 0;
}

#headerright
{
	text-align: right;
}

#headerright .btn-group 
{
	margin-top: 4px;
}

#headerright ul
{
	background-color: #262626;
}

#headerright ul li a
{
	color: white;
	cursor: pointer;
}

#headerright ul li a:hover
{
	color: #262626;
}

#subheader ul
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#subheader ul li
{
	display: inline;
	margin-right: 20px;
}

#subheader ul li a
{
	color: #262626;
}

#subheader ul li a:hover
{
	color: white;
}

#subheader ul li a.menusel
{
	color: white;
	text-decoration: underline;	
}

#footer p
{
	color: white;
	margin-top: 5px;
	margin-bottom: 0;
}

.bl4orange
{
	color: #3fad76;
	/* color: #3fad76; */
}

button.act
{
	background-color: #3fad76;
	color: white;
	border-color: #cccccc;
}

table.table tr td
{
	vertical-align: middle;
}

.red
{
	color: red;
}

.header-metronic
{
	color: #5a7391;
}

.label-success, .progress-bar-success
{
	background-color: #29ab87;
}

.socicon-btn {
	width: auto;
	height: auto;
	padding-top: 0;
	border: 0;
	font-size: 22px;
	margin-right: 20px;
}

.coloricon
{
	color: #aaaaaa;
}

/* customization breakpoint Metrocin */

@media (max-width: 1700px) {
  .hidden-xs, .hidden-sm, .hidden-md
  {
  		display: none;
  }
}


#maincontainer
{
	margin-top: 10px;
}

.cpointer
{
	cursor: pointer;
}
