﻿
input:hover, textarea:hover {
    background: rgb(250, 255, 189) !important;
}

input:focus, textarea:focus {
    background: rgb(250, 255, 189) !important;
}

.form-horizontal .control-label {
    text-align: left !important;
}

.control-has-error {
    border-color: #f09784 !important;
    color: #d68273 !important;
}

.label-error {
    color: #d68273 !important;
    font-size: 12px !important;
}

input.error, select.error {
    border: solid 1px #cc0329;
}

label.error {
    font-size: 13px;
    font-weight: bold;
    color: #cc0329;
}

.form-group {
    margin-bottom: 10px;
}

.loadingstatus {
    padding: 10px 15PX;
    width: auto;
    position: fixed;
    top: 68px;
    z-index: 9999;
    margin-left: 43%;
    border: solid 1px #1e88e5;
    background-color: #1e88e5;
    color: #ffffff;
    font-weight: bold;
}


.iFileGroup {
    padding: 10px 0;
}

    .iFileGroup .iFileView {
        float: left;
        margin: 4px;
    }

    .iFileGroup .DocName {
        margin-right: 10px;
    }

    .iFileGroup .FileName {
        margin-right: 10px;
    }

.pagination {
    font-size: 13px;
    margin-bottom: 0;
}

.modal-header {
    display: block;
}

.sidebar-nav ul li a.active {
    color: #0284f7;
}

.sidebar-nav > ul > li.active > a, .sidebar-nav > ul > li.active:hover > a {
    color: #ffffff;
    background: #26c6da !important;
}

input#VehiclePlate {
    font-size: 18px;
    font-weight: bold;
}

input#TractorPlate {
    font-size: 18px;
    font-weight: bold;
}

.table thead th, .table th {
    border: 1px solid #f3f1f1;
    font-weight: bold;
    vertical-align: text-top;
}
/* Checkbox */

input[type="checkbox"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: #fff;
    height: 25px;
    width: 25px;
    border: 2px solid #1e88e5;
}

    input[type="checkbox"].form-control {
        min-height: 25px;
    }

    input[type="checkbox"]:not(:checked) {
        background: #fff;
    }


    input[type="checkbox"]:checked {
        background: #d1f6ff;
    }

    input[type="checkbox"]:hover {
        filter: brightness(90%);
    }

    input[type="checkbox"]:disabled {
        background: #e6e6e6;
        opacity: 0.6;
        pointer-events: none;
        border: 2px solid #8e9294;
    }

    input[type="checkbox"]:after {
        content: '';
        position: relative;
        left: 30%;
        top: 12%;
        width: 35%;
        height: 60%;
        border: solid #1e88e5;
        border-width: 0px 3px 3px 0;
        transform: rotate(45deg);
        display: none;
    }

    input[type="checkbox"]:checked:after {
        display: block;
    }

    input[type="checkbox"]:disabled:after {
        border-color: #7b7b7b;
    }
/*En check box*/
.search-box input, .search-box select {
    min-height: 30px;
    height: 30px;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    color: #67757c;
}
.wap-text {
    word-break: break-all;
    width: 200px;
}
.red{
    color:orangered !important;
}
.word-break {
    
}
.bolder{
    font-weight:bold !important;
}
.table-word-break th {
    word-break: keep-all;
}

.table-word-break td {
    word-break: break-word;
}