﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300');

/*
    COLORES: Rojo-- #E44258    Naranja-- #FDAB3D  Verde-- #47D1E2
*/


.st_card_neutro {
    background-color: #CCCCCC;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    border-radius: 3px;
}

.st_card_cerrado {
    background-color: #23C763;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    border-radius: 3px;
}

/*  VENCIDOS */

.st_card_vencido {
    background-color: #F5A31D;
    color: white;
    /* font: normal 13px 'Open Sans', sans-serif; */
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    border-radius: 3px;
}

.st_cardtitle_vencido {
    border-left: 3px solid #FCAB27;
    border-top: 1px solid #FCAB27;
    border-bottom: 1px solid #FCAB27;
    border-right: 1px solid #FCAB27;
    background-color: white;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

    .st_cardtitle_vencido .x-panel-header {
        background-image: none;
        background-color: transparent;
        font-size: 10px;
        border: 0px solid #424A54;
    }

    .st_cardtitle_vencido .x-panel-header-title-default {
        color: #4E5358;
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 14px;
    }

        .st_cardtitle_vencido .x-panel-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default {
            width: 16px;
            height: 16px;
            font-size: 14px;
            color: #4E5358;
            background-position: center center;
        }

    .st_cardtitle_vencido .x-panel-body-default {
        background-color: transparent;
        border-color: #99bce8;
        color: #4E5358;
        font-size: 11px;
        font-weight: lighter;
        text-align: left;
        border-width: 0px;
        border-style: solid;
    }

    .st_cardtitle_vencido .x-toolbar-default {
        padding: 2px 0 2px 2px;
        border-style: solid;
        border-color: white;
        border-width: 1px;
        border-top-width: 1px;
        background-color: #F3F7FA;
    }


/*  PENDIENTES */

.st_card_pendiente {
    background-color: #E44258;
    color: white;
    /* font: normal 13px 'Open Sans', sans-serif; */
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    border-radius: 3px;
}

.st_cardtitle_pendiente {
    border-left: 3px solid #E44258;
    border-top: 1px solid #E44258;
    border-bottom: 1px solid #E44258;
    border-right: 1px solid #E44258;
    background-color: white;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

    .st_cardtitle_pendiente .x-panel-header {
        background-image: none;
        background-color: transparent;
        font-size: 10px;
        border: 0px solid #E44258;
    }

    .st_cardtitle_pendiente .x-panel-header-title-default {
        color: #4E5358;
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 14px;
    }

    .st_cardtitle_pendiente .x-panel-default-outer-border-trl {
        border-top-color: #5fa2dd !important;
        border-top-width: 0px !important;
        border-right-color: #5fa2dd !important;
        border-right-width: 0px !important;
        border-left-color: #5fa2dd !important;
        border-left-width: 0px !important;
    }

.st_cardtitle_pendiente .x-panel-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default {
    width: 16px;
    height: 16px;
    font-size: 14px;
    color: #4E5358;
    background-position: center center;
}

    .st_cardtitle_pendiente .x-panel-body-default {
        background-color: transparent;
        border-color: #99bce8;
        color: #4E5358;
        font-size: 11px;
        font-weight: lighter;
        text-align: left;
        border-left: 0px none;
        border-top: 0px none;
        border-bottom: 0px none;
        border-right: 0px none;
    }

    .st_cardtitle_pendiente .x-toolbar-default {
        padding: 2px 0 2px 2px;
        border-style: solid;
        border-color: white;
        border-left: 0px none;
        border-top: 0px none;
        border-bottom: 0px none;
        border-right: 0px none;
        background-color: #F3F7FA;
    }



/*  TERMINADO */
.st_card_terminado {
    background-color: #87c700;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    border-radius: 3px;
}

.st_cardtitle_terminado {
    border-left: 3px solid #87c700;
    border-top: 1px solid #87c700;
    border-bottom: 1px solid #87c700;
    border-right: 1px solid #87c700;
    background-color: white;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.st_cardtitle_terminado .x-panel-header {
    background-image: none;
    background-color: transparent;
    font-size: 10px;
    border: 0px solid #424A54;
}

    .st_cardtitle_terminado .x-panel-header-title-default {
        color: #4E5358;
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 14px;
    }

    .st_cardtitle_terminado .x-panel-default-outer-border-trl {
        border-top-color: #5fa2dd !important;
        border-top-width: 0px !important;
        border-right-color: #5fa2dd !important;
        border-right-width: 0px !important;
        border-left-color: #5fa2dd !important;
        border-left-width: 0px !important;
    }

.st_cardtitle_terminado .x-panel-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default {
    width: 16px;
    height: 16px;
    font-size: 14px;
    color: #4E5358;
    background-position: center center;
}

    .st_cardtitle_terminado .x-panel-body-default {
        background: white;
        border-color: #99bce8;
        color: #4E5358;
        font-size: 11px;
        font-weight: lighter;
        text-align: left;
        border-left: 0px none;
        border-top: 0px none;
        border-bottom: 0px none;
        border-right: 0px none;
    }

    .st_cardtitle_terminado .x-toolbar-default {
        padding: 2px 0 2px 2px;
        border-style: solid;
        border-left: 0px none;
        border-top: 0px none;
        border-bottom: 0px none;
        border-right: 0px none;
        background-color: #F3F7FA;
    }


/*  SOLICITADO */

.st_card_solicitado {
    background-color: #009BEC;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    border-radius: 3px;
}

.st_cardtitle_solicitado {
    border-left: 3px solid #009BEC;
    border-top: 1px solid #009BEC;
    border-bottom: 1px solid #009BEC;
    border-right: 1px solid #009BEC;
    background-color: white;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.st_cardtitle_solicitado .x-panel-header {
    background-image: none;
    /*background-color: #0199DC;*/
    background-color: transparent;
    font-size: 10px;
    border: 0px solid #424A54;
}

    .st_cardtitle_solicitado .x-panel-header-title-default {
        color: #4E5358;
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 14px;
    }

    .st_cardtitle_solicitado .x-panel-default-outer-border-trl {
        border-top-color: #5fa2dd !important;
        border-top-width: 0px !important;
        border-right-color: #5fa2dd !important;
        border-right-width: 0px !important;
        border-left-color: #5fa2dd !important;
        border-left-width: 0px !important;
    }

.st_cardtitle_solicitado .x-panel-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default {
    width: 16px;
    height: 16px;
    font-size: 14px;
    color: #4E5358;
    background-position: center center;
}

    .st_cardtitle_solicitado .x-panel-body-default {
        background: white;
        border-color: #99bce8;
        color: #4E5358;
        font-size: 11px;
        font-weight: lighter;
        text-align: left;
        border-left: 0px none;
        border-top: 0px none;
        border-bottom: 0px none;
        border-right: 0px none;
    }

    .st_cardtitle_solicitado .x-toolbar-default {
        padding: 2px 0 2px 2px;
        border-style: solid;
        border-left: 0px none;
        border-top: 0px none;
        border-bottom: 0px none;
        border-right: 0px none;
        background-color: #F3F7FA;
    }

