.grid-view-loading
{
    background:url(loading.gif) no-repeat;
}

.grid-view
{
    padding: 15px 0;
}

.grid-view table.item-class
{
    background:#F9F9F9;
    padding: 3px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;

}

.grid-view table.item-class th, .grid-view table.item-class td
{
    font-size: 0.9em;
    /*border: 1px white solid;*/

}

.grid-view table.item-class th
{
    color: white;
    background: url("../images/el_bg.png") repeat-x scroll left top white;/**/
    background-color:#2AA2B7;
}
.grid-view table.item-class th a
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.grid-view table.item-class th a:hover
{
    color: #FFF;
}

.grid-view table.item-class th a.asc
{
    background:url(../images/bullet_arrow_up.png) right center no-repeat;
    padding-right: 20px;
}

.grid-view table.item-class th a.desc
{
    background:url(../images/bullet_arrow_down.png) right center no-repeat;
    padding-right: 20px;
}

.grid-view table.item-class tr.even
{
    background: #F9F9F9;
}

.grid-view table.item-class tr.odd
{
    background:#F1F1F1;
}

.grid-view table.item-class tr.selected
{
    background: #CCCCCC;
}

.grid-view table.item-class tr:hover
{
    background: #CCCCCC;
}

.grid-view .link-column img
{
    border: 0;
}

.grid-view .button-column
{
    text-align: center;
    width: 60px;
}

.grid-view .button-column img
{
    border: 0;
}

.grid-view .checkbox-column
{
    width: 15px;
}

.grid-view .summary
{
    margin: 0 0 5px 0;
    text-align: right;
}

.grid-view .pager
{
    margin: 5px 0 0 0;
    text-align: right;
}

.grid-view .empty
{
    font-style: italic;
}

.grid-view .filters input,
.grid-view .filters select
{
    width: 100%;
    border: 1px solid #ccc;
}

.grid-view .button-column
{
    text-align: center;
    width: 90px!important;
}
.grid-view .button-column img {
    padding-right:5px;
}

table.detail-view .null
{
    color: pink;
}

table.detail-view
{
    border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0; 
    background: white;
    border-collapse: collapse;
    width: 100%;
    margin-bottom:  2%;

}

table.detail-view th, table.detail-view td
{
    font-size: 0.9em;
    border: 1px white solid;
    padding: 0.3em 0.6em;
    vertical-align: top;
    border-bottom: 1px solid #dddddd;

}

table.detail-view th
{
    text-align: right;
    width: 160px;

}

table.detail-view tr.odd
{
    background:#FFF;
}

table.detail-view tr.even
{
    background:#FFF;
}

table.detail-view tr.odd th
{


}


table.detail-view tr.even th
{
}

.CSS_Table_Example {
    margin:0px;padding:0px;
    width:100%;
    box-shadow: 10px 10px 5px #888888;
    border:1px solid #000000;
    -moz-border-radius-bottomleft:9px;
    -webkit-border-bottom-left-radius:9px;
    border-bottom-left-radius:9px;
    -moz-border-radius-bottomright:9px;
    -webkit-border-bottom-right-radius:9px;
    border-bottom-right-radius:9px;
    -moz-border-radius-topright:9px;
    -webkit-border-top-right-radius:9px;
    border-top-right-radius:9px;
    -moz-border-radius-topleft:9px;
    -webkit-border-top-left-radius:9px;
    border-top-left-radius:9px;
}.CSS_Table_Example table{
    width:100%;
    height:100%;
    margin:0px;padding:0px;
}.CSS_Table_Example tr:last-child td:last-child {
    -moz-border-radius-bottomright:9px;
    -webkit-border-bottom-right-radius:9px;
    border-bottom-right-radius:9px;
}.CSS_Table_Example table tr:first-child td:first-child {
    -moz-border-radius-topleft:9px;
    -webkit-border-top-left-radius:9px;
    border-top-left-radius:9px;
}.CSS_Table_Example table tr:first-child td:last-child {
    -moz-border-radius-topright:9px;
    -webkit-border-top-right-radius:9px;
    border-top-right-radius:9px;
}.CSS_Table_Example tr:last-child td:first-child{
    -moz-border-radius-bottomleft:9px;
    -webkit-border-bottom-left-radius:9px;
    border-bottom-left-radius:9px;
}.CSS_Table_Example tr:hover td{
    background-color:#82c0ff;
    background:-o-linear-gradient(bottom, #82c0ff 5%, #56aaff 100%);	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #82c0ff), color-stop(1, #56aaff) );
    background:-moz-linear-gradient( center top, #82c0ff 5%, #56aaff 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#82c0ff", endColorstr="#56aaff");	background: -o-linear-gradient(top,#82c0ff,56aaff);
}.CSS_Table_Example tr:first-child td{
    background:-o-linear-gradient(bottom, #0069d3 5%, #007fff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0069d3), color-stop(1, #007fff) );
    background:-moz-linear-gradient( center top, #0069d3 5%, #007fff 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0069d3", endColorstr="#007fff");	background: -o-linear-gradient(top,#0069d3,007fff);
    background-color:#0069d3;
    border:0px solid #000000;
    text-align:center;
    border-width:0px 0px 1px 1px;
    font-size:18px;
    font-family:Comic Sans MS;
    font-weight:bold;
    color:#ffffff;
}.CSSTableGenerator tr:first-child:hover td{
    background:-o-linear-gradient(bottom, #0069d3 5%, #007fff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0069d3), color-stop(1, #007fff) );
    background:-moz-linear-gradient( center top, #0069d3 5%, #007fff 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0069d3", endColorstr="#007fff");	background: -o-linear-gradient(top,#0069d3,007fff);
    background-color:#0069d3;
}.CSS_Table_Example tr:first-child td:first-child{
    border-width:0px 0px 1px 0px;
}.CSS_Table_Example tr:first-child td:last-child{
    border-width:0px 0px 1px 1px;
}.CSS_Table_Example td{
    background:-o-linear-gradient(bottom, #56aaff 5%, #82c0ff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #56aaff), color-stop(1, #82c0ff) ); 
    background:-moz-linear-gradient( center top, #56aaff 5%, #82c0ff 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#56aaff", endColorstr="#82c0ff");	background: -o-linear-gradient(top,#56aaff,82c0ff);
    background-color:#56aaff;
    border:1px solid #000000;
    border-width:0px 1px 1px 0px;
    text-align:left;
    padding:7px;
    font-size:12px;
    font-family:Comic Sans MS;
    font-weight:bold;
    color:#000000;
}.CSS_Table_Example tr:last-child td{
    border-width:0px 1px 0px 0px;
}.CSS_Table_Example tr td:last-child{
    border-width:0px 0px 1px 0px;
}.CSS_Table_Example tr:last-child td:last-child{
    border-width:0px 0px 0px 0px;
}
.boxclose{

    float:right;
    margin-top:-50px;
    margin-right:-30px;
    cursor:pointer;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;  
    width: auto;
    height: 30px;



} 
.guide , .manifest-container{
    width: 100%;
    margin: 2px;
}

.update{
    width: 100%;
}
.guide-header{
    width: 100%;
    min-height: 300px;
}
.guide-header img{
    width: 40%;
}
.guide_header th{
    background: lightblue;
}
.guide-left{
    float: left;
    width:40%;
}
.guide-right{
    float: right;
    width:40%;
}
.guide-header-content th{
    background: rgba(9,162,179,1);
    background: -moz-linear-gradient(top, rgba(9,162,179,1) 0%, rgba(28,171,188,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(9,162,179,1)), color-stop(100%, rgba(28,171,188,1)));
    background: -webkit-linear-gradient(top, rgba(9,162,179,1) 0%, rgba(28,171,188,1) 100%);
    background: -o-linear-gradient(top, rgba(9,162,179,1) 0%, rgba(28,171,188,1) 100%);
    background: -ms-linear-gradient(top, rgba(9,162,179,1) 0%, rgba(28,171,188,1) 100%);
    background: linear-gradient(to bottom, rgba(9,162,179,1) 0%, rgba(28,171,188,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09a2b3', endColorstr='#1cabbc', GradientType=0 );
    border: 1px solid;
}
.guiderut{
    float:right;
    width: 40%;
    border: 1px solid #14a7b8;

    text-align: center;
    margin:  10px;
    color: #14a7b8;
}
.guiderut h5, h4{
    font-size: 20px;
}
.guiderut h6{
    font-size: 16px;
}
.guide thead th{
    background: rgba(9,162,179,1);
    background: -moz-linear-gradient(top, rgba(9,162,179,1) 0%, rgba(28,171,188,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(9,162,179,1)), color-stop(100%, rgba(28,171,188,1)));
    background: -webkit-linear-gradient(top, rgba(9,162,179,1) 0%, rgba(28,171,188,1) 100%);
    background: -o-linear-gradient(top, rgba(9,162,179,1) 0%, rgba(28,171,188,1) 100%);
    background: -ms-linear-gradient(top, rgba(9,162,179,1) 0%, rgba(28,171,188,1) 100%);
    background: linear-gradient(to bottom, rgba(9,162,179,1) 0%, rgba(28,171,188,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09a2b3', endColorstr='#1cabbc', GradientType=0 );
    border: 1px solid;
}
.guide tr,th{
    border: 1px solid;
   
}
.guide th{
    text-align: center;
}
.guide td{
    text-align: center;
}
.total-guide{
    float: right;
    width: 30%;
}
.total-guide tr{
    border: 1px solid;
}
.guide td input{
    width: 100%;
    height:auto;
}
.guide td select{
    width: 100%;
    height:auto;
    
}
.guide-header-content{
    margin-top: 100px;
    font-size: 18px;

}


.title{
    background: rgba(9,162,179,1);
    background: -moz-linear-gradient(top, rgba(9,162,179,1) 0%, rgba(28,171,188,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(9,162,179,1)), color-stop(100%, rgba(28,171,188,1)));
    background: -webkit-linear-gradient(top, rgba(9,162,179,1) 0%, rgba(28,171,188,1) 100%);
    background: -o-linear-gradient(top, rgba(9,162,179,1) 0%, rgba(28,171,188,1) 100%);
    background: -ms-linear-gradient(top, rgba(9,162,179,1) 0%, rgba(28,171,188,1) 100%);
    background: linear-gradient(to bottom, rgba(9,162,179,1) 0%, rgba(28,171,188,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09a2b3', endColorstr='#1cabbc', GradientType=0 );
    text-align: center
}
.profile{
    display: inline-block;
    overflow: hidden;
    width: 100%;
    vertical-align: middle;

}
.profileImage {
    float: left;
    padding: 20px;
    width: 20%;
}
.profileImage img{
    width: 100%;
    border: 3px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.1);
}
.profileData{
    width: 70%;
    margin: 25px;

}
.profileData td{
    font-size: 16px;
}
.profileData tr{

    border-bottom: 0.5px #CCCCCC solid; 
}


.grid-view-icon img{
    width: 20px;
    height: auto;
}
.grid-view-fast img{
    width: 20px;
    height: auto;
}
.grid-view-dlt img{
    width: 20px;
    height: auto;
}

.manifest_header{
    width: 100%;
    display: inline-block; 
}
.manifest_header th{
    background: lightblue;
}
.manifesth-left{
    float: left;
    width:40%;
}
.manifesth-right{
    float: right;
    width:40%;
}
.manifest-center {
    border: 1px #14a7b8 dotted;
    width:100%;
}
.manifest-center p{
    padding: 10px;
    text-align: justify;
    resize: none;
    word-break: break-all;
}
#guidedocfile embed{
    width:100%; 
    height:800px;
    display: block;

}
.datasheet{

}
.datasheet-header{
    display: inline-block;
}
.dh-image{
    float: right; 
    width: 30%; 
    height: auto;
}
.datasheet-header table{
    width: 69%;

}
.datasheet table caption{
    font-size: 16px;
    /*    background: #14a7b8;
        color: white;*/
}
.datasheet table tr{

    border-bottom:  1px #14a7b8 dotted;

}
.datasheet-center{
    text-align : justify;
    padding: 10px;
    border:  1px #14a7b8 dotted;
}
.bodyticket{

    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(center bottom , #f7f7f7 0%, #ffffff 100%);
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.2);
    display: block;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 20px;
    font-size: 18px;
    text-align : justify;
    margin-top: 10px;

}
.fechaancha{
    color: rgba(9,162,179,1);
    float: right;
    text-align: center;
    width: 100px;
    font-family: "Times New Roman", Times, serif;
    font-weight:bold;
    border:1px solid rgba(9,162,179,1);
    margin-bottom: 10px;
}
.fecham {
    float: right;
    text-align: center;
    width: 50px;
    font-family: "Times New Roman", Times, serif;
    font-weight:bold;
    border:1px solid;

}
.mes, .año {
    font-size: 14px;
}
.dia {
    font-size: 30px;

}
.hora{
    font-size: 10px;
    line-height: 10px;
}
#tblFiles tr{
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    width: auto;
    min-width: 0;
    display: table;
}
.ui-widget-content {
    border:none;
    background: #fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222;
}
.center{
    text-align: center;
}
.report-table{
    width: 100%;
    height: auto;
}
.detail-report{
    white-space: pre; /* CSS 2.0 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3.0 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap; /* HP */
    word-wrap: break-word; /* IE 5+ */
}
.report-table th{
    text-align: center;
    color:white;
    height: 30px;
    background: rgba(9,162,179,1);
    background: -moz-linear-gradient(top, rgba(9,162,179,1) 0%, rgba(28,171,188,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(9,162,179,1)), color-stop(100%, rgba(28,171,188,1)));
    background: -webkit-linear-gradient(top, rgba(9,162,179,1) 0%, rgba(28,171,188,1) 100%);
    background: -o-linear-gradient(top, rgba(9,162,179,1) 0%, rgba(28,171,188,1) 100%);
    background: -ms-linear-gradient(top, rgba(9,162,179,1) 0%, rgba(28,171,188,1) 100%);
    background: linear-gradient(to bottom, rgba(9,162,179,1) 0%, rgba(28,171,188,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09a2b3', endColorstr='#1cabbc', GradientType=0 );
}
.rtdg{
    background-color: #f9f9f9;
}
.track-steps {
    color: #999;
}
.track-steps .step p {
    line-height: 1.3;
    margin-bottom: 10px;


}
.step p{

    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;


}

.track-steps .step .icon-con {
    position: absolute;
    top: 3px;
    left: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
}
.track-steps .step .icon-con.icon-node {
    top: 0;
    left: -8px;
    width: 16px;
    height: 16px;
}
.track li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.checkpoints {
    position: relative;
    border-top: 1px solid #ddd;
}
.checkpoints__list {

    margin: 0;
    padding: 0;
}
.checkpoint__time {
    float: left;
    width: 101px;
    text-align: right;
    vertical-align:text-top;
}
.checkpoint__content {
    margin-left: 163px;
    padding-right: 10px;
    min-height: 55px;

}
.track-content{
    vertical-align:text-top;
}
.checkpoint__icon{
    list-style-type: disc;
}
.checkpoint__icon img{

}
.track img{
    margin: 10px;
    width: 40px;
}
.track {
}

.track td{
    padding:  10px;
}
.track-icon{
    width: 50px;
}

.operation_name {
    margin: 0 5px;
    padding: 4px;
    background-color: #ecf0f1;
    border-radius: 3px;
    color: #95a5a6;
}
.hint{
    color: #95a5a6;
}
.track-note{
    font-style: oblique;
}
.track-tension{
    float:right;


}
.track-total{
    font-size: 30px;
    color: #1CABBD;
    text-align: center;

}
.track-view-icon img{
    float: left;
    width: 10%;
}
.track-view{
    padding: 10px;
    width: 100%;

}
.track-view-guide{
    font-size: 18px;
}
.track-view-tension{
    float: left;
    width: 80%;
    padding: 10px;
    font-size: 15px;
}

.track-view-header{
    width: 100%;
    display: inline-block;
}

.track-view-total span{

    font-size: 20px;
}
/*Normal*/
.task {
    display: block;
    width: 120px;
    height: 35px;
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-family: 'Helvetica';
    font-weight: bold;
    font-size: 10pt;
    float: left;
    margin: 2px 2px;
}
.task-color {
    background-color: #289BB0;
    border: 1px solid #3082AB;
    -moz-box-shadow:inset 0px 0px 1px rgba(61,150,185,1);
    -webkit-box-shadow:inset 0px 0px 1px rgba(61,150,185,1);
    box-shadow:inset 0px 0px 1px rgba(61,150,185,1);
    background-image: -o-linear-gradient(90deg , rgb(40, 155, 176) 0%, rgb(174,217,241) 100%);
    background-image: -moz-linear-gradient(90deg , rgb(40, 155, 176) 0%, rgb(174,217,241) 100%);
    background-image: -webkit-linear-gradient(90deg , rgb(40, 155, 176) 0%, rgb(174,217,241) 100%);
    background-image: -ms-linear-gradient(90deg , rgb(40, 155, 176) 0%, rgb(174,217,241) 100%);
    background-image: linear-gradient(90deg , rgb(40, 155, 176) 0%, rgb(174,217,241) 100%);
    color: #135E83;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
}

/*Hover*/
.task-color:hover {
    background-color: #AED1E7;
    background-image: -o-linear-gradient(90deg , rgb(152,193,216) 0%, rgb(193,222,239) 100%);
    background-image: -moz-linear-gradient(90deg , rgb(152,193,216) 0%, rgb(193,222,239) 100%);
    background-image: -webkit-linear-gradient(90deg , rgb(152,193,216) 0%, rgb(193,222,239) 100%);
    background-image: -ms-linear-gradient(90deg , rgb(152,193,216) 0%, rgb(193,222,239) 100%);
    background-image: linear-gradient(90deg , rgb(152,193,216) 0%, rgb(193,222,239) 100%);
}

/*Active*/
.task-color:active {
    background-color: #72A0BA;
    -moz-box-shadow:inset 0px 0px 5px rgba(61,150,185,1);
    -webkit-box-shadow:inset 0px 0px 5px rgba(61,150,185,1);
    box-shadow:inset 0px 0px 5px rgba(61,150,185,1);
    background-image: -o-linear-gradient(90deg , rgb(174,217,241) 0%, rgb(125,169,190) 100%);
    background-image: -moz-linear-gradient(90deg , rgb(174,217,241) 0%, rgb(125,169,190) 100%);
    background-image: -webkit-linear-gradient(90deg , rgb(174,217,241) 0%, rgb(125,169,190) 100%);
    background-image: -ms-linear-gradient(90deg , rgb(174,217,241) 0%, rgb(125,169,190) 100%);
    background-image: linear-gradient(90deg , rgb(174,217,241) 0%, rgb(125,169,190) 100%);
    text-shadow: none;
}
.rotate {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);

}
.item-tr{
    background-color: #c9eef2;
}






