﻿.demo-container {
    max-width: 100%;
}


.peekTemplateClass {
    width: 130px;
    height: 130px;
    padding: 10px;
    font-size: 13px;
    line-height: 20px;
}


.groupHeadingTitle {
    height: 150px;
    width: 150px;
    position: relative;
}

.innerTitle {
    width: 150px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    font-size: 17px;
    line-height: 20px;
    padding-left: 10px;
}

div.noHover.RadTile {
    border-color: transparent;
}


.RadTile div.rtileBottomContent {
    font-weight: bold;
    width: auto;
    max-width: 150px;
    color: Black;
    background-color: rgba(255,255,255,0.5);
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    bottom: 10px;
}


.directoryHeader {
    height: 30px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    font-family: Segoe WP;
    background: linear-gradient(#E8E8E8, #FFFFFF);
    padding-left: 5%;
    color: #24135f;
    padding-top: 3px;
    border-left: 8px solid #333333;
}


.documentoHeader {
    height: 70px;
    width: 1200px;
    background-image: url('../Images/newForm/header_form_ManualUsuario.png');
    background-repeat: no-repeat;

    margin-bottom: 10px;
}


.mesaHeader {
    height: 70px;
    width: 1200px;
    background-image: url('../Images/newForm/header_form_Mesa.png');
    background-repeat: no-repeat;

    margin-bottom: 10px;
}


.ListNotificaHeader {
    height: 70px;
    width: 1200px;
    background-image: url('../Images/newForm/header_form_GenerarListaN.png');
    background-repeat: no-repeat;

    margin-bottom: 10px;
}

.CatalogoHeader {
    height: 70px;
    width: 1200px;
    background-image: url('../Images/newForm/header_form_Herramientas.png');
    background-repeat: no-repeat;

    margin-bottom: 10px;
}

.HomeHeader {
    height: 70px;
    width: 1200px;
    background-image: url('../Images/newForm/header_form_home.png');
    background-repeat: no-repeat;

    margin-bottom: 10px;
}

.SaveHeader {
    height: 70px;
    width: 1200px;
    background-image: url('../Images/newForm/header_form_save.png');
    background-repeat: no-repeat;

    margin-bottom: 10px;
}

.AddFileHeader {
    height: 70px;
    width: 1200px;
    background-image: url('../Images/newForm/header_form_AddDoc.png');
    background-repeat: no-repeat;

    margin-bottom: 10px;
}

.SigEtapaHeader {
    height: 70px;
    width: 1200px;
    background-image: url('../Images/newForm/header_form_sigEt.png');
    background-repeat: no-repeat;

    margin-bottom: 10px;
}

.qsf-black .directoryHeader,
.qsf-office-black .directoryHeader,
.qsf-glow .directoryHeader,
.qsf-black-metro .directoryHeader {
    background-image: url('../Images/newForm/header_form_b.png');
}