@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td, table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
    /*font-size: 12px;*/
}
/**
 * FONTS
 *
**/
[class^="icon-"],
[class*=" icon-"] {
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    white-space: nowrap;
    display: inline-block;
    padding-left: 0.3em;
    margin-right: 4px;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: FontAwesome, serif;
    margin-right: 0.3em;
}

ul.button-group li [class^="icon-"],
ul.button-group li [class*=" icon-"],
li [class^="icon-"],
.nav li [class^="icon-"],
li [class*=" icon-"],
.nav li [class*=" icon-"] {
    width: auto;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    [class^="icon-"].mobile,
    [class*=" icon-"].mobile,
    ul.button-group li [class^="icon-"].mobile,
    ul.button-group li [class*=" icon-"].mobile{
        width: 1em;
        padding-left: 0;
        overflow: hidden;
        margin-right: 2px;
    }
    [class^="icon-"].mobile:before,
    [class*=" icon-"].mobile:before {
        margin-right: 1.3em;
        height: 1.0em;
    }
}
/**
 * FIN FONTS
 *
**/

.red {
    color: red;
}
.green {
    color: green;
}

@media only screen and (max-width: 767px) {
    label.inline {
        line-height: inherit;
        margin-bottom: 5px;
    }
    .button.inline {
        display: inline-block;
        width: auto;
    }
}

/**
 * GENERIC
 *
**/

label {
    text-overflow: ellipsis;
    white-space:  nowrap;
}

select {
    height: 32px;
    border: 1px solid #CCC;
    border-radius: 2px;
    font-size: 14px;
    padding: 6px;
    display: block;
    margin-bottom: 13px;
    color: rgba(0, 0, 0, 0.75);
}

label {
    font-size: 12px;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: 500;
    margin-bottom: 3px;
}

a#btn_logout {
    top: -2px;
}

section {
    padding: 0 15px;
}

.button.small { font-size: 10px; }

@media only screen and (max-width: 767px) {
    section {
        padding: 0 5px;
    }
}
/**
 * FIN GENERIC
 *
**/


/**
 * TOP BAR
 *
.top-bar section {
    padding: 0;
}
.top-bar,
.top-bar > ul .name h1,
.top-bar ul > li a:not(.button)
{
    font-weight: normal;
    height: 30px;
    min-height: 30px;
    line-height: 30px;
}

.top-bar ul > li a:not(.button) {
    padding: 0 7px;
}
.top-bar ul > li.has-dropdown a {
    padding-right: 17px;
}

.top-bar ul > li.has-dropdown .dropdown li a {
    min-height: auto;
}

.top-bar > ul .name img {
    margin-top: -3px;
    max-height: 30px;
}

.top-bar ul > li.has-dropdown a:after {margin-right: 4px; }
**/


@media only screen and (max-width: 767px) {
    .top-bar,
    .top-bar > ul .name h1,
    .top-bar ul > li a:not(.button)
    {
        font-weight: normal;
        height: 45px;
        min-height: 45px;
        line-height: 45px;
    }
    .top-bar ul > li a:not(.button)
    {
        font-weight: normal;
        height: 30px;
        min-height: 30px;
        line-height: 30px;
    }

    .top-bar > ul .name img {
        margin-top: -3px;
        max-height: 100px;
    }
    .top-bar ul > li.has-dropdown.moved > .dropdown li.divider {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
}

/**
 * FIN TOP BAR
 *
**/


/**
 * LOGIN
 *
**/
#loginBox {
    border-top: 1px solid #c4c7cc;
    background: url(../img/bg_container_index.png) no-repeat center bottom;
    padding: 10px 0 30px 0;
    min-width: 0;
}
#loginContainer {
    position: absolute;
    left: 50%;
    margin-left: -282px;
    width: 565px;
    z-index: 30;
    padding: 40px 0 40px 0;
}

#loginContainer h4 {
    margin: 0;
    padding: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede;
    color: #454545;
    font-weight: normal;
    font-size: 20px;
}

#loginContainer .row {
    min-width: auto;
}

#recaptcha_image {
    width: 100% !important;
    margin-bottom: 10px;
    height: auto !important;
}

#recaptcha_image img {
    border: 1px solid #cccccc;
    border-radius: 2px;
    padding: 5px;
    background: white;
    width: 100% !important;
}
@media only screen and (max-width: 767px) {
    #loginBox {
        border-bottom: 1px solid #c4c7cc;
        background: white;
        min-width: 0;
    }
    #loginContainer {
        position: relative;
        left: auto;
        margin-left: 0;
        width: 100%;
        z-index: 30;
        padding: 10px 0 40px 0;
    }
    #recaptcha_image {
        width: 100% !important;
    }
    /*
    #recaptcha_area {
        width: 100% !important;
    }
    #recaptcha_table {
        width: 100% !important;
    }
    .recaptcha_image_cell {
        width: 80% !important;
    }
    #recaptcha_image {
        width: 100px !important;
    }*/
}
/**
 * FIN LOGIN
 *
**/

.red {
    color: red !important;
}

/**
 * FOUNDATION
 *
**/
.top-bar {
    margin-bottom: 0;
    z-index: 10;
}
.row {
    width: 100%;
}

.top-bar li.active > a {
    background: #2BA6CB;
    border-color: #2284A1;
    color: #FFF;
}
.top-bar ul {
    height: inherit;
    line-height: inherit;
}

.top-bar ul > li.has-dropdown .dropdown li.active a {
    background: #2BA6CB;
    color: #FFF;
}
/*
.top-bar ul > li.has-dropdown .dropdown li, .top-bar ul > li.has-dropdown {
    padding-bottom: 0;
}
.top-bar ul > li.has-dropdown .dropdown li:last-child {
    padding-bottom: 0;
}
.top-bar ul > li.has-dropdown .dropdown li.divider {
    height: 2px;
}
.top-bar ul > li.has-dropdown .dropdown {
    padding: 0;
}
*/

.top-bar ul > li:not(.name):hover a, .top-bar ul > li:not(.name).active a, .top-bar ul > li:not(.name):focus a {
    color: #fff;
}

.cellCenter {
    text-align: center !important;
}

@media only screen and (max-width: 767px) {
    .button {
        margin-bottom: 4px;
    }
}

@media all and (min-width: 768px) {
    .hide-extras [role="complementary"] {
        display: block;
        width: 100%;
    }
}

/**
 * FIN FOUNDATION
 *
**/




/**
 * FOUNDICONS
 *
*

[class*="foundicon-"] {
	position:  relative;
	padding-left: 1.2em;
}

[class*="foundicon-"]:before {
	position: absolute;
	left: 0;
}

@media only screen and (max-width: 767px) {
	[class*="foundicon-"].mobile-icon {
		display: inline-block;
		overflow: hidden;
		width: 0;
	}
}
*/
/**
 * FIN FOUNDICONS
 *
**/



/**
 * DATATABLES
 *
**/
table.dataTable				{	border-radius: 0;
    /*margin: 0 0 18px;*/	}

table.dataTable thead,
table.dataTable tfoot		{	background: white;		}
table.dataTable thead th,
table.dataTable tfoot th	{	border-color: #e1e1e1;
    white-space: nowrap;
    border-top: none;		}

table.dataTable tbody		{	min-height: 45px;		}

table.dataTable tr.odd:hover,
table.dataTable tr.even:hover {	background-color: #ecffff;	}

table.dataTable tr.odd		{	background-color: #f5f5f5;	}
table.dataTable tr.even		{	background-color: #FFF;		}

table.dataTable tr.odd td.sorting_1,
table.dataTable tr.even td.sorting_1 {
    background: none !important;
}

table.dataTable tr td		{	border-bottom: 1px solid #eaeaea;	}
table.dataTable tr td.lastCell {	white-space: nowrap	}

.dataTables_length {
    float: left;
    display: inline-block;
}
.dataTables_length label 	{	display: inline-block;	}

.lengthChange				{	clear: both; padding-left: 12px; padding-top: 5px;			}

table.dataTable td span.icon-calendar { color: #309DCF; }
table.dataTable td span.icon-leaf { color: #40A52B; }
table.dataTable td span.icon-download { color: #A00D59; }

td.redText { color: red !important; }

.dataTables_info {
    margin-top: 18px;
    margin-bottom: 10px;
    float: right;
}
.dataTables_processing {
    height: 90px;
    text-align: center;
    margin-top: 50px;
}

.dataTables_processing img {
    margin: 1em 0;

}

.dataTables_processing span {
    display: inline-block;
}

.dataTables_length select {
    display: inline-block;
    width: auto;
}
.paging_full_numbers {
    margin-top: 10px;
    float: left;
}

.paging_full_numbers a.paginate_button {
    border: none;
    background: none;
    font-size: 14px;
    border-radius: 0;
    display: inline-block;
    padding: 1px 7px 1px;
    margin: 0;
    margin-left: 5px;
}
.paging_full_numbers a.paginate_active {
    background: #2ba6cb;
    color: white !important;
    font-weight: bold;
    border: none;
    border-radius: 0;
    display: inline-block;
    padding: 1px 7px 1px;
    margin: 0;
    margin-left: 5px;
}
.paging_full_numbers a.paginate_button:hover {
    background: #e1e1e1;
}

.paging_full_numbers a.paginate_button.paginate_button_disabled,
.paging_full_numbers a.paginate_button.paginate_button_disabled:hover {
    color: #cdcdcd !important;
    background: none;
    cursor: default;
}
.button i[class*="icon-"]{
    font-size:14px !important;
}
.form .row{
    overflow: visible;
}
.form .row label.label.left{
    line-height: 20px;
    margin: 4px 0 2px 4px;
    font-size: 12px;
    padding-right: 8px;
}

.form .row label.left{
    float:left !important;
}
.form .custom.dropdown.disabled a.current{
    background: rgba(187, 187, 187, 0.75);
}
.form .panel{
    padding: 6px !important;
}
/**
 * FIN DATATABLES
 *
**/


/**
 * FILEUPLOAD
 *
**/
.dropzone {
    z-index: 20;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    text-align: center;
    color:  #cdcdcd;
    border: 3px dashed #e6e6e6;
    font-weight: bold;
}
.dropzone.in {
    display: block;
}
.dropzone.hover {
    color:  #676767;
    border: 3px dashed #ababab;
}

.template-upload, .template-download, .template-edit {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #e6e6e6;
}

.template-edit {
    padding: 1em;
    background-color: #dfdfdf;
    display: none;
}

.fileinput-button {
    margin-right: 0;
}
.files .row .column, .files .row .columns {
    padding: 0 6px;
}

.files em {
    color: #a2a2a2;
}
.files .progress {
    width: auto;
}
.progress .bar {
    height: 100%;
    background: #00ff00;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-ms-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e90d2;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress .bar + .bar {
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
    background-color: #149bdf;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
    background-color: #dd514c;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
    background-color: #ee5f5b;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar,
.progress .bar-success {
    background-color: #5eb95e;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar,
.progress .bar-info {
    background-color: #4bb1cf;
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
    background-color: #5bc0de;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar,
.progress .bar-warning {
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
    background-color: #fbb450;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

@media only screen and (max-width: 767px) {
    .files .name * {
        width: auto;
    }
    .files .progress {
        width: auto;
    }
}

/**
 * FIN FILEUPLOAD
 *
**/

/**
 * GROWL
 *
**/
#growlHere div.alert-box {
    padding-left: 30px;
    background-position: 8px 9px;
    background-repeat: no-repeat;
}
#growlHere .success{
    background-image: url("../../img/growl_ok.png");
}
#growlHere .alert{
    background-image: url("../../img/growl_ko.png");
}
#growlHere .secondary{
    background-image: url("../../img/loader.gif");
}
/**
 * FIN GROWL
 *
**/

/*Fix de menu foundation*/
.top-bar ul > li.has-dropdown:hover > .dropdown, .top-bar ul > li.has-dropdown:focus > .dropdown {
    min-width: 100%;
}
/*Fin de Fix de menu foundation*/
.noshow{
    display:none
}


#utilities {
    z-index: 5;
    position: absolute;
    top: 35px;
    right: 4px;
}
@media only screen and (max-width: 767px) {
    #utilities {
        top: 49px;
    }
}
/*Estilos de Reveal*/
.reveal-container{
    margin: 0px !important;
    padding: 20px 10px 0px !important;
}
/*
.reveal-container label.inline{
    line-height: 15px;
    font-size: 12px;
}*/
.reveal-modal h3{
    font-size: 18px;
    color: #444;
    padding: 10px;
    margin: 0px !important;
    border-bottom: 1px solid #cdcdcd;
    background: #efefef;
    font-weight: normal;
}
.reveal-modal .close-reveal-modal:not(.button) {
    top: 16px;
    right: 16px;
}
.reveal-modal .reveal-buttons {
    border-top: 1px solid #cdcdcd;
    background: #efefef;
    margin-bottom: 0;
    padding-top: 10px;
}

.reveal-modal.fullsize{
    width: 100% !important;
    margin-left: -50% !important;
    top: 0px !important;
    padding: 0px;
}

/*BROWSERS*/
#browsers {
    z-index: 8;
}
#browsers ul li a:link, #browsers ul li a:visited {
    margin-top: 30px;
    width: 150px;
    float: left;
    display: inline-block;
    float: left;
    padding-top: 120px;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
    color: #730801;
    padding-bottom: 10px;
}
#browsers ul li a:hover {
    color: #8b1200;
    background-color: #efefef;
    border-radius: 20px;
}
#browsers p{
    color:#8b1200;
    font-size:18px;
}
#chrome_browser {
    background: url(../../img/browsers/chrome_browser.png) no-repeat center 10px;
}
#firefox_browser {
    background: url(../../img/browsers/firefox_browser.png) no-repeat center 10px;
}
#safari_browser {
    background: url(../../img/browsers/safari_browser.png) no-repeat center 10px;
}
#ie_browser {
    background: url(../../img/browsers/ie_browser.png) no-repeat center 10px;
}
#opera_browser {
    background: url(../../img/browsers/opera_browser.png) no-repeat center 10px;
}
#obrowsers {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    z-index: 7000;
}
/*/BROWSERS*/
.avatar{
    vertical-align: middle;
    padding-right: 7px;
    max-height: 17px;
    margin-top: -2px;
}

/*ARBOLES*/
.jstree-apple a.jstree-search {
    background-color:orange !important;
    color: black !important;
}
.treeview li > a{
    width: 95%;
}
.treeview li > a:hover:after{
    float:right;
    font-size: 8px;
    content: 'Click Derecho: Opciones';
}
.treeview li[activo='0'] > a{
    font-style: italic;
    color: #999;
}
.treeview li[activo='0'] > a:after{
    content:' (Desactivado)'
}
.treeview-search{
    border-radius: 5px;
    padding: 3px;
    width: 90%;
}

.separate1{padding-left: 15px !important;}
.separate2{padding-left: 30px !important;}
.separate3{padding-left: 45px !important;}
.separate4{padding-left: 60px !important;}
.separate5{padding-left: 75px !important;}
.separate6{padding-left: 90px !important;}
.separate7{padding-left: 105px !important;}
.separate8{padding-left: 120px !important;}
.separate9{padding-left: 135px !important;}
.jstree-leaf a span,.jstree-open a span{
    width: 300px;
    display: inline-block;
}
.absolute_color{
    /*position: absolute;*/
    /*clip:rect(0px,0px,0px,0px);*/
}

.absolute_colorpicker{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 6;
}

/*Para valores editables*/
input.mini{
    height:18px;
    font-size: 12px;
    margin-bottom: 2px;
}

/*Para Calendarios*/
.calendario li{
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.calendar-month.mes_actual table{
    background: #f8f8f8;
}
.calendar-table{
    background: none;
}

.calendar-table tr td{
    text-align: center;
    max-height: 15px;
    padding:0px;
}
.calendar-void{
    border: 1px solid #fefefe;
}
.calendar-header{
    text-align: center;
    font-size: 14px;
    background: #888;
    color: white;
    text-shadow: 1px 1px 2px black;
}
.calendar-table tr td a.baja:link,.calendar-table tr td a.baja:visited{
    background-color: rgb(221, 47, 21) !important;
    color:#FFF !important;
    border: 1px solid rgb(175, 40, 18);
}
.calendar-table tr td a.festivo:link,.calendar-table tr td a.festivo:visited{
    background-color: rgb(88, 218, 72) !important;
    color:#000 !important;
    border: 1px solid rgb(45, 106, 36);
}
.calendar-table tr td a:link,.calendar-table tr td a:visited{
    border: 1px solid #fefefe;
    color: #333;
    padding:2px;
    display: block;
}
.calendar-table tr td a:hover{
    border: 1px solid #000 !important;
}
.calendar-table tr td{
    overflow: visible;
    position: relative;
}

.calendar-dropdown {
    position: absolute;
    top: 19px;
    left:2px;
    width: 80px;
    background: #000;
    border: 2px solid #000;
    z-index: 1;
}
.calendar-dropdown:after, .arrow_box:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.calendar-dropdown:after {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #000;
    border-width: 5px;
    left: 10%;
    margin-left: -5px;
}
.calendar-dropdown:before {
    border-color: rgba(43, 166, 203, 0);
    border-bottom-color: #000;
    border-width: 7px;
    left: 10%;
    margin-left: -7px;
}
.calendar-dropdown ul.button-group{
    margin: 0;
}
.calendar-dropdown ul.button-group li a:link,
.calendar-dropdown ul.button-group li a:visited{
    border:1px solid black;
}


ul.breadcrumbs li .breadcrumb-dropdown:before {
    content: '';
    position: absolute;
    border: 6px solid #dedede;
    margin-top: -12px;
    margin-left: 10px;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}
ul.breadcrumbs li .breadcrumb-dropdown {
    display: none;
    border: 1px solid #dedede;
    position: absolute;
    background: white;
    margin: 0;
    z-index: 10;
    padding: 0px;
    border-radius: 3px;
    margin: 3px 0 0 10px;
    box-shadow: rgba(0,0,0,0.15) 0 0 2px;
}
ul.breadcrumbs li .breadcrumb-dropdown li, ul.breadcrumbs li .breadcrumb-dropdown li:first-child {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
}
ul.breadcrumbs li .breadcrumb-dropdown li:before{
    content: '';
}
ul.breadcrumbs li .breadcrumb-dropdown li a:link, ul.breadcrumbs li .breadcrumb-dropdown li a:visited {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    padding: 2px 10px;
}
ul.breadcrumbs li .breadcrumb-dropdown li a:hover {
    background-color: #f3f3f3;
}


/*
 * FULL CALENDAR
 *
 */

.fc table, .fc table tbody tr:nth-child(even)  {
    background: none;
}

.fc-header {
    border:  none;
    margin-bottom: 0;
}

.fc-agenda-days.fc-border-separate {
    border: none;
}

.fc-border-separate tr.fc-last th:first-child {
    border-left: 1px solid #dcdcdc;
}
.fc-border-separate tr.fc-last th:last-child {
    border-right: 1px solid #dcdcdc;
}

.fc-border-separate tr.fc-last th {
    text-shadow: 1px 1px 0 #FFF;
    color: #676767;
    font-weight: normal;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #cdcdcd;
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */

}

.fc-agenda-slots th {
    color: #676767;
    border-top-color: #efefef;
    border-width: 1px 1px 0;
    background-color: #e5e5e5;
}
.fc table {
    border: none;
}
.fc table.fc-header {
    border: 1px solid #dcdcdc;
    border-bottom: none;
}
.fc table.fc-header td {
    padding: 7px 10px;
    vertical-align: middle;
}

.fc-header .fc-button {
    margin-bottom: 0;
}

.fc-header-title h2 {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 0;
}

.fc-state-highlight {
    background: #ffffdf;
}

.chzn-container {
    min-height: 30px;
}

.chzn-container-single .chzn-single {
    border: 1px solid #cccccc;
    background: white;
    background-image: none;
    line-height: 30px;
    min-height: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.chzn-container-multi .chzn-choices {
    min-height: 30px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.chzn-container-active {
    box-shadow: none;
}

.chzn-container-active .chzn-choices .search-field input {
    min-height: 27px;
    line-height: 27px;
}
.chzn-container-multi .chzn-choices .search-field .default {
    min-height: 27px;
    line-height: 27px;
}

.chzn-container .chzn-drop {
    margin-top: -2px;
    background: #fff;
    border: 1px solid #cccccc;
    border-top: none;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing:  content-box;

}

.chzn-container-active .chzn-choices{
    border-bottom: none;
}

/*
 * FIN FULL CALENDAR
 *
 */

span.bubble { background-color: #fff; color: #000000; border-radius: 5px; padding: 0 0.3em; margin: 0 0 0 0.5em; }
span.red-bubble { background-color: #ff5c5c; color: #ffffff; }

div.legend { font-style: italic; margin: 2px; }

a.disabled { color: #c0c0c0; }


/* papelera
 */
#a_papelera {
    font-size: 12px;
    margin-top: -32px;
    position: absolute;
    right: 16px;
}

/* tabla de secciones
 */
#sectionsTable td.tdSectionType {
    color: #888;
    /*font-weight: bold;*/
    text-transform: uppercase;
}

.clear {
	clear: both;
	margin: 0;
}


ul.breadcrumbs li.currentDate {
    float: right;
}
ul.breadcrumbs li.currentDate:before {
    content: "";
}

div.iconContainer {
    margin-top: 9px;
}

[class*="foundicon-"] span {
    margin-left: 0.3em;
    position: relative;
    top: -2px;
}