﻿/* from Site-Mainpage.css */
a:hover, a:link, a:active resItem {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.-Value {
    color: red;
}
    .-Value:before {
        content: '-';
    }

.btn-water {
    color: #ffffff;
    /* background-color: #001f3f;
    border-color: #001226; */
}

.menu-bar {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: -15px;
    padding-right: -15px;
}

.menu-main {
    color: #333333;
}

.no-margin {
    margin: -15px;
    padding: -15px;
}

.no-padding-LR {
    padding-left: 0px;
    padding-right: 0px;
}

.nav-li {
    /*메뉴가 3개일 경우는 똑 떨어진 수치는 아니지만, 대충 요정도면 딱 맞죠.*/
    width: 14.28%;
    /* 기적과도 같은 스타일입니다. */
    -moz-box-sizing: border-box; /* firefox */
    -webkit-box-sizing: border-box; /*safari, chrome*/
    box-sizing: border-box; /* etc */
    text-align: center;
    font-weight: bold;
    color: #fff;
    height: 35px !important;
}

.nav-active {
    background: #ff6600;
}

.nav-a {
    color: #FFF;
    padding: 7px;
}

#blog-containers {
    /* Contents Container */
    position: relative;
    margin-top: 95px;
    margin-bottom: 35px;
    padding: 0px;
    z-index: -10;
}

#contents {
    display: block;
}

#sidemenu {
    display: block;
}

#sidemenu-container {
    display: block;
}

#sidemenu-container.fixed {
    position: fixed;
}

.sidemenu-box {
    border: 1px solid rgba(0,0,0,0.2);
    background-color: rgba( 200, 200, 255, 0.5 );
}

/* alert Box Animation color */
div.alertBox {
    animation: flashColor 1s infinite;
    font-weight: bold;
}

@keyframes flashColor {
    0% {
        color: #ff0000;
    }

    50% {
        color: #ffa500;
    }

    100% {
        color: #ff0000;
    }
}

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/
/* BEGIN : blog style top-menu fixed scroll */
/*#blog-header-container {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 66px;
	padding:0px;
    background-color: #FFF;
    z-index: 1;
}*/
/*#blog-header-container h1 {
	position: relative;
	top: 0px;
	left: 20px;
    color: #FFF;
	font-size: 2.0em;
	font-weight: bold;
}*/
/*#menu-container {
	position: fixed;
	top: 66px;
	left: 0px;
	width: 100%;
	height: 30px;
    padding-left: 0px;
	padding-top: 0px;
    z-index: 0;
	border-radius:0px;
	box-sizing: border-box;
	background-color: rgba( 0, 0, 0, 0.75 );
	opacity: 0.85;
	-webkit-transition: padding-left 200ms linear;
	-moz-transition: padding-left 200ms linear;
	-ms-transition: padding-left 200ms linear;
	-o-transition: padding-left 200ms linear;
	transition: padding-left 200ms linear;
}*/
/*#menu-container.fixed {
	padding-left: 0px;
	opacity: 0.7;
	-webkit-box-shadow: 0 1px 5px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 5px 1px rgba(0,0,0,0.2);
}*/
/* Top Menu's Menu-Item */
/*#menu-container .menu-item {
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
}*/
/* Top Menu's Menu-Icon (1st Menu-Iocn) */
/*#menu-container .menu-icon {
	display: block !important;
	position: absolute;
	left: -50px;
	top: 14px;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	-webkit-transition: left 300ms linear;
	-moz-transition: left 300ms linear;
	-ms-transition: left 300ms linear;
	-o-transition: left 300ms linear;
	transition: left 300ms linear;
}*/
/* Top Menu's Menu-Icon's On Option */
/*#menu-container .menu-icon.on {
	left: 15px;
}*/
body {
    font-family: Arial;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Arial;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

input[type="checkbox"].case {
    display: initial;
}

input[type="checkbox"]#selectall {
    display: initial;
}

/* Text, Font Decoration */
.multiLine {
    white-space: pre-line;
}

/* summernote */
.field-validation-error { color: #f00; }
.field-validation-valid { display: none; }
.input-validation-error { border: 1px solid #f00; background-color: #fee; }
.validation-summary-errors 
{ 
    border: 1px solid #f00; 
    background-color: #fee; 
    font-weight: bold; 
    color: #f00; 
    margin-bottom: 10px;
    padding-top:8px;
    position: fixed;
    z-index:10;
    top:105px;
    left:0px;
    width:100%;
    text-align:center;
    -webkit-animation: blink 2.5s linear infinite;
}

.validation-summary-errors ul li
{
    list-style:none;
}

.validationi-summary-valid { display: none; }

div.summernote {
    background: #fff;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(/content/uploads/default/summernote_bg.png);
}

img.note-float-left {
    padding-right: 10px;
}

img.note-float-right {
    padding-left: 10px;
}

.textblink {
    -webkit-animation: textblink 2.5s linear infinite;
}

@-webkit-keyframes textblink {
    0% { color: #333; }
    33% { color: #f33; }
    66% { color: #3f3; }
    100% { color: #33f; }
    /*from { background-color: red;}*/
    /*to {background-color: green;}*/
}

.dropdown-menu a {
    cursor:  pointer;
}

.ui.fluid.dropdown .menu.transition.visible {
    max-height: 225px;
}

.blink {
    -webkit-animation: blink 2.5s linear infinite;
}

@-webkit-keyframes blink {
    0% { background-color: #fee; }
    33% { background-color: #ffe; }
    66% { background-color: #eff; }
    100% { background-color: #eef; }
    /*from { background-color: red;}*/
    /*to {background-color: green;}*/
}

.legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

@font-face {
  font-family: robotoregluar;
  src: url(/content/_hieu/fonts/Roboto-Regular.ttf);
}

@font-face {
  font-family: robotoback;
  src: url(/content/_hieu/fonts/Roboto-Black.ttf);
}

@font-face {
  font-family: robotobold;
  src: url(/content/_hieu/fonts/Roboto-Bold.ttf);
}

@font-face {
  font-family: robotolight;
  src: url(/content/_hieu/fonts/Roboto-Light_2.ttf);
}

@font-face {
  font-family: robotomedium;
  src: url(/content/_hieu/fonts/Roboto-Medium_2.ttf);
}

@font-face {
  font-family: UTMavoregaluar;
  src: url(/content/_hieu/fonts/UTMavoregaluar.ttf);
}

@font-face {
  font-family: Roboto-Italic;
  src: url(/content/_hieu/fonts/Roboto-Italic.ttf);
}

@font-face {
  font-family: RobotoBoldItalic;
  src: url(/content/_hieu/fonts/RobotoBoldItalic.ttf);
}

a.shittim_attach-container {
    border: 1px solid #FFC107;
    padding: 5px 10px;
    border-radius: 5px;
    background: #FFEB3B;
    display: inline-block;
    margin: 1px;
}

a.shittim_attach-container::before {
    content: "\f019";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: bold;
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
	input.form-control {
	font-size: 16px !important;
	}
	input.form-group {
	font-size: 16px !important;
	}
	select.form-control {
	font-size: 16px !important;
	}
	select.form-group {
	font-size: 16px !important;
	}
    .shittim-daterange-end {
    border-radius: 4px !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    }
}

@media screen and (max-width: 640px) {
    .shittim_video-container {
        position: relative;
        height: 360px;
    }

    .shittim_video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    .shittim_video-container iframe,
    .shittim_video-container object,
    .shittim_video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .entry-content img,
    .entry-content iframe,
    .entry-content object,
    .entry-content embed {
        max-width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .container {
        /*padding: 0px 5px;*/
    }
}

@media (min-width: 768px) {
    .container {
        /*padding: 0px 5px;*/
    }
}

@media (min-width: 992px) {
    .container {
        padding: 0px 5px;
    }
}

@media (min-width: 1200px) {
    .container {
        padding: 0px 5px;
    }
}

.form-control {
    font-size: 16px;
}

.shittim_Rate {
    border: 1px solid #ffc107;
    padding: 3px;
    border-radius: 3px;
    margin: 0px 2px;
    background: #ffc107;
}

.shittim_Rate_O {
    color: #ef5911;
}

.shittim_Rate_X {
    color: #ffffff;
}

.shittim_warning {
    color: #FF9800;
}

div#shittim_Panel_DiffPrice {
    padding: 0px;
    padding-left: 5px;
    padding-bottom:  5px;
}

div#shittim_Panel_Prices {
    margin: 0px;
}

div#panel_Price_psAsync {
    padding-left: 15px;
    padding-right:15px;
    padding-bottom:  10px;
}

div#panel_Price_Child_psAsync {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    display: block;
}

div#panel_Price_Baby_psAsync {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    display: block;
}

div.shittim_Panel_PricesHeader {
    padding: 5px;
    text-align: center;
    background:#eaedff;
    border:1px solid #ccc;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-weight:bold;
    height: 40px;
    border: 0px;
}

div.shittim_Panel_PricesTitle {
    border-radius: 0px;
    height: 42px;
    text-align:  right;
    padding-top: 11px;
    background: #ffffee;
    border:  0px;
}

div.shittim_PricesBox_label_addon {
    text-align: left;
    color:  #999;
    padding-left: 15px;
}

input.shittim_Panel_PricesBox {
    background-color: #fff;
    margin-top: 0px;
    color: #555;
    border-radius:0px;
    height: 42px;
    vertical-align: middle;
    padding-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align:  right;
    border: 1px solid #ccc;
}

div.shittim-sublabel {
    font-size:  14px;
    color: #6da6ff;
    font-weight:  normal;
}

div.shittim-sublabel-priceinfoasync {
    color: #ff9900;
    padding-left: 0px;
    font-size: 14px;
}

.note-editor.note-frame.panel {
    border: 1px solid #ccc;
}

.input-group.text-success {
    padding-top: 5px;
    padding-left: 22px;
}

.input-group.text-success i {
    margin-left: -22px;
}

.form-group.shittim-checkCaption {
    color: #888888;
    font-weight: normal;
    font-size: 14px;
    margin-top: 0px;
    margin-left: 12px;
    margin-bottom: 7px;
    padding-bottom: 0px;
    min-height: 18px;
    height: 20px;
}

.form-group.shittim-label {
    color: #555;
    font-weight: bold;
    font-size: 16px;
    padding-left: 0px;
    margin-bottom: 3px;
    padding-bottom: 0px;
    min-height: 18px;
    height: auto;
    margin-top: 20px;
}

.form-group.shittim-labelBox {
    border: solid 1px #ccc;
    margin-bottom:0px; 
    height: 38px;
    min-width: 85px;
    display: inline-block;
}
.form-group.shittim-labelBox-box {
    display: table;
    margin-bottom:0px; 
    width: 100%;
    height: 100%;
}
.form-group.shittim-labelBox-in {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.form-group.shittim-labelBox-center {
    position: relative;
    margin-bottom:0px; 
    display: inline-block;
}

.form-group.shittim-caption {
    color: #888888;
    font-weight: normal;
    font-size: 16px;
    padding-left: 12px;
    margin-bottom: 7px;
    padding-bottom: 0px;
    min-height: 18px;
    height: 20px;
    /*font-family: robotoregluar;*/
}

.form-group.shittim-textBox {
    border: solid 1px #ccc;
    padding-left: 14px;
    margin-bottom:0px; 
    height: 38px;
    min-width: 85px;
}

.form-group.shittim-textAreaBox {
    border: solid 0px #ccc;
    margin:0px; 
    min-width: 85px;
    width:100%; 
    height:100%; 
}

.form-group.shittim-selectBox {
    border: solid 1px #ccc;
    padding-left: 14px;
    margin-bottom:0px; 
    height: 38px;
    min-width: 85px;
    -webkit-appearance: button;
    background-image: url(/Content/_hieu/images/icon-select.png),-webkit-linear-gradient(#fff, #fff 40%, #fff);
    background-repeat: no-repeat;
    padding: 5px 10px;
    background-position: right 0px;
    /* border-radius: 2px !important; */
    /* font-family: robotoregluar; */
}

.form-group.shittim-gbutton {    
    border: solid 1px #dedede;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px auto 0px auto;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*margin-top: 0px;*/
    /*margin-bottom: 0px;*/
    clear: both;
    display: unset;
    cursor: pointer;
    width: auto;
    height: 38px;
    color: #888;
    text-align: center;
    font-family: robotoback;
    font-weight: bold;
    /*text-transform: uppercase;*/
}

.form-group.shittim-bgwhite {
    background: #fff;
    color: #888;
}

.form-group.shittim-bggray {
    background: #aeaeae;
    color: #fff;
}

.form-group.shittim-bgblue {
    background: #1c9cff;
    color: #fff;
}

.form-group.shittim-bgorange {
    background: #ffb830;
    color: #fff;
}

.form-group.shittim-gradient-gray:hover {
    background: #aeaeae;
    background: -moz-linear-gradient(top, #aeaeae 0%, #7e7e7e 99%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #aeaeae), color-stop(100%, #7e7e7e));
    background: -webkit-linear-gradient(top, #aeaeae 0%, #7e7e7e 99%);
    background: -o-linear-gradient(top, #aeaeae 0%, #7e7e7e 100%);
    background: -ms-linear-gradient(top, #aeaeae 0%, #7e7e7e 100%);
    background: linear-gradient(to bottom, #aeaeae 0%, #7e7e7e 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeaeae', endColorstr='#7e7e7e',GradientType=0 );
    color: #fff;
    cursor: pointer;
    border: 1px #fff;
}

.form-group.shittim-gradient-blue:hover {
    background: #28a5ff;
    background: -moz-linear-gradient(top, #28a5ff 0%, #007dd6 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #28a5ff), color-stop(100%, #007dd6));
    background: -webkit-linear-gradient(top, #28a5ff 0%, #007dd6 100%);
    background: -o-linear-gradient(top, #28a5ff 0%, #007dd6 100%);
    background: -ms-linear-gradient(top, #28a5ff 0%, #007dd6 100%);
    background: linear-gradient(to bottom, #28a5ff 0%, #007dd6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28a5ff', endColorstr='#007dd6', GradientType=0 );
    color: #fff;
    cursor: pointer;
    border: 1px #fff;
}

.form-group.shittim-gradient-orange:hover {
  background: #fbb425;
  background: -moz-linear-gradient(top, #fbb425 0%, #f58b22 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fbb425), color-stop(100%, #f58b22));
  background: -webkit-linear-gradient(top, #fbb425 0%, #f58b22 100%);
  background: -o-linear-gradient(top, #fbb425 0%, #f58b22 100%);
  background: -ms-linear-gradient(top, #fbb425 0%, #f58b22 100%);
  background: linear-gradient(to bottom, #fbb425 0%, #f58b22 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb425', endColorstr='#f58b22', GradientType=0 );
  color: #fff;
  cursor: pointer;
  border: 1px #fff;
}

.panel-body.shittim-divBody {
    display:block;
}

.panel-body.shittim-divLeft {
    display:block;
}

.panel-body.shittim-divRight {
    display:block;
}

.shittim-sitemap-tap {
    font-weight: bold;
    margin-top: 20px;
    border: 1px solid #ccc;
    padding: 5px;
    padding-left: 10px;
    border-radius: 7px;
    background: #eee;
}

.shittim-sitemap-menu {
    margin: 5px;
    padding-left: 20px;
}

.shittim-sitemap-submenu {
    padding-left:0px;
}

.shittim-sitemap-subject {
    display: inline-block;
    min-width: 200px;
    width: 100px;
}

.shittim-sitemap-level {
    display: inline-block;
}

.shittim-sitemap-order {
    display: inline-block;
}

.shittim-sitemap-url  {
    display: inline-block;
}

.shittim-contents-body {
    padding-top:0px; 
    padding-bottom:0px; 
    margin:0px;
    border:0px solid red;
}

.shittim-contents-list {
    margin-top: 0px;        /* -15px; */
}

.shittim-contents-list-title {
    margin:0px;
}

.shittim-contents-listviewmode {
    margin:0px; 
    padding:0px; 
    border-top:0px solid #eee;
}

.shittim-contents-list-loading {
    margin:0px; 
    padding:0px; 
    width:100%; 
    height:auto;
}

.shittim-contents-list-view {
    margin:0px; 
    padding:0px;
}

.shittim-tooltip-subinfomation { 
    padding: 7px; 
    padding-top: 7px; 
    text-indent: 0px; 
    margin: 0px;
    margin-top: 0px;
    border: 1px solid rgb(204, 204, 204); 
    background:rgb(250, 250, 250); 
    border-radius: 5px;
    margin-bottom: 15px;
    margin-right: 5px; 
}

.shittim-tabGroup {
    width: 100%;
    min-height: 150px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    position: relative;
    margin-top: 45px;
    margin-bottom: 15px;
    padding: 10px 0px 10px 0px;
}

.shittim-tabTitle {
    position: absolute;
    top: -25px;
    left: 0px;
    background: #fff;
    padding: 0px 0px;
    font-weight: bold;
    font-size: 16px;
    color: #555;
}

.shittim_textAreaAutoHeight {
    resize: none;
    line-height: 150%;
    width: 100%;
    overflow-y: hidden;
}

.shittim-btn-add {
    background-color: #74a6d2;
    border-color: #498fc1;
}

.shittim-btn-add:hover {
    background-color: #3984c5;
    border-color: #0269b3;
}

.shittim-youtube {
    border-radius: 5px;
    border: 1px solid #000;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.shittim-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.shittim-board-image1st img {
    height: 100%;
    width: 100%;
    max-width: 100px;
    object-fit: cover;
}


/* date range picker */
.daterangepicker td.in-range {
    background-color: #ff9;
}

.daterangepicker td.end-date {
    color: #fff;
    background-color: #357ebd;
}

.daterangepicker .weekend {
    color: #F44336 !important;
}

.daterangepicker .weekend.active {
    color: #FFC107 !important;
}

.daterangepicker .left {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 5px !important;
}

.daterangepicker .right {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right: 5px !important;
}


/* bootstrap-datetime picker */
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
    padding: 0px;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-right.datepicker-orient-bottom {
    padding: 0px;
}

.datepicker table.table-condensed {
    min-width: 290px;
}

.datepicker .cw {
    width: 33px;
    background: #fff;
    border: 0px;
}

.datepicker td {
    width: 33px;
    height: 33px;
    background: #fff;
    border-radius: 0px;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: #eee;
}

.datepicker table tr td.range-start {
    color: #ff0;
}

.datepicker table tr td.range-end {
    color: #ff0;
}

.datepicker table tr td.selected {
    font-weight: bold;
}

.datepicker table tr td.range {
    background: #ff9;
    font-weight: bold;
}

/* bootstrap-toggle-button */
label.btn.btn-default.active.toggle-off {
    margin-top: 0px;
}

label.btn.btn-info.toggle-on {
    margin-top: 0px;
}

.btn-Border-danger {
    border-color: #FF9800;
    background: #fff;
    color: red;
}

/* bootstrap-touchspin-button */
span.bootstrap-touchspin-postfix {
    border: 1px solid #cccccc !important;
}

/* bootstrap-imageSlider-Flex-viewport */
.flex-direction-nav a:before {
    margin-top: 5px;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}


/* BEGIN : SHITTIM TAB 버튼 시스템  */
.shittim-tab {
    border-bottom: 1px solid #ddd;
}

    .shittim-tab .tab.active {
        background-color: #666;
        color: #fff;
        border-color: #aaa;
    }

    .shittim-tab .tab {
        border: 1px solid #ddd;
        min-width: 170px;
        padding: 10px 10px;
        text-align: center;
        display: inline-block;
        margin-right: 0px;
        border-bottom: 0px;
        cursor: pointer;
    }

        .shittim-tab .tab:hover {
            background-color: #999;
            color: #fff;
        }

.shittim-tab-contents .contents {
    display: none;
}

    .shittim-tab-contents .contents.active {
        display: block;
    }
/* END : SHITTIM TAB 버튼 시스템  */






.shittim-flexviewer-slider a.flex-prev {
    margin: -40px 0 0;
    margin-left: -5px;
}

.shittim-flexviewer-slider a.flex-next {
    margin: -40px 0 0;
    margin-right: -5px;
}

.shittim-flexviewer-carousel a.flex-prev {
    margin: -60px 0 0;
    margin-left: -10px;
}

.shittim-flexviewer-carousel a.flex-next {
    margin: -60px 0 0;
    margin-right: -10px;
}

.shittim-flexviewer-slider li.flex-nav-prev {
    position: initial;
}

.shittim-flexviewer-slider li.flex-nav-next {
    position: initial;
}

.shittim-flexviewer-slider .flex-direction-nav a {
    width: 30px;
    height: 50px;
    /*line-height: 42px;
    border-radius: 25px;
    text-align: center !important;
    background: #fff2;
    border: 1px solid #fff3;*/
}

.shittim-flexviewer-carousel .flex-direction-nav a {
    line-height: 50px;
    border-radius: 0px;
    width: 30px;
    height: 60px;
    text-align: center !important;
    /*border: 1px solid #fff3;
    background: #fff9;*/
}

.shittim_detail_listTextBox {
    padding: 10px 0px;
}

.shittim_detail_listTextBox li {
    margin-left: 20px;
    text-align: left;
    text-indent: -11px;
    margin-bottom: 0px;
    list-style: none;
    color: #666;
}

.shittim_detail_listTextBox li:before {
    content: "●";
    display: inline-block;
    vertical-align: top;
    padding: 0px 6px 2px 5px;
    color: #9e9e9e;
}

.shittim_listTextBox {
    border: 1px solid #e5e5e5;
    background: #fefefe;
}

.shittim_listTextBox li {
    margin-left: 13px;
    text-align: left;
    text-indent: -7px;
    margin-bottom: 3px;
    list-style: none;
    color: #666;
}

.shittim_listTextBox li:before {
    content: "●";
    display: inline-block;
    vertical-align: middle;
    padding: 0px 6px 2px 0px;
    color: #9e9e9e;
}

.shittim_listTextBox_Editor {
    border: 0px;
    background: #0000;
}

.shittim_listTextBox_Editor li {
    margin-left: 12px;
    text-align: left;
    text-indent: -5px;
    line-height: 22px;
    margin-bottom: -2px;
    list-style: none;
    color: transparent;
    font-size:16px; 
}

.shittim_listTextBox_Editor li:before {
    content: "●";
    display: inline-block;
    vertical-align: middle;
    padding: 0px 10px 2px 0px;
    color: transparent;
    background: url(/Library/img/bullet_gray.png) no-repeat 0 45%;
}

.checkmark_disabled {
    background-color: #eee;
    border-color: #ccc;
    cursor: not-allowed;
}

.cart_Text_Bold {
    font-weight: bold;
}

.input-group-addon.primary {
    color: #ffffff;
    background-color: #404040;
    border-color: #333333;
}

.input-group-addon.success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.input-group-addon.info {
    color: #ffffff;
    background-color: #1a3959;
    border-color: #142c45;
}

.input-group-addon.warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.input-group-addon.danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.sdm_Title {
    font-weight: bold;
    min-height: 40px;
}

.sdm_ButtonClose {
    float: right;
    margin-top: -1px;
    margin-right: -7px;
}

.sdm_TitleCaption {
    float: left;
}

.sdm_Alert {
    text-align: center;
}

.sdm_Modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 2px;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    vertical-align: middle;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    z-index: 1000;
}

.sdm_Modal:target {
    opacity: 1;
    pointer-events: auto;
}

.sdm_Modal #sdm_Margin {
    height: 150px;
}

.sdm_Modal #sdm_Body {
    max-width: 850px;
    min-height: 170px;
    padding: 0px;
    border: 1px solid #ccc;
    background-color: white;
    overflow: hidden;
}

.sdm_Body {
    overflow: auto;
}

.btn-sdm-modal {
    min-width: 70px;
    margin-left: 3px;
    margin-right: 3px;
}
