/*Registration*/
.panel.innerpanel
{
    padding:15px;
    box-shadow: 0px 0px 5px #b2afaf;
  
   
}
.margin-top-05 { margin-top: 0.5em; }
.margin-top-10 { margin-top: 1.0em; }
.margin-top-15 { margin-top: 1.5em; }
.margin-top-20 { margin-top: 2.0em; }

.form-background
{
    background-color: #f3f3f3;
}
.form-white-background
{
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); /* padding: 60px 80px;*/
    padding: 30px 40px;
    margin-bottom: 35px;
}
.form-white-background .row
{
    margin-bottom: 15px;
}
.form-SubHead
{
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.form-SubHead > h2
{
    display: inline-block;
    border-radius: 2px 2px 0 0;
    background-color: transparent;
    padding: 0px 43px;
    cursor: default;
    border: 2px solid #f2f2f2;
    border-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-color: transparent;
    background-color: #2568b3;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 40px;
}
.form-SubHead > h2:after
{
    display: block;
    font-size: 16px;
    height: 2px;
    content: '';
    width: 100%;
    left: 0;
    background: inherit;
    position: absolute;
}
.form-Textbox
{
    color: #5f5f5f;
    box-sizing: border-box;
    width: 250px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 5px 10px;
    border: 1px solid #dbdbdb;
    margin-top: 5px;
}
.form-LabelStyle
{
    box-sizing: border-box;
    color: #5f5f5f;
    text-align: right;
    font-size:17px;
    font-weight:bold;
}
.SlNoLabelStyle
{
    box-sizing: border-box;
    color: #5f5f5f;
    text-align: right;
    font-size:12px;
    font-weight: bold;
}
.form-radio-buttons
{
    margin-bottom: 10px;
    width: 90%;
    padding-left: 6px;
    font-size:12px;
}
.form-radio-buttons label span
{
    margin-left: 8px;
    color: #5f5f5f;
    font-weight: normal;
     padding-left: 6px;
}
.form-LabelStyleRequired
{
    color: Red;
    font-weight: bold;
}
.form-Button
{
    display: inline-block;
    padding: 8px 18px 10px;
    text-transform: uppercase;
    border: 1px solid;
    color: #FFFFFF;
    background-color: #EA5616;
    border-color: #EA5616;
    font-weight: 700;
    letter-spacing: 1px;
}
.form-Button:hover
{
    color: #EA5616; /* #FFFFFF;*/
    background-color: White; /*  #EA5616;*/
    border-color: #EA5616; /* #EA5616;*/
    font-weight: 700;
}
.form-Button.inverse
{
    color: #FFFFFF;
    background-color: #EA5616;
    border-color: #EA5616;
    font-weight: 700;
}
/*validator*/
.validators
{
    color: #e63a3a;
    position: relative; /*top: -15px;*/
    font-size: 12px;
}
.validators span:before
{
    font-family: "Fontawesome";
    position: relative;
    margin-right: 2.5px;
    content: "\f071";
    color: #ffa5a5;
}
.compulsary
{
    color: Red;
}
.lblhead
{
    font-family: 'Open sans';
    font-size: 16px;
    font-weight: 500;
}
/*validator*/
div.tab
{
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}
/*Accordion */
.more-less
{
    float: right;
    color: White;
    margin-top: 4px;
}
.panel-title
{
    font-size: 14px;
    background-color: #2568b3;
}
.pnl-subtitle
{
    color: White !important;
    font-weight: bold !important;
}
/*Registration end*/

/*Login*/
.form-login
{
    position: relative;
    vertical-align: top;
    padding: 8% 33%;
}

/*Login End*/

/*SignupComplete Tab*/
.stepsForm
{
    width: 100%;
    box-sizing: border-box;
    line-height: 1;
}

.stepsForm .sf-steps
{
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding: 0 1rem;
}
.stepsForm .sf-steps .sf-steps-content
{
    width: 100%;
    box-sizing: border-box;
    border-bottom: solid 2px #2096cd;
    font-size: 16px;
}
.stepsForm .sf-steps-content a
{
    color: White;
}
.stepsForm .sf-steps-content > div
{
    display: inline-block;
    padding: 1rem 1rem 1rem 5rem;
    background: #a9a9a9; /*#CCC;*/
    color: #FFF !important;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.stepsForm .sf-steps-content > div.sf-active
{
    background: #2096cd;
}
.stepsForm .sf-steps-content > div.sf-inactive
{
    background: ##CCC;
}
.stepsForm .sf-steps-content > div > a > span
{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #6b6868; /*#AAA;*/
    padding: 0.8rem 1rem;
    font-size: 22px;
}
.hd
{
    padding-left: 5px;
}
.stepsForm .sf-steps-content > div.sf-active > a > span
{
    background: #1b7fad;
}
.stepsForm .sf-steps-content > div > a > span:after
{
    content: '';
    display: block;
    width: 10px;
    position: absolute;
    right: -10px;
    height: 100%;
    top: 0;
    background: url('data:image/svg+xml; charset=utf-8,<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 20" preserveAspectRatio="none"><path d="m0,0 l10,10 l-10,10 l-0,-20z" stroke-width="1.5" fill="#6b6868"/></svg>') 0 0 no-repeat;
}
.stepsForm .sf-steps-content > div.sf-active > a > span:after
{
    background: url('data:image/svg+xml; charset=utf-8,<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 20" preserveAspectRatio="none"><path d="m0,0 l10,10 l-10,10 l-0,-20z" stroke-width="1.5" fill="#1b7fad"/></svg>') 0 0 no-repeat;
}

/*SignupComplete tab End*/

/* Home Page*/
/*Steps*/
.section-header, .steps-header, .steps-name
{
    color: #3498DB;
    font-weight: 400;
    font-size: 1.4em;
}

.steps-header
{
    margin-bottom: 20px;
    text-align: center;
}

.steps-timeline
{
    outline: 1px dashed rgba(255, 0, 0, 0);
}
@media screen and (max-width: 500px)
{
    .steps-timeline
    {
        border-left: 2px solid #3498DB;
        margin-left: 25px;
    }
}
@media screen and (min-width: 500px)
{
    .steps-timeline
    {
        border-top: 2px solid #3498DB;
        padding-top: 20px;
        margin-top: 40px;
        margin-left: 12.65%;
        margin-right: 12.65%;
    }
}
.steps-timeline:after
{
    content: "";
    display: table;
    clear: both;
}

.steps-one, .steps-two, .steps-three, .steps-four, .steps-five
{
    outline: 1px dashed rgba(0, 128, 0, 0);
}
@media screen and (max-width: 500px)
{
    .steps-one, .steps-two, .steps-three, .steps-four, .steps-five
    {
        margin-left: -25px;
    }
}
@media screen and (min-width: 500px)
{
    .steps-one, .steps-two, .steps-three, .steps-four, .steps-five
    {
        float: left;
        width: 20%; /* 33%;*/
        margin-top: -50px;
    }
}

@media screen and (max-width: 500px)
{
    .steps-one, .steps-two, .steps-three, .steps-four
    {
        padding-bottom: 40px;
    }
}

@media screen and (min-width: 500px)
{
    .steps-one
    {
        margin-left: -12.65%;
        margin-right: 5.65%;
    }
    .steps-two, .steps-three, .steps-four
    {
        /*  margin-left: -10.65%;*/
        margin-right: 5.65%;
    }
    .steps-five
    {
        /* margin-left: 5.65%;*/
        margin-right: -16.65%;
    }
}

@media screen and (max-width: 500px)
{
    .steps-five
    {
        margin-bottom: -100%;
    }
}

.steps-img
{
    display: block;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 10px;
}
@media screen and (max-width: 500px)
{
    .steps-img
    {
        float: left;
        margin-right: 20px;
    }
}

.steps-name, .steps-description
{
    margin: 0;
}

@media screen and (min-width: 500px)
{
    .steps-name
    {
        text-align: center;
    }
}

.steps-description
{
    overflow: hidden;
    font-family: Calibri;
}
.PENDING
{
    background: gray;
    color: white;
    padding: 23px 11px 23px 23px;
    font-family: Calibri;
    font-weight: 700;
}
.PENDING:before
{
    font-family: 'FontAwesome';
    position: absolute;
    margin-left: -15px;
    content: "\f141";
}
.SUBMITTED
{
    background: #1ABB9C;
    color: white;
    padding: 23px 11px 23px 23px;
    font-family: Calibri;
    font-weight: 700;
}
.SUBMITTED:before
{
    font-family: 'FontAwesome';
    position: absolute;
    margin-left: -15px;
    content: "\f00c";
}
.REJECTED
{
    background: red;
    color: white;
    padding: 23px 11px 23px 23px;
    font-family: Calibri;
    font-weight: 700;
}
.REJECTED:before
{
    font-family: 'FontAwesome';
    position: absolute;
    margin-left: -15px;
    content: "\f088";
}
.APPROVED
{
    background: Green;
    color: white;
    padding: 23px 11px 23px 23px;
    font-family: Calibri;
    font-weight: 700;
}
.APPROVED:before
{
    font-family: 'FontAwesome';
    position: absolute;
    margin-left: -15px;
    content: "\f087";
}
.RESUBMITTED
{
    background: darkorange;
    color: white;
    padding: 23px 11px 23px 23px;
    font-family: Calibri;
    font-weight: 700;
}
.RESUBMITTED:before
{
    font-family: 'FontAwesome';
    position: absolute;
    margin-left: -15px;
    content: "\f01e";
}
.APPLICABLE
{
    background: tan; /*#fff6f4;*/
    color: White;
    padding: 3px 11px 4px 18px;
    font-family: Calibri;
    font-weight: 700;
}
.APPLICABLE:before
{
    font-family: 'FontAwesome';
    position: absolute;
    margin-left: -15px;
    content: "\f071";
}
.NOTAPPLICABLE
{
    background: tan; /*#fff6f4;*/
    color: White;
    padding: 3px 11px 4px 18px;
    font-family: Calibri;
    font-weight: 700;
}
.NOTAPPLICABLE:before
{
    font-family: 'FontAwesome';
    position: absolute;
    margin-left: -15px;
    content: "\f071";
}
.RECEIVED
{
    background: tan; /*#fff6f4;*/
    color: White;
    padding: 3px 11px 4px 20px;
    font-family: Calibri;
    font-weight: 700;
}
.RECEIVED:before
{
    font-family: 'FontAwesome';
    position: absolute;
    margin-left: -15px;
    content: "\f155";
}
.NOTRECEIVED
{
    background: tan; /*#fff6f4;*/
    color: White;
    padding: 3px 11px 4px 20px;
    font-family: Calibri;
    font-weight: 700;
}
.NOTRECEIVED:before
{
    font-family: 'FontAwesome';
    position: absolute;
    margin-left: -15px;
    content: "\f155";
}
@media screen and (min-width: 500px)
{
    .steps-description
    {
        text-align: center;
        margin-top: 5px;
    }
    .steps-description1
    {
        text-align: center;
        margin-top: 5px;
    }
}


/* Home page end*/
/* Media Query*/
@media (max-width: 900px)
{

}
@media only screen and (max-width: 480px)
{
    /*Login*/
    .form-login
    {
        padding: 3% 23%;
    }
    /*Login End*/
}
@media only screen and (max-width: 480px)
{
    /*Login*/
    .form-login
    {
        padding: 2% 15%;
    }
    .form-logo
    {
        width: 80px !important;
    }
    /*Login End*/
}
@media only screen and (min-width: 480px) and (max-width: 768px)
{
    /*Login*/
    .form-login
    {
        padding: 3% 23%;
    }
    /*Login End*/
}
@media only screen and (min-width: 768px) and (max-width: 959px)
{
    /*Login*/
    .form-login
    {
        padding: 3% 23%;
    }
    /*Login End*/
}
@media only screen and (min-width: 959px)
{
    /*Login*/
    .form-login
    {
        padding: 8% 33%;
    }
    /*Login End*/
}
/*Media Query End*/

/* Admin grid view*/

table.Admingridtable
{
    /*font-family:  'Montserrat' , 'Trebuchet MS' , sans-serif;*/
    font-family: Calibri;
    font-size: 12px;    
    color: #333333;
    border-width: 1px;
    border-style: solid;
    border-color: #666666;
    border-collapse: collapse;
    width: 100%;
    /*font-size: 12pt;*/
}
table.Admingridtable th
{
    text-align: center;
    border-width: 1px;
    padding: 5px;
    border-style: solid;
    border-color: #666666;
    font-size: 12px;
    font-weight: bold;
    background-color: rgb(162, 160, 160); /* #f15b4e;*/
    color: White;
}
table.Admingridtable td
{
   /* text-align: center;*/
    border-width: 1px;
    padding: 5px;
    border-style: solid;
    border-color: rgba(102, 102, 102, 0.16); /* #666666;*/
    background-color: #ffffff;
}
table.Admingridtable td span
{
    font-family: Calibri;
    font-size: 12px;
}

/***** Branches CSS END ******/

.anwidget
{
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.anwidget > h3
{
    display: inline-block;
    border-radius: 2px 2px 0 0;
    background-color: transparent;
    padding: 10px 20px;
    cursor: default;
    border: 2px solid #f2f2f2;
    border-bottom: 0;
    font-size: 15px;
    color: #fff;
    border-color: transparent;
    background-color: #9A9595;
    margin-top: 0;
    margin-bottom: 20px;
}
.anwidget > h3:after
{
    display: block;
    font-size: 16px;
    height: 2px;
    content: '';
    width: 100%;
    left: 0;
    background: inherit;
    position: absolute;
    margin-top: 10px;
}
.ot-w-socialize
{
    display: block;
}
.ot-w-socialize > a
{
    display: block;
    margin-bottom: 16px;
    line-height: 34px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}
.ot-w-socialize > a i.fa
{
    color: #f15b4e;
    display: block;
    float: left;
    width: 36px;
    height: 36px;
    line-height: inherit;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.1);
    font-size: 16px;
    box-shadow: inset 0 0 0 30px #fff,0 0 0 0 rgba(0,0,0,.2);
    transition: box-shadow 0;
    -moz-transition: box-shadow 0;
    -webkit-transition: box-shadow 0;
    -o-transition: box-shadow 0;
}
.ot-w-socialize > a span
{
    display: block;
    margin-left: 48px;
    line-height: inherit;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid transparent;
}
a.ot-color-hover-north:hover
{
    color: #00aced;
}
a.ot-color-hover-south:hover
{
    color: #fc2b6a;
}
a.ot-color-hover-east:hover
{
    color: #5601ff;
}
a.ot-color-hover-west:hover
{
    color: #850b18;
}
a.ot-color-hover-central:hover
{
    color: #F52B0C;
}
a.ot-color-hover-ne:hover
{
    color: #00acfd;
}
