﻿/*------------- Documentation in CSSDoc ---------------------------
*
* System Theme
*
* Standard layout for System Theme
*
* This style sheet describes the 
* structure and the main components
* about theme for system.
*    
* @project System Theme
* @version 1.0
* @date 20/01/2016
* @package layout
* @company PRODEST
* @author Lucas Matias Caetano <lucas.caetano@prodest.es.gov.br>
*
*/

/*==============================================
* General
==============================================*/

html.login-page{
    background-color: #0080a5;
    height: 100%;
}

body {
    padding-top:0;
    color: #505356;
    font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
}

body.login-page{
    overflow-x: initial;
    background: none;
    background:url("../../Imagens/diamond-prodest.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}

body + object, body + object + object {
    display: none;
}

.form-horizontal .control-label,
footer{font-size:14px;}

.form-horizontal .controls{margin-left: 0;}
.form-horizontal .control-label{color: #057595;}

table.jambo_table_simple tbody tr:hover td{
    background: rgba(38, 185, 154, 0.07);
    border-top: 1px solid rgba(38, 185, 154, 0.11);
    border-bottom: 1px solid rgba(38, 185, 154, 0.11);
}

.info-user{
    line-height: 2em;
    /*margin-bottom: 15px;*/
}
.info-user-item{}

img {
    max-width: 100%;
}

.user-profile .profile-icon-toggle{
    width: 32px;
    height: 32px;
    padding: 0;
    display: inline-block;
}
b, strong, th {
    font-family: OpenSans-Semibold, "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
}

/*==============================================
* Detail item
==============================================*/

.modal-content {
    max-height: none;
}

.modal-header{
    padding: 5px 0px 10px 0px;
}

.modal-header .close{
    opacity: 1;
    color: #D9534F;
    text-shadow: none;
    font-size: 44px;
    height: 30px;
    margin-top: -28px;
    padding: 0;
    margin-bottom: 10px;

}

.modal-title{
    background-color: #337AB7;
    color: white;
    text-align: center;
    border-radius: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: OpenSans, "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
}

.detail-group{}

.detail-item {line-height: 2.3em;}
.detail-item p{line-height: 1.9em;}


.detail-item-status span{
    font-weight: bold;
    font-family: OpenSans-Semibold, "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
}

.detail-item-red span{color: #B10000;}
.detail-item-green span{color:#156957;}
.detail-item-yellow span{color:#674D00;}
.detail-item-blue span{color:#025B9C;}

.detail-item-red .fa{color:#d9534f;}
.detail-item-green .fa{color:#26B99A;}
.detail-item-yellow .fa{color:#F39C12;}
.detail-item-blue .fa{color:#3498DB;}

.box-fieldset {
    border: 1px solid #ccc;
    padding: 10px 19px;
    margin-bottom: 10px;
    margin-top: 12px;
    border-radius:5px;
}

.box-fieldset legend{
    border-bottom: none;
    width: inherit;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: -10px;
    background-color: white;
    font-size: 13px;
    padding-bottom: 0;
    margin-bottom: 0;
}


/*==============================================
* Signin
==============================================*/

/*Align elements vertical - begin*/
#table {
    width: 100%;
    height: 100%;
    display: table;
}
#cell {
    vertical-align: middle;
    display: table-cell;
    position: static;
}
#conteudo {
    top: -50%;
    margin: auto;
    position: relative;
    padding: 10px;
}
/*Align elements vertical - end*/


.container-fluid-signin{
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 23% bottom;
    height: 100%;
}

.signin{
    padding-top: 82px;
}

.form-signin-heading{
    font-family: 'Oswald', Arial, sans-serif;
    color: white;
    font-size: 69px;
    text-transform: uppercase;
    line-height: 1.4em;
    margin-bottom: 16px;
}
.sub-title-signin{
    font-family: Arial, sans-serif;
    color: white;
    font-size: 30px;
    text-align: center;
    line-height: 1em;
}
.desc{
    color:white;
    font-size: 17px;
}
.desc-signin{}

.form-signin {

    margin: 0 auto;
    background-color: white;
    border-radius: 5px;
    padding: 32px 40px;
    max-width: 572px;
    margin-top: 30px;


}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.validation-summary-errors ul{padding:0;}

.validation-summary-errors ul li {
    color: #FF1900 !important;
}
.field-validation-error{
    font-size: 13px !important;
    color: #FF1900 !important;
    font-family: Arial, sans-serif;
}


.container-img-logo-governo{
    display: inline-block;
    position: relative;
    text-align: left;
    margin-top: 24px;
}
.container-img-logo-governo a{
    display: block;
}

.name-secretariat{
    position: absolute;
    max-width: 227px;
    color: white;
    top: 74px;
    right: 123px;
    font-size: 14px;
    font-style: italic;
    font-family: 'PT Sans', sans-serif;
    line-height: 1.2em;
    text-align: right;
}

.copyright-signin{
    border-top: 1px solid white;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 8px;
    text-align: center;
    color: white;
}

/*==============================================
* Destaques
==============================================*/
.destaque-label{
    color: white;
    font-size: 13px;
    border-radius: 3px;
    padding: 4px 6px;
    margin-left: 2px;
}

.destaque-text{
    font-weight: bold;
    color: #246AA7;
}

.title-box{
    color: #1C619C;
}

.destaque-circle{
    color: white;
    padding: 1%;
    font-size: 22px;
    border-radius: 50%;
    font-family: Arial;
    display: inline-block;
    min-width: 48px;
    text-align: center;
    margin-left: 3px;
}

/*==============================================
* Timeline
==============================================*/


.section-header, .steps-header, .steps-name {
  color: #666;
  font-weight: 400;
  font-size: 15px;
}

.steps-header {
  margin-bottom: 20px;
  text-align: center;
}

.steps-timeline {
    outline: 1px dashed rgba(255, 0, 0, 0);
    position: relative;
    border: none;
}

.line-progress{
    height: 2px;
    background-color: #ccc;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.line-progress-active{
    background-color: #3FAAE2;
    width: 25%;

}


.steps-timeline:after {
  content: "";
  display: table;
  clear: both;
}

.steps-one,
.steps-two,
.steps-three {
    outline: 1px dashed rgba(0, 128, 0, 0);
    z-index: 2;
    position: relative;
}



.steps-icon{
    background-color: #ccc;
    color: #8A8A8A;
    padding-top: 17px;
    display: block;
    margin: auto;
    width: 65px;
    height: 65px;
    text-align: center;
    border-radius: 50%;
}

.steps-active .steps-icon{
    background-color: #3FAAE2;
    color: white;
}
.steps-active .steps-name{  color: #3498DB;font-weight:bold;}


.steps-name,
.steps-description {
  margin: 0;
}

.steps-description {
  overflow: hidden;
  font-size: 13px;
}


/*Validação*/


.input-validation-error {
    background-color: #FCF4F3 !important;
    border-color: #EEC0BB !important;
}

    .input-validation-error:focus {
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px #eec0bb;
        -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px #eec0bb;
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px #eec0bb;
    }

/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Media Queries
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */


@media screen and (max-width: 500px) {
  .steps-timeline { margin-left: 25px; }

.line-progress{
    height: 100%;
    width: 2px;
}

.line-progress-active{
    height: 50%;
}

  .steps-one,
  .steps-two,
  .steps-three {
    margin-left: -25px;
  }

  .steps-one,
  .steps-two {
    padding-bottom: 40px;
  }

  .steps-three {
    margin-bottom: -100%;
  }

  .steps-icon{
    float: left;
    margin-right: 20px;
  }
    .sub-title-signin{font-size: 23px;}
    .form-signin-heading{font-size: 32px;}

    /*TimeLine*/
    .steps-three{
        margin-bottom: 0;
    }
    .steps-icon{
        float: none;
        display: inline-block;
    }
    .steps-name, .steps-description{
        display: inline-block;
    }

}



@media screen and (min-width: 500px) {
  .steps-timeline {
    padding-top: 20px;
    margin-top: 40px;
    margin-left: 16.65%;
    margin-right: 16.65%;
  }

  .steps-one,
  .steps-two,
  .steps-three {
    float: left;
    width: 33%;
    margin-top: -50px;
  }

  .steps-one {
    margin-left: -16.65%;
    margin-right: 16.65%;
  }

  .steps-three {
    margin-left: 16.65%;
    margin-right: -16.65%;
  }

  .steps-name {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .steps-description {
    text-align: center;
  }
}

@media screen and (max-width: 2000px) {
    
    html.login-page,    
    .container-fluid-signin{
        /*height:auto;*/
    }

}


@media screen and (max-width: 1700px) {
    
    .container-fluid-signin{
            background-size: 45%;
            background-position: 5% bottom;
    }

}

@media screen and (max-width: 1550px) {
    
    .container-fluid-signin{
            background-size: 50%;
    }

}

@media screen and (max-width: 1550px) {
    
    .container-fluid-signin{
        background-size: 57%;
        background-position: 0 bottom;
    }

}

@media screen and (max-width: 1280px) {
    
    .signin {
        padding-top: 45px;
    }

}

@media screen and (max-width: 1199px) {
    
    .container-fluid-signin{
        background:none;
    }

}

@media screen and (max-width: 991px) {
    
    footer{margin:0;}

}


@media screen and (max-width: 480px) {
    
    .top_nav .navbar-right{ width: 80%;}

}

@media screen and (max-width: 300px) {
    
    .toggle{    margin-bottom: 7px;}
    .top_nav .navbar-right{ width: 100%;}
    .top_nav .navbar-right li{float: left;width: 100%;}
    .navbar-nav > li > a{
        padding-bottom: 0;
        padding-top: 5px;
    }
    .navbar-nav .info-number{padding-left: 20px;}

}





/*Paged List*/





.tabela-paginacao tfoot tr {
    text-align: left;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    padding-bottom: 1px;
    background-color: whitesmoke;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
    background-image: -webkit-linear-gradient(top, white, #E6E6E6);
    background-image: -o-linear-gradient(top, white, #E6E6E6);
    background-image: linear-gradient(to bottom, white, #E6E6E6);
    background-image: -moz-linear-gradient(top, white, #E6E6E6);
    /*width: 100%;
  border: 1px solid #DFDFDF;*/
}

.pager {
    margin: 5px 0;
}

    .pager .PagedList-pageCountAndLocation a {
        font-size: 11px;
        color: #2060a0;
        font-weight: normal;
    }

    .pager li {
        margin-left: 2px;
    }

    .pager .active a, .pager a:hover {
        background: none;
        background-color: #FFF;
        font-weight: bold;
    }

    .pager .PagedList-pageCountAndLocation a:hover {
        font-weight: normal;
        color: #2060a0;
    }

    .pager a {
        background-color: none;
        border: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        display: inline-block;
        padding: 4px 14px;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 20px;
        color: #333333;
        color: #2060a0;
        text-align: center;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        vertical-align: middle;
        cursor: pointer;
        background-color: #f5f5f5;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#F5F5F5));
        background-image: -webkit-linear-gradient(top, #ffffff, #F5F5F5);
        background-image: -o-linear-gradient(top, #ffffff, #F5F5F5);
        background-image: linear-gradient(to bottom, #ffffff, #F5F5F5);
        background-image: -moz-linear-gradient(top, #ffffff, #F5F5F5);
        background-repeat: repeat-x;
        border: 1px solid #bbbbbb;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        border-color: #e6e6e6 #e6e6e6 #bfbfbf;
        border-bottom-color: #a2a2a2;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 4px;
        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
        filter: progid:dximagetransform.microsoft.gradient(enabled=false);
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .pager button {
        border: none;
        background: none;
        font-size: 15px;
        color: #2060a0;
        cursor: pointer;
    }


.page-sizes {
    margin-top: 7px;
}



/* TABELAS */

.table-responsive
{
     min-height: 0;
    overflow-x: auto;
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
}

    .table-responsive > .table
    {
        margin-bottom: 0;
    }

        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > td
        {
            white-space: nowrap;
        }

    .table-responsive > .table-bordered
    {
        border: 0;
    }

        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child
        {
            border-left: 0;
        }

        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child
        {
            border-right: 0;
        }

        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td
        {
            border-bottom: 0;
        }



body table.table td
{
    text-align: center;
}

    body table.table td.left
    {
        text-align: left;
    }

    body table.table td.right
    {
        text-align: right;
    }

    body table.table td.hora
    {
        font-family: Courier New;
        color: #8b7505;
    }
    
    body table.table td.data
    { 
        color: #155588;
    }


body table.table th
{
    text-align: center;
}

    body table.table th.left
    {
        text-align: left;
    }

    body table.table th.right
    {
        text-align: right;
    }

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th
{
    background-color: #F1F0F0;
}

.table thead a.ordered
{
    color: #333;
}


.table thead a
{
    color: #2060A0;
}

    .table thead a:hover
    {
        text-decoration: none !important;
        color: #73ABE4;
    }


.btn-icon {
    background: none !important;
    border: none !important;
    font-size: 1.4em;
    color: #2060a0;
    padding: 0px;
    -webkit-text-shadow: none !important;
    text-shadow: none !important;
    border-color: none;
    cursor:pointer;
}

    .btn-icon:hover {
        /*color: #102C5E;*/
        text-decoration: none;
    }

.btn-icon-disabled, .btn-icon-disabled:hover {
    color: #cdcdce;
    cursor: not-allowed;
}