body {
    /* background-color: #ccc; */
    height: 100%;
    width: 100%;
    overflow: auto;
    /*color: black;*/
}

html {
    height: 100%;
    width: 100%;
    /* margin: 0px; */
    /* padding: 0px; */
    position: fixed;
    overflow: auto;
}

#app {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.navbar-nav>li>.dropdown-menu {
    /* min-width: 250px; */
    background: #f8f8f8;
}

.navbar-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #1590C2;
}

.navbar-nav ul li {
    float: left;
}

.navbar-nav ul li a {
    display: block;
    /* color: white; */
    text-align: left;
    padding: 14px 16px;
    text-decoration: none;
}

.navbar-nav ul li a:hover, .navbar-nav .active {
    background-color: #ddd;
    color: black;
}

li:hover {
    background: #eee;
    cursor: pointer;
}

.pagecontent {
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: calc(100% - 220px);
    /*overflow-y: auto;
    overflow-x: hidden;*/
}

.mapview {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    /*width: 100%;*/
    height: 100%;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.blog-details-author {
    padding: 10px;
    background-color: #f7f9f9;
    margin: 10px;
}

.blog-details-author img {
    max-width: 50px;
}

.animated.swingInX {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ie-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: swingInX;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: swingInX;
    -o-backface-visibility: visible !important;
    -o-animation-name: swingInX;
    backface-visibility: visible !important;
    animation-name: swingInX;
}

.animated.swingOutX {
    -webkit-transform-origin: top;
    -webkit-animation-name: swingOutX;
    -webkit-backface-visibility: visible !important;
    -moz-animation-name: swingOutX;
    -moz-backface-visibility: visible !important;
    -o-animation-name: swingOutX;
    -o-backface-visibility: visible !important;
    animation-name: swingOutX;
    backface-visibility: visible !important;
}

.header.headroom--not-top {
    padding-top: 10px;
    transition: all .3s ease;
    background: #a9a9a9eb;
    color: white;
    box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2);
}

.animated {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform,opacity;
}

.header {
    position: fixed;
    padding: 10px 0 0;
    background: #fff;
    width: 100%;
    z-index: 20;
    left: 0;
    top: 0;
    transition: all .3s ease;
}

.blog-details-author .blog-details-author-content {
    overflow: hidden;
    display: inline-grid;
}

.blog-details-author .blog-details-author-thumb {
    float: left;
    margin-right: 30px;
}

.btn-h1-spacing {
    margin-top: 18px;
}

.form-spacing-top {
    margin-top: 30px;
}

.comment {
    margin-bottom: 45px;
    color: black;
}

.author-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
}

.author-name {
    float: left;
    margin-left: 15px;
}

.author-name>h4 {
    margin: 5px 0px;
}

.author-time {
    font-size: 11px;
    font-style: italic;
    color: #aaa;
}

.comment-content {
    clear: both;
    margin-left: 65px;
    font-size: 16px;
    line-height: 1.3em;
}

.comments-title {
    margin-bottom: 45px;
}

.comments-title>span {
    margin-right: 15px;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contacts {
    display: inline-block;
}

.icon {
    width: 50px;
    height: 50px;
}

#site-footer {
    border-top: 1px solid #e1e4e8;
    position: relative;
    bottom: 0px;
}

table.table-style-three {
    font-family: verdana, arial, sans-serif;
    font-size: 1em;
    color: #333333;
    border-width: 1px;
    border-color: #3A3A3A;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    z-index: 1;
}

table.table-style-three th {
    border-width: 1px;
    border-style: solid;
    border-color: #94a5afcf;
    background-color: #2b2d33d1;
    color: #ffffff;
    height: 0;
    line-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0px !important;
    color: transparent;
    border: none;
    white-space: nowrap;
    z-index: 1;
}

table.table-style-three tr:hover td {
    /*cursor: pointer;*/
}

.table-sortable > th > div.sorting {
    font-style: italic;
}

table.table-style-three tr:nth-child(even) td {
    background-color: #d5d5d6;
}

table.table-style-three td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #94a5afcf;
    background-color: #ffffff;
}

table.table-style-three th div {
    position: absolute;
    background: transparent;
    color: #fff;
    padding: 9px 25px;
    top: 0;
    margin-left: -10px;
    line-height: normal;
    border-left: 1px solid #94a5af;
    /* z-index: 999999; */
}

.containerTable {
    /* position: relative; */
    overflow-y: auto;
    max-height: 100%;
    /* height: 100%; */
    margin: auto;
    overflow-x: hidden;
    /* width: 354px; */
    display: inline-block;
    min-width: 100%;
}

.containerNonPaginateTable {
    /* position: relative; */
    overflow-y: scroll;
    max-height: 50vh;
    /* height: 100%; */
    margin: auto;
    overflow-x: hidden;
    /* width: 354px; */
    display: inline-block;
    min-width: 100%;
}

.fullsection {
    position: relative;
    border: 1px solid #000;
    padding-top: 32px;
    background: rgba(10,11,10,0.8);
    overflow-x: auto;
    overflow-y: hidden;
    /* width: 40%; */
}

/*td + td {
	border-left:1px solid #000;
}*/
table.table-style-three td, th {
    border-bottom: 1px solid #000;
    background: #fff;
    color: #000;
    padding: 10px 10px !important;
}

.navbar-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #e7e7e7;
}

.navbar-nav ul li {
    float: left;
    width: 100%;
}

.navbar-nav ul li a {
    display: block;
    /* color: white; */
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.navbar-nav ul li a:hover, .navbar-nav .active {
    background-color: #ddd;
    color: black;
}

.col-md-8, .blockcontent {
    margin: auto;
    float: auto;
}

.content-400 {
    max-width: 400px;
}

.content-500 {
    max-width: 500px;
}

.content-600 {
    max-width: 600px;
}

.content-800 {
    max-width: 800px;
}

/*Sort table*/
.table-sortable > th > div {
    cursor: pointer;
    position: relative;
}

.table-sortable > th > div > a {
    color: #FF9;
    text-decoration: none;
}

.table-sortable > th > div:after {
    content: ' ';
    position: absolute;
    height: 0;
    width: 0;
    right: 10px;
    /* (right padding / 2) - arrow width */
    top: 16px;
    /* ((padding * 2) + line height) - arrow height */
}

/* Default sortable indicator 
  .table-sortable > th > div:after {
    border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #ccc;
    border-bottom: 0px solid transparent;
  }
  */
/* !Default */
/* Default sortable indicator:hover */
.table-sortable > th > div:hover:after {
    border-top: 5px solid #888;
}

/* !Default:hover */
/* Ascending sortable indicator */
.table-sortable > th > div.asc:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 5px solid #333;
}

.table-sortable > th > div.asc:hover:after {
    border-bottom: 5px solid #888;
}

/* !Ascending */
/* Descending sortable indicator */
.table-sortable > th > div.desc:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    border-bottom: 5px solid transparent;
}

/* !Descending */
/* Heading styles */
h2.page-header {
    margin-top: 0px;
    padding-top: 0px;
    line-height: 15px;
    vertical-align: middle;
}

h1 > .divider:before, h2 > .divider:before, h3 > .divider:before, h4 > .divider:before, h5 > .divider:before, h6 > .divider:before, .h1 > .divider:before, .h2 > .divider:before, .h3 > .divider:before, .h4 > .divider:before, .h5 > .divider:before, .h6 > .divider:before {
    color: #AAA;
    content: "\0223E\0020";
}

iframe {
    border: none;
}

.form-group {
    display: block;
    width: 100%;
}

.form-part {
    min-width: 45%;
    width: auto;
    display: inline-block;
}

.form-part>input,.form-part>label, .form-part>select {
    width: auto;
    display: inline-block;
    height: 35px;
    display: inline-flex;
    max-width: 100%;
    min-width: 100px;
    margin-bottom: 5px;
    font-weight: 700;
    margin: 5px;
    vertical-align: middle;
}

#search-form {
    display: inline-table;
    width: 100%;
}

body {
    background-color: white;
}

/*modal fullscreen */
.modal.modal-dialog-fit {
    /* Maximize the main wrappers on the screen */
    /* Make the parent wrapper of the modal box a full-width block */
    /* Remove borders and effects on the content */
    /**
		 * /!\ By using this feature, you force the header and footer to be placed
		 * in an absolute position. You must handle by yourself the margin of the
		 * content.
		 */
    margin: auto;
    max-width: 800px;
}

.modal-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    background: rgba(0,0,0,0.4);
}

.modal.modal-dialog-fit.mapview-fullscreen {
    /* Maximize the main wrappers on the screen */
    /* Make the parent wrapper of the modal box a full-width block */
    /* Remove borders and effects on the content */
    /**
		 * /!\ By using this feature, you force the header and footer to be placed
		 * in an absolute position. You must handle by yourself the margin of the
		 * content.
		 */
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    /* display: block; */
    max-width: auto;
}

.modal.modal-dialog-fit .modal-dialog, .modal.modal-dialog-fit .modal-content {
    /*bottom: 0;*/
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    margin: 70px 5%;
}

.modal.modal-dialog-fit .modal-dialog {
    margin: 0;
    width: 100%;
    animation-duration: 0.6s;
}

.modal.mapview-fullscreen .modal-dialog, .modal.mapview-fullscreen .modal-content {
    bottom: 0;
}

.modal.modal-dialog-fit .modal-content {
    border: none;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    -o-box-shadow: inherit;
    box-shadow: inherit;
    /* change bg color below */
    /* background:#1abc9c; */
    padding: 70px 0px;
    overflow: auto;
    max-height: 85vh;
}

.modal.modal-dialog-fit.mapview-fullscreen .modal-content {
    border: none;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    -o-box-shadow: inherit;
    box-shadow: inherit;
    /* change bg color below */
    /* background:#1abc9c; */
    padding: 0px;
    overflow: auto;
    max-height: 100%;
    margin: 0px;
}

.operation-control-50 {
    position: relative;left:-50%;
    background: rgba(190, 191, 191, 0.57);
    padding:15px;border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.29);
}

.modal.modal-dialog-fit.force-fullscreen {

}

.modal.modal-dialog-fit.force-fullscreen .modal-body {
    padding: 0;
    margin: auto;
}

.modal.modal-dialog-fit.force-fullscreen .modal-header,.modal.modal-dialog-fit.force-fullscreen .modal-header-map, .modal.modal-dialog-fit.force-fullscreen .modal-footer {
    position: absolute;
    bottom: 0;
}

.modal.modal-dialog-fit.force-fullscreen .modal-header , .modal.modal-dialog-fit.force-fullscreen .modal-header-map {
    top: 0px;
}

.modal-header {
    position: absolute;
    width: 90%;
    margin: 70px 5%;
    background: rgba(240, 255, 255, 0.85);
    z-index: 99;
}


.modal-header-map{
    position: absolute;
    width: 90%;
    margin: 0px;
    background: rgba(190, 191, 191, 0.4);
    z-index: 99;
    left:50%;
    max-width:500px;
    background: transparent;
    border: 0px;
    padding:0px;
}

/* The styles above for the modal-body, footer, etc aren't being applied so I tried the ones below and they work */
.modal-body {
    height: 100%;
    padding-bottom: 120px;
}

.modal-footer {
    /*width: 100%;*/
    position: absolute;
    bottom: 0;
    background-color: #FFF;
    margin: 80px 5%;
    width: 90%;
}

@media only screen and (max-width : 480px) {
    .header .logo {
        /* float: none; */ margin: 10px;
    }

    .blog-details-author .blog-details-author-thumb {
        float: none;
        margin: 0px;
        display: inline-block;
    }
}

@media (max-width: 768px) {
    .header .logo {
        float: left;
        /* margin-right: 50px; */
    }
}

.content-wrapper {
    position: relative;
    z-index: 2;
    height: 100%;
    /*padding-top: 100px;*/
    background-color: #fff;
    -webkit-margin-bottom-collapse: separate;
}

@media only screen and (max-width : 480px) {
    .pagecontent {
        padding-bottom: 120px;
    }
}

@media only screen and (max-width : 400px) {
    .pagecontent {
        padding-bottom: 150px;
    }
}

.fixwidth {
    width: 90px !important;
}

.fixwidth120 {
    width: 120px !important;
}

.fixwidth150 {
    width: 150px !important;
}

.listviewcontent, .listviewcontent>li{
    padding-inline-start: 0px;
}
.ctListingItem
{
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ctListingWrapper.listView {
	list-style-type: none;
	min-width: 20%;
	text-align: center;
}

.ctListingWrapper.listView {
	border-bottom: 1px solid #e9ebee;
	display: inline-flex;
	margin: 20px;
}

.ctListingWrapper {
    position: relative;
}

.ctListingWrapper.listView
.ctListingItem,
.ctListingBody {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.listviewmulti {
	/* display: -webkit-inline-box; */
	width: 100%;
	max-width: 320px;
	position: relative;
	overflow: hidden;
    /* width: 40%; */
	display: inline-flex;
	padding: 10px;
	/* overflow: auto; */
	border-bottom: 1px solid #ccc;
}

.ulcontainer
{
	list-style-type: none;
    max-width: 100%;
    display: flow-root;
    max-height: 300px;
    overflow: auto;
}
.ctStickyAdsListing .ctAdListingWrapper.listView {
    border-bottom: 1px solid #e9ebee;
}

.ctStickyAdsListing .ctAdListingWrapper {
    position: relative;
}

.ctStickyAdsListing .ctAdListingWrapper.listView .ctAdListingItem .ctAdListingBody {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ctStickyAdsListing .ctAdListingWrapper .ctAdListingItem {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.ctStickyAdsListing {
    list-style: none;
    background-color: white;
}

.ctStickyAdsListing .ctAdListingWrapper.listView .ctAdListingItem .ctAdListingBody .ctAdListingTitle {
    font-family: Verdana,Arial,sans-serif;
    max-width: -webkit-calc(100% - 15px);
    max-width: calc(100% - 15px);
    min-height: 30px;
    margin-bottom: 5px;
}

.ctStickyAdsListing .ctAdListingWrapper .ctAdListingItem .ctAdListingBody .ctAdListingTitle {
    color: #000;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.ctStickyAdsListing .ctAdListingWrapper.listView .ctAdListingItem .ctAdListingBody .ctAdListingUpperBody .ctAdListingPrice, .ctStickyAdsListing .ctAdListingWrapper.listView .ctAdListingItem .ctAdListingBody .ctAdListingUpperBodyNoPadding .ctAdListingPrice, .ctStickyAdsListing .ctAdListingWrapper.listView .ctAdListingItem .ctAdListingBody .ctAdListingUpperBody .ctAdListingNoPrice, .ctStickyAdsListing .ctAdListingWrapper.listView .ctAdListingItem .ctAdListingBody .ctAdListingUpperBodyNoPadding .ctAdListingNoPrice {
    color: #d0021b;
    font-size: 13px;
    font-weight: 600;
    height: 20px;
    line-height: 15px;
    display: inline-block;
}

.item-template {
    max-width: 100%;
    white-space: nowrap;
}
.template-content {
    width: 100%;
    max-width: 500px;
    display: inline-block;
    max-height: 200px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    border-width: 1px;
    border-color: #3A3A3A;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #0000005e;
    border-radius: 4px;
}

.form-part>input[type=checkbox] {
    min-width: auto;
    height: auto;
}

@media only screen and (min-width: 768px) {
    .ctStickyAdsListing .ctAdListingWrapper.listView .ctAdListingItem .ctAdListingBody .ctAdListingTitle {
        font-size: 14px;
        line-height: 15px;
        max-height: 35px;
    }
}

@media only screen and (max-width: 400px) {
    .ctListingWrapper.listView, .listView {
        margin: 2px;
    }
}

@media only screen and (max-width: 768px) {
    .nav>li {
        display: contents;
    }
}

.requiredfield {
    content:"*";
    color:red;
}


* {
    -webkit-overflow-scrolling: touch;
}

ul {
    -webkit-padding-start: 5px;
    padding-left: 5px;
}

#mailgroup label {
    display: inline-block;
    width: 125px;
  }
.spinner {
    position: fixed;
    top: 60%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 100px; /* width of the spinner gif */
    height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}
table.table-style-three .checkbox-table {
    margin-top: 0 ;
    margin-bottom: 0;
}
.panel-search-custom {
    margin: 10px;
}
.mt-2 {
    margin-top: 10px;
}
.mt-3 {
    margin-top: 15px;
}
.mt-4 {
    margin-top: 25px;
}
.mt-5 {
    margin-top: 40px;
}
.panel-search-cond .control-label {
    font-weight: normal;
}
.point-detail {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 20px;
}
.table-point-detail {

}
.table-point-detail tr{
    background-color: #c3c3c3;
}

.table tr td {
    vertical-align: middle !important;
}
.total-point {
    font-size: 18px;
    color: #d43f3a;
}
.status-point.have::before {
    content: "";
    background: green;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
}

.status-point.not::before {
    content: "x";
    color: black;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
}

.error {
    color: #a94442;
    font-size: 14px;
}

.point-detail-header {
    position: relative;
}

.point-detail-user {
    position: absolute;
    right: 50px;
    top: 40%;
    font-size: 18px;
}