/*! * SYNERGY (http://www.siesweb.co) * Copyright 2014 Sies. * version 1.0.0 */

/*   ---------------*********   GLOBAL */
/*@import url(http://fonts.googleapis.com/css?family=Exo+2:400,700,400italic,700italic,200,200italic,100,100italic);*/

input.reset{
    border: 0 !important; 
    background:rgba(0,0,0,0) !important; 
    font-family: 'Exo 2', sans-serif !important;
}
a.reset{
    border: 0 !important; 
    background:rgba(0,0,0,0) !important; 
    height: auto !important; 
    text-decoration: none !important;
    font-family: 'Exo 2', sans-serif !important;
}

html, body {font-family: 'Exo 2', sans-serif; font-size: 13px;}
p{ font-weight: 300;}

.spacer{ height: 10px;} .spacer1{ height: 20px;} .spacer2{ height: 40px;} .spacer3{ height: 60px;} .spacer4{ height: 80px;} .spacer5{ height: 100px;}

.txt-white{color: white !important;}
.title{font-weight: 100;}
.pattern:after{
    background: url(../images/pattern.png);
    width:100%;
    height:100%;
    bottom:0;
    left:0;
    position:absolute;
    z-index: 1;
    content: "";
}
code{font-size: .9em;}
/* ---------------********* BANNER HOME	- */
.tp-simpleresponsive ul { list-style:none; padding:0; margin:0;}
.tp-simpleresponsive >ul >li{ list-stye:none; position:absolute; visibility:hidden;}

/*   ---------------*********   PAGE LOADING */
  #pageloader {width: 100%; height: 100%; position: fixed; background-color: #000; z-index: 999999;}
  .loader-item {position: absolute; width: auto; height:height; margin: -25px 0 0 -25px; top:50%; left:50%; text-align:center;}
  .loader-item h2{color:#ccc; margin:0 auto; font-size:20px;  }


/*   ---------------*********   LOGIN HOME */
#home{    width:100%;    height:auto;    position:relative;    z-index: -99;}
#home-login{   text-align:center; top:30%;    width: 100%;}
#restorepass{
    margin: 10px 0;
    font-weight: 100;
    font-size: .9em;
}
#restore-pass{
    position: absolute;
    top:30%;
    width: 100%;
}
.restore-pass{
    width:40%;
    background: rgba(0,13,46,0.6);
    padding: 30px;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 7px 15px #B6B5B8;
}
.bg-restore{ background: url(../images/bg-why-us.jpg)top center no-repeat fixed;}

/*   ---------------*********   HEADER */
#header-login, #home-login, #footer-login{
	position: absolute;
	left: -6px;
}
#header-login{
    top: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
}
#header-top{
    position:fixed;
    top: 0;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    z-index: 999;
}
.header-wellcome{
    margin: 3px 0 0 0;
    font-size: 0.8em;
    color: #A7A9AC;
}
.header-user{
    font-size: 1em;
    color: #0E4E91;
}
.header-close{
    margin-top: 18px;
}
.header-time{font-size: .8em; color:#85983A; }
.brand{ width: 100%; height: 60px;}
.logo-synergy{
    float: left;
    margin-top: 5px;
    width: auto;
    height: 50px;
}
.logo-cliente{
    float: right;
    margin-top: 5px;
    width: auto;
    height: 50px;
}
.nav-bar{ 
    background: #000d2e;
    font-weight: 300;
    font-size: 1em;
}
.shadow{ box-shadow: 0px 2px 5px #e6e7e8;}
.nav-bar-contenido{
    background: #ffffff; 
    padding:0px 20px 5px 20px;
    font-size: .9em; 
    font-weight: 300; 
    border-bottom: 1px dotted #bcc0da;
}
.menuSies a{color:#ffffff;}
.menuSies a:hover{color:#000d2e;}
.menuSies a:active{color:#000d2e;}


/*   ---------------*********   CONTENT */
.container2{ margin-left: 1%; margin-right: 1%;}
.dashboard{ margin-top: 120px;}
.contenido{ margin-top: 150px;}
.bg{ background: #efefef;}
.barraTitulos{
    height: auto;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #000d2e;
    border-radius: 5px;
    -webkit-border-radius:5px;
    font-size: 1.5em;
    border: 1px solid;
    border-color: #d1d2d4;
}
.barraTitulosIn{
    background:#003960;
    height: auto;
    padding-top: 0px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius:5px;
    font-size: 1.2em;
}
.barraTitulosInGenerali{
    background:#a1181b;
    height: auto;
    padding-top: 0px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius:5px;
    font-size: 1.2em;
}
.barraAcciones{
    background:#60161f;
    height: auto;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    border-radius: 3px;
    -webkit-border-radius:3px;
    font-size: 1em;
}

/*   ---------------*********   INPUTS */
.inputLargo{ width: 300px;}
.inputMediano{ width: 250px;}
.inputCorto{ width: 150px;}

/*   ---------------*********   FOOTER */
#footer {
	
    margin: 70px 0 0 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 40px;
}
#footer-login {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 40px;
}
.logo-synergy-footer{
    float: left;
    padding-top: 3px;
    width: auto;
    height: 25px;
}
.copyright{  color: white;  float: right;  font-size: .8em;  font-weight: 200;  padding: 12px 0 0 0;}
