﻿.page-row {
    /*margin-left: 8%;
    margin-right: 8%;*/
    border: outset;
    box-shadow: 10px 10px 5px #888;
}

.ciplabel {
    font-weight: bold;
    font-size: 14px;
}

.page-innerrow {
    padding: 2% 2% 2% 2%;
}

.other-text {
    width: 65%;
    float: right;
}

.comment-txt {
    height: 150px;
}

.page-outer-height {
    height: 600px;
}

.page-inner-height {
    height: 480px;
    /*overflow: auto;*/
}

.page-inner-height2 {
    height: 650px;
    /*overflow: auto;*/
    padding-top: 0px;
}


input[type='checkbox']:after {
    line-height: 1.5em;
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: white;
    outline: 2px solid #000;
    cursor: pointer;
}

input[type='checkbox']:checked:after {
    content: '✔';
    text-align: center;
    color: black;
    outline: 2px solid #000;
}

hr {
    border: none;
    height: 30px;
    width: 100%;
    height: 20px;
    margin-top: 0;
    border-bottom: 1px solid #77e662;
    box-shadow: 0 20px 20px -20px #333;
    margin: -50px auto 10px;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: inherit;
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: none;
}

.padding-left-0 {
    padding-left: 0px;
}

.header-background {
    background-color: #337ab7;
}

.color-white {
    color: white;
}

.green-background {
    background-color: #3c6a8e;
    color:white;
}

.width50 {
    width: 50% !important;
}

#Comments, #Remarks {
    width: 100% !important;
    height: 100px !important;
}

.mandatory {
    color: red;
    padding-left: 5px;
}

.chkbox-label {
    padding-left: 15px;
}

.validation-color {
    color: red;
}

.buttonload {
    background-color: #4CAF50; /* Green background */
    border: none; /* Remove borders */
    color: white; /* White text */
    padding: 12px 24px; /* Some padding */
    font-size: 16px; /* Set a font-size */
}

.inner-page-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('./Images/ajax-loader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

/* Radio css begin */
span.customRadio {
    display: none;
}

input[type="radio"] {
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: default;
}

    input[type="radio"] + span.customRadio {
        display: inline-block;
        width: 16px;
        height: 16px;
        background-color: white;
        margin: 0 0 0 -16px;
        border-radius: 50%;
        box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.8);
        pointer-events: none;
        border:1px solid #6d6d6d;
    }

        input[type="radio"] + span.customRadio::after {
            content: '.';
            color: transparent;
            position: absolute;
            display: block;
            width: 2px;
            height: 2px;
            margin: 7px 0 0 7px;
            opacity: 0.6;
            border-radius: 50%;
            transition: .2s;
        }

    input[type="radio"]:checked + span.customRadio::after {
        width: 8px;
        height: 8px;
        margin: 3px 0 0 3px;
        opacity: 1;
        background-color: #337ab7;
        box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    }
    .lbl-radio{
        padding-left:4px;
        padding-right:10px;
    }

/* Radio css end */
