@font-face {
  font-family: daxlineproregular;
  src: url(../fonts/DaxlinePro-Regular.otf);
}

@font-face {
  font-family: daxlineprobold;
  src: url(../fonts/DaxlinePro-ExtraBold.otf);
}

#divLogin {
	margin-top: 80px;
}

#homelogged {
	background: url(../img/homebackground.png) no-repeat center center fixed; 
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: cover;
     width: 1500px;
    height: 1500px;
    overflow-x: auto;
    overflow-y: auto;
	padding: 0 !important;
	margin-top: -6px;
}

@media only screen and (max-width: 600px) {
  	#divLogin {
		margin-top: 200px;
	}

	#homelogged {
		background: url(../img/InicioMobile.png) no-repeat center center fixed; 
	  -webkit-background-size: auto;
	  -moz-background-size: auto;
	  -o-background-size: auto;
	  background-size: cover;
	     width: 1500px;
	    height: 1500px;
	    overflow-x: auto;
	    overflow-y: auto;
		padding: 0 !important;
		margin-top: -6px;
	}

	.navbar-toggle {
	    position: relative;
	    float: right;
	    padding: 9px 10px;
	    margin-top: 8px;
	    margin-right: 15px;
	    margin-bottom: 8px;
	    background-color: inherit;
	    background-image: url(../img/menumobile.png)!important;
	    border: 1px solid transparent;
	    border-radius: 4px;
	    background-size: contain!important;
		}
	
	#divContainer {
	background: url(../img/plainbackgroundmobile.png) no-repeat center center fixed; 
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: cover;
     width: inherit;
    height: inherit; 
     overflow-x: auto;
    overflow-y: auto;
	padding: 0 !important;
	margin-top: -6px;
}
	
	.backgroundlogin {
	background-color: #eeedee!important;
	background: url(../img/plainbackgroundmobile.png) no-repeat center center fixed; 
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: cover;
     width: inherit;
    height: inherit; 
    overflow-x: auto;
    overflow-y: auto;
	padding: 0 !important;
	margin-top: -6px;
}


}

.navbar-center
{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
}

#divNavbarsolseg {
	background-color: #491450;
	color: #ffffff;
	font-family: daxlineprobold;
	background-image: none;
	text-align: center;
    font-size: 30px;
    padding: 15px;
} 

.panel-title {
	color: #eeedee!important;
	font-family: daxlineprobold;
}

#divNavbarlogged{
	background-color: #491450;
	color: #b394b4;
	font-family: daxlineprobold;
	background-image: none;
}

.navbar-inverse .navbar-nav > .active > a { 
	background-image: inherit;
}

.formsolseg {
	color: #000000!important;
    background-color: #b394b4!important;
}

.backgroundlogin {
	background-color: #eeedee!important;
	background: url(../img/plainbackground.png) no-repeat center center fixed; 
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: cover;
     width: inherit;
    height: inherit; 
    overflow-x: auto;
    overflow-y: auto;
	padding: 0 !important;
	margin-top: -6px;
}

#divContainer {
	background: url(../img/plainbackground.png) no-repeat center center fixed; 
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: cover;
     width: inherit;
    height: inherit; 
     overflow-x: auto;
    overflow-y: auto;
	padding: 0 !important;
	margin-top: -6px;
}





#divFooter {
    width: 100%;
    height: 100%;
    background-color: #28082e;
	padding: 10px;
    text-transform: uppercase;
    font-size: smaller;
    font-weight: bold;
	cursor: pointer;
	color: white;
    text-align: center;
}

.pagination > li > a {
	color: black !important;
    font-weight: bolder;
}

.fixed-table-pagination .pagination-info {
    line-height: 34px;
    margin-right: 5px;
    font-weight: bolder;
    font-size: 115%;
}


.btn-info-alquimia, .btn-success {
    background-image: linear-gradient(to bottom, #70177f 0%, #70177f 100%) !important;
    border-color: #fffeff !important;
    color: white !important;
    	background-color: #70177f!important;
}

.bootstrap-dialog.type-primary .modal-header {
    background-color: #28082e!important;
    }

 .pagination > .active > a {
    background-color: lightgray!important;
    border-color: lightgray!important;
}

