#edit_profile_form label {
	text-align: left;
}

.info-type {
	font-weight: 900;
}

.strike-through {
	text-decoration: line-through;
}

.bold {
	font-weight: bold;
}

.error {
	color: #b36d56;
	border-color: #b36d56;
}

table.dataTable thead .sorting_desc:after {
    content: none !important;
}

table.dataTable thead .sorting:after {
    content: none !important;
}

table.dataTable thead .sorting_asc:after {
    content: none !important;
}	

thead>tr>td.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc {
    padding-right: 0 !important; 
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
     padding: 5px 5px !important; 
 
}

table th {
	font-size: 12px !important;
	font-weight: 800;
}

table td {
	font-size: 11px !important;
}

/* show setup page */
form[data-type='create'] .domain-wrapper {
	display: none;
}

form[data-type='create'] #update_show_btn {
	display: none;
}

form[data-type='edit'] #create_show_btn {
	display: none;
}

.breadcrumb>li+li:before {
	content: "/\00a0";
}

.text-left {
	text-align: left !important;
}

/**/
.detail-view-table {
	margin: auto;
}
.detail-view-table td {
	padding-left: 5px;
	padding-right: 10px;
	font-size: 12px !important;
}
.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}


.preview-wrapper {
	width: 50px;
	height: 50px;
}

.preview-wrapper img {
	width: 48px;
	height: 48px;
}

.img-no-exist {
	border: 1px solid black;
}

.img-exist {
	border: 1px solid green;
}

.preview-wrapper.img-no-exist img {
	display: none;
}

#judge-be-dt_wrapper .row:nth-child(odd) {
	display: none;
}

#judge-jc-dt_wrapper .row:nth-child(odd) {
	display: none;
}

table.input-wrapper {
	margin: auto;
}

table.input-wrapper td {
	padding-top: 5px;
}

.rounded{
	margin:5px; 
	padding:5px;
	color: #555;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.watermark{
	background:url(http://gateway.showtech.biz/icons/tickets_large.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.modal {
   width: 410px;
   height: 500px;
   position: absolute;
   left: 50%;
   top: 50%; 
   margin-left: -200px;
   margin-top: -200px;
}

.modal-backdrop {
   background-color: white;
   opacity:0.5 !important;
}

.modal-content {
   border-style: solid;
   border-width: 1px;
}