.page_title
{
	font-size:18px;
	color:#333;
	margin-bottom:30px;
}

.error_strings
{
	color:#F00;
}

.my_body
{
	max-height:100% !important;	
	min-height:250px !important;
}

.my_modal
{
	position: relative; top: auto; left: auto; right: auto; margin: 0 auto 20px; z-index: 0; width:100%;
}

.my_form
{
padding-left:0% !important;
}

.my_hero_unit
{
	padding-top:0px !important;
	margin-top:15px !important;
}

.my_span9
{
	margin-left:0px !important;
}


fieldset {
	margin-bottom: 10px !important;
	border: 1px #ccc solid !important;
	padding: 5px !important;
	text-align: left !important;
}

legend {
	color: #146295 !important;
	font-size: 1.182em !important;
	font-weight: bold !important;
}



#ajax_listOfOptions {
    background-color:#fff;
    border-bottom: 2px solid #F0F3F5;
    border-left: 2px solid #F0F3F5;
    border-right: 2px solid #F0F3F5;
    color: #000;
    font-size: 1.2em;
    height: auto;
    min-width: 282px;
    overflow: auto;
    position: absolute;
    text-align: left;
    width: auto;
    z-index: 100;
	margin-left:10px;
	margin-top:8px;
}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:5px;		
		padding:10px;
		padding-left:6px;
		cursor:pointer;
		font-size:14px;
		
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	
#ajax_listOfOptions .optionDivSelected {
    background-color:#ff4136;
    border-color: #ff4136;
    color: #fff;
}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	
	
	.my_table
	{
		width:100% !important;
		border: 1px solid #e9a222;
background-color: #e9a222;
	}
	
	
	.my_table th
	{
	width:10px !important;
	min-width:76px !important;
	color:#fff;
	text-align:left;
	font-size:18px
	}
	
	.my_table td
	{
	width:10px !important;
	font-size:18px;
    border-bottom: 1px dashed #f5f5f5;
	}


	.my_table1 td
	{
	min-width:20px !important;

	}
	.modal-body b {
    font-weight: bold;
}


.active_menu
{
	/*background-color:#E38807;
	background-color:#F3F;*/
}

@font-face {
    font-family: OpenSans_Semibold;
	src:url(../fonts/open-sans/OpenSans-Semibold.ttf);
}

@font-face {
    font-family: OpenSans_Regular;
	src:url(../fonts/open-sans/OpenSans-Regular.ttf);
}
@font-face {
    font-family: OpenSans_Light;
	src:url(../fonts/open-sans/OpenSans-Light.ttf);
}
@font-face {
    font-family: OpenSans_Italic;
	src:url(../fonts/open-sans/OpenSans-Italic.ttf);
}

#table1 thead
{
background-color:#2196f3;
}

table.display thead th a
{
color:#fff !important;	
}

#example thead
{
background-color:#2196f3;
}

@media (max-width: 320px) 
{
.navbar_right {
    float: right;
    padding-top: 10px;
    font-family: OpenSans_Regular;
    background-color: #e74c3c;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 19px;
    position: relative;
    left: 59px !important;
    width: 134%;
}
footer {
    width: 116% !important;
}
}