﻿/*********************************
* DESCRIPCIÓN: Esta librería CSS del Skin para layout Slide  + Franjas
* Copyright (c) 2015 e-deas LTDA. (http://www.e-deas.com.co)  El uso de esta libreria esta reservador para este sitio y cualquier cambio o reutilización debe ser autorizado por e-deas LTDA. 
* Creado por: Diego Campo, diegoc@e-deas.com.co / Creado: 01.02.2016
* Modificado por: Diego Campo, diegoc@e-deas.com.co / Modificado: 01.02.2016
**********************************/
#contentBox,
#eLayout [id^=eLayout_R] .row {
    margin-right: 0
}
#pageTitle,
#s4-titlerow #pageTitle,
#sideNavBox,
.embera-katio #DeltaTopNavigation {
    display: none
}
#contentBox {
    margin-left: 0
}
#eLayout {
    padding-left: 15px;
    padding-right: 15px
}
#eLayout img {
    max-width: 100%
}
#applist img,
#eLayout [id^=scriptWPQ] img,
.ms-core-menu-icon>img,
img.ms-webpart-menuArrowImg {
    max-width: none!important
}
#eLayout [id^=eLayout_R] {
    min-height: 0
}
#eLayout_R1C1 .ms-webpartzone-cell {
    margin-bottom: 0
}
#eLayout_R1C2 .col-CenterZone .ms-rtestate-field>:first-child,
#eLayout_R2C1 .col-CenterZone .ms-rtestate-field>:first-child,
#eLayout_R3C1 .col-CenterZone .ms-rtestate-field>:first-child,
#eLayout_R4C1 .col-CenterZone .ms-rtestate-field>:first-child,
#eLayout_R5C1 .col-CenterZone .ms-rtestate-field>:first-child {
    margin-top: 30px
}
#eLayout_R1C2 .col-CenterZone .ms-rtestate-field>:last-child,
#eLayout_R2C1 .col-CenterZone .ms-rtestate-field>:last-child,
#eLayout_R3C1 .col-CenterZone .ms-rtestate-field>:last-child,
#eLayout_R4C1 .col-CenterZone .ms-rtestate-field>:last-child,
#eLayout_R5C1 .col-CenterZone .ms-rtestate-field>:last-child {
    margin-bottom: 30px
}
#contentRow {
    margin-top: 0
}
#DeltaTopNavigation {
    background-color: inherit;
    min-height: 0
}
.embera-katio #s4-titlerow {
    height: 150px
}
/* Movil */
@media screen and (max-width: 992px) {
    #eLayout {
        padding-left: 0;
        padding-right: 10px
    }
    #eLayout_R1C1 {
        padding-left: 10px
    }
    #eLayout_R1C2,
    #eLayout_R2,
    #eLayout_R3,
    #eLayout_R4,
    #eLayout_R5 {
        padding-left: 15px;
        padding-right: 5px
    }
    #eLayout [class^=col-] {
        padding-right: 0
    }
    .embera-katio #s4-titlerow {
        height: 62px
    }
}