﻿body {
    margin-top:20px;
    font-family:Verdana;  
color:black;
background-color:#eeeeee;
}

.AshLogo {
}

.AshSurvName {
    text-align:center;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size:38px;
background-color: rgba(18, 18, 53, 0.70); 
    color:white;
    padding:10px 15px 10px 15px;


}

.AshSurvDesc {
    color:black;
    padding: 5px 0px 0px 15px;
    font-size:18px;
}

.AshHeader {
}

.AshPageTitle {
            padding:20px;
            font-size:large;
}

.AshPageDesc {
    padding-left:20px;
}

.AshQContainer {
    padding: 20px 5px 20px 5px;
    margin: 20px 0px 20px 0px;


}

.AshQContainer:hover {

}

.AshQues {
    color:black;
    padding-left:10px;
    font-size:1.3em;

}

.AshQdesc {

color:black;
font-size:small;
padding-left:25px;

}

.AshOptions {
    padding:20px 20px 10px 50px;
    font-size:medium;

}

.AshOptions:hover {

}

.OptionLabelClass {

    font-size:medium;
    font-weight:normal !important;
    padding:9px 5px 5px 9px;
}

.AshComments {
    padding: 0px 20px 10px 50px;
    font-size: medium;
}

.AshFooter {
        height:20px;

}

.AshSpacer {
    height:20px;
    display:block;

}

.AshNavigation {
    height:80px;

    padding:5px 50px 5px 50px;
}

/*  common ones */

.Optiondiv {
    padding-top: 0px;
    padding-bottom:0px;
            border-style:solid;
        border-width:0.15em;
        border-color:#fff;
        padding-left:10px;

}

    .Optiondiv:hover {
        background: #eeeeee;
        border-style:solid;
        border-width:0.15em;
        border-color:#ddd;
        border-radius: 20px;
        padding: 0px;
    }

    .GridOptiondiv {
    margin: 0px;
    text-align:center;
}

    .GridOptiondiv:hover {
                background: #eeeeee;
        border-radius: 10px;

    }

input[type="checkbox"] {
    display: none;
}

    input[type="checkbox"] + label span {
        display: inline-block;
        width: 25px;
        height: 25px;
        vertical-align: middle;
        background: url(../Images/Theme_images/check-off.png) left top no-repeat;

        background-size: 25px 25px;
        cursor: default;
        transition: background .15s ease-in-out;
        -moz-transition: background .15s ease-in-out;
        -webkit-transition: background .15s ease-in-out;
        margin: 0px 5px 0px 0px;
    }

    input[type="checkbox"]:checked + label span {
        background: url(../Images/Theme_images/check-on.png) left top no-repeat;

        background-size: 25px 25px;
    }

label {
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

input[type="radio"] {
    display: none;
}

    input[type="radio"] + label span {
        display: inline-block;
        width: 25px;
        height: 25px;
        vertical-align: middle;
        background: url(../Images/Theme_images/radio-off.png) left top no-repeat;
        background-size: 25px 25px;
        cursor: default;
        transition: background .15s ease-in-out;
        -moz-transition: background .15s ease-in-out;
        -webkit-transition: background .15s ease-in-out;
        vertical-align:middle;
        margin:0px 5px 0px 0px;
    }

    input[type="radio"]:checked + label span {
        background: url(../Images/Theme_images/radio-on.png) left top no-repeat;
        background-size: 25px 25px;
    }

.Logolink {
    text-align:center;

    font-size:13px;
background-color: rgba(0,0,0,0.8); 
    color:darkgray;
    padding:8px 35px 9px 200px;
    border-radius: 5px;
    text-align:right;
}

    .Logolink:hover {
        background: url('../images/LogolinkAlt.png') no-repeat;
            text-align:center;
            
    font-size:14px;
    background-color: rgba(0,0,0,0.8); 
    color:white;
    padding:8px 35px 8px 200px;
    border-radius: 5px;
    text-align:right;
    }



.Wel_img_off {
    display: inline-block;
    width: 80px;
    height: 35px;
    background: url(Images/Toggle.gif) left top no-repeat;
    cursor: default;
    transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -webkit-transition: background .15s ease-in-out;
}

.Wel_img_on {
    display: inline-block;
    width: 80px;
    height: 35px;
    background: url(Images/Toggle.gif) -90px top no-repeat;
    cursor: default;
    transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -webkit-transition: background .15s ease-in-out;
}

/*  Ashu style starts here  */

.Ashstyle {
    color: gray;
    font-size: large;
}

    .Ashstyle:hover {
        font-size: x-large;
        color: red;
    }


.Ashstyledark {
    color: white;
    font-size: large;
}

    .Ashstyledark:hover {
        font-size: x-large;
        color: red;
    }

.Ashdarklink {
    color: lightgray;
    font-size: medium;
}

    .Ashdarklink:hover {
        color: white;
        text-decoration: none;
    }

.container {
    min-height: 551px;
    background-color:white;
    padding:0px;


}

.table thead > tr > th {font-size: 0.9em; }
.table tbody > tr  {font-size: 0.9em;}

/*  Ashu error styles  */
.err_page {
    background-color:indianred;
    color:white;
    padding:15px;
    font-family:Verdana;
    font-size:larger;
    border-radius:5px;
}

.AshQerror {
        background-color:indianred;
    color:white;
        padding:5px;
    font-family:Verdana;
    font-size:small;
    border-radius:5px;
    }

#Submitting_div {
display:none; 
visibility:hidden; 
text-align:center; 
background-color: rgba(0, 0,0,0.4); 
color:white; 
border-radius: 5px;
margin:20px;
}

.slide {
            animation-name: slide;
            -webkit-animation-name: slide;
            animation-duration: 2s;
            -webkit-animation-duration: 1s;
            visibility: visible;
        }
                @keyframes slide {
            0% {
                opacity: 0;
                -webkit-transform: translateY(70%);
            }

            100% {
                opacity: 1;
                -webkit-transform: translateY(0%);
            }
        }

        @-webkit-keyframes slide {
            0% {
                opacity: 0;
                -webkit-transform: translateY(70%);
            }

            100% {
                opacity: 1;
                -webkit-transform: translateY(0%);
            }
        }

.AshMultiTextInput {
    
}

.AshMTIdiv {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 10px;
}

.AshMultiNumInput{
    width:150px;
}

.AshMNIdiv {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 10px;
}