html,
body {
    height: 100%;
    min-width: 1170px !important;
    color: #ffffff;
	font-family: "Cambria", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.table-bordered {
    border: 6px ridge #777 !important;
}
td {
    border: 2px solid #777 !important;
}
.table5{
}
.table5 > tbody > tr > td {
    border: 0px !important;
    width: 20%;
    padding: 0 2px;
}
.table5 td h3 {
    font-size: 17px;
    font-weight: bold;
}
.table5 td h3 i {
    color: #EF801B;
    border: 3px solid;
    width: 36px;
    height: 36px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    padding: 5px 0;
}
.table5 td h3 span{
}
.table5 > tbody > tr > td .table-bordered{
border: 1px ridge #777 !important;
}
.table5 > tbody > tr > td .table-bordered td{
	border: 1px solid #aaa;
}
.modal-content {
    background-color: #333;
}
.btnsos a {
    color: #EF801B;
    font-weight: 600;
    background: none;
    border: 2px solid #EF801B;
    margin: 10px 0;
    font-size: 16px;
}
.btn-htk {
    color: #EF801B;
    font-weight: 600;
    background: none;
    border: 2px solid #EF801B;
}
.btnsos a:hover, .btnsos a:focus, .btnsos a:active, .btn-htk a:hover {
    color: #FFFFFF;
    background: #EF801B;
    border: 2px solid #EF801B;
}
.rightfeed{
    height: 100%;
    position: fixed;
    right: 0;
    width: 200px;
    background: rgba(0,0,0,0.3);
    padding: 60px 20px;
    font-size: 12px;
    z-index: 999;
    overflow-y: scroll;
}
.author{
    color: #FFD800;
    font-weight: bold;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
	background-color: #000;
    background-color: rgba(0,0,0,1);
    background-image: url(../img/tx1.jpg);
    background-repeat: repeat;
    background-position: top center;
    background-attachment: scroll;
}

.wrap > .container {
	width: 1170px !important;
    padding: 70px 15px 20px;
	background: none;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0.6);
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #eee;
    background-color: #444;
    background-image: none;
}
.breadcrumb {
	    font-size: 21px;
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #333;
    border-radius: 4px;
}
a {
    color: #ffaf0f;
    text-decoration: none;
}
a:hover {
    color: #f58400;
    text-decoration: none;
}
.footer {
    height: 60px;
    background-color: none;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}
.mainlist{
	
}
.mainlist li{
	font-size: 24px;
}



/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}
@media screen and (max-width: 767px){
	.rightfeed{
	display:none;
	}
	
	body{
	min-height: 1280px;
	}
	html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
.navbar-header {
        float: left;
    }

    .navbar {
        border-radius: 4px;
        min-width: 400px;
    }

    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }

    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }

    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }

    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }

    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
    .container {
        min-width: 400px;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }

    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-static-top {
        border-radius: 0;
    }

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }

    .navbar-toggle {
        display: none;
    }

    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }

    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
    }

    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }

    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }

    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    } 
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

@media print{  
  @page {
    size: auto;
    margin: 0;
  }
  html, body {
    width: 210mm;
    height: 297mm;
  }
  table{
    border: 1px solid #000 !important;
    }
  table td{
    width: auto !important;
    }
  .rightfeed, .filters, .breadcrumb, .summary, tr td:last-child a, #total, .footer{display:none;}
  a[href]:after {
    content: none !important;
  }
}