#mytableStyle .container .sixteen.columns {
    width: 942px;
}
#mytableStyle .container .column, .container .columns {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}
#mytableStyle .contentblock {
    margin-bottom: 20px;
}

#mytableStyle .accordion-grey {
    background: #002046;
    background: -moz-linear-gradient(top,#003478 0%,#003397 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#003478),color-stop(100%,#003397));
    background: -webkit-linear-gradient(top,#003478 0%,#003397 100%);
    background: -o-linear-gradient(top,#003478 0%,#003397 100%);
    background: -ms-linear-gradient(top,#003478 0%,#003397 100%);
    background: linear-gradient(to bottom,#003478 0%,#003397 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003478',endColorstr='#003397',GradientType=0 );
    border: 0px solid #00749f;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 15px;
    cursor: pointer;
    margin-bottom: 5px;
}
#mytableStyle .accordion-grey.close h4 {
    background: url(../image/accclosey.png) no-repeat right center;
}
#mytableStyle .accordion-grey h4 {
    line-height: 16px;
    font-size: 15px;
    margin-bottom: 0px;
    color: #fff;
    font-family: 'TitilliumText25L250wt';
    background: url(../image/accopeny.png) no-repeat right center;
    text-rendering: optimizeLegibility;
}
#mytableStyle .ui-menuitem-text, .ui-widget {
    font-size: 12px;
}
#mytableStyle .ui-widget {
    font-family: Arial,sans-serif;
    font-size: 12px;
}
#mytableStyle .ui-datatable-tablewrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    border: 1px solid #c6dffa;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom: none;
}
#mytableStyle .ui-datatable-tablewrapper table {
    width: 100%;
    margin: 0;
    padding: 0;
}
#mytableStyle .ui-datatable table {
    border-collapse: collapse;
    width: 100%;
}
#mytableStyle table {
    border-collapse: collapse;
    border-spacing: 0;
}


#mytableStyle .ui-datatable-tablewrapper table tr:first-child th:first-child {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    padding: 4px 4px 4px 12px;
}
#mytableStyle .ui-datatable-tablewrapper tr:first-child th:first-child {
    border-width: 0px 0px 1px 0px;
}
#mytableStyle .ui-datatable-tablewrapper tr:last-child th {
    background: #f2f2f2;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #e2e2e2 80%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(80%,#e2e2e2));
    background: -webkit-linear-gradient(top, #f2f2f2 0%,#e2e2e2 80%);
    background: -o-linear-gradient(top, #f2f2f2 0%,#e2e2e2 80%);
    background: -ms-linear-gradient(top, #f2f2f2 0%,#e2e2e2 80%);
    background: linear-gradient(to bottom, #f2f2f2 0%,#e2e2e2 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e2e2e2',GradientType=0 );
    border: 1px solid #d3d3d3;
    border-bottom: none;
    text-align: center !important;
    border-width: 0px 0px 1px 1px;
    font-size: 12px;
    color: #2b2b2b;
    line-height: 18px;
    font-weight: bold;
}
#mytableStyle .ui-datatable-tablewrapper .ui-widget-content {
    background: none;
    border: none;
}
#mytableStyle .ui-datatable-tablewrapper table tr:nth-child(2n+1) {
    background: #f1f9ff;
}
#mytableStyle .ui-datatable-tablewrapper .ui-widget-content {
    background: none;
    border: none;
}
#mytableStyle .ui-widget-content .ui-datatable-even {
    background: #fff;
}

#mytableStyle .ui-datatable-tablewrapper table tr td {
    vertical-align: middle;
    border-right: 1px solid #efefef !important;
    border: none;
    border-width: 0px 1px 1px 0px;
    padding: 6px 9px;
    font-size: 12px;
    color: #444 !important;
    line-height: 18px;
    font-family: 'Helvetica',Arial, sans-serif;
	overflow: hidden;
}



#mytableStyle .ui-datatable-tablewrapper table tr:nth-child(2n+1) {
    background: #f1f9ff;
}
#mytableStyle .freqbiller-wrapper table, td, tr {
    vertical-align: middle;
    border: 0;
}
#mytableStyle .summarytable th, tr {
    font-family: 'Helvetica',Arial, sans-serif;
}

#mytableStyle .ui-datatable-tablewrapper table tfoot tr:first-child td:first-child {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#mytableStyle .ui-datatable-tablewrapper table tfoot tr td {
    font-weight: bold;
    text-align: right;
}
#mytableStyle .ui-datatable-tablewrapper tfoot tr td {
    background-image: none;
    background-color: #e2ebf3;
    border: none;
    font-family: 'Helvetica',Arial, sans-serif;
    font-size: 14px;
}
#mytableStyle .ui-datatable-tablewrapper table tr td {
    vertical-align: middle;
    border-right: 1px solid #efefef !important;
    border: none;
    border-width: 0px 1px 1px 0px;
    padding: 6px 9px;
    font-size: 12px;
    color: #444;
    line-height: 18px;
    font-family: 'Helvetica',Arial, sans-serif;
}


.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown .drop-link{
	display: block;
	background-color: #19305b;
	margin-bottom: 3px;
	padding: 3px;
}
.dropdown a.drop-link{
	text-decoration: none;
}




#simplesidebar{
	font-family: "Work Sans", sans-serif;
}
#simplesidebar #you-may-also-like{
    background-color: #d1d1d1;
    margin: 20px 0;
	color: #5d5d5d;
}
body #simplesidebar #you-may-also-like h2{
    text-align: center;
    background: url("../image/sidebarbox_bg.png");
    padding: 12px 0 9px 0;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
#simplesidebar  #you-may-also-like h2::after{
    content: '\f078';
    font-family: FontAwesome;
    margin-left: 10px;
}
#simplesidebar #you-may-also-like .content {
    padding: 10px 20px 4px 20px;
}
body #simplesidebar #you-may-also-like ul li {
    font-size: 1rem;
    margin-bottom: 10px;
}

body #simplesidebar #you-may-also-like .content a:not(.button){
    font-weight: 600;
    font-size: 16px;
	color: #003478;
}

