@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css");
.sit {border-left: 1px solid #e1e1e1;border-bottom: 1px solid #e1e1e1; color: #999; font-size: 11px; text-align: center; font-family: DOTUM; margin: 0 auto;}
.sit tr td { width: 70px; height:30px; border: 1px solid #e1e1e1; border-left: none; border-bottom: none;}
.width_s { width: 20px !important;}
.heigh_s td { height: 16px !important;}
.screen {width: 315px; height: 2px; text-align: center; margin: 0 auto;}


.cinemaregion
{
    padding:4px 4px 4px 10px;
    border-bottom:1px solid #ddd;
    font-weight:bold;
    cursor:pointer;
}

.field-validation-error span
{
    color: #CC0000 !important;
    font-family:NanumGothic;
    
}

.carousel{
    max-height:560px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-group-sm>.btn, .btn-xs {
    padding: 3px 8px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
}

.popuplayer{
    margin:10px;
    border:solid 1px #ddd;
}

.hidden{
    display:none;
}

.radio_big{
    width:18px !important;
    height:18px !important;
    position:relative !important;
    margin-top:4px !important;
}

.red{
    color:red;
}

.listitem{
    font-size: 16px;
    padding:10px;
    border-bottom:solid 1px #CCCCCC;
    font-weight:700;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}

.listitem:active{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+42,ffffff+100 */
    background: #e5e5e5; /* Old browsers */
    background: -moz-linear-gradient(top, #e5e5e5 42%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e5e5e5 42%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e5e5e5 42%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

/* Pageslist */	
		
.pageslist
{
	margin:20px 0 50px 0;
	text-align:center;
}
	
.pageslist a,
.pageslist span
{	
	color: #3b6cac;
	font-size: 10px;
	font-weight: bold;		
	padding: 3px 6px;
	margin: 0 5px 0 0;
	background-color: #fff;
	text-decoration: none;
	border: 1px solid #cdd9e9;
	font-family:Tahoma;
}
		
.pageslist a.selected,
.pageslist span.selected,
.pageslist a:active
{
	background-color: #8FC1DA;
	border-color: #87a739;
	background-repeat: repeat-x;
}
.pageslist b
{
	color: #f1fed1 !important;
}

.pageslist a:hover
{
	color: black;
}

.pageslist a:active
{
	top: 1px;
	left: 1px;
}
		
.pageslist .disabled
{
	color: #c9cdd8;
}