/* CSS Document */
body{
    padding:0px;
    margin:0px;
    /*font-family: Gill Sans, sans-serif;*/
    padding-bottom: 30px;
}	

h1{
    letter-spacing: 0;
    font-weight: 700;
    margin: 10px 0 5px 0;
    font-size: 16px;
    color: #424b66;
}

h2{
    letter-spacing: 0;
    font-weight: 700;
    margin: 10px 0 5px 0;
    font-size: 14px;
    color: #424b66;
}

h3{
    font-weight: normal;
    font-size: 16px;
    color: #777;	
}

img {
    border: none;
}

a button{
    text-decoration: none;
}

.header{
    background-image: url(../img/repBan.png);
    background-repeat: repeat-x;	
    height:100px;
    width:100%;
}

header img{
    margin-left:auto;
    margin-right:auto;	
}

#general_response{
    margin: 0 auto;
    width: 50%;
    z-index: 10;
    position: fixed;
    left: 25%;
}

#general_response .alert{
    -webkit-box-shadow: 0px 50px 100px 20px rgba(0, 0, 0, 1);
    box-shadow: 0px 20px 500px 20px rgba(0, 0, 0, 1);
}

#content{
    padding-left:100px;
    text-align: left;
    font-size: 12px;
    line-height: 130%;

    width:100%;
    max-width: 1500px;
    min-width:	1024px;
    margin:0 auto;
    padding:0;
}

#content table th{
    text-align:right;	
}

.mRow{
    width: 27%;
    float: left;
    padding: 0 1%;
    background-color: rgb(240, 241, 255);
    margin: 0 1%;
    padding-bottom: 30px;
}

.head{
    background-color: rgba(228,228,228,0.3);
    padding: 12px 0px 12px 0px;
    border-top: solid #000 thin;
    border-bottom: thin solid #000;
    margin: 5px 0 25px 0;
}

textarea {
    height: 32px;
}
/**
 * HOME
 */

#home{
    width: 850px;
    margin: 0 auto;
} 

#home_info{
    padding: 12px 0px 12px 0px;
    border-top: solid #000 thin;
    border-bottom: thin solid #000;
}

#home_info span{
    width: 250px;
}	

#home_options{
    border-bottom: thin solid #000;
}

#home_options .option{
    width:49%;
    float:left;
    padding: 50px 0px;
}

#home_options .home_option_icon{
    float:left;
    height:100%;
    width:10%;
    padding-left: 5%;
}

#home_options .home_option_info{
    float:right;
    height:100%;
    width:70%;
    padding: 0px 5%;
}

/**
 * REGISTER NEW REPAIR
 */
#register_new_repair{
    width: 40%;
    position: relative;
    right: -30%;	
}

.cancelNewRepair{
    float: right;
}

#register_new_repair_header{
    padding: 12px 0px 12px 0px;
    border-top: solid #000 thin;
    border-bottom: thin solid #000;
}

#currend_step_information{
    width:250px;
    border-top: solid #000 thin;
    padding: 5px 0;	
}

.number {
    margin-right: 30px;
    cursor: pointer;
}
.step{
    position: relative;
    left: -70px;
    letter-spacing: 0;
    font-weight: 700;
    margin: 10px 0 5px 0;
    font-size: 16px;
    color: #424b66;	
}

.this_step_information, .itemlist{
    display:none;
}

.nextButton{
    margin-right: -6px;
}

/**
 * DASHBOARD
 */
.small_row{
    width: 50%;
    float:left;
}

#dashboard_header, #dashboard_content{
    margin: 10px 0px;
    width: 100%;
}

#dashboard_header{
    float:left;
}

.dashboard_info_section{

}

#dashboard_content{
    float:left;
    clear:left;
}

/*
.other_rma_code{
        <!--width: 80%;-->
        padding: 2px;
        border: #999 solid thin;
        margin-bottom: 2px;
        padding: 3px 8px;
        cursor: pointer;
        background-color: #FFF;
}*/

#selected_other_rma{
    background-color:blue;
    color:white;
}

#progress table{
    width: 100%;	
}

#progress table th{
    text-align:left;
}

#returned_product_list table thead th{
    width: 25%;
    text-align: center;
}

#returned_product_list tbody tr{
    height: 28px;
}

#returned_product_list table td{
    text-align: center;
}

#returned_product_list table .serial_code{
    text-align:left;
}

#progress{
    clear:both;	
}

.status_icon{
    background-position: center center;
    background-repeat: no-repeat;
    padding-left: 15px;
}

.status_icon.left{
    background-position: left center;
}	

.status_icon.check{
    background-image:url('../img/status/1.png');
}

.status_icon.bar{
    background-image:url('../img/status/-.png');
}

.status_icon.orangeBall{
    background-image:url('../img/status/-1.png');
}


#loading_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.3); /* black semi-transparent */
    background-image:url(../img/loginLoad.gif);
    background-position:center center;
    background-repeat:no-repeat;
}


.red{
    color:red;	
}

table label, 
table textarea, 
table input, 
table select {
    width: 100%;	
}


/**
 * BACKOFFICE
 */
#rmas{
    margin-bottom: 20px;	
}
#input *{
    float:left;
}

#menu{
    float:right;
}

#menu .menuItem{
    margin: 0px 5px;
}

#backoffice table{
    width:100%;	
}

#backoffice table th,
#backoffice table td{
    text-align:left;
}

#backoffice table td{
    line-height: 20px;
}

.tabelhover tbody tr:hover{
    background-color:rgba(66,75,102,0.5);
}

.hover:hover{
    background-color:rgba(66,75,102,0.5);
}

#selected_tabel_row:hover{
    background-color:#F93;
    color:#000;
}

#selected_tabel_row{
    background-color:#424b66;
    color: #FFF;	
}

#contact_info table{
    width:auto;	
}

#contact_info table th{
    text-align:right;	
}

.status_template{
    display: none;
}

.status_template input, .status_template textArea{
    width: 100%;
}

.mailContact{
    background-color: rgb(240, 241, 255);
}

.mailContent{
    display: none;
}

/**
 * PRODUCTS
 */
#products table th{
    text-align:left;
}

.productEdit{
    background-image:url('../img/edit.png');
}

.productDelete{
    background-image:url('../img/delete.png');
}

.action{
    cursor:hand;
    cursor:pointer;	
}

#productbox table td{
    text-align:left;
}

.highlight{
    background-color:#424b66;
    color: #FFF;	
}

#commends textarea{
    width: 100%;	
}


/**
 * MAILTEMPLATE
 */
#mailTemplate h1{
    cursor: pointer;
}

#mailTemplate .templates{
    float:left;	
}



#mailTemplate table thead th{
    text-align:left;	
}

.templates{
    width:700px;	
}

.templates textarea, .templates input{
    width:99%;	
}

#template_keys_and_values{
    position: absolute;
    left: 800px;
    top: 150px;
}

/**
 * Modal
 */

.modal h3{
    font-size: 24.5px; 
    color: #333333; 
    font-weight: bold;
}

select{
    margin-bottom: 0px;
}

btn{
    margin: 5px;
}



td.dispay-label .label{
    margin: 8px 0 0 12px;
}

td.dispay-label{
    vertical-align: top;
}

.editable{
    height: 42px;
    padding-left: 2px;
    width: 71%;
}

.none-editable{
    height: 42px;
    padding-left: 2px;
    width: 71%;
}

.showOnEdit{
    display: none;
}

.tabelEdit{
    width: 86%;
}

#content .table th{
    text-align: left;
}