body {
	padding-top: 80px; /* 60px to make the container go all the way to the bottom of the topbar */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	background: url(../images/bg.jpg) repeat;
}

form {
	margin-bottom: 0;	
}

/* Botones */
.btninfo {
  border-color: #2196F3;
  color: dodgerblue
}
.btninfo:hover {
  background: #2196F3;
  color: white;
}	
/* Red */
.btndanger {
  border-color: #f44336;
  color: red
}

.btndanger:hover {
  background: #f44336;
  color: white;
}
/* Green */
.btnsuccess {
  border-color: #4cae4c;
  color: #5cb85c;
}

.btnsuccess:hover {
  background: #5cb85c;
  color: white;
}
.btnwarning {
	border-color: #f0ad4e;
    color: #f0ad4e;
}
.btnwarning:hover {
  background: #f0ad4e;
  color: white;
}


.badgesuccess {
    color: #fff;
    background-color: #28a745;
}
.badgedanger {
    color: #fff;
    background-color: #dc3545;
}
.badgewarning {
    color: #212529;
    background-color: #ffc107;
}
.help-block {
	font-size: 11px;
	color: #666;	
}

ul {
	list-style: none;
	/*padding: 15px 20px;
	padding-right: 0;*/	
}

.caret {
	border-top: 4px solid #bbb;	
}

.mr-10 {
	margin-right: 10px;	
}

.box {
	border-radius: 3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px; 
	border: 1px solid #d5d5d5;
	background: #fff;
	box-shadow: 0 1px 0 rgba(0,0,0,0.11);
	margin-bottom: 3.0%;
}

.clear {
	clear: both;
}

.modal-body {
	//*white-space: pre-wrap!important;	*/
}

.box:before, .box:after {
	content: "";
	display: table;
}
	
.box:after {
	clear: both;
}
	
.box .header {
	border-radius: 3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px; 
	position: relative;
	background: url(../img/nav_bg.png) repeat;
	box-shadow: inset 0 1px 0 #fff, 0 1px 2px rgba(0,0,0,0.02);
}

.box .header h4 {
	position: relative;
	padding: 9px 0;
	padding-top: 8px;
	padding-left: 10px;
	border-bottom: 1px solid #c2c2c2;
	margin: 0;
	font-size: 13px;
	color: #444;
	line-height: 20px;

}
	
.box .content {
	padding: 0;
	margin: 0;
}

.content.pad {
	padding: 20px;	
}

.box .content:before, .box .content:after {
	content: "";
	display: table;
}

.box .content:after {
	clear: both;
}

/******** Header ********/
.navbar-inner {
	background: url(../images/nav_bg.png) repeat-x;
	border-bottom: 1px solid #dadada;
}
	.navbar-fixed-top {
    	margin-bottom: 0;
		
	}
	
	.navbar-fixed-top, .navbar-fixed-bottom {
   		position: absolute;
		position: fixed;
	}
	
	#header h1 {
		background: url(../images/logo_in.png) no-repeat;
		width: 100px;
		height: 26px;
		text-indent: -9999px;
		margin-left: 42px;
	}

	#logo {
		float: left;	
	}
	
	#info {
		float: right;
		padding-top: 7px;
	}
	
	ul#userBox  {
		margin: 0;
		padding: 0;
		margin-right: 37px;
	}

	ul#userBox li {
		position: relative;
		float: left;
		cursor: pointer; 
		padding: 5px;
		color: #fff;
		margin-left: 15px;
	}
	
	ul#userBox li a {
		display: inline-block;
		font-size: 12px;
		text-decoration: none;	
		color: #aaa;
	}

	ul#userBox li a img { 
		margin-right: 5px;
		position: relative;
		top: 2px;
	}
	
	ul#userBox li span.notify { 
		position: relative;
		top: -1px;
		text-align: center; 
		background: url(../images/number.png) repeat-x; 
		display: inline-block; 
		padding: 0 5px;
		color: #fff;
		margin-left: 5px; 
		-moz-border-radius: 2px; 
		-webkit-border-radius: 2px; 
		-o-border-radius: 2px;
		-ms-border-radius: 2px;
		-khtml-border-radius: 2px; 
		border-radius: 2px;  
		font-size: 11px; 
		line-height: 15px; 
	}
	
	ul#userBox .dropdown-menu {
		border: 1px solid #d5d5d5;	 
	}
	
	.dropdown-menu, .box-control {
		position: relative;
		z-index: 1000;	
	}
	
	.dropdown-menu {
		position: absolute;
	}
	
	ul#userBox li ul.dropdown-menu {
		width: 160px;
		position: absolute;
		right: 0;
		margin: 0 auto;
		background: #fff;  
		overflow: hidden;
		padding: 0;
	}
	
	ul#userBox li > ul.dropdown-menu {
		top: auto;
		left: auto;
		font-size: 11px;
		padding: 0;
		margin: 0;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	ul#userBox li ul.dropdown-menu li {
		border: none;
		padding: 0;
		margin: 0;
	}
	
	ul#userBox li ul.dropdown-menu li a {
		color: #456180;
		border: none;
		width: 160px;
		display: block;
		padding: 5px 10px;
	}
	
	ul#userBox li ul.dropdown-menu li a img {
		position: relative;
		top: -2px;	
	}
	
	ul#userBox li ul.dropdown-menu li a:hover {
		background: url(../images/button.png);
		text-decoration: none;
		color: #fff;
	}
	
	ul#userBox li ul.dropdown-menu li a:hover .icon-acc {
		background: url(../images/icons/set-1/cog_hover.png) no-repeat;	
	}
	
	ul#userBox li ul.dropdown-menu li a:hover .icon-off {
		background: url(../images/icons/set-1/logoff_hover.png) no-repeat;	
	}
	
	ul#userBox li ul.dropdown-menu li.divider {
		width: 160px;
		margin: 7px 0;	
	}

/******** Login ********/
#login_logo {
	background: url(../images/logo_in.png) no-repeat;	
	width: 100px;
	height: 26px;
	margin: 0 auto;
	padding: 10px 0 5px 0;
	text-align: center;
	
}
#login_logo_main {	
	display:inline;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 10px 0 5px 0;
	text-align: center;
	
}

/* checkbox */
.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}


/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }
.form-signin {
	max-width: 363px;
	padding: 19px 29px 29px;
	margin: 0 auto 20px;
	margin-top: 90px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
			box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
	  
      .form-signin .form-signin-heading,
      .form-signin .checkbox {
        margin-bottom: 10px;
      }
	  
      .form-signin input[type="text"],
      .form-signin input[type="password"] {
      	height: auto;
      	margin-bottom: 15px;
      }
	  
/******** Main ********/
#main {
	
}

#main-content {
	float: left;
	width: 100%;
}

[class^="icon-"] { margin-right: 2px; position: relative; top: -2px; }
	
/* timepicker */
.bootstrap-timepicker.dropdown-menu {
    border-radius: 4px 4px 4px 4px;
    display: none;
    left: 0;
    margin-top: 1px;
    padding: 4px;
    top: 0;
}
.bootstrap-timepicker.dropdown-menu.open {
    display: inline-block;
}
.bootstrap-timepicker.dropdown-menu:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    left: 6px;
    position: absolute;
    top: -7px;
}
.bootstrap-timepicker.dropdown-menu:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    left: 7px;
    position: absolute;
    top: -6px;
}
.bootstrap-timepicker.modal {
    margin-left: -100px;
    margin-top: 0;
    top: 30%;
    width: 200px;
}
.bootstrap-timepicker.modal .modal-content {
    padding: 0;
}
.bootstrap-timepicker table {
    margin: 0;
    width: 100%;
}
.bootstrap-timepicker td, .bootstrap-timepicker th {
    border-radius: 4px 4px 4px 4px;
    height: 20px;
    text-align: center;
}
.bootstrap-timepicker td.separator {
    width: 1px;
}
.bootstrap-timepicker td a {
    border: 1px solid transparent;
    display: block;
    margin: 4px;
    padding: 4px 0;
}
.bootstrap-timepicker td a:hover {
    background-color: #EEEEEE;
    border-color: #DDDDDD;
    border-radius: 4px 4px 4px 4px;
}

/***************
* Install Page
****************/
#page {
	background: #fff;
	color: #333;
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	margin: 2em auto 6em auto;
	width: 700px;
	padding: 1em 2em;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	border: 1px solid #dfdfdf;
}

.img-force-center {
	margin: 0 auto!important;	
}

#page p {
	color: #666;	
}
/***************
*propio Blackon
****************/
#cargando {
		position:absolute;
		left: 430px;
		top: -175px;				
		z-index:100;
		display: none;
  }
  
 input[type="checkbox"].checkboxmod{
    display: none;
	
}
input[type="checkbox"].checkboxmod + label {
    display: inline;
    position: relative;
    background-color: #b94a48;
    
    /*label styling*/
	
    padding: 6px 25px;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    color: #ffffff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input[type="checkbox"].checkboxmod:checked + label {
    background-color: #468847;
	
}

input[type="checkbox"].checkboxmod:disabled + label {
    opacity: 0.5;
	
}

.casilla_incremento {
  float: left;
  width: 100px;
  font: bold 20px Helvetica, sans-serif;
  padding: 10px 0 0 0;
  text-align: center;
  line-height: 28px;
}

.button_incremento {
  margin: 0 0 0 5px;
  text-indent: -9999px;
  cursor: pointer;
  width: 29px;
  height: 29px;
  float: left;
  text-align: center;
  background: url(../img/buttons.png) no-repeat;
}
.dec {
  background-position: 0 -29px;
}

.buttons_incremento{
  padding: 20px 0 0 140px;
}

.footer{
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
line-height: 14px;
color: #909090;
text-align:center;
padding-bottom:15px;

}
.footer a{
	font-weight: bold;
}

.lineahorizontal {
	width: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-bottom:15px;
	margin-top:15px;

}


.ticket2010header{
	font-size: 11px;
	line-height: 18px;	
}

.ticket2010messageheader {		
	cursor: pointer;
	font-size: 13px;
	height: 35px;
	line-height: 30px;
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
}
.ticket-user {
	float: left;
	width: 30%;
	line-height: 14px;
}
.userdd {
	color: #ff7e00;
}
.report {	
	line-height: 14px;
	float: left;
	width: 40%;		
	color: #a3a3a3;
	font-style: italic;
	margin-left: 10px;
	margin-top: 14px;	
}
.ticket-right {		
	position: absolute;
	width: 30%;		
	right: 8px;
	top: 0;
	text-align: right;
}
.ticket2010attachment-title {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 2px 0;
	padding: 0;
	text-transform: uppercase;
}
.ticket2010attachment-file {
	background-position: 0 9px;
	background-repeat: no-repeat;
	border-top: 1px solid #ccc;
	color: #555;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 6px 0 6px 21px;
}

