/*
 * Skin: Black
 * -----------
 */
/* skin-black navbar */


@font-face {
	font-family: 'PragmaticaCondC';
	src: url('/images/font/PragmaticaCondC.eot');
	src: url('/images/font/PragmaticaCondC.eot?#iefix') format('embedded-opentype'),
		url('/images/font/PragmaticaCondC.woff2') format('woff2'),
		url('/images/font/PragmaticaCondC.woff') format('woff'),
		url('/images/font/PragmaticaCondC.ttf') format('truetype'),
		url('/images/font/PragmaticaCondC.svg#PragmaticaCondC') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Pragmatica Condensed';
	src: url('/images/font/PragmaticaCondensed.eot');
	src: local('Pragmatica Condensed'), local('PragmaticaCondensed'),
		url('/images/font/PragmaticaCondensed.eot?#iefix') format('embedded-opentype'),
		url('/images/font/PragmaticaCondensed.woff') format('woff'),
		url('/images/font/PragmaticaCondensed.ttf') format('truetype'),
		url('/images/font/PragmaticaCondensed.svg#PragmaticaCondensed') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Pragmatica Condensed';
	src: url('/images/font/PragmaticaCondensed-Oblique.eot');
	src: local('Pragmatica Condensed Oblique'), local('PragmaticaCondensed-Oblique'),
		url('/images/font/PragmaticaCondensed-Oblique.eot?#iefix') format('embedded-opentype'),
		url('/images/font/PragmaticaCondensed-Oblique.woff') format('woff'),
		url('/images/font/PragmaticaCondensed-Oblique.ttf') format('truetype'),
		url('/images/font/PragmaticaCondensed-Oblique.svg#PragmaticaCondensed-Oblique') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'PTRoubleSans';
	src: url('/images/font/PTRoubleSans.eot');
	src: url('/images/font/PTRoubleSans.eot?#iefix') format('embedded-opentype'),
		url('/images/font/PTRoubleSans.woff2') format('woff2'),
		url('/images/font/PTRoubleSans.woff') format('woff'),
		url('/images/font/PTRoubleSans.ttf') format('truetype'),
		url('/images/font/PTRoubleSans.svg#PTRoubleSans') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'pf_din_text_cond_pro';
    src: url('/acp/img/font/font-webfont-regular.eot');
    src: url('/acp/img/font/font-webfont-regular.eot?#iefix') format('embedded-opentype'),
         url('/acp/img/font/font-webfont-regular.woff') format('woff'),
         url('/acp/img/font/font-webfont-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pf_din_text_cond_pro';
    src: url('/acp/img/font/font-webfont-bold.eot');
    src: url('/acp/img/font/font-webfont-bold.eot?#iefix') format('embedded-opentype'),
         url('/acp/img/font/font-webfont-bold.woff') format('woff'),
         url('/acp/img/font/font-webfont-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}

@font-face {
	font-family: 'regular';
	src: url('/acp/img/font/MullerBold.eot');
	src: url('/acp/img/font/MullerBold.eot?#iefix') format('embedded-opentype'),
		url('/acp/img/font/MullerBold.woff') format('woff'),
		url('/acp/img/font/MullerBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'regular';
	src: url('/acp/img/font/MullerBlack.eot');
	src: url('/acp/img/font/MullerBlack.eot?#iefix') format('embedded-opentype'),
		url('/acp/img/font/MullerBlack.woff') format('woff'),
		url('/acp/img/font/MullerBlack.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'regular';
	src: url('/acp/img/font/MullerRegular.eot');
	src: url('/acp/img/font/MullerRegular.eot?#iefix') format('embedded-opentype'),
		url('/acp/img/font/MullerRegular.woff') format('woff'),
		url('/acp/img/font/MullerRegular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
	color: black !important;
}

.sidebar{
	position: relative;
}

.sidebar-collapse .copyright_logo{
	display: none;
}

.copyright_logo{
	position: absolute;
	bottom:0px;
	left:0px;
	right:0px;
	padding:10px;
	text-align: center;
}

.copyright_logo .logo{
	font:22px 'regular', 'Arial Narrow', Arial;
	color: #b1b1b1;
    font-weight: normal;
	letter-spacing : -1px;
	line-height: 25px;
	text-decoration: none;
}

.copyright_logo .logo2{
	font:22px 'regular', 'Arial Narrow', Arial;
	color: #b1b1b1;
    font-weight: 900;
	letter-spacing : -1px;
	line-height: 25px;
	text-decoration: none;
}


.fr-wrapper>div:first-child
{
  display:none !important;
}

.fr-counter{
	display: none;
}

.fr-toolbar{
	border-top:0px !important;
}

.btn.btn-flat{
	transform-style: preserve-3d;
	transition: all 0.2s ease;
	border-radius: 3px;
	font-family: Helvetica;
}

.btn[class*='bg-']:hover{
	transform-style: preserve-3d;
	transition: all 0.2s ease;

	transform: scale(1.05);

	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

a:focus, button:focus, input:focus{
	outline: none !important;
}

a.page-gallery-del {
    border: 1px solid #c70000;
    border-radius: 3px;
    padding: 1px 5px;
    color: #a50000;
    font-size: 11px;
    margin-left: 10px;
}

a.gallery-to-editor {
    border: 1px solid grey;
    border-radius: 3px;
    padding: 1px 5px;
    color: black;
    font-size: 11px;
    margin-left: 10px;
}

a.page-gallery-add{
    border: 1px solid grey;
    /* border-radius: 3px; */
    padding: 8px 10px;
    color: black;
    font-size: 14px;
    margin-left: 0px;
}

.mini-add{
    border: 1px solid grey;
    /* border-radius: 3px; */
    padding: 8px 10px;
    color: black;
    font-size: 14px;
    margin-left: 0px;
}

.page-gallery-title {
    padding: 10px 0px;
	font-size: 15px;
}

tr.exist{
	background: rgba(61, 153, 112, 0.13);
}


input.mini{
	width:200px
}

body{
	font-family: Helvetica,Arial,sans-serif;
}

select[data-noselect2] {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 0px;
	height: 32px;
	padding-left: 7px;
	color: black;
}

.main-header .logo{
	margin-left:0px;
}

.sidebar-collapse .main-header .logo{
	margin-left:0px;
}

@media (min-width: 768px) {
	.sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
		background-size: 49px;
		height: 39px;
		display: none;
	}
}

.nav-title {
    padding-left: 15px;
}

.navbar-custom-menu>.navbar-nav>li{
	line-height: 60px;
	vertical-align: middle;
}


.navbar-custom-menu>.navbar-nav>li A{
	display: inline-block;
}

.login-logo {
	height: 60px;
	margin-bottom:10px;
	overflow: hidden;
}

.login-logo .logo-rcm{
	width:40%;
}

.login-logo .logo-rcm:hover{
	width:40% !important;
}

.login-logo .title {
    font-family: 'pf_din_text_cond_pro', Helvetica;
    font-weight: 200;
    font-size: 13pt !important;
    line-height: 52pt;
}



.btn-group-vertical>.btn:hover, .btn-group>.btn:hover{
	background-color:#E4E3E3;
}

.sidebar-mini.sidebar-collapse .sidebar-menu li.header{
	display: block !important;
}

.navbar-nav .go-to-site{
	display: inline-block;
	margin-right:10px;
}

.table tr td .title{
	font-size: 11pt;
	color: #333;
	font-weight: bold;
}

.page-title{
	display: inline-block;
}

.page-icons {
    display: inline-block;
    padding-left: 20px;
    line-height: 40px;
    vertical-align: text-bottom;
}

.butpanel{
	display: block;
	min-height:50px;
	z-index: 9000;
  position: relative;
}

.skin-black-light .content-wrapper{
	  box-shadow: -5px 0px 30px -15px grey;
  z-index: 900;
  position: relative;
}

.butpanel > div{
    margin-top: 20px;
    position: fixed;
    bottom: 0px;
    left: 200px;
    right: 0px;
    background: white;
    box-sizing: border-box;
    padding: 10px 15px;
    box-shadow: 10px 0px 20px -3px #888;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

body.sidebar-collapse .butpanel > div{
	left:50px;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

@media (max-width: 768px) {
	.butpanel > div{
		left:0px;
	}
}

.form_table{

}
.form_table tr td{
	padding-bottom:5px;
}


.fotos_list{
        		padding:0;
        		margin:0;
        	}
.fotos_list li{
	position: relative;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	width:100px;
	height:100px;
	list-style-type: none;
}
.fotos_list li .ctrl{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #E5E5E5;
	padding: 0px 2px 2px 0px;
	height: 100%;
	width: 16px
}


.ui-state-highlight{
	background:#FFA500;
}


.obj_fotos{
	margin-bottom: 0px;
}

.obj_fotos:after,.fotos_list:after{
	content: '';
	display: block;
	clear: left;
}
.fotos_list{
	padding:0;
	margin:0;
}
.fotos_list li{
	position: relative;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	width:100px;
	height:100px;
	overflow: hidden;
	list-style-type: none;
}
.fotos_list li .ctrl{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #E5E5E5;
	padding: 0px 2px 2px 0px;
	height: 100%;
	width: 16px
}

.uploadify{
	display: none;
}

.nonactv *{
	opacity: 0.6;
}
.pr50{
	width:50%;
}
.pr100{
	width:98%;
}

.pr95{
	width:95%;
}

.label{
	font-size: 95%;
}

form dfn{
    font-style: normal;
    display: block;
    margin-bottom: 5px;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 13px;
    /* border-bottom: 3px solid #9c9c9c; */
    font-weight: normal;
    color: #000;
    font-family: Helvetica,Arial,sans-serif;
}



.bold{
	font-weight: bold;
}

.btn-group-vertical>.btn, .btn-group>.btn {
	background-color:#F0F0F0;
	border:0px;
	border-left:1px solid white;
	border-right:1px solid white;
}

.btn-group, .btn-group-vertical{
	margin-left:-1px;
}

.box-body{
	padding:6px;
	padding-left:12px;
}

.logo-rcm{
    width: 100%;
    height: 50px;
	margin-top:2px;
}
.logo-rcm:hover{
    width: 100%;
    height: 50px;
}

.logo-rcm i{
	    line-height: 20px;
    font-size: 18px;
	display: inline-block;
	text-decoration: none;
	font-style: normal;
	font-family: "pf_din_text_cond_pro", Helvetica;
	white-space: nowrap;
}

.logo-rcm i s{
  background: #fff;
  color: #555;
  font-style: normal;
  padding: 1px 5px;
  border-radius: 4px;
  display: inline-block;
  font-style: normal;
  text-decoration: none;
  font-family: "pf_din_text_cond_pro", Helvetica;
	  margin-right: 4px;
}

.logo-rcm > span{
	line-height: 20px;
    font-size: 15px;
}

input[type=text],
input[type=number] {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0px;
    height: 32px;
    padding-left: 7px;
	color:black;
}


textarea{
	background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0px;
    padding-left: 7px;
	color:black;
	padding-top:5px;
}

.select2-container .select2-selection--single{
	height:32px !important;
	color:black !important;
}
.select2-container .select2-selection--single *{
		color:black !important;

}


.itbl{
	border:0px;
	border-collapse: collapse;
}


.breadcrumb_ph{
	height:40px;
	font-family: Helvetica;
	color: #444;
}
.breadcrumb_ph *{
		color: #333;
}

.breadcrumb_ph li{
	padding-left:20px;
	padding-right:10px;
}

.breadcrumb_ph li:first-child{
	padding-left:0px;
}

.breadcrumb_ph li:first-child .comm{
	padding-left:0px;
}

.breadcrumb_ph li .comm{
	padding-left:0px;
	font-size: 11px;
	line-height: 10px;
	color: #888;
}

.breadcrumb_ph A{
    border-bottom: 1px solid silver;
    line-height: 12px;
    display: inline-block;
}
.breadcrumb_ph A:hover{
    border-bottom: 1px solid transparent;
    line-height: 12px;
    display: inline-block;
	color:grey;
}
.breadcrumb{
	left:20px;
	right:auto;
	float:none !important;
}

.breadcrumb>li+li:before{
  content: " ";
  position: absolute;
  border-top: 1px solid white;
  border-right: 1px solid white;
  transform: rotate(45deg);
  height: 30px;
  width: 30px;
  margin-left: -45px;
  margin-top: 2px;
}

.nonactive{
	opacity:0.5;
}

.main-header .sidebar-toggle {
    padding: 20px 15px;
}

.project-title{
	padding-right:20px;
	font-size:20px;
}
.content {
    font-size: 12px;
	position: relative;
}

.nav{
	font-family: "pf_din_text_cond_pro", Helvetica;
}

.btn-group{
	font-family:  Helvetica;
}

.postitlebg{
	background-color: #bbbbbb !important;
	color: white;
	padding:6px;
}

.nav-title{
	font-family: "pf_din_text_cond_pro", Helvetica;
}

.nav-title .back-button {
    color: #555;
    font-size: 20px;
    float: left;
    line-height: 58px;
    width: 36px;
}
.nav-title .back-button i{
  border-radius: 4px;
  line-height: 26px;
  padding-right: 1px;
  text-align: center;
	background: #EFEFEF;
  width: 28px;
  height: 26px;
}

.nav .user{
	font-size:20px;
	margin-right:20px;
}

.sidebar-menu{
	padding-top:0px;
	font-family: Helvetica;
	font-size: 13px;

}

.skin-black-light .left-side{
	z-index: -1;
}

.skin-black-light .content-wrapper {

	box-shadow: -5px 0px 30px -11px darkgrey;
}

.skin-black-light .sidebar-menu > li > a > i{
  font-size: 13px;
  background: white;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  border-radius: 4px;
  color: black;
}

.skin-black-light .sidebar-menu > li > a > span{
	vertical-align: middle;
}
.main-sidebar, .left-side{
	padding-top: 60px;
}

.content-wrapper, .right-side{
	background: white;
}

.main-sidebar .slimScrollDiv{
	    border-top: 1px solid #e4e3e3;
}

span.logo-lg {
    text-align: left;
}

.sidebar-menu>li>a {
    padding: 6px 5px 6px 10px;
    display: block;
}

.sidebar-menu .treeview-menu>li>a {
    padding: 5px 5px 5px 10px;
    display: block;
    font-size: 14px;
}

.skin-black-light .main-header {

}

.table-hover>tbody>tr:hover > td .itbl *{
	border-color:white;
}

.table-hover>tbody>tr:hover:first-child > th{
	background-color: white !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 {
    border-top: 1px solid #bbbbbb;
	vertical-align: middle;
}

.table>thead>tr:first-child>th, .table>tbody>tr:first-child>th, .table>tfoot>tr:first-child>th {
    border-top: 1px solid transparent;
	vertical-align: middle;
}

.table>thead>tr:last-child>td, .table>tbody>tr:last-child>td, .table>tfoot>tr:last-child>td {
    border-bottom: 1px solid #bbbbbb;
	vertical-align: middle;
}

.btn small.badge.bg-aqua {
  background-color: transparent !important;
  color: #000 !important;
  border-radius: 0px;
  padding: 0px !important;
  vertical-align: inherit ;
  display: inline-block;
  top: -1px;
	font-size: 15px;
}

.btn.bg-olive small.badge.bg-aqua {
    color: #fff !important;
    border-radius: 4px;
    line-height: 10px;
    padding-top: 6px;
}

.content-header>h1>small{
	vertical-align: top;
    line-height: 28px;
}

.nav-title{
	text-align: left;
	width: 40%;
	display: inline-block;
}

.nav-title h1{
    font-size: 24px;
    line-height: 15px;
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
}

.nav-title h1>small{
    font-size: 14px;
    line-height: 12px;
    text-transform: lowercase;
}

.box *{
	color: #555;
}

.fixed .content-wrapper, .fixed .right-side {
    padding-top: 60px;
}

@media (max-width: 767px) {
	.fixed .content-wrapper, .fixed .right-side {
		padding-top: 60px;
	}
}


.sidebar-menu>li>a>.fa, .sidebar-menu>li>a>.glyphicon, .sidebar-menu>li>a>.ion {
    width: 20px;
    text-align: center;
}

.skin-black-light .main-header .navbar-toggle {
  color: #333;
}
.skin-black-light .main-header .navbar-brand {
  color: #333;
  border-right: 1px solid #eee;
}
.skin-black-light .main-header .navbar {
  background-color: #ffffff;
	border-bottom: 1px solid #F0F0F0;
}
.skin-black-light .main-header .navbar .nav > li > a {
  color: #333333;
}
.skin-black-light .main-header .navbar .nav > li > a:hover,
.skin-black-light .main-header .navbar .nav > li > a:active,
.skin-black-light .main-header .navbar .nav > li > a:focus,
.skin-black-light .main-header .navbar .nav .open > a,
.skin-black-light .main-header .navbar .nav .open > a:hover,
.skin-black-light .main-header .navbar .nav .open > a:focus,
.skin-black-light .main-header .navbar .nav > .active > a {
  background: #ffffff;
  color: #999999;
}
.skin-black-light .main-header .navbar .sidebar-toggle {
  color: #333333;
}
.skin-black-light .main-header .navbar .sidebar-toggle:hover {
  color: #999999;
  background: #ffffff;
}
.skin-black-light .main-header .navbar > .sidebar-toggle {
  color: #333;
  border-right: 0px solid #eee;
	margin-left:-47px;
	background: transparent !important;
}

@media (max-width: 767px) {
.skin-black-light .main-header .navbar > .sidebar-toggle {
	margin-left:0px;
}
}

.skin-black-light .main-header .navbar .navbar-nav > li > a {
  border-right: 1px solid #eee;
}
.skin-black-light .main-header .navbar .navbar-custom-menu .navbar-nav > li > a,
.skin-black-light .main-header .navbar .navbar-right > li > a {
  border-left: 1px solid #eee;
  border-right-width: 0;
}
.skin-black-light .main-header > .logo {
  background-color: #d6d6d6;
  color: #333333;
    border-bottom: 3px solid #3D9972;
	height:60px;
}
.skin-black-light .main-header > .logo:hover {
}
@media (max-width: 767px) {
  .skin-black-light .main-header > .logo {
    background-color: #f0f0f0;
    color: #ffffff;
    border-bottom: 0 solid transparent;
    border-right: none;
  }
  .skin-black-light .main-header > .logo:hover {
  }

  span.logo-lg{
	  text-align: center;
  }
}
.skin-black-light .main-header li.user-header {
  background-color: #f0f0f0;
}
.skin-black-light .content-header {
  background: transparent;
  box-shadow: none;
}
.skin-black-light .wrapper,
.skin-black-light .main-sidebar,
.skin-black-light .left-side {
  background-color: #F0F0F0;
}
.skin-black-light .content-wrapper,
.skin-black-light .main-footer {
  border-left: 0px solid #d2d6de;
}
.skin-black-light .user-panel > .info,
.skin-black-light .user-panel > .info > a {
  color: #444444;
}
.skin-black-light .sidebar-menu > li {
  -webkit-transition: border-left-color 0.3s ease;
  -o-transition: border-left-color 0.3s ease;
  transition: border-left-color 0.3s ease;
}
.skin-black-light .sidebar-menu > li.header {
    color: #848484;
    height: 1px;
    background: #E4E3E3;
    display: block;
    padding: 0px;
	margin:0 auto;
	margin-top:5px;
	width:90%;

    margin-bottom: 5px;
}
.skin-black-light .sidebar-menu > li > a {
  border-left: 3px solid transparent;
  font-weight: normal;
}
.skin-black-light .sidebar-menu > li:hover > a,
.skin-black-light .sidebar-menu > li.active > a {
  color: #fff;
  background: #499A6F;
	font-weight: normal;
}
.skin-black-light .sidebar-menu > li.active {
  border-left-color: #ffffff;
}
.skin-black-light .sidebar-menu > li.active > a {
}
.skin-black-light .sidebar-menu > li > .treeview-menu {
  background: #fff;
}
.skin-black-light .sidebar a {
  color: #444444;
}
.skin-black-light .sidebar a:hover {
  text-decoration: none;
}
.skin-black-light .treeview-menu > li > a {
  color: #777777;
}
.skin-black-light .treeview-menu > li.active > a,
.skin-black-light .treeview-menu > li > a:hover {
  color: #000000;
}
.skin-black-light .treeview-menu > li.active > a {
  font-weight: normal;
}
.skin-black-light .sidebar-form {
  border-radius: 3px;
  border: 0px solid #d2d6de;
  margin: 10px 10px;
}
.skin-black-light .sidebar-form input[type="text"],
.skin-black-light .sidebar-form .btn {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid transparent;
  height: 35px;
}
.skin-black-light .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.skin-black-light .sidebar-form input[type="text"]:focus,
.skin-black-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-black-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-black-light .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
@media (min-width: 768px) {
  .skin-black-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    border-left: 0px solid #d2d6de;
  }
}


.itbl TR TD{
	padding:6px;
	border: 1px solid #EFEFEF;
}

.itbl TR TD:first-child{
	border-left: 0px solid transparent;
}

.itbl TR:first-child TD{
	border-left: 0px solid transparent;
}

.itbl TR TD:last-child{
	border-right: 0px solid transparent;
}

.itbl TR:first-child TD{
	border-top: 0px solid transparent;
}

.itbl TR:last-child TD{
	border-bottom: 0px solid transparent;
}

.fields-row{
	position: relative;
	margin-bottom: 10px;
	margin-left: -10px;
}
.fields-row input{
	width: 300px;
	margin-left: 10px;
}
.fields-row a{
	position: absolute;
	right:0;
	font-size: 20px;
}

.page-gallery{
    position: relative;
    border: 1px solid #F0F0F0;
    margin-bottom: 10px;
    padding: 10px;
}

.login-box-body, .register-box-body{
	  box-shadow: 0px 10px 30px -15px grey;
	border-radius: 5px;
}

.page-list td{
}

.page-list tr.has_subs td{
	border-bottom:0px !important;
}

.page-list tr.subs_ph td{
	border-top:0px !important;
	padding-top:0px;
}

.page-list tr.subs_ph:hover{
	background: transparent !important;
}

.page-list tr.has_subs:hover + tr.subs_ph{
	background: #f5f5f5;
}


.page-list A{
	color:black !important;
	font-size: 14px;
}

.page-list td .subs{

  padding: 10px;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  background: white;
	position: relative;
}

.page-list td .subs:before{
  content: " ";
  width: 10px;
  height: 10px;
  border-top: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  background: white;
  position: absolute;
  top: -6px;
  left: 50px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.page-list td .subs div{

}

.page-list td .subs div A{
	color:gray;
	font-size:13px;
	text-decoration: none;
	border-bottom:1px solid #EFEFEF;
	line-height: 20px;
}

.page-list td .subs div A:hover{
	border-color:transparent;
}

.white-popup{
	background: #fff;
	margin: 0 auto;
	padding: 25px;
	min-width: 600px;

}

.mfp-close-btn-in .mfp-close{
	color: white !important;
	right: -45px !important;
}

#yamap_pholder{
	width: 100%;
	height: 70vh;
}

#coord_data button{
	position: absolute;
	right:10px;
	bottom: 10px;
}

#coord_data{
	padding: 10px;
	height:55px;
}

.filters{
	display: flex;
	border-bottom: 1px solid silver;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.filters > div{
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid silver;
	display: block;
}


.filters > div label{
	font-size: 11px;
	display: block;
}
