/*TEST*/
#main {
	min-height: 500px;
	padding-top: 190px;
	text-align: center;
}


.form{
	width: 80%;
	margin: 0 auto;
}


/* TABLE */
table {
	border: solid 1px #e3e3e3;
	margin: 20px auto;
}

table thead tr {
	background: #e3e3e3;
}


table tbody tr {
	background: #fff;
	border-bottom: #e3e3e3;
}

table td, table th {
	padding: 10px;
}

a.button {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	padding: 10px;
	color:#fff;
	background: #8aa7bc;
	border-radius: 5px;
	min-width: 150px;
}

.recentcomments a {
    display:inline !important;
    padding:0 !important;
    margin:0 !important;
}

.post-1.post.type-post li {
    padding-bottom: 10px;
}








.text-danger, .text-danger:hover, .text-danger:active {
    color:#c05353;
}






































.lgd {
width: 100%;
margin: 0 auto;
}

.lgd .pd-5 {
    padding:5px;
}

.lgd .pd-10 {
    padding: 10px;
}

.lgd .pd-15 {
    padding: 15px;
}

.lgd .pd-20 {
    padding: 20px;
}

.lgd .mg-10 {
    margin: 10px;
}

.lgd .mg-5 {
    margin: 5px;
}

.lgd .col-1 {
    width: 100%;
}

.lgd .col-2 {
    width: 50%;
}
.lgd .col-1.mg-10{
    width: calc(100% - 20px);
}
.lgd .col-2.mg-10 {
    width: calc(50% - 20px);
}
.lgd .col-2.pd-10 {
    width: calc(50% - 20px);
}

.lgd .col-2.mg-5 {
    width: calc(50% - 10px);
}

.lgd .col-3 {
    width: 33.333%;
}

.lgd .col-3.mg-10 {
    width: calc(33.333% - 20px);
}

.lgd .col-3.mg-5 {
    width: calc(33.333% - 10px);
}

.lgd .col-3.colspan-2 {
    width: 66.666%;
}

.lgd .col-4 {
    width: 25%;
}

.lgd .col-4.colspan-3 {
    width: 75%;
}

.lgd .col-5{
    width: 20%;
}
.lgd .col-5.colspan-2{
    width: 40%;
}
.checkbox_permision{
    margin-top: 15px;
    margin-left: 35px;
}
.form_plus{
    cursor: pointer;
    background-color: #0078c1;
    color: #f1f1f1;
    padding: 5px;
    border-radius: 100%;
}
.form_minus{
    cursor: pointer;
    background-color: #ed183d;
    color: #f1f1f1;
    padding: 5px;
    border-radius: 100%;
}











.lgd .col-8 {
    width: 12.5%;
}

.lgd .col-8.colspan-2 {
    width: 25%;
}

.lgd .col-8.mg-5 {
    width: calc(12.5% - 5px);
    margin:5px
}

.lgd .col-8.colspan-2.mg-5 {
    width: calc(25% - 5px);
    margin:5px
}



.lgd .col-10 {
    width: 10%;
}

.lgd .col-10.colspan-3 {
    width: 30%;
}

.lgd .col-10.mg-5 {
    width: calc(10% - 10px);
    margin:5px
}

.lgd .col-10.colspan-3.mg-5 {
    width: calc(30% - 10px);
    margin:5px
}






.lgd.lateral-bar-layout {
    height: 100%;
}

.lgd.lateral-bar-layout:after {
    content: "";
    display: block;
    clear: left;
}

.lgd.lateral-bar-layout>.lateral-bar {
    float: left;
    height: 100%;
    width: 300px;
    background-color: #f1f1f1;
    border-right: solid 1px #e3e3e3;
}


.lgd.lateral-bar-layout>.content {
    float: left;
    padding: 10px;
    height: 100%;
    width: calc(100% - 300px);
    overflow-y: scroll;
}


.lgd .float-box {
    float: left;
}

.lgd.cl-float-box:after, .lgd .cl-float-box:after {
    content:"";
    display: block;
    clear:left;
}

.cl-box {
    clear:left;
}

.lgd label {
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
}


.lgd input[type = "text"], input[type="date"], .lgd select, .lgd textarea, .lgd input[type="number"] {
    width: 100%;
    border-radius: 5px;
    background-color: #fefefe;
    margin-top: 5px;
    margin-bottom: 5px;
    
    background-repeat: no-repeat;
    background-position: left center;
}


input[type="date"] {
    padding-top: 7px;
    padding-bottom: 7px;
}

.lgd select {
    padding: 9px;
    padding-left: 32px;
}

.lgd input[type="text"].text, .lgd select.text {
    background-image: url(/img/input-icon/text.png);
}

.lgd input[type="text"].orgch, .lgd select.orgch {
    background-image: url(/img/input-icon/orgch.png);
}


.lgd label.required:after {
    content: " *";
    font-weight: bold;
    color:#dd052a;

}


.lgd .title-box {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0078c1;
    color:#fafafa;
    border-radius: 20px 20px 20px 0px;
    min-width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.lgd .simple-title-box {
    display: inline-block;
    color:#999;
    margin-top: 10px;
    margin-bottom: 10px;
}

.lgd .simple-title-box-2 {
    display: inline-block;
    color:#24536f;
    margin-top: 10px;
    margin-bottom: 10px;
}


.lgd .dis-block {
    display: block;
}

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


.lgd .simule-label {
    padding-top: 40px;
}

input[type="text"]+.information, input[type="date"]+.information, input[type="select"]+.information, select+.information {
    font-size: 3rem;
    color:#e3e3e3;
    position: relative;
    top:-40px;
    left: calc(100% - 30px);
}

input[type="date"].information {
    padding-right: 30px;
}


.lgd .field:after {
    display: none;
    clear:none;
}

.lgd .image-button-150 {
    width: 150px;
    height: 150px;
    padding: 20px;

}

.lgd .image-button-150 img {
    height: 80px;


}

.lgd .image-button-150 span {
    width: 100%;
    display: block;
    text-align: center;
    color:#fafafa;
}


.bg-gray {background-color: #f1f1f1;}
.bg-green {background-color: #65cb65;}
.bg-blue {background-color: #0078c1;}
.bg-red {background-color: #dd052a;}
.bg-yellow {background-color: #FFB015;}






















.lgd .select-multirow {
    width: calc(100% - 30px)  !important;
    display: inline-block;
    margin-right: 14px;
}


.lgd .select-delete {
    display: inline-block;
    outline: none;
    background: transparent;
    border:none;
}

.lgd .select-delete span {
    color: #dd052a;
}

.lgd .select-add {
    float: right;
    outline: none;
    background: transparent;
    border:none;
}

.lgd .select-add span {
    color:#0078c1;
}

.lgd tr.editing>td.actions, .lgd tr.deleting>td.actions {
    position: relative;
}



.lgd tr.editing>td.actions:before, .lgd tr.deleting>td.actions:before {
    content: "Editando...";
    display: block;
    position: absolute;
    text-align: center;
    min-width: 200px;
    padding:10px;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}

.lgd tr.editing>td.actions>a, .lgd tr.editing>td.actions>button,
.lgd tr.deleting>td.actions>a, .lgd tr.deleting>td.actions>button   {
    display: none;
}

.lgd tr.deleting>td.actions:before {
    content: "Eliminando...";
}

.button.icon.icon-plus:disabled {
    background:#a1a1a1;
}



.lgd select {
    height: 40px;
}

.normal-row a {
    text-decoration: underline !important;
}

#article_body {
    background:white;
    padding:10px;
    margin-bottom: 10px;
}

#article_body table {
    border:none;
}


#footer_nav {
    position: fixed;
    bottom:0px;
    left:0px;
    z-index: 998;
    background:#8aa7bc;
    width: 100%;
    box-sizing: border-box;

}

#footer_nav * {
    color:#fff;

}

#footer_nav li {
    float:left;
    display:inline-block;
    list-style: none;
    width: 25%;
}

#footer_nav li>* {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px;
}

#footer_nav a {
    text-align: center;
}

#footer_nav a>img+span {
    padding-top: 2px;
}

#footer_nav a>span {
    display: block;
    text-align: center;

}


#footer_nav ul:after {
    content:"";
    display: block;
    clear:left;
}

#footer_nav{
    display: none;
}



.cake-error {display:none !important;}



.our-team-box {
    width: 500px;
    margin:0 auto;
    background: #fff;
}

.our-team-box:after {
    content: "";
    display: block;
    clear:left;
}

.our-team-left {
    width: 100%;
    max-width: 250px;
    margin:0px;
    float: left;
    position: relative;
}

.our-team-right {
    box-sizing: border-box;
    width: 250px;
    margin:0px;
    float: left;
    position: relative;
    padding: 10px;
}

.our-team-right span {
    display: block;
}

.our-team-right p {
    font-size: 12px;
}


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

.our-team-right.button {
    font-size: 12px;

}

.our-team-footer-image {
    width: 100%;
    
}

.our-team-footer-image>img {
    border-radius: 0;
}
.our-team-box-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    max-width: 250px;
}

.our-team-box-image-container {
    width: 100%;
    max-width: 250px;
    overflow: hidden;
    padding-bottom:10px;
}

.our-team-box-data-container {

    text-align: center;
    background: #ffffff;
    padding: 10px;
}


.our-team-box-data-container span {
    display: block;
    text-align: center;
}

.our-team-name {
    font-weight: bold;
    font-size: 14px;
}

.our-team-position {
    font-size: 10px;
}

.our-team-buttons-container {
    height: 0px;
    overflow: hidden;
    transition: height .2s;
}

.our-team-box:hover .our-team-buttons-container {
    height: 25px;
}


.our-team-buttons-container .button {
    font-size: 10px;
    padding: 2px 2px !important;
}

.our-team-row {
    width: 100%;
    display:grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
}

.our-team-size-8 {
    grid-template-columns: 25% 25% 25% 25%;
}



.our-team-size-9 {
    grid-template-columns: 33.3% 33.3% 33.3%;
}

.our-team-col {
    margin-bottom: 20px;
}


.our-team-col img {
    filter: grayscale(100%);
    transition:filter 0.2s;
}

.our-team-col>div:hover img {
    filter: grayscale(0%);
}



.our-team-type-one .our-team-box-footer {
    display: none;
}



.our-team-type-one .our-team-box-image-container {
    width: 100%;
    max-width: 250px;
    height: 270px;
    overflow: hidden;

}

.our-team-box {
    margin: 0 auto;
}


.our-team-type-two .our-team-box {
    width: 100%;
    max-width: 250px;
}

.our-team-type-two .our-team-col  {
    padding: 0 10px;
    box-sizing: border-box;
}


.our-team-type-two .our-team-right {
    display: none;
}









#our-team-fixed {
    position: fixed;
    z-index: 999;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
}

#our-team-fixed-box {
    background: #fff;
    width: 80%;
    margin:0px auto;
    position: absolute;
    top:50%;
    left:50%;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    max-width: 800px;
    height: calc(100% - 40px) !important;
    /*max-height: 600px;*/
}

#our-team-fixed-box:after {
    content: "";
    display: block;
    clear:left;
}

#our-team-fixed-box .left {
    padding: 20px;
    width: 300px;
    height: 100%;
    background: #8aa7bc;
    box-sizing: border-box;
    float: left;
}

#our-team-fixed-box .right {
    float: left;
    width: calc(100% - 300px);
}


.important-col {
    /*width:50% !important;*/
}

.left {
    height: 100%;
}
.left .our-team-box-image-container {
    margin:0 auto;
    width: 260px;
}

.left * {
    color: #fff;
}


.left a {
    background: #fff;
    color:#000;
}

.education-2 {
    overflow-y: auto;
}

.right h2 {
    color:#555555 !important;
}

.right {
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
    padding-top: 40px; 
}

.right .close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border:none;
    color:#000 !important;
    outline: none;

}

.right .description {
    display: block;
    height:calc(100% - 40px);
    overflow-y:scroll; 
    box-sizing: border-box;
    padding: 0px 5px;
}


@media screen and (max-width : 900px){
    #footer_nav{
        display: initial;
    }
    
    .our-team-row {
        grid-template-columns: 50% 50%;
    }

    .our-team-type-two .our-team-col  {
        padding: 0 10px;
        box-sizing: border-box;
    }

}



.actions>div {
    display: flex;
    gap: 5px;
}

.actions a {
    display:inline-block;
    padding: 5px;
    background-color: #8aa7bc;
    color: #fafafa;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none !important;
}


@media screen and (max-width : 770px){
    #footer_nav{
        display: initial;
    }
    
    .our-team-row {
        grid-template-columns: 50% 50%;
    }


    .our-team-type-two .our-team-col  {
        padding: 0 10px;
    }

}

@media screen and (max-width : 560px){
    #footer_nav{
        display: initial;
    }
    
    .our-team-row {
        grid-template-columns: 100%;
    }

    .our-team-type-two .our-team-col  {
        padding: 0 10px;
        box-sizing: border-box;
    }

}



@media screen and (max-width : 680px){
    #our-team-fixed-box .left {
        display: none;
    }

    #our-team-fixed-box .right {
        width: 100% !important;
    }

}
