/*cols*/
.col-lg-2-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

/*desktop*/

@media screen and (min-width: 992px) {
    .col-lg-2-4 {
        float: left;
        width: 20.000%;
    }
}

.wrapper {
    padding: 15px;
}

.circle {
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    width: 3.5em;
    height: 3.5em;
    overflow: hidden;
    transform: translateZ(0);
    margin: 0 auto;
}
.circle:before, .circle:after {
    border-radius: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    /* box-shadow: inset 7.3em 0 0 rgba(30, 140, 209, 0.2), inset 0 7.3em 0 rgba(30, 140, 209, 0.2), inset -7.3em 0 0 rgba(30, 140, 209, 0.2), inset 0 -7.3em 0 rgba(30, 140, 209, 0.2); */
    box-shadow: inset 0.16em 0 0 rgba(255, 0, 0, 0.5), inset 0 0.16em 0 rgba(252, 150, 0, 0.5), inset -0.16em 0 0 rgba(0, 255, 0, 0.5), inset 0 -0.16em 0 rgba(0, 150, 255, 0.5);
    transition: box-shadow .75s;
}
.circle span{
    position: relative;
    top:5px;
}
.text-black {
    color: #000;
}

.bed-blue{
	background-color: #1e513d;
	border-top:none;
	padding-top: 15px;
    padding-bottom: 15px;
}
.light-blue{
	background-color:#1d990f;
	padding-top: 15px;
    padding-bottom: 15px;
}

.b-light {
    border-color: #edf1f2;
}
.b-b {
    border-bottom: 1px solid #dee5e7;
}
.b-a {
    border: 1px solid #dee5e7;
}
.padder-v {
    padding-top: 5px;
    padding-bottom: 15px;
}
.padder-v.text-muted{
	color:#333!important;
}
.hbox {
    display: table;
    width: 100%;
    height: 100%;
    border-spacing: 0;
    table-layout: fixed;
	padding-right: 15px;
    padding-left: 15px;
}
.hbox .col {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: top;
}
.hbox .ng-binding{
	color:#1e513d;
	font-weight:600;
}
.modal-xlg{
    width:1220px;
}
@media screen and (max-width: 640px) {
    .modal-xlg{
        width:95%;
    }
}
/* Unseen columns
==============================*/
@media only screen and (max-width: 800px) {
    #unseen table td:nth-child(2),
    #unseen table th:nth-child(2) {display: none;}
}

@media only screen and (max-width: 640px) {
    #unseen table td:nth-child(4),
    #unseen table th:nth-child(4),
    #unseen table td:nth-child(7),
    #unseen table th:nth-child(7),
    #unseen table td:nth-child(8),
    #unseen table th:nth-child(8){display: none;}
}

/* Flip Scroll
=============================*/

@media only screen and (max-width: 800px) {
    #flip-scroll .cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
    #flip-scroll * html .cf { zoom: 1; }
    #flip-scroll *:first-child+html .cf { zoom: 1; }
    #flip-scroll table { width: 100%; border-collapse: collapse; border-spacing: 0; }

    #flip-scroll th,
    #flip-scroll td { margin: 0; vertical-align: top; }
    #flip-scroll th { text-align: left; }
    #flip-scroll table { display: block; position: relative; width: 100%; }
    #flip-scroll thead { display: block; float: left; }
    #flip-scroll tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
    #flip-scroll thead tr { display: block; }
    #flip-scroll th { display: block; text-align: right; }
    #flip-scroll tbody tr { display: inline-block; vertical-align: top; }
    #flip-scroll td { display: block; min-height: 1.25em; text-align: left; }


    /* sort out borders */

    #flip-scroll th { border-bottom: 0; border-left: 0; }
    #flip-scroll td { border-left: 0; border-right: 0; border-bottom: 0; }
    #flip-scroll tbody tr { border-left: 1px solid #babcbf; }
    #flip-scroll th:last-child,
    #flip-scroll td:last-child { border-bottom: 1px solid #babcbf; }
}

/*  no more table
=================================*/

@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr {  }

    #no-more-tables td {
        /* Behave like a "row" */
        border: none;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align:left;
        border-bottom:solid 1px #ccc;
    }

    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }

    /*
    Label the data
    =========================================*/
    #no-more-tables td:before { content: attr(data-title); }
}


.info-bed-wrapper .panel-info{
	margin-bottom: 25px;
	border-radius: 2px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #33a326;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.info-bed-wrapper .panel-info .panel-heading{
	padding: 12px 15px;
	background-color: #33a326;
	border: 0;
	border-radius: 0;
	color: #fff;
}
.info-bed-wrapper .panel-info .panel-footer {
	padding: 14px 15px;
	color: #1a1a1a;
	border-top: 1px dotted #d5d5d5;
	background-color: #fff;
}
.info-bed-wrapper .syarat .panel-body{
	text-align: left;
	padding:18px 24px;
	border: 1px solid #33a326;
}
.info-bed-wrapper .syarat .panel-body h6{
	color:#1e513d;
}
.info-bed-wrapper .syarat .panel-body p{
	font-size:16px;
	color:#34363a;
}
.circle span{
	font-size:16px;
}
#panel-summary{
	font-size: 20px;
    color: #ffffff;
    padding: 25px 40px 10px 40px;
}
#panel-summary span b{
	font-size:16px;
	padding-top:5px;
}