﻿
.WD95P {
    width: 95px !important;
}

.WD75P {
    width: 75px !important;
}

.WD150P {
    width: 150px !important;
}

.WD5PR {
    width: 5% !important;
}

.WD10PR {
    width: 10% !important;
}

.WD15PR {
    width: 15% !important;
}

.WD20PR {
    width: 20% !important;
}

.WD25PR {
    width: 25% !important;
}

.WD30PR {
    width: 30% !important;
}

.WD35PR {
    width: 35% !important;
}

.WD40PR {
    width: 40% !important;
}

.WD45PR {
    width: 45% !important;
}

.WD50PR {
    width: 50% !important;
}

.WD60PR {
    width: 60% !important;
}

.WD65PR {
    width: 65% !important;
}

.WD70PR {
    width: 70% !important;
}

.WD80PR {
    width: 80% !important;
}

.image_choose {
    background-color: #fff;
    border: 1px dashed #ccc;
    color: #ccc;
    display: table-cell;
    float: left;
    font-size: 15px;
    height: 75px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    width: 100px;
}

.fontType {
    font-style: italic !important;
    font-size: 13px !important;
}

.chkalign {
    float: left !important;
    margin-right: 400px !important;
}

.requiredasterisk:after {
    content: "*";
    color: red;
    padding-left: 5px;
}

.errormsg {
    font-size: 12px;
    color: red;
}

.select2 {
    width: 100% !important;
}

label.error {
    color: red !important;
    font-size: 12px !important;
    font-weight: normal !important;
}

.skin-blue .logo {
    /*As per discussion with rohit jain color chabe to blue for header  8 nov 2017*/
    /*background-color: #008d4c;*/
    background-color: #367fa9;
    border-color: #0d7433;
}

    .skin-blue .logo:hover {
        /*background-color: #0d7433;*/
        background-color: #367fa9;
    }

.skin-blue .navbar {
    /*background-color: #00a65a;*/
    background-color: #367fa9;
    border-color: #008d4c;
}

.bg-light-blue {
    background-color: #00a65a !important;
}

.searchtext {
width:99%;
margin:10px;
float:left;
}

.divtranslate {
    position: absolute;
    z-index: 999;
    background: white;
    top: 30px;
    left: 80px;
    box-shadow: 1px 1px 1px 1px #ccc;
    width: 100%;
}
.containerCount {
    width: 290px;
    float: right;
    position: absolute;
    right: 2px;
    height: auto;
    background: #00a6e2;
    background: -moz-linear-gradient(top, #1bb3ea 1%, #0c5460 100%);
    background: -webkit-linear-gradient(top, #1bb3ea 1%,#0c5460 100%);
    background: linear-gradient(to bottom, #1bb3ea 1%,#0c5460 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1bb3ea', endColorstr='#0c5460',GradientType=0 );
}
.containerCount {
    position: static;
    transform: none;
    width: 100%;
    height: auto;
    margin-bottom:30px;
}
.conterTxt {
    border-bottom: 1px solid #fff;
    font-size: 18px;
    display: inline-block;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    font-family: 'Fira Sans', sans-serif;
    color:#fff;
}
.counterOne {
    width: 100%;
    float: left;
    margin: 3px;
}
.counterOne {
    width: 100%;
    float: left;
    margin: 3px;
}
.conterTxt1 {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-align: left;
    float: left;
    padding: 2px 10px;
    width: 60%;
    font-family: 'Fira Sans', sans-serif;
}
.conterTxt3 {
    font-size: 15px;
    text-align: right;
    color: #fff;
    float: left;
    padding: 2px 10px 0 0;
    width: 37%;
    letter-spacing: 2px;
    font-family: 'Fira Sans', sans-serif;
}

.containerCount label {
    font-weight: 600 !important;
}
.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 100vh;*/
}

.radio-tile-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .radio-tile-group .input-container {
        position: relative;
        height: 16rem;
        width: 16rem;
        margin: 1.5rem;
    }

        .radio-tile-group .input-container .radio-button {
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            margin: 0;
            cursor: pointer;
        }

        .radio-tile-group .input-container .radio-tile {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            border: 2px solid #079ad9;
            border-radius: 5px;
            padding: 1rem;
            transition: transform 300ms ease;
        }

        .radio-tile-group .input-container .icon svg {
            fill: #079ad9;
            width: 8rem;
            height: 8rem;
        }

        .radio-tile-group .input-container .radio-tile-label {
            text-align: center;
            font-size: 1.5rem;
            font-weight: 600;
            text-transform: none;
            letter-spacing: 1px;
            color: #079ad9;
        }

        .radio-tile-group .input-container .radio-button:checked + .radio-tile {
            background-color: #079ad9;
            border: 2px solid #079ad9;
            color: white;
            transform: scale(1.1, 1.1);
        }

            .radio-tile-group .input-container .radio-button:checked + .radio-tile .icon svg {
                fill: white;
                background-color: #079ad9;
            }

            .radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
                color: white;
                background-color: #079ad9;
            }

.assessment-status-panel {
    border: solid 1px #ccc;
    /*background: #fff999;
    height: 70px;*/
    background: #70d9f3; /* Old browsers */
    background: -moz-linear-gradient(left, #007fff 0%, #48caea 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #007fff 0%,#48caea 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #007fff 0%,#48caea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='##007fff', endColorstr='#48caea',GradientType=1 ); /* IE6-9 */
    transition: background 0.6s ease;
}

    .assessment-status-panel .status {
        background: #fff;
        border: solid 1px 003eff;
        border-radius: 4px;
        padding: 4px;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 3px;
        margin-right: 3px;
    }

        .assessment-status-panel .status .status-title {
            font-weight: 600;
        }

        .assessment-status-panel .status .status-content {
            padding: 5px;
        }
