/* here you can put your own css to customize and override the theme */

#trItemsTotal1 input::-webkit-input-placeholder {
    color: red;
    font-size: 14px;
}

#trItemsTotal1 input:-moz-placeholder {  /* Firefox 18- */
    color: red;  
    font-size: 14px;
}

#trItemsTotal1 input::-moz-placeholder {   /* Firefox 19+ */
    /*color: red;*/  
    font-size: 14px;
}

#trItemsTotal1 input:-ms-input-placeholder {  
    color: red;  
    font-size: 14px;
}

.popover-title {
    /*    background-color: #57b5e3;*/
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

#trItemsTotal1 td {
    border: none;
    border-top: 2px solid #dddddd;
}

#trItemsTotal2 td, #trItemsTotal3 td, #trItemsTotal4 td, #trFinalAmount td {
    border: none;
}

.row-item-validation .popover-title {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.input-icon i.for-select {
    margin: 11px 15px 4px 10px;
}

.modal-dialog.view-detail {
    width: 95%;
}