body {
    font-size: 15px;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.container{
	width:100%;
}

.fieldsetClass {
    padding: .35em .625em .75em !important;
    margin: 0 2px !important;
    border: 1px solid silver !important;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #b33333;
    border-color: #b33333;
}

.panel-primary {
    border-color: #b33333;
}

legend {
	display: unset !important;  
	width: unset !important; 
	padding: unset !important; 
	margin-bottom: unset !important; 
	font-size: unset !important; 
	line-height:unset !important;  
	color: unset !important; 
	border: unset !important; 
	border-bottom: unset !important; 
}

hr{
	border: 0 !important;
    border-top: 1px solid grey !important;
}
img{
	max-width: 100%;
}

.btn-primary {
    background-color: #b33333 !important;
    border-color: #b33333 !important;
    color: #fff !important;
    margin-top: 5px;
}

.btn-default{
	margin-top: 5px;
}

.ulTag2 li::before {
    background: none;
    content: none;
    margin-left: none;
    padding: none;
}

.modal-dialog{
	z-index:99999;
}

a, a:hover, a:focus {
    outline: none;
    text-decoration: none;
}

.top_bar {
    background-color: #5a5a5a;
}

.top_bar a {
    color: #ffffff;
    padding: 5px 10px;
    display: inline-block;
    font-size: 15px;
}

.top_bar a:hover {
    background-color: #337ab7;
}

.top_bar > div > ul > li + li a {
    border-right: 1px solid #555;
}

.top_bar > div > ul > li, .main_menu > ul > li {
    position: relative;
}

.top_bar li ul, .main_menu li ul {
    position: absolute;
    background-color: #b33333;
    left: 0;
    right: 0;
    text-align: center;
    display: none;
    z-index: 9;
}

.main_menu li ul {
    width: 220px;
}

.MainItem li{
	white-space: nowrap;
}

.top_bar li ul a, .main_menu li ul a {
    display: block;
    border-bottom: 1px solid #1a3e5d;
    text-align: center;
}

.header {
    padding-top: 14px;
    padding-bottom: 14px;	
}

.logo_aria img {
    max-height: 80px;
}

.logo_aria h1 {
    color: #222;
    font-weight: bold;
    margin-top: 20px;
}

.logo_aria * {
    white-space: nowrap;
}

.header_icons a {
    background-color: #c0392b;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    margin: 20px 3px;
    padding: 10px 15px 10px 20px;
}

.header_icons a:last-child {
    background-color: #34495e;
}

.header_icons .glyphicon {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    font-size: 14px;
    margin: 0 0 0 15px;
    padding: 8px;
}

.main_menu {
    background-color: #b33333;
    /*border-radius: 5px;*/
    padding: 0;
    /*margin-bottom: 25px;*/
}

.main_menu a {
    padding: 14px 20px;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
}

h1.sub-title {
    background-color: #dfdede;
    margin: -10px -10px 10px -10px;
    font-size: 14px;
    padding: 8px;
    color: #000;
}

.panel-body {
    padding: 10px !important;
}

.side_bar > ul li a {
    display: block;
    padding: 10px;
    background-color: #b33333;
    color: #ffffff;
    border-radius: 5px;
    margin-bottom: 2px;
    font-size: 16px;

}

.side_bar .panel {
    margin: 20px 0;
}

.main_menu a:hover, .active, .side_bar > ul li a:hover {
    background-color: #d2d2d2;
    color: #000000;
}

footer {
    margin-top: 30px;
    border-top: 1px dotted #b33333;
}

.panel-heading .glyphicon {
    cursor: pointer;
}

.with_arrow li:before {
    content: '>';
    font-weight: bolder;
    color: #999;
    margin: 2px;
}

.with_arrow li:hover {
    padding: 0 5px;
    transition: all 300ms;
}




.carousel-inner img {
    width: 100%;
    min-height: 100%;
}

.carousel, .carousel-inner {
    border-radius: 0 0 10px 10px;
    /*height: 400px;*/
    overflow: hidden;
}

.carousel-inner > .item {
    height: inherit;
}

.carousel-inner > .item > img {
    height: 100%;
}

.carousel-inner > .active > img {
    height: 100%;
}

.carousel-caption h3 {
    padding: 15px;
}

.carousel-caption {
    padding-bottom: 30px;
}
.carousel-caption h3 {
    background-color: #222222 !important;
    color: #fff;
}

.carousel-caption{
    text-shadow: none !important;
}

/*#RequestPublishTable td, #AddTabs td
{
	padding:3px;
}

.tabView td{
	padding:3px;
}*/

table td{
	padding:3px;
}
#ImportantDatesDiv  > p > img {
	max-width: 100%;
	}


@media (max-width: 700px) {
    .header > div {
        float: none !important;
        text-align: center;
    }

    .header_icons a:last-child {
        margin: 0;
    }

    .main_menu ul, .main_menu li ul {
        display: none;
    }

    .main_menu ul li {
        float: none;
    }

    .main_menu p {
        color: #fff;
        font-size: 15px;
        margin: 5px;
        text-align: center;
        cursor: pointer;
    }

    .main_menu a {
        display: block;
        text-align: center;
    }

    .main_menu li ul {
        position: relative;
    }

    /*.main_menu li ul {
        width: 100%;
    }*/
	#main_content{
		float: none;
	}
	#side_bar{
		float: none;
	}
}