﻿.txttouppercase {
    text-transform: uppercase;
}

.corpbox {
    background: white !important;
    width: 100% !important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7) !important;
    font-family: lato;
    position: relative !important;
    color: #333;
    border-radius: 2px;
    /*padding: 10px 0;
    margin: 0% 5%;*/
}

.reg_header {
    background: #17354c !important; /*#FF3838*/
    padding: 15px 15px !important;
    color: white !important;
    font-size: 1.5em;
    font-weight: 600;
    border-radius: 1px 1px 0 0 !important;
    width: 100% !important;
}

.reg_header1 {
    background: #418dc8 !important; /*#FF3838*/
    /*padding: 35px 15px !important;*/
    color: white !important;
    font-size: 14px;
    font-weight: 600;
    border-radius: 1px 1px 0 0 !important;
    width: 100% !important;
    height: 125px;
    position: absolute;
}

.reg_header2 {
    background: #f3f3f3 !important; /*#FF3838*/
    padding: 15px 15px !important;
    color: white !important;
    font-size: 1.2em;
    font-weight: 600;
    border-radius: 1px 1px 0 0 !important;
    width: 100% !important;
}

.txt_right {
    float: right;
}

.formfield_label {
    font-size: 13px;
    margin-top: 10px !important;
    position: relative;
}

.form_input {
    /*border: none;
    border-bottom: 1px solid #D0D0D0;
    width: 80% !important;
    background: #f3f3f3 !important;*/
}

.focus {
    outline: none;
    border: none;
    /*box-shadow: none;*/ /* line commented by Thangaraj*/
    /*border-bottom: 1px solid rgb(61, 226, 13);*/
    /*-moz-box-shadow: 0px 0px 8px #7bc1f7;
  -webkit-box-shadow: 0px 0px 8px #7bc1f7;  */
}

.disabled {
    background-color: white !important;
}

radio-item {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
}

.radio-item input[type='radio'] {
    display: none;
}

.radio-item label {
    color: #666;
    font-weight: normal;
}

    .radio-item label:before {
        content: " ";
        display: inline-block;
        position: relative;
        top: 5px;
        margin: 0 5px 0 0;
        width: 20px;
        height: 20px;
        border-radius: 11px;
        border: 2px solid #004c97;
        background-color: transparent;
    }

.radio-item input[type=radio]:checked + label:after {
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 12px;
    left: 16px;
    content: " ";
    display: block;
    background: #004c97;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 30px 2px 2px;
    /*border: none; - if you want the border removed*/
}

.pad_top {
    padding-top: 25px;
}

/*.chzn-container {
    width: 47% !important;
}

.chzn-container-single .chzn-single {
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;   
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 8px;
    color: #444444;
    text-decoration: none;
    border-bottom: 1px solid #D0D0D0 !important;
}

.chzn-container-active.chzn-with-drop .chzn-single {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: white !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px solid rgb(61, 226, 13) !important;
}

.chzn-container .chzn-drop {
    background: #fff;
    border: 1px solid #aaa !important;
}

.chzn-container-active .chzn-single {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    border: 1px solid #5897fb;
    border-bottom: 1px solid rgb(61, 226, 13) !important;
}*/

.btn {
    border-radius: 3px !important;
    border-style: none none solid !important;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff !important;
    height: 34px !important;
    cursor: pointer;
}

.btnnext {
    background: none repeat scroll 0 0 #17354c !important;
    border-color: #17354c !important;
}

.btncan {
    background: none repeat scroll 0 0 #445259 !important;
    border-color: #445259 !important;
}

.btnadd {
    background: none repeat scroll 0 0 #044231 !important;
    border-color: #044231 !important;
}

.border_grid {
    border: 1px solid #ccc !important;
}

.divmargin {
    margin-top: 10px !important;
}

/*Wizard */
.wizardcircle {
    width: 35px;
    height: 35px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    background: #808080;
    border: solid #808080 1px;
    margin: 10px 20px 20px 20px;
    display: block;
    float: left;
    position: relative;
}

.wizardcircleactive {
    width: 60px;
    height: 60px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: #13f6d3;
    /*border:solid #808080 1px;*/
    margin: 10px 20px 20px 20px;
    display: block;
    float: left;
    position: relative;
}

.wizard-steps {
    margin: 1px 10px 0px -10px;
    padding: 0px;
    position: relative;
    clear: both;
    background-color: #F2F2F2;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wizardspan {
    display: block;
    float: left;
    position: relative;
    margin: 20px;
    margin-left: 0px;
}

.hr {
    display: block;
    float: left;
    height: 1px;
    border: 0;
    border-top: 2px solid #ccc;
    margin-top: 30px;
    width: 150px;
}

.mobilegrid th {
    background-color: #17354c !important;
    color: white !important;
}

.corp_box_bg1 {
    margin: 0 0 !important;
    width: 100% !important;
    background-color: #f3f3f3 !important;
    padding: 0 0 !important;
    height: 220px;
}

.reg_homeshadow {
    background-color: #ffffff;
    margin-top: 18px;
    min-height: 747px;
    width: 99%;
    margin-left: 5px;
    box-shadow: 3px 5px 5px 1px #A6A6A6;
}

.center {
    text-align: center;
}

.ver_line {
    text-align: center;
    /*border-left: 1px solid;
    border-left-color: #e7e7e7;*/
}

.word_wrap_grid {
    white-space: normal !important;
}

.desk-left {
    text-align: left;
    padding-left: 160px;
}

.corp_font {
    font-size: 25px;
}

.img_size1 {
    width: 20%;
    height: 25%;
}
.img_size {
    width: 70%;
    height: 35%;
}

/*Mobile*/
@media screen and (max-width: 767px) {  
    .ver_line {
        text-align: center;
        /*border-left: 0px solid;
        border-left-color: #ffffff;*/
        padding-top:15px !important;
    }

    .corp_font {
        font-size: 14px !important;
        text-wrap: avoid !important;
    }

    .img_size1 {
        width: 20%;
        height: 25%;
    }
    .img_size {
    width: 20%;
    height: 25%;
}

    .mob_font {
        font-size: 10px;
        text-wrap: avoid;
    }

    .mob_center {
        text-align:center !important;
    }

   .mob_upload {
        padding-left: 25px !important;
    }
  /*Added by RamuP for POA */
    .align_right {
        text-align: left  !important;
    }

    .ver_lineRight {
        border-bottom: 1px solid #ccc !important;
        padding-bottom: 30px;
    }
}

/*Tablet*/
@media (min-width: 768px) and (max-width: 1024px){
    .corp_font {
        font-size: 14px !important;
        text-wrap: avoid !important;
    }
    .tab_upload {
        padding-left: 50px !important;
    }
    .tab_center {
        text-align:center !important;
        padding-left:0px;
    }
}

@media (min-width: 1024px){
    .ver_lineRight {
        border-right: 1px solid #ccc;
    }
}
    
