﻿hr {
    width: 15%;
    border-color: #FF3300;
    border-width: thick;
}

.pad-top {
    padding-top: 10px;
}

.container .page-head {
    margin-bottom: 20px;
    text-align: center;
}

    .container .page-head h2 {
        margin-top: 50px;
        text-transform: uppercase;
        font-size: 40px;
        font-weight: bold;
        color: #585858;
    }

.container .page-body {
    margin-left: 20px;
    margin-bottom: 20px;
    color: #585858;
}

    .container .page-body h3 {
        margin-top: 20px;
        font-size: 30px;
        font-weight: bold;
    }

    .container .page-body h4 {
        margin-top: 20px;
        font-size: 34px;
        font-weight: bold;
    }

    .container .page-body h6 {
        margin-top: 20px;
        font-size: 18px;
        font-weight: bold;
    }

    .container .page-body li {
        line-height: 25px;
    }


.container .section-head {
    margin-left: 10px;
    margin-bottom: 20px;
    color: #585858;
}

    .container .section-head h2 {
        margin-top: 20px;
        font-size: 30px;
        font-weight: bold;
        color: #585858;
    }

    .container .section-head h3 {
        font-size: 24px;
        font-weight: bold;
        color: #009900;
    }
/*.container .frmhead hr
	{
		width: 15%;
		margin-bottom: 10px;
	}*/

.ctrl-label {
    padding-top: 6px;
    line-height: 25px;
}

.ctrl-label2 {
    padding-top: 6px;
    line-height: 18px;
}


.panel {
    border: 1px solid #0000FF;
    color: white;
    padding: 5px 15px;
    background-color: white;

}

.panel-blue {
    border-color: blue;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-body {
    padding: 15px;
}

.form-btn {
    border-radius: 3px;
    font-weight: 600;
    font-size: 13px;
    line-height: 25px;
    /*text-decoration: none !important;
	outline: none !important;*/
}

    .form-btn.btn-info {
        margin-bottom: 5px;
        border: 2px solid #FF0000;
        background: #FF4242;
    }

        .form-btn.btn-info:hover {
            background: #FF0000;
        }

.frm-padbottom {
    padding-bottom: 6px;
}

.frmStep {
    background-color: #006699;
    color: #FFFFFF;
    border-radius: 3px;
    padding: 6px 6px 6px 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    outline: none !important;
    margin-bottom: 5px;
}

.frm-btn {
    text-align: right;
    margin-bottom: 5px;
}

.frmTitle {
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 16pt;
    color: #008000;
    font-weight: bold;
}

.frmMsg {
    border: thin solid #006699;
    background-color: #FFFFCC;
    color: #FF0000;
    border-radius: 3px;
    padding: 6px 6px 6px 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none; /*outline: none !important;*/
    margin-bottom: 5px;
}

.frmRA {
    text-align: right;
}

.ssGridHeader
{
	background-color: #C0C0C0;
	color: #006699;
	text-align: center;
	height: 25px;
}

.ssGridRow
{
	color: Black;
	height: 25px;
}

.ssGridCenter
{
	text-align: center;
	background-color: #C0C0C0;
	color: #006699;
	height: 25px;
}

.ssGridRowAlt
{
	color: Black;
	height: 25px;
	background-color: #EAF4FF;
}


.section-border {
    margin: 15px 0 20px 0;
    height: 10px;
    background: url('/shared/image/line-border.png') repeat-x;
    overflow: hidden;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }


.btnlink {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(0, 153, 51);
    padding: 10px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.img-center {
    margin: 0 auto;
}

.img-vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}



.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.contact-container .contact-widget {
    margin-bottom: 20px;
    color: green;
}

    .contact-container .contact-widget i.c-icon {
        display: inline-block;
        width: 55px;
        margin-right: 10px;
        padding-top: 10px;
        height: 80px;
        float: left;
        text-align: center;
        font-size: 35px;
    }

    .contact-container .contact-widget .cw-details {
        margin-left: 60px;
    }

    .contact-container .contact-widget h4 {
        margin: 0;
        margin-bottom: 5px;
        font-size: 20px;
        font-weight: bold;
        color: #787878;
    }

    .contact-container .contact-widget p {
        font-size: 13px;
        line-height: 23px;
        color: #9a9a9a;
    }

    .contact-container .contact-widget span {
        display: block;
        font-size: 16px;
        color: #9a9a9a;
    }

        .contact-container .contact-widget span i {
            display: inline-block;
            width: 14px;
            margin-right: 5px;
            text-align: right;
            color: #878787;
        }
