/* Header */
#app-header-title {
    padding: 15px 0 10px 0;
    color: #666;
    font-size: 25px;
    font-weight: normal;
    left: 213px !important;
    top: 6px !important;
}

#app-header-logo {
    width: 178px;
    height: 71px;
    left: 7px !important;
    top: -7px !important;
    background: url("../images/logo.gif") no-repeat center 4px;
}

#app-header {
    background: url("../images/bg_top.jpg") repeat-x;
}

a.download-link {
    color: #4887ad;
    text-decoration: underline;
    margin-bottom: 6px !important;
    display: block;
}
a.download-link:hover {
    color: #3a6682 ;
    text-decoration: underline;
}




/* Inicio de Movimiento*/
.device-status {
    padding: 20px !important;
    border: 1px solid #ccc;
    background: #fff;
    margin: 0 auto;
    display: table;
    text-align: center;
    margin-bottom: 5px;
}


.device-status img {
    max-height: 30px;
    margin-right: 10px;
}


.device-status-text label {
    display: block;
    float: none;
}
.device-status-text {
    padding: 20px !important;
    margin: 0 auto;
    display: table;
    text-align: center;
    margin-bottom: 20px;
}
 /* Row colors */
 
.red-row{ color: rgb(200, 2, 2) !important; } 
.blue-row{ color: rgb(0, 0, 255) !important; } 
.yellow-row{ background-color: #FBF8BF !important; } 
.green-row{ color: #2a842a !important; }
.purple-row{ color: #ad55ad!important; }
.orange-row{ color: #da4e17!important; }


/* Header Welcome */

.welcome {
    margin-right: 20px;
    padding: 5px;
    background: white;
    border: #ccc;
    box-shadow: 1px 1px 1px #ccc;
    margin-bottom: 5px !important;
    border-radius: 3px;
    color: #666;
}

.welcome strong {
    color: #949494;
}


/** Override ExtJS Rules */

.x-panel-header-default-horizontal.x-header-noborder {
    padding: 5px 10px 5px 10px !important;
    border-radius: 4px;
}

.x-panel-header-title-default {
    color: #157fcc;
    font-size: 13px;
    font-weight: 300;
    font-family: helvetica,arial,verdana,sans-serif;
    line-height: 16px;
}

.des-field .x-form-text {    
    font-size: 44px !important;
    text-align: center !important;
}

.des-field.ncom .x-form-text {    
    color: #d84761 !important;
}
.des-field.no-ncom .x-form-text {    
    color: #98b598 !important;
}


.device-status-text label {
    display: block;
    float: none;
}



/* MovInit */


.communication-error {
    font-weight:bold;
    color: #e43939;
}
.communication-ok {
    font-weight:bold;
    color: #43a956;
}


.btn-movinit {
    width: 110px;
    height:50px;
    padding-top: 15px;
    color: #fff !important;
    background: #8bb99b !important;
    font-weight: bold !important;
    font-size: 13px !important;
    border: 0px !important;
}

.btn-movinit .x-btn-inner-default-toolbar-small {
    color: #fff !important;
}

.btn-movinit-cancel {
    width: 110px;
    height:50px;
    padding-top: 15px;
    color: #fff !important;
    background: #b55454 !important;
    font-weight: bold !important;
    font-size: 13px !important;
    border: 0px !important;
}

.btn-movinit-cancel .x-btn-inner-default-toolbar-small {
    color: #fff !important;
}

/* Terminos de Servicio */

#service-terms {
    margin-bottom: 20px;
}

#service-terms a  {
    color: #157fcc;
    text-decoration: underline;
}

#service-terms a:hover  {
    color: #157fcc;
    text-decoration: none;
}

#service-terms strong  {
    color: #315a77;
    font-weight: bold;
}

#service-terms div.new-info {
    color: #c32121;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    border: 1px solid #d66060;
}

#service-terms .service-textbox {
    width: 100%;
    padding: 10px;
    /*
    border: 1px solid #ccc;
    */

    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    display: table;
    margin-top: 7px;
    margin-bottom: 7px;
}


.date-accepted {
    padding: 10px !important;
    border: 1px solid #ccc  !important;
    margin-top: 15px !important;
    width: 100% !important;
}




/* Campos deshabilitados **/

.x-form-item-default.x-item-disabled {
    filter: alpha(opacity=50) !important;
    opacity: 0.5 !important;
 }

 .datos-ruta .x-form-item-default.x-item-disabled {
    filter: alpha(opacity=70) !important;
    opacity: 0.7 !important;
 }
.datos-ruta .x-form-item-default.x-item-disabled input {
    color: #000;
    font-weight:bold;
 }




/* Summary */
.x-grid-row-summary .x-grid-cell-inner {
    font-weight: bold;
}



.technologies-list img.technology, img.grid-icon {
    height: 20px;
    margin-right: 10px;
}



/* Servicios *//* Servicios */
.chk-services {
    float: none;
    clear: both;
    margin: 0 auto;
    margin-bottom: 20px !important;
}

.chk-services span {
    color: #776868;
    font-size: 17px;    
    padding-right: 10px;
}


.warning-box {
    padding: 10px;
    border: 1px solid #ccc;
    display: table;
    margin: 0 auto;
    margin-bottom: 25px;
}

.mov-price {
    font-size: 14px;
}

.mov-price strong {
    color: #0059bf;
    font-weight: bold;
}

.row-with-error .x-grid-cell {
    background-color: #ffe0e0 !important;
}
