/* ELEMENTS */
html, body {
    margin: 0;
    padding: 0;
    background: #fcfcf7;
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    color: #1a1a1a;
    font-size: 14px;
}

h1 {
    margin: 0 0 40px;
    padding: 0;
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    font-weight: 300;
    text-shadow: 0 1px 1px #fff;
}

h1 strong {
    font-weight: 400;
}

h2 {
    display: block;
    width: 100%;
    margin: 0 -25px 25px!important;
    padding: 0 25px 15px!important;
    border-bottom: 1px solid #DDD;
    font-size: 23px;
    color: #232323;
}

h4{
    margin-bottom: 10px!important;  
}
hr {
    margin: 10px 0 8px 0!important;
    padding: 0!important;
    border-top: 1px solid #DDD;
    clear: both;
}

a {
    color: #78a5e3;
    cursor: pointer;
}

a:hover {
    text-decoration: none!important;
}
/* END ELEMENTS */

/* HELPERS */
.full {
    width: 100%!important;
}
.small {
    max-width: 500px!important;
}

.medium{
    max-width: 700px!important; 
}

.larg{
    max-width: 900px!important; 
}

.search{
    position: absolute;  
    z-index: 3;
}

.form-search{
    margin-top: 2px;
}

.form-search input{
    width: 180px;
    height: 17px!important;
    padding: 4px 6px!important;
}

.info{
    font-weight: bold; color: #000; 
}

.block {
    padding: 15px;
    background: #F9F9F9;
    border:1px solid #DDD;
}

.no-border{
    border-bottom:0px!important; 
    border:0px!important;
}

.align-right{
    float: right!important;
}

.align-left{
    float: left!important;
    margin-right: 8px!important;
}

.text-center{
    text-align: center;
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.space{
    margin: 15px 0 10px 0!important;
    padding: 1px 0 22px 0!important;
    clear: both;
}

.line{
    margin: 10px 0 10px 0!important;
    padding: 0 0 10px 0!important;
    border-bottom: 1px solid #DDD;    
    clear: both;
}

.clear{
    height: 10px!important;
    clear: both!important;
}

.upper{
    text-transform: uppercase;
}

.lower{
    text-transform: lowercase;
}

.bold{
    font-weight: bold!important;
}

.big-arrow{
    background: url("../images/big-arrow.png") no-repeat; 
    margin: 13% 0 0 30%;
    width: 100%;
    height: 106px;
    text-align: center;
}

.img-inactive {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.strike{text-decoration: line-through; font-style: italic;}

.color-blue{color: blue!important}
.color-red{color: red!important}
.color-green{color: green!important}
.color-yellow {color: yellow!important}
.color-orange {color: orange!important}
.color-gray{color: gray!important}

.status-P{color:red!important}
.status-L{color:green!important}
.status-F{color:green!important}
.status-I{color:blue!important}
.status-A{color:blue!important}
.status-C{color:gray!important}
/* END HELPERS */

/* PAGE LAYOUT */
.body {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 20px 25px 20px;
}

.window{
    position: fixed;
    top: 43px;
}

.menu{ 
    width:100%; 
    height:40px;
    background-color:#F5F5F5; 
    border-top:4px solid #393C85!important;
    border-bottom:1px solid #DDD;
}
.shortcut {
    min-width: 80px;
    text-align: center;
}

.app-icon {
    text-align: center;
}

.app-icon img{
    width: 60px;
    height:  59.594px;
}

.content-home {
    border: 1px #EDECE9 solid!important;
    height: 300px;
}

.content-home .panel-apps{
    margin-top: 20px;
    margin-bottom: 40px;
    right: 0px;
    position: absolute;
}

.content-home .panel-user{
    margin-top: 10px;
    left: 36px;
    position: absolute;
}

.content-home .panel-user .dd-item{ 
    margin-bottom: 8px
}

.content-home .app-active{
    margin-top: -270px;
    right: 5px;
    position: absolute;
}

.content-home .app-active img{
    width: 100px;
}

.content-home .app-active .app-img{
    float: right;
}

.content-home .app-active .app-desc{
    float: left;
    margin: 40px 10px 0 0;
    font-size: 16px;
    color:#0088cc;
    text-transform: uppercase;
}

.content-home .logo-g{
    text-align: center;
}

.content-home .logo-g img{
    margin-top: 60px;
    width: 300px;
}

.content {
    margin: 0;
    outline: none;
    border: 1px solid #DDD;
    background: #F5F5F5;
    color: #666;
}

.zmodal{
    z-index: 10015!important;
}

.amodal {
    z-index: 10020!important;
}


.search-custom .select2-container--default .select2-selection--multiple{
    border-radius: 0; 
    min-height: 24px !important;
}

.search-custom .select2-container--default .select2-selection--multiple .select2-search__field{
    margin-top: 0;
}

.search-custom .select2-container--default .select2-selection--multiple .select2-selection__choice{
    margin-top: 0;
}
.search-custom .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    display: block;
}

.content-win {
    padding-top: 6px;
    color: #666;
}

.window-call{
    background: #F5F5F5;
}

.content-short {
    margin: 0;
    padding: 8px 10px 0px 0px;
    color: #666;
}

.content-dashboard {
    margin: 0;
    padding: 0px 0px 0px 15px;
    border: 1px solid #DDD;
    background: #F5F5F5;
    color: #666;
}

.nav-tabs > li > a {
    border: 1px solid #DDD;
}

.funcCheckTabPK{
    display: none;
}

.footer{
    font-size: 12px;
    text-transform: uppercase;
    width:100%; 
    padding: 8px 0 8px 0;
    background-color:#F5F5F5; 
    border-top:1px solid #DDD; 
    border-bottom:4px solid #393C85!important;
    position: fixed;
    bottom: 0;
    z-index: 1100;
}

#footer-info{
    padding-left:10px; 
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #FF8484;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    padding: 2px 5px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
/* END PAGE LAYOUT */


/* PAGE LOGIN */
.content-login {
    margin: 0!important;
    outline: none;
    border: 1px solid #DDD;
    background: #F5F5F5;
    color: #666;
    padding: 20px 0 20px 0;
}

.content-login hr{
    margin: 20px 0 30px 0!important;
    padding: 0!important;
}

.content-login .content-login-info{
    width: 300px;
    border-right: 1px #DDD solid; 
    padding: 0px 30px 0px 20px;
}

.content-login .content-login-form{
    width: 300px; 
    padding: 0px 15px 0px 0px;
}

.content-login .content-login-info .line, .content-login .content-login-form .line{
    margin-bottom: 20px!important;
}

.content-login .content-login-info ul, .content-login .content-login-info p{
    font-size: 12px;
}

.content-login .content-login-info ul{
    margin: 10px 0 20px 0;
    list-style: none;
}

.content-login .content-login-dir{
    width: 380px;
    padding: 15px 20px 10px 20px;
}

.content-login .content-login-app{
    width: 400px;
    padding: 15px 40px 10px 20px;
    margin: 0;
    border-right: 1px #DDD solid; 
}

.content-login .content-login-app .line, .content-login .content-login-dir .line{
    margin-bottom: 20px!important;
}

.logo-p{
    text-align:center;
    margin: 15px 0 15px 0;
}

.footer-login{
    margin-top: 10px;
}

/* END PAGE LOGIN */