
#header {
    height: 250px;
    /* background-image: url('/assets/appimg/backgorund_general.jpg'); */
}

.content .title-page h1 {
    font: bold 18pt "cormorant-b";
    color: #eba300;
    margin-bottom: 5px;
    margin-top: 5px;
}

.content .title-page h2 {
    font-size: 24pt;
    text-transform: uppercase;
    margin-top: 5px;
}

.content .title-page {
    margin-bottom: 50px;
}




/*   main    */
#trunk {
    width: 90%;
    margin: 0 auto;
    
    position: relative;
    top: -140px;
}

main .hack-father {
    padding-top: 20px;
    border-radius: 30px;
    
    background: #fff;
}

main .right {
    overflow: auto;
}

main .left p,
#any-comunicate {
    font-size: 11pt;
    line-height: 20px;
    margin-bottom: 5px;
}

main .right .alert-comunic {
    width: 45px;
    position: relative;
}

main .hack-comunicate .right div {
    display: none;                   /*  to remove     */
}

main .right .number {
    display: block;
    width: 30px;
    height: 30px;
    background: #f55252;
    border-radius: 30px;
    
    color: #fff;
    font: normal 16pt "cormorant";
    text-align: center;
    
    position: absolute;
    top: 0;
    right: 25px;

    transition: .3s;
    cursor: pointer;
}

main .right .alert-comunic:hover .number {
    background: #ff2929;
}

main .right p {
    float: left;
}

main .right,
main .right button {
    color: #6e8675;
}

main .right button {
    background: none;
    border: none;
    font-size: 32pt;
    margin-top: -15px;

    transition: .3s;
    cursor: pointer;
}

main .right .alert-comunic:hover button,
main .right:hover p {
    color: #004015;
}


main .content h1,
main .content h2,
main .content h3,
main .content h4 {
    margin-top: 25px;
    margin-bottom: 10px;
}

main .content > h2 {
    margin-bottom: 20px;
}


/*   table-standart    */
.table-standart {
    text-align: left;
    border-collapse: collapse; 
    width: 100%;
}

.table-standart caption {
    font: bold 14pt "merri";
    text-align: left;
    margin-bottom: 15px;
}

.table-standart thead tr {
    border-top: 2px solid #eeeeee;
}

.table-standart tr th,
.table-standart tr td {
    padding: 10px;
}

.table-standart tr td a .typcn-document-text {
    color: #fe2d00;
    font-size: 14pt;
}

.table-standart tr td a:hover .typcn-document-text {
    color: #cc3f20;
    font-size: 14pt;
}

.table-standart tbody tr:nth-child(2n+1) {
    background-color: #eeeeee;
}

.table-standart tr .down-icon {
    display: block;
    width: 40px;
    height: 40px;
    background: #ff6c17;
    color: #fff;
    border-radius: 50%;
    padding-left: 9.5px;
    padding-top: 6px;
    font-size: 16pt;
    border-bottom: 1px solid #004015;

    transition: .3s;
}

.table-standart tr .down-icon:hover {
    background: #f83200;
    border-bottom: 3px solid #f83200;
    box-shadow: 0 0 3px #ff6c17;
    padding-top: 10px;
}



/*   list-dropdown    */

.list-dropdown h2 {
    padding-bottom: 30px;
}

.list-dropdown > li {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 20px;

    cursor: default;
    transition: .5s
}

.list-dropdown > li:hover {
    border: 1px solid #2c8f4c;
    box-shadow: 0 0 5px #2c8f4c;
}

.list-dropdown .ttle {
    overflow: auto;
    padding-bottom: 5px;
}

.list-dropdown .ttle h3 {
    width: 90%;
    float: left;
    margin: 10px 0 0;
    color: #666;

    transition: .5s
}

.list-dropdown > li:hover .ttle h3 {
    color: #333;
}

.list-dropdown .ttle span {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    margin-top: 10px;
    background: #ccc;
    float: right;
    
    transition: .5s
}

.list-dropdown > li:hover .ttle span {
    background: #666;
}

.list-dropdown > li .ttle .blink {
    background: #004015;
}

.list-dropdown > li:hover .ttle .blink {
    background: #004015;
}

.list-dropdown .ctte {
    display: none;
}


/* person-list */

.person-list li {
    width: 100%;
    border: 2px solid #547853;
    border-radius: 10px;
    padding-bottom: 10px;
    text-align: center;
    transition: .3s;

    overflow: hidden;
}

.person-list li:hover {
    border: 2px solid #004015;
    background-color: #daffe5;
}

.person-list li img {
    width: 100%;
}

.person-list li:hover img {
    width: 102%;
}

.person-list li p span  {
    font-weight: bold;
}

.person-list li p {
    margin: 5px;
    color: #547853;
}

.person-list li h2 {
    font-size: 14pt;
    margin: 5px;
}

main .t-left h2 {
	margin-bottom: 5px;
}

main .t-left h3 {
	margin-top: 0;
}

main .t-left {
	margin-bottom: 30px;
}



/*    */

.div-btn {
    text-align: center;
    margin-top: 30px;
}





/*   lista de funcionarios .items */
.func-list .items {
    clear: both;
}

.func-list .meta .left  {
    margin-bottom: 20px;
}

.func-list .meta p  {
    font: bold 24pt "cormorant-b";
    margin: 0;
}

.func-list .meta p span {
    font-size: 14pt;
    color: #808080;
}

.func-list .meta .legend {
    font: 600 12pt 'merri';
}

/*  form  */

.func-list .meta {
    margin-bottom: 40px;
}

.func-list form {
    padding: 10px;
    border: 1px solid #004015;
    border-radius: 20px;
    width: 100%;
}

.func-list form label {
    display: none;
}

.func-list form input {
    width: 88%;
    border: none;
    background: none;
    outline: none;
    font-size: 14pt;
}

.func-list form button {
    width: 10%;
    border: none;
    background: none;

    cursor: pointer;
}

.func-list form button img {
    transform: rotate(-90deg);
    
    filter: grayscale(100%);
    filter: opacity(0.4);
    transition: .3s;
    cursor: pointer;
}

.func-list form button:hover img {    
    filter: opacity(0.8);
}

.func-list .items li {
    clear: both;
    overflow: auto;
    border-top: 1px solid #cfcfcf;
    padding: 15px 3px;
    margin-bottom: 0;
}

.func-list .items li:last-child {
    border-bottom: 1px solid #cfcfcf;
}

.func-list .items li:hover {
    background: #b0feca;
}

.func-list .items .item-icon {
    height: 40px;
    width: 40px;
    border: 1px solid #004015;
    border-radius: 50%;
    
    font-size: 16pt;
    text-align: center;
    padding-top: 5px;
    float: left;
    margin-right: 15px;
}

.func-list .items .item-icon p {
    font: 300 10pt "merri";
    color: #ddd;
    margin-top: 7px;
}

.func-list .items .item-data p {
    margin-bottom: 0;
}

.func-list .items .item-data p:last-child {
    font-size: 10pt;
    color: #9db89c;
}



/*  line-items */

.line-items {
    background-color: #f1f1f1;
    padding: 2px 20px 20px;
}

.line-items h3 {
    font-size: 14pt;
    color: #666;
}

.line-items.center {
    text-align: center;
}

.line-items li {
    display: inline-block;
    padding-left: 10px;
}

.line-items a {
    font-size: 16pt;
}

.line-items li::before {
    content: '|';
    padding-right: 10px;
    color: #c2c2c2;
}

.line-items li:last-child::after {
    content: '|';
    padding-left: 10px;
    color: #c2c2c2;
}

.line-items a:hover {
    text-decoration: underline;
}






/*   form-get    */

.form-get {
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
}

.form-get > p {
    padding: 10px 0 15px;
}

.form-get select,
.form-get button {
    font: normal 12pt 'merri';
    color: #333;
    border-radius: 3px;
    padding: 10px;
    margin: 0 5px 10px;

    width: 100%;
}

.form-get button {
    border: 1px solid #004015;
    background-color: #004015;
    color: #fff;
    padding: 10px 20px;

    cursor: pointer;
    transition: .3s;
}

.form-get button:hover {
    border: 1px solid #004015;
    background-color: #004015;
}

.form-get ul {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 30px;
}

.form-get li {
    border-bottom: 1px solid #ccc;
    padding: 5px 0 10px;
}

.form-get li a:hover {
    text-decoration: underline;
}

.form-get.average li {
    font-size: 14pt;
    line-height: 30px;
}












/*   sider-bar    */
#side-bar {
    margin-bottom: 30px;
}

#side-bar .margin {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#side-bar .btnlink {
    margin-bottom: 30px;
}

#side-bar .btnlink a {
    display: block;
    padding: 15px;
    font-size: 14pt;
    width: 100%;
    border-radius: 30px;

    text-align: center;
    transition: .3s;
}

#side-bar .btnlink .green a {
    background: #b2ffcb;
    color: #004015;
}

#side-bar .btnlink .green a:hover {
    background: #90f7b0;
}

#side-bar .btnlink .red a {
    background: #ffd8d1;
    color: #fe2d00;
}

#side-bar .btnlink .red a:hover {
    background: #fabeb3;
    color: #ce2803;
}

#side-bar .local-menu {
    background: #b2ffcb;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

#side-bar .local-menu h2 {
    color: #fff;
    font-size: 16pt;
    background: #547853;
    padding: 20px 20px 10px;
    border-radius: 5px 5px 0 0;
}

#side-bar .local-menu li {
    padding: 0 20px;
}

#side-bar .local-menu a {
    color: #004015;
}

/*   emphasis    */
#side-bar .emphasis {
    padding-bottom: 60px;
    width: 100%;
}

#side-bar .emphasis h2 {
    color: #547853;
}

#side-bar .emphasis .emphase {
    width: 100%;
    height: 250px;
    background: yellow;
    border-radius: 5px;

    position: relative;
    overflow: hidden;
    display: none;
}

#side-bar .emphasis .active {
    display: block;
}

#side-bar .emphasis article .text {
    position: absolute;
    top: 20px;
    left: 5%;
    width: 90%;
}

#side-bar .emphasis article h3 {
    color: #eba300;
    font-size: 22pt;
    text-transform: uppercase;
    text-shadow: 0 0 3px #333;

    margin-bottom: 10px;
}

#side-bar .emphasis article h4 {
    color: #fff;
    font-size: 18pt;
    text-shadow: 0 0 3px #333;
}

#side-bar .emphasis article p {
    color: #fff;
    font-size: 12pt;
    font-weight: bold;
    text-shadow: 0 0 3px #333;
}

#side-bar .emphasis img {
    width: 110%;
}

#side-bar .emphasis article:hover img {
    width: 100%;
    transition: .5s;
}

#side-bar .ctrls-mission {
	margin-top: 30px;
	clear: both;
}

#side-bar .ctrls-mission span {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #b0feca;

	float: left;
	margin-right: 15px;
}

#side-bar .ctrls-mission .active {
	background: #004015;
}

/*   externs-links    */
#side-bar .externs-links {
    clear: both;
    margin-bottom: 30px;
}

#side-bar .externs-links h2 {
	color: #547853;
}

#side-bar .externs-links li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}

#side-bar .externs-links li:first-child {
    border-top: 1px solid #ddd;
}

#side-bar .categ {
    display: block;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
}

#side-bar .categ a {
    display: block;
}

#side-bar .categ span {
    float: right;
}

/*  statist  */

main .statist {
    border-top: 1px solid #ddd;
    padding-top: 100px;
    margin-top: 50px;
    margin-bottom: 100px;
}

main .statist ul {
    margin-top: 30px;
    text-align: center;
}

main .statist ul .active {
    border: 1px solid #ddd;
    padding: 30px 20px 50px;
}

main .statist ul .active .typcn {
    font-size: 24pt;
    color: #566f5e;
}

main .statist ul .active p {
    font-size: 14pt;
    margin-bottom: 20px;
}

main .statist ul .active a {
    color: #fff;
    background: #566f5e;
    padding: 8px 15px;
    border-radius: 30px;
}

main .statist ul .active a:hover {
    background: #2c8f4c;
}

main .statist ul .active h4 {
    font-size: 28pt;
}

main .statist ul h4 {
    font: bold 24pt "cormorant-b";
    margin-bottom: 5px;
    color: #666;
}

main .statist ul p {
    color: #808080;
}




/*    .list-emphase     */
.list-emphase a {
    display: block;
    border: 1px solid #2c8f4c;
    border-radius: 5px;
    padding: 15px;
    text-align: center;

    transition: .3s;
}

.list-emphase a:hover {
    background: #2c8f4c;
    color: #fff;
}

.content .list-emphase a:hover {
    text-decoration: none;
}





/*    .list-left     */

.list-left a {
    text-align: left;
    font-weight: bold;
}



/*    .list-zebra       */

.list-zebra li {
    padding: 10px;
    margin: 0;
    border-radius: 5px;
}

.list-zebra li:hover a {
    color: #004015;
    text-decoration: underline;
}

.list-zebra li:nth-child(2n-2) {
    background-color: #f5fdf8;
}




.emphcand {
    padding: 30px 5px;
    text-align: right;
}

.emphcand a {
    display: block;
    margin: 10px 0;
    text-align: center;
}








@media(min-width: 320px) {
    .func-list form button {
        width: 25px;
        float: right;
    }
}






@media(min-width: 550px) {

    .func-list form {
        padding: 15px;
    }

    .func-list .items .item-data {
        width: 86%;
        float: left;
    }

    #side-bar .emphasis {
        width: 350px;
    }

    #side-bar .emphasis article {
        height: 350px;
    }

    .person-list li {
        width: 45%;
        min-height: 400px;
        margin-left: 2.3%;
        margin-right: 2.3%;
        display: inline-block;
        vertical-align: top;
    }
}






@media(min-width: 600px) {

    main .hack-father {
        padding-top: 20px;
    }

    main .hack-comunicate {
        overflow: auto;
        padding-top: 7px;
    }


    /* funs-list */
    .func-list .meta {
        overflow: auto;
        margin-bottom: 30px;
    }

    .func-list .left {
        width: 35%;
    }

    .func-list .meta-right {
        width: 63%;
        float: right;
        margin-top: 0;
    }

    .emphcand a {
        display: inline;
        margin: 0 0;
    }
}






@media(min-width: 750px) {

    /* func-list */

    .func-list .items li {
        padding: 22px 3px 25px;
    }

    .func-list .items .item-icon {
        height: 50px;
        width: 50px;
        
        font-size: 16pt;
        padding-top: 10px;
    }

    .func-list .items .item-icon p {
        font: 300 10pt "merri";
        margin-top: 13px;
    }

    .func-list .items .item-data p {
        margin-bottom: 5px;
        font-size: 14pt;
    }

    .func-list .items .item-data p:last-child {
        font-size: 11pt;
    }



    .form-get select,
    .form-get button {
        width: initial;
    }

    
    
    /* #side-bar */

    #side-bar .emphasis {
        float: left;
    }

    #side-bar .externs-links {
        clear: none;
        width: 35%;
        margin-top: 50px;
        float: right;
    }

    main .statist {
        clear: both;
    }



        

    .line-items a {
        font-size: 12pt;
    }

}






@media(min-width: 600px) {
    main .left {
        float: left;
        width: 60%;
    }

    main .right {
        float: right;
        margin-top: 0;
    }

    main .content {
        clear: both;
    }
}






@media(min-width: 800px) {

    main .statist ul li {
        width: 35%;
        display: inline-block;
    }

    main .statist ul .active {
        margin: 30px 25%;
    }

    .list-emphase li {
        width: 48%;
        display: inline-block;
        vertical-align: top;
        margin-right: 2%;
    }

    .list-emphase li:nth-child(2n) {
        margin-right: 0;
    }
    
}






@media(min-width: 1015px) {

    #header .title-page {
        margin-left: 20%;
        width: 75%;
    }

    #trunk {
        /* top: -110px; */
        width: 66%;
        float: left;
        margin-left: 4%;
    }

    /*  table-standard  */
    .table-standart tr .down-icon {
        width: 32px;
        height: 30px;
        padding-left: 5.1px;
        padding-top: 2.5px;
    }
    
    .table-standart tr .down-icon:hover {
        background: #f83200;
        box-shadow: 0 0 3px #ff6c17;
        padding-top: 3.5px;
    }

    #side-bar {
        width: 30%;
        float: right;
        border-left: 1px solid #ddd;
    }

    #side-bar .emphasis {
        width: 100%;
    }

    #side-bar .emphasis article {
        height: 265px;
    }

    #side-bar .externs-links {
        clear: both;
        width: 100%;
        margin-top: 0;
    }

    main .statist {
        clear: both;
    }

}






@media(min-width: 1200px) {

    main .statist ul li {
        width: 155px;
        display: inline-block;
    }

    main .statist ul .active {
        margin: 30px auto;
    }

    main .statist ul .active {
        width: 250px;
    }

    .person-list li {
        width: 32%;
        min-height: 450px;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    
}






@media(min-width: 1700px) {

	main {
		width: 1500px;
        margin-left: auto;
        margin-right: auto;
	}

	main .margin {
		width: 90%;
	}

    #trunk {
        width: 70%;
        margin-left: 0;
    }

    #side-bar .margin {
        width: 88%;
        margin-left: 12%;
    }
} 

