﻿body {
}

.LoginBackgroundImage {
    background-image: url('');
}

.validationMessage {
    color: #ff0505;
    font-size: smaller;
    /*font-weight: bold;*/
    display: inline;
    /*padding-left: 12px;*/
}

.popUpHeading {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.025em;
    height: 35px;
    line-height: 15px;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}


.btn {
    border-radius: 0px !important;
}

.confirmation-header {
    color: #f9243f !important;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding-left: 10px;
    /* margin-bottom: 20px; */
    border: 1px solid transparent;
    /* border-radius: 4px; */
}


.pagination-grd {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-grd table > tbody > tr > td {
        display: inline;
    }

        .pagination-grd table > tbody > tr > td > a,
        .pagination-grd table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 4px 8px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #5cb85c;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-grd table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 4px 8px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #ffffff; /*#dd4814;*/
            background-color: #5cb85c; /*#ffffff;*/
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-grd table > tbody > tr > td:first-child > a,
        .pagination-grd table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-grd table > tbody > tr > td:last-child > a,
        .pagination-grd table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-grd table > tbody > tr > td > a:hover,
        .pagination-grd table > tbody > tr > td > span:hover,
        .pagination-grd table > tbody > tr > td > a:focus,
        .pagination-grd table > tbody > tr > td > span:focus {
            color: #ffffff; /*#dd4814;*/
            background-color: #5cb85c; /*#ffffff;*/
            border-color: #dddddd;
        }


.required label {
    font-weight: bold;
}

    .required label:after {
        color: #e32;
        content: ' *';
        display: inline;
    }

.no-margin {
    margin: 0px !important;
}

.no-margin-top {
    margin-top: 0px !important;
}

.no-margin-left {
    margin-left: 0px !important;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.no-margin-right {
    margin-right: 0px !important;
}

.radio-vertical-space input[type="radio"] {
    margin-bottom: 15px; /* Or any other value */
}




/* custom radio*/

.custom-radio input[type="radio"]:empty ~ label {
    margin: 4px 10px 0;
    !important;
    cursor: pointer;
}

.custom-radio-checkbox div {
    clear: both;
    overflow: hidden;
}

.custom-radio-checkbox label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
    text-decoration:none;
}

.custom-radio-checkbox input[type="radio"]:empty,
.custom-radio-checkbox input[type="checkbox"]:empty {
    display: none;
}

    .custom-radio-checkbox input[type="radio"]:empty ~ label,
    .custom-radio-checkbox input[type="checkbox"]:empty ~ label {
        position: relative;
        line-height: 2.2em;
        text-indent: 3.25em;
        margin-top: .5em;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    text-decoration:none;

    }

        .custom-radio-checkbox input[type="radio"]:empty ~ label:before,
        .custom-radio-checkbox input[type="checkbox"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 2.5em;
            background: #D1D3D4;
            border-radius: 3px 0 0 3px;
    text-decoration:none;

        }

.custom-radio-checkbox input[type="radio"]:hover:not(:checked) ~ label,
.custom-radio-checkbox input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

    .custom-radio-checkbox input[type="radio"]:hover:not(:checked) ~ label:before,
    .custom-radio-checkbox input[type="checkbox"]:hover:not(:checked) ~ label:before {
        content: '\2714';
        text-indent: .9em;
        /*color: #C2C2C2;*/
        color:#26bb33;
        text-decoration:none;
    }

.custom-radio-checkbox input[type="radio"]:checked ~ label,
.custom-radio-checkbox input[type="checkbox"]:checked ~ label {
    color: #777;
      text-decoration:none;
}

    .custom-radio-checkbox input[type="radio"]:checked ~ label:before,
    .custom-radio-checkbox input[type="checkbox"]:checked ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #333;
        background-color: #ccc;
      text-decoration:none;

    }

.custom-radio-checkbox input[type="radio"]:focus ~ label:before,
.custom-radio-checkbox input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.custom-radio-checkbox-success input[type="radio"]:checked ~ label:before,
.custom-radio-checkbox-success input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.custom-radio-checkbox-primary input[type="radio"]:checked ~ label:before,
.custom-radio-checkbox-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.custom-radio-checkbox-success input[type="radio"]:checked ~ label:before,
.custom-radio-checkbox-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.custom-radio-checkbox-danger input[type="radio"]:checked ~ label:before,
.custom-radio-checkbox-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.custom-radio-checkbox-warning input[type="radio"]:checked ~ label:before,
.custom-radio-checkbox-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.custom-radio-checkbox-info input[type="radio"]:checked ~ label:before,
.custom-radio-checkbox-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}



/*End*/


.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}



.empty-spray-schedule{
    color: white !important ;
    font-weight: bold !important ;
    background-color: #e91e63 !important ;
    border: 3px solid red !important ;
    border-radius: 0px !important ;
    -webkit-border-radius:0px !important ;
}

.border-radius-none{
    border-radius: 0px !important ;
    -webkit-border-radius:0px !important ;
}