﻿body {
    background: #ccc !important;
}

.navbar-inverse {
    background-color: transparent !important;
}

#backgrounddiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: 0.8;
    background-image: url(../msgimg/load.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

#StepFirst textarea {
    resize: none;
}

input::-webkit-input-placeholder {
    font-size: 12px;
}

textarea::-webkit-input-placeholder {
    font-size: 12px;
}

.input-validation-error {
    border: 1px solid #FF0000 !important;
}

.typemsg img {
    height: 60px;
    width: 60px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 35px;
    z-index: 10030;
    outline: 0px;
    border: 5px solid #204c8d;
}

hr {
    padding: 0 !important;
    margin: 0 !important;
    border-color: #3d84e6;
}

.fa {
    padding: 5px;
}

.btn-primary:hover {
    background: #3d84e6 !important;
}

/*----------------------------------------------------- checkbox css ----------------------------------------------------------------------*/
/* The container */
.form-check .container {
   
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .form-check .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.form-check .container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.form-check .container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.form-check .container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.form-check .container .checkmark:after {
    left: 5px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*----------------------------------------------------- checkbox css end ----------------------------------------------------------------------*/


/*------------------------------------------------------- Radio button Css Start ------------------------------------------------------------*/

/* The container */
.radiocontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .radiocontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.radiomark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radiocontainer:hover input ~ .radiomark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radiocontainer input:checked ~ .radiomark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiomark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiocontainer input:checked ~ .radiomark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radiocontainer .radiomark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/*------------------------------------------------------- Radio button Css End ------------------------------------------------------------*/



.RemoveDiv {
    width: 150px;
    height: 20px;
    margin: -10px 30px;
    color: #000000;
    text-align: right;
    line-height: 20px;
    font-weight: bold;
    cursor: pointer;
    font-size:11px;
}

.ImagePannel {
    width: 150px;
    height: 150px;
    margin: 0px auto;
    /*border-radius: 50%*/
    border: 1px solid;
}

.imagenote {
    color: red;
    text-decoration: underline;
}

.navbar-nav > .active > a:hover {
    color: #fff !important;
    border-radius: 0px !important;
    background: #3d84e6 !important;
}


.navbar-nav > .active > a:focus {
    color: #fff !important;
    border-radius: 0px !important;
    background: #3d84e6 !important;
}

.ErrorMsg {
    background-color: #daecf4;
    z-index: 200076;
    opacity: 1;
    position: fixed;
    vertical-align: top;
    margin-top: -5px;
    border-radius: 3px;
    -moz-box-shadow: 6px 6px 5px #CCC;
    -webkit-box-shadow: 6px 6px 5px #CCC;
    box-shadow: 6px 6px 5px #CCC;
}

    .ErrorMsg div {
        color: #003f59;
        font-weight: bold;
        height: 18px;
        line-height: 18px;
    }

.no-padding{
    padding:0px !important;
}


.no-left-margin {
    margin-left: 0px !important;
}

.no-right-margin {
    margin-right: 0px !important;
}

 h3{

    margin-bottom:-10px !important;
}

.CaptchaClass {
    float: left;
    width: 37%;
    height: 30px;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    font-weight: bolder;
    letter-spacing: 3px;
    height: 30px;
}

.uxSaveCaptcha {
    float: left;
    width: 34%;
    height: 28px;
    color: #FFFFFF;
    text-align: center;
    font-size: 17px;
    font-weight: bolder;
    letter-spacing: 3px;
}


#uxSaveCaptchaText {
    height: 30px;
}

label {
    font-size: 11px !important;
    font-weight: normal;
}

input, textarea {
    font-size: 11px !important;
    

}

.k-item, .k-input {
    font-size: 11px !important;
}

.instlogo{
    width:60%;
}

.k-state-default{
    height:24px !important;
}
.k-select{
    line-height:1.3em !important;
    min-height:0px !important;
}


.btn {
    padding: 5px 0px !important;
    font-size:11px !important   ;
}

.k-upload-button span{
    font-size:11px !important;
}

@media (max-width: 600px) {
    .instlogo {
            width: 70%;
        }
    }




@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.9s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.k-grid table{
    font-size:11px !important;
}