body {
  margin: 0;
  padding: 0;
  font-family: "museo";
font-style: normal;
font-weight: 500;
  font-size: 12px;
  background: #eee;
  color: #333;
}

select {-webkit-appearance: none; border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 7px 12px;
    height: 38px;
    max-width: 100%; width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; font-family: "museo"; background: transparent;}

a {color:#19b698}

body.texture {
  background: #404041;
}

.dashlinks a {
    padding: 50px;
    width: 92%;
    display: block;
    color: #fff;
    font-family: "museo";
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    border-radius: 3px;
}

.dashlinks a:hover {
    opacity: 0.8;
}

.dashlinks.yellow a {
    background: #ffba3a;
}
.dashlinks.blue a {
    background: #00a9f6;
}
.dashlinks.purple a {
    background: #b579e9;
}

.dashlinks a span {
    color: #2d2d2d;
}

.gre {
    background: #31dc35;
}
.yel {
    background: #ffba3a;
}
.blu {
    background: #00a9f6;
}
.pur {
    background: #b579e9;
}
.bla {
    background: #2d2d2d;
}
.bro {
    background: #823131;
}

.blue_stat {
    background: #8db3c4;
}

.gray {
    background: #516168;
}

.purple_stat {
    background: #573b70;
}









.block-flat.form-div-content.dashboard {
    margin: 20px 40px 20px 0;
}
.block-flat.form-div-content.dashboard .header {
    margin: 0px;
    padding: 0px;
    background: none;
}

.block-flat.form-div-content.dashboard .header h2 {
    color: #2d2d2d;
    font-family: "museo";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    border-radius: 3px;
}

.search-wrapper {
    padding: 20px;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
    margin: 0 0px 20px 0;
    position: relative;
}


.search-page {padding: 20px;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
    margin: 0 0px 20px 0;
    position: relative; width: 97.8%}

.contact-card-details {padding: 20px; overflow:hidden;}
.contact-card {background-color: rgba(248,246,242,0.75);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    bottom: 0;
    position: relative;
    transition: background-color .05s;
    width: 100%; border-bottom: 1px solid #dbdbdb; padding:10px 20px;}
	
	.form-group article {position: relative; border-radius: 4px;
    border-top: 1px solid #dbdbdb; border-left: 1px solid #dbdbdb; border-right: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb; overflow:hidden; margin:0 10px; min-height:25vh}
	
	.form-group h2 {
     font-family: "museo"; font-style: normal; font-weight: 500;
    text-transform: uppercase; border-bottom:2px solid #333; padding:7px 0; margin-bottom:20px;}

    .form-group small {display:block; font-style: italic; color: #777; padding: 6px 0 0 0}

.wrapper {display:table; width:100%;}

#login-background {background:url('/img/bg-img.jpg'); height:100%; width:100%; display:table; position:absolute; opacity:0; display: block;}
.login-container .block-flat {top:-50px;}

.vert-nav .cl-vnavigation li {
  float:left; display:inline-block; list-style:none; width:auto
}
.vert-nav .cl-vnavigation li a {
  padding:27px 25px 26px;
}

.file-size {display: inline-block; color:#737c8c; margin-left:30px;}

.search input, .search-wrapper input, .search-page input {
  border:none;
  background:none;
  outline:none;
  width:100%;
  font-family: "museo";
font-style: normal;
font-weight: 500;
  font-size:20px; text-align:center;
}

/*Login*/
#cl-wrapper.login-container,
#cl-wrapper.error-container {
  margin: 0;
}
.login-container .middle-login {
  width: 430px;
  left: 50%;
  top: 50%;
  position: absolute;
  /*margin-top: -170px;
  margin-left: -215px;*/
  transform:translate(-50%, -50%);
  -ms-transform:translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
}
.login-container .fa-users {
  font-size:45px;
  color:#888
}
.login-container .block-flat .content h4 {
  color:#888; margin:0 0 30px 0; display:block; text-align:center
}
.login-container .block-flat {
  padding: 0;
  border: 0;
  overflow: hidden;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  
  margin-bottom: 20px;
  background:#fff;
}
.login-container .block-flat .header {
  padding: 15px 20px 10px 20px;
  background: #333;
  
  
}
.login-container .block-flat .header h3 {
  line-height: 35px;
  margin: 0;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  min-height: 40px;
 font-family: "museo"; font-style: normal; font-weight: 500;
text-transform:uppercase;
text-align: center;
}
.block-flat .header.winners h3 {
	margin-top:20px !important;
}
.block-flat .header p {
  line-height: 20px;
  margin: 0px 0px 20px;
  position: relative;
	font-size:15px;
}
.block-flat .header.winners p strong {
	color:#F5954C;
}
.block-flat .header p a {
	color:inherit;
	text-decoration:underline;
}
.login-container .header .logo-img {
  left: 50%;
  margin-left: -63px;
  margin-top: -13px;
  position: absolute;
  top: 50%;
}
.login-container .block-flat .content {
  padding: 30px;
  padding-bottom: 5px;
}
.login-container .block-flat .content .form-control {
  padding: 10px 8px;
  height: auto;
}
.login-container .block-flat .content .form-group {
  margin-bottom: 10px;
}
.login-container .block-flat .content .title {
  margin-top: 0;
  margin-bottom: 20px;
}
.login-container .block-flat .foot {
  text-align: right;
  padding: 0 30px 15px;
}
.login-container .block-flat .foot .btn {
  min-width: 70px;
}
.login-container .block-flat .input-group-addon {
  background: #FAFAFA;
}
.login-container .out-links {
  padding-right: 20px;
}
.login-container .out-links a {
  color: #666;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.footer-wrapper {background:#333; padding:20px; margin:20px 0 0 0; color:#888; position:absolute; width:100%; bottom:0; display:none}

.info {
  font-size: 11px;
  padding: 10px 0 0 0;
  color: #999;
  font-style: italic
}
.info i { margin-right: 5px; }
a { text-decoration: none; }
#cl-wrapper {
  display: table;
  width: 100%;
  position: absolute;
  height: 100%;
}
.cl-sidebar {
  background: #222;
  width: 15%;
  z-index: 2;
  display: table-cell;
  position: relative;
  vertical-align: top;
}
.main-container {
  display: block;
  overflow: hidden;
  background: url(../img/bg-sidebar.gif) left top repeat-y;
}
.nosidebar { background: none;}
.nosidebar.home {max-width: 100%; margin:0 auto;}
.tree-sidebar {
  position: relative;
  width: 250px;
  display: block;
  z-index: 2;
  float: left;
  background: #fff;
}
.col-right {
  width: 84.33%;
  position: relative;
  display: block;
  float: right;
}
.full-width {
  width: 100%;
  position: relative;
  display: block;
}
.logo {
  font-family: "museo"; font-style: normal; font-weight: 500;
  background-color:#252326;
  background-blend-mode: multiply;
  width: 100%;
  height: 70px;
  margin: 0;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.logo span {
  padding: 20px 25px;
  font-size: 22px; letter-spacing:1px;
  color: #d8d4c0;
  font-family: "museo"; font-style: normal; font-weight: 500;
  text-transform:uppercase;
  display: block;
}

.logo span b {font-size: 16px;  font-family: "museo"; font-weight:400; position:absolute; right:10px; text-align:right; line-height:16px; text-transform:none; color: rgba(255, 255, 255, 0.6); font-weight:400; letter-spacing:0; top:18px;}

.login-user {
  position: absolute;
  right: 20px;
  top: 13px;
  font-weight: 400;
  font-size: 13px;
  color: #3c3a3f;
  padding: 13px 20px;
 background: #d8d4c0;
  display: block;
 border-radius: 35px;  
}
.login-user:hover {
  background: #3c3a3f;
  color: #d8d4c0;
  cursor: pointer
}
.login-user i {
  margin: 0 5px 0 0;
  color: #3c3a3f;
}
.login-user:hover i {
  color: #d8d4c0;
}
.cl-container {
  width: 85%;
  position: relative;
  margin-left: 15%;
  height: 100%;
  display: table-cell;
  vertical-align: top;
}
.cl-container .header-container {
  background: #252326;
  display: block;
  border-bottom: 1px solid #333;
  height: 70px;
  position: relative
}
.right-icns {
  display: block;
  position: absolute;
  left: 30px;
  height: 50px;
}
.right-icns ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.right-icns ul li {
  display: block;
  float: left;
}
.right-icns ul li a {
  color: #727172;
  font-size: 18px;
  display: block;
  padding: 22px 17px;
}
.right-icns ul li a:hover { color: #fff; }
.cl-vnavigation {
  margin: 0 0 0 0;
  padding: 0;
}
.cl-vnavigation ul {
  margin: 0;
  padding: 0
}
.cl-vnavigation li a {
  display: block;
  padding: 14px 25px;
  color: #d8d4c0;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  -webkit-transition: color 250ms ease;
  -moz-transition: color 250ms ease;
  transition: color 250ms ease;
}
.cl-vnavigation .parent > a:before {
  display: inline-block;
  content: "\f105";
  font-family: 'FontAwesome';
  float: right;
  -webkit-transition: rotate 250ms ease;
  -moz-transition: rotate 250ms ease;
  -o-transition: rotate 250ms ease;
  transition: transform 250ms ease;
  padding-left:15px;
}
.cl-vnavigation li a:hover { color: #ffffff; }
.parent .sub-menu { padding: 0px 0; position:absolute; z-index:999; width:auto;}
.sub-menu li a { border: 0; }
.vert-nav .sub-menu li {float:none; width:100%;}
.sub-menu li a:hover { background-color: rgba(0, 0, 0, 0.1); }
.cl-vnavigation li a:hover { background-color: #181818; }
.sub-menu li a { border: 0; }
.sub-menu li a:hover { background-color: rgba(0, 0, 0, 0.1); }
.cl-vnavigation li a:hover { background-color: #181818; }
.cl-vnavigation li a i {
  text-align: center;
  width: 20px;
  font-size: 14px;
  margin-right: 7px;
}
.cl-vnavigation li a span { display: inline-block; }
.cl-vnavigation li ul {
  background-color: #363636;
  display: none;
  margin: 0;
  padding: 0;
  padding-top: 4px;
}
.cl-vnavigation li ul li a {
  padding: 10px 25px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
.cl-vnavigation li ul li a:hover { background: #2e2d2d; }
.breadcrumb {
  padding: 0px;
  margin-bottom: 40px;
  list-style: none;
  display: block;
  overflow: hidden;
}
.breadcrumb ul {
  margin: 0;
  padding: 0
}
.breadcrumb li { display: inline-block; }
.breadcrumb li a {
  color: #5d5a59;
  text-shadow: 1px 1px 1px #fff
}
.breadcrumb li a:hover { color: #19b698; }
.breadcrumb li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}
.breadcrumb .active { color: #999999; }
.content-container {
  display: block;
  overflow: hidden
}
.grid { padding: 20px 0 0 40px; }
.grid .col-sml {
  width: 50%;
  float: left;
}
.block-flat, .block-wizard {
  padding: 30px;
  background: #FFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #e2e2e2;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
  margin: 0 40px 20px 0;
  position: relative
}

.block-flat-system-alert-message { 
  padding: 1px 20px;
  background: none !important;
  border-radius: 3px;
  margin: 0 40px 0 0;
  position: relative
}

.block .header h2, .widget-block .header h2, .block-flat .header h2 {
  margin: 0;
  font-family: "museo"; font-style: normal; font-weight: 500;
    text-transform:uppercase;
  font-size: 29px;
  line-height: 38px;
}
.block .header h3 {
  margin: 3px 0; font-family: "museo"; font-style: normal; font-weight: 500; text-transform:uppercase;
}

.block-flat .header h4 {
  margin: 3px 0;
  font-family: "museo";
font-style: normal;
font-weight: 700; font-size:18px; text-transform:uppercase
}

/*
.block-flat a {color:#222; text-decoration:underline; font-weight:700}
*/


.widget-block .header h3, .block-flat .header h3 {
  margin-top: 3px;
   font-family: "museo"; font-style: normal; font-weight: 500;
text-transform:uppercase;
  font-size: 24px;
  margin-bottom: 10px;
  border-bottom: 2px solid #fff;
    display: block;
}
.dark-box {
  background-color: #383A41;
  color: #fff;
}
.primary-box {
  background-color: #7761a7;
  color: #fff;
}
.success-box {
  background-color: #19b698;
  color: #fff;
}
.info-box {
  background-color: #4aa3df;
  color: #fff;
}
.warning-box {
  background-color: #f16e3f;
  color: #fff;
}
.danger-box {
  background-color: #ea6153;
  color: #fff;
}
.block .header.dark {
  background-color: #383A41;
  color: #fff;
  border-bottom: 0;
}
.block .header h4 {
  font-weight: 400;
  font-size: 15px;
  margin: 6px 0;
}
.block.block-color { border-radius: 0; }
.block.block-color .header {
  border-radius: 0;
  border: 0;
  background: #23262b;
  color: #fff;
}
.block.block-color.primary .header {
  background: #7761a7;
  color: #fff;
}
.block.block-color.success .header {
  background: #19b698;
  color: #fff;
}
.block.block-color.info .header {
  background: #4aa3df;
  color: #fff;
}
.block.block-color.warning .header {
  background: #f16e3f;
  color: #fff;
}
.block.block-color.danger .header {
  background: #ea6153;
  color: #fff;
}
.block .header, .widget-block .header, .block-flat .header {
  padding: 10px;
  background-color: #FEFEFE;
  
}
.block .header {
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  padding: 10px;
}
.block-flat .header {
  background: transparent;
  padding: 3px 0;
}
.block-flat .header.no-border { border: 0; }
.block-flat .content { padding: 15px 3px 0 3px; }
.block-flat .content p {
  font-weight: 200;
  line-height: 20px;
  font-size: 13px;
}
.block-flat .content.full-width {
  padding: 0;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
}
.block-flat .content h4 {
  margin-top: 20px;
  font-size: 16px;
}
.block-flat.no-padding .content { padding: 0 !important; }
.title { padding: 30px; }
.heading h1 {display: block; margin:0 0 30px 0;  font-family: "museo"; font-style: normal; font-weight: 500; text-transform:uppercase;
font-size: 24px;}
.title h2 {
  font-weight: 700;
  font-size: 14px;
}
.nav-list {
  list-style: none;
  margin: 0;
}
.nav-list > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 200
}
.nav-header { }
.tree > div { /* overflow: auto; */ }
.tree .content { padding: 0 !important; }
.treeview label {
  margin: 0;
  padding: 7px 18px;
  display: block;
  font-size: 13px;
  font-weight: 200
}
.treeview label:hover, .treeview label.open { background: #F9F9F9; }
.treeview li > ul { display: none; }
.treeview li.open > ul { display: block; }
.treeview ul li { border-bottom: 0px solid #E5E5E5; }
.treeview ul li a {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #555;
}
.treeview ul li a:hover { background: #F9F9F9; }
.treeview label i {
  font-size: 14px;
  text-align: center;
  width: 24px;
  color: #19b698;
}
.treeview ul li label { padding-left: 36px; }
.treeview ul li ul li label { padding-left: 54px; }
.treeview ul li ul li ul li label { padding-left: 72px; }
.treeview ul li ul li ul li ul li label { padding-left: 90px; }
.treeview ul li a { padding-left: 36px; }
.treeview ul li ul li a { padding-left: 54px; }
.treeview ul li ul li ul li a { padding-left: 72px; }
.treeview ul li ul li ul li a { padding-left: 90px; }
.treeview .tree-toggler { cursor: pointer; }
/*Forms*/
form { font-size: 13px; }
label {
  font-weight: 600;
  margin-bottom: 7px;
}
.form-group { margin-top: 10px; }
.form-group.fixed-group {}
.form-horizontal.group-border .form-group {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
}
.form-horizontal.group-border .form-group:last-child { border-bottom: 0; }
.form-horizontal.group-border-dashed .form-group {
  margin: 0;
  padding: 20px 0;
  
}
.form-horizontal.group-border-dashed .form-group:last-child { border-bottom: 0; }
.form-control {
  padding: 10px 0;
  text-indent: 15px;
  font-size: 13px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  box-shadow: none; font-family: "museo"; font-style: normal; font-weight: 500;
}

input[type="file"].form-control {text-indent:0; padding-left: 10px;}

.input-group .btn {
  margin: 0 !important;
  margin-left: -1px !important;

  box-shadow: none;
  line-height: 20px;
}


.input-group-btn > .btn + .btn { margin-left: -5px !important; }
.input-group-lg > .input-group-addon {
  line-height: 0.33;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}
.input-group-addon {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 6px 11px;
}
.input-group-addon.primary {
  background-color: #7761a7;
  color: #fff;
}
.form-control:focus {
  border-color: #ccc;
  box-shadow: none;
  background-color: #F4F5F7;
}
select.form-control { padding: 7px; }
textarea.form-control {
  padding: 7px 0;
  min-height: 120px;
}
.input-group { margin-bottom: 15px; }
/*Input Files*/
.fileinput-preview.thumbnail { border: 1px solid #7761a7; }
/*Buttons*/
.btn {
  border:0;
  display: inline-block;
  -webkit-border-radius: 0;
  outline: none;
  margin-bottom: 5px !important;
  margin-left: 3px;
  font-size: 14px;
  padding: 10px 17px; border-radius:25px;
  font-family: "museo";
font-style: normal;
font-weight: 500;
  text-decoration: none; text-transform:uppercase
}
.btn.tiny {
  padding: 3px 11px;
  font-size: 12px;
  font-weight: 200;
  border-radius: 30px;
  display: inline-block;
}
.btn-default, .btn-default:focus {
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  color: #5E5E5E;
  
}
.btn-default i { color: #444; }
.btn-default:active {
  box-shadow: none;
  background: #f5f5f5;
}
.btn-primary, .btn-primary:focus {
  background-color: #37363b;
  border-color: transparent;
  color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-color: #48474c;
  border-color: transparent;
}
.btn-primary:active {
  box-shadow: none;
  background: #0C322A;
}
.btn-success, .btn-success:focus {
  background-color: #19b698;
  border-color: transparent;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background-color: #23c0a2;
  border-color: transparent;
}
.btn-success:active {
  box-shadow: none;
  background: #0fac8e;
}
.btn-info, .btn-info:focus {
  background-color: #4aa3df;
  border-color: transparent;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  background-color: #54ade9;
  border-color: transparent;
}
.btn-info:active {
  box-shadow: none;
  background: #4099d5;
}
.btn-warning, .btn-warning:focus {
  background-color: #f16e3f;
  border-color: transparent;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  background-color: #fb7849;
  border-color: transparent;
}
.btn-warning:active {
  box-shadow: none;
  background: #e76435;
}
.btn-danger, .btn-danger:focus {
  background-color: #ea6153;
  border-color: transparent;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background-color: #f46b5d;
  border-color: transparent;
}
.btn-danger:active {
  box-shadow: none;
  background: #e05749;
}
.btn-prusia, .btn-prusia:focus {
  background-color: #3d566d;
  border-color: transparent;
  color: #fff;
}
.btn-prusia:hover, .btn-prusia:active, .btn-prusia.active, .open .dropdown-toggle.btn-prusia {
  color: #fff;
  background-color: #476077;
  border-color: transparent;
}
.btn-prusia:active {
  box-shadow: none;
  background: #334c63;
}
.btn-dark, .btn-dark:focus {
  background-color: #413d3c;
  border-color: transparent;
  color: #fff;
}
.btn-dark:hover, .btn-dark:active, .btn-dark.active, .open .dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #2d3035;
  border-color: transparent;
}
.btn-dark:active {
  box-shadow: none;
  background: #191c21;
}
.btn-rad {
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
.btn-group.horizontal > .btn { border-color: rgba(0, 0, 0, 0.08); }
.btn i {
  font-size: 14px;
  margin-right: 2px;
  display: inline-block;
  min-width: 10px;
}
.btn-group-vertical { margin: 3px 3px; }
.btn-block { width: 100%; }
.close {
  text-shadow: none;
  font-size: 32px;
  margin-top: -6px;
}
/*Transparent Buttons*/
.btn-trans {
  background-color: #fff;
  border-color: #CCCCCC;
  color: #5E5E5E;
}
.btn-trans.btn-primary {
  background-color: #fff;
  border-color: #7761a7;
  color: #7761a7;
}
.btn-trans.btn-primary:hover {
  background-color: #7761a7;
  color: #fff;
}
.btn-trans.btn-success {
  background-color: #fff;
  border-color: #19b698;
  color: #19b698;
}
.btn-trans.btn-success:hover {
  background-color: #19b698;
  color: #fff;
}
.btn-trans.btn-info {
  background-color: #fff;
  border-color: #4aa3df;
  color: #4aa3df;
}
.btn-trans.btn-info:hover {
  background-color: #4aa3df;
  color: #fff;
}
.btn-trans.btn-warning {
  background-color: #fff;
  border-color: #f16e3f;
  color: #f16e3f;
}
.btn-trans.btn-warning:hover {
  background-color: #f16e3f;
  color: #fff;
}
.btn-trans.btn-danger {
  background-color: #fff;
  border-color: #ea6153;
  color: #ea6153;
}
.btn-trans.btn-danger:hover {
  background-color: #ea6153;
  color: #fff;
}
.btn-trans.btn-prusia {
  background-color: #fff;
  border-color: #3d566d;
  color: #3d566d;
}
.btn-trans.btn-prusia:hover {
  background-color: #3d566d;
  color: #fff;
}
.btn-trans.btn-dark {
  background-color: #fff;
  border-color: #23262b;
  color: #23262b;
}
.btn-trans.btn-dark:hover {
  background-color: #23262b;
  color: #fff;
}
/*Labels*/
.label {
  border-radius: 0;
  -webkit-border-radius: 0;
  font-weight: normal;
  font-size: 12px;
   -webkit-font-smoothing: antialiased;
}
.label-default { background-color: #a1a1a1; }
.label i {
  font-size: 100% !important;
  color: inherit !important;
  width: auto !important;
  min-width: 11px;
}
.label-success { background-color: #19b698; }
.label-primary { background-color: #7761a7; }
.label-warning { background-color: #fed16c; }
.label-danger { background-color: #ea6153; }
.label-info { background-color: #2276e9; }
.label-primary[href]:hover, .label-primary[href]:focus { background-color: #6d579d; }
.label-success[href]:hover, .label-success[href]:focus { background-color: #0fac8e; }
.label-info[href]:hover, .label-info[href]:focus { background-color: #1d54a5; }
.label-warning[href]:hover, .label-warning[href]:focus { background-color: #f4c762; }
.label-danger[href]:hover, .label-danger[href]:focus { background-color: #e05749; }
/*Bagde*/
.badge {
  font-weight: normal;
  font-size: 95%;
  padding: 4px 6px;
  background-color: #a1a1a1;
}
.badge-primary { background-color: #7761a7 !important; }
.badge-success { background-color: #19b698 !important; }
.badge-info { background-color: #4aa3df !important; }
.badge-warning { background-color: #fed16c !important; }
.badge-danger { background-color: #ea6153 !important; }
.label {
  display: inline;
  padding: .3em .6em .3em;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  text-decoration: none;
}
.label[href]:hover, .label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty { display: none; }
.label-default { background-color: #999999; }
.label-default[href]:hover, .label-default[href]:focus { background-color: #808080; }
.label-primary { background-color: #3c3a3f; }
.label-primary[href]:hover, .label-primary[href]:focus { background-color: #3071a9; }
.label-success { background-color: #19b698; }
.label-success[href]:hover, .label-success[href]:focus { background-color: #333; }
.label-info { background-color: #3c3a3f; }
.label-info[href]:hover, .label-info[href]:focus { background-color: #d8d4c0; color: #3c3a3f; }
.label-warning { background-color: #f0ad4e; }
.label-warning[href]:hover, .label-warning[href]:focus { background-color: #ec971f; }
.label-danger { background-color: #d9534f; }
.label-danger[href]:hover, .label-danger[href]:focus { background-color: #c9302c; }
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty { display: none; }
a.badge:hover, a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.buttons-group { display: block; }
.buttons-group.g-right {
  position: absolute;
  right: 40px;
  z-index: 800;
  top: 10px;
}
/*Switch*/
.has-switch {
  border: 0;
  width: 75px;
  min-width: 0;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  margin-right: 5px;
}
.has-switch:last-child { margin-right: 0; }
.has-switch span {
  height: 28px;
  border-radius: 0;
  -webkit-border-radius: 0;
  float: left;
  width: 60px;
  transition: background 0.5s ease-in-out;
}
.has-switch label {
  width: 30px;
  height: 28px;
  border: 3px solid #19b698;
  background: #fff;
  float: left;
  margin: 0 !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.has-switch label:hover { background: #FFF; }
.has-switch span.switch-left {
  background: #19b698;
  border-radius: 0;
  -webkit-border-radius: 0;
  margin-right: -15px;
  text-align: left;
  padding-left: 10px;
}
.has-switch span.switch-left:hover { background: #ec761d; }
.has-switch span.switch-right {
  background: #e3e3e3;
  margin-left: -15px;
}
.has-switch span.switch-right:hover { background: #E3E3E3; }
.has-switch span.switch-success.switch-left, .has-switch span.switch-success.switch-left:hover { background: #60C060; }
.has-switch span.switch-success.switch-left + label { border-color: #60C060; }
.has-switch span.switch-warning.switch-left, .has-switch span.switch-warning.switch-left:hover { background: #FC9700; }
.has-switch span.switch-warning.switch-left + label { border-color: #FC9700; }
.has-switch span.switch-danger.switch-left, .has-switch span.switch-danger.switch-left:hover { background: #DA4932; }
.has-switch span.switch-danger.switch-left + label { border-color: #DA4932; }
.has-switch .switch-off span.switch-left + label { border-color: #e3e3e3; }
.has-switch .switch-off span.switch-left { background: #e3e3e3; }
.has-switch > div { width: 160%; }
.has-switch > div.switch-off { left: -60%; }
/*
.has-switch span.switch-success.switch-right, .has-switch span.switch-success.switch-right:hover{background:#60C060;}
.has-switch span.switch-success.switch-right ~ label {border-color:#60C060;} 
*/
/*Large Size*/
.has-switch.switch-large {
  min-width: 100px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
}
.has-switch span.switch-large, .has-switch label.switch-large { height: 40px; }
.has-switch span.switch-large { width: 80px; }
.has-switch label.switch-large {
  width: 40px;
  border-width: 4px;
}
.has-switch.switch-large span.switch-left {
  margin-right: -20px;
  padding-left: 16px;
}
.has-switch.switch-large span.switch-right { margin-left: -20px; }
/*Small Size*/
.has-switch.switch-small {
  width: 59px;
  min-width: 0;
  border-radius: 12px;
  -webkit-border-radius: 12px;
}
.has-switch span.switch-small, .has-switch label.switch-small { height: 23px; }
.has-switch span.switch-small { width: 45px; }
.has-switch label.switch-small {
  width: 23px;
  border-width: 3px;
}
.has-switch.switch-small span.switch-left {
  margin-right: -10px;
  padding-left: 8px;
}
.has-switch.switch-small span.switch-right { margin-left: -10px; }
.has-switch.switch-small > div.switch-off { left: -57%; }
/*Mini Size*/
.has-switch.switch-mini {
  width: 44px;
  min-width: 0;
  border-radius: 9px;
  -webkit-border-radius: 9px;
}
.has-switch span.switch-mini, .has-switch label.switch-mini { height: 18px; }
.has-switch span.switch-mini { width: 35px; }
.has-switch label.switch-mini {
  width: 18px;
  border-width: 3px;
}
.has-switch.switch-mini span.switch-left {
  margin-right: -9px;
  padding-left: 8px;
}
.has-switch.switch-mini span.switch-right { margin-left: -9px; }
/*Alerts*/
.alert {
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0;
}
.alert .sign {
  color: rgba(0, 0, 0, 0.2);
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
  text-align: center;
  width: 25px;
  display: inline-block;
}
.alert .close { text-shadow: none; }
.alert-primary {
  background-color: #7761a7;
  border-color: #6d579d;
  color: #fff;
}
.alert-success {
  background-color: #19b698;
  border-color: #0fac8e;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
}
.alert-success .close { margin-top: -2px; }
.alert-info {
  background-color: #4aa3df;
  border-color: #4099d5;
  color: #fff;
}
.alert-warning {
  background-color: #f16e3f;
  border-color: #e76435;
  color: #fff;
}
.alert-danger {
  background-color: #8b4e51;
  border-color: #7d3f42;
  color: #fff;
  font-size: 12px;
}
/*Alert White*/

.alert-white {
  background: #fff;
  border-color: #d5d5d5 !important;
  color: #404040;
  padding-left: 61px !important;
  position: relative;
}
.alert-white .icon {
  text-align: center;
  width: 45px;
  height: 103%;
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid #BDBDBD;
  padding-top: 15px;
}
.alert-white .icon:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #BDBDBD;
  position: absolute;
  border-left: 0;
  border-bottom: 0;
  top: 50%;
  right: -6px;
  margin-top: -3px;
  background: #fff;
}
.alert-white.rounded {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.alert-white.rounded .icon {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}
.alert-white .icon i {
  font-size: 20px;
  color: #FFF;
  left: 12px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}
.alert-white.alert-danger .icon, .alert-white.alert-danger .icon:after {
  border-color: #e05749;
  background: #ea6153;
}
.alert-white.alert-info .icon, .alert-white.alert-info .icon:after {
  border-color: #4099d5;
  background: #4aa3df;
}
.alert-white.alert-warning .icon, .alert-white.alert-warning .icon:after {
  border-color: #e76435;
  background: #f16e3f;
}
.alert-white.alert-success .icon, .alert-white.alert-success .icon:after {
  border-color: #0fac8e;
  background: #19b698;
}
.alert-white.alert-primary .icon, .alert-white.alert-primary .icon:after {
  border-color: #6d579d;
  background: #7761a7;
}
/*Alert White alt 1*/
.alert-white-alt {
  border-width: 2px;
  background: #fff;
  color: #404040;
  padding-left: 61px;
  position: relative;
}
.alert-white-alt .icon {
  text-align: center;
  width: 45px;
  height: 103%;
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid #BDBDBD;
  padding-top: 15px;
}
.alert-white-alt .icon:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #BDBDBD;
  position: absolute;
  border-left: 0;
  border-bottom: 0;
  top: 50%;
  right: -6px;
  margin-top: -3px;
  background: #fff;
}
.alert-white-alt.rounded {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.alert-white-alt.rounded .icon {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}
.alert-white-alt .icon i {
  font-size: 20px;
  color: #FFF;
  left: 12px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}
.alert-white-alt.alert-danger .icon, .alert-white-alt.alert-danger .icon:after {
  border-color: #e05749;
  background: #ea6153;
}
.alert-white-alt.alert-info .icon, .alert-white-alt.alert-info .icon:after {
  border-color: #4099d5;
  background: #4aa3df;
}
.alert-white-alt.alert-warning .icon, .alert-white-alt.alert-warning .icon:after {
  border-color: #e76435;
  background: #f16e3f;
}
.alert-white-alt.alert-success .icon, .alert-white-alt.alert-success .icon:after {
  border-color: #0fac8e;
  background: #19b698;
}
.alert-white-alt.alert-primary .icon, .alert-white-alt.alert-primary .icon:after {
  border-color: #6d579d;
  background: #7761a7;
}
/*Alert White Alt 2*/
.alert-white-alt2 {
  background: #fff;
  border-color: #d5d5d5;
  color: #404040;
  padding-left: 61px;
  position: relative;
}
.alert-white-alt2 .icon {
  text-align: center;
  width: 45px;
  height: 103%;
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid #d5d5d5;
  padding-top: 15px;
}
.alert-white-alt2 .icon:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #d5d5d5;
  position: absolute;
  border-left: 0;
  border-bottom: 0;
  top: 50%;
  right: -6px;
  margin-top: -3px;
  background: #fff;
}
.alert-white-alt2 .icon i {
  font-size: 20px;
  color: #FFF;
  left: 12px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}
.alert-white-alt2.alert-danger .icon i { color: #ea6153; }
.alert-white-alt2.alert-info .icon i { color: #4aa3df; }
.alert-white-alt2.alert-warning .icon i { color: #f16e3f; }
.alert-white-alt2.alert-success .icon i { color: #19b698; }
.alert-white-alt2.alert-primary .icon i { color: #7761a7; }
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.alert {
  padding: 20px 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}


#imageArea{
 
  background: white;
  width:100%;
  position:relative;
 
 
  text-align:center;
  overflow:hidden;
}
#imageArea section.imgContainer{
  float:left;
  width:190px;
  margin-right:10px;
  margin-top:10px;
  border-bottom:none !important;
  border-top:none !important;
  padding:0px;
  width: 170px;
}
#imageArea section.imgBlock{
  height:110px;
  width:170px;
  text-align:center;
  border: 1px solid #D4D4D4;
  padding:10px !important;
  position: relative;
}
#imageArea section.imgBlock .removeHover{
  opacity:0;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 6px 10px;
  background: #464646;
  color: white;
  cursor: pointer;
  -moz-transition: all 0.3s;
  transition: all 0.3s; 
  -webkit-transition: all 0.3s;
}
#imageArea section.imgBlock:hover .removeHover{
  opacity:0.7;
  
}
#imageArea section.imgBlock .removeHover:hover{
  opacity:1;
  
}
#imageArea section.imgAdd{
  font-size: 45px;
  color: #fff;
  display:block; padding:5px 0 0 0;
  cursor: pointer;
  line-height: 65px;
  background: #444;
  height: 110px;
  
}
#imageArea section.imgAdd span{
  font-size: 16px; font-weight:100;
  display:block; display:block;
  line-height: normal;
}
#imageArea section.imgAdd:hover{
  color:white;
  background:#19b698;
}
#imageArea .progressContainer{
  margin: 18%;
  height: 5px;
  padding: 3px;
  border: 1px solid #C7C7C5;
  backgorund: #E8E7E5;
  margin-top: 25%;
  margin-bottom: 5px;
}
#imageArea .progressContainer .progress{
  background:#373636;
  height: 100%;
  -moz-transition: all 0.3s;
  transition: all 0.3s; 
  -webkit-transition: all 0.3s;
}
#imageArea figure{
  width:100%;
  height:100%;
  overflow:hidden;
  
}
#imageArea figure img{
  max-width:100%;
  max-height:100%;
}
#imageArea div.caption{
  margin:3px 1px 3px 1px;
  border:dotted 1px transparent;
  padding: 0 5px; 
  
}
#imageArea section.imgContainer:hover div.caption{
  border:dotted 1px #D4D4D4;
  margin:3px 1 3px 1;
}
#imageArea div.caption input{
  width: 100%;
  border:none;
  font-size:12px;
  text-align:center;
   font-family: "museo"; font-style: normal; font-weight: 500;
}

table {
  max-width: 100%;
  background-color: transparent;
}
th { text-align: left; }
.table {
  width: 100%;
  margin-bottom: 20px;
}

table a i {color:#19b698;}
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table caption + thead tr:first-child th, .table colgroup + thead tr:first-child th, .table thead:first-child tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child td { border-top: 0; }
.table tbody + tbody { border-top: 2px solid #dddddd; }
.table .table { background-color: #ffffff; }
.table-condensed thead > tr > th, .table-condensed tbody > tr > th, .table-condensed tfoot > tr > th, .table-condensed thead > tr > td, .table-condensed tbody > tr > td, .table-condensed tfoot > tr > td { padding: 5px; }
.table-bordered { border: 1px solid #dddddd; }
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #dddddd; }
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; }
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; }
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th { background-color: #f5f5f5; }
table col[class*="col-"] {
  display: table-column;
  float: none;
}
table td[class*="col-"], table th[class*="col-"] {
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { background-color: #f5f5f5; }
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}

@media (max-width: 768px) {
.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-x: scroll;
  overflow-y: hidden;
  border: 1px solid #dddddd;
}
.table-responsive > .table {
  margin-bottom: 0;
  background-color: #fff;
}
.table-responsive > .table > thead > tr > th,  .table-responsive > .table > tbody > tr > th,  .table-responsive > .table > tfoot > tr > th,  .table-responsive > .table > thead > tr > td,  .table-responsive > .table > tbody > tr > td,  .table-responsive > .table > tfoot > tr > td { white-space: nowrap; }
.table-responsive > .table-bordered { border: 0; }
.table-responsive > .table-bordered > thead > tr > th:first-child,  .table-responsive > .table-bordered > tbody > tr > th:first-child,  .table-responsive > .table-bordered > tfoot > tr > th:first-child,  .table-responsive > .table-bordered > thead > tr > td:first-child,  .table-responsive > .table-bordered > tbody > tr > td:first-child,  .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; }
.table-responsive > .table-bordered > thead > tr > th:last-child,  .table-responsive > .table-bordered > tbody > tr > th:last-child,  .table-responsive > .table-bordered > tfoot > tr > th:last-child,  .table-responsive > .table-bordered > thead > tr > td:last-child,  .table-responsive > .table-bordered > tbody > tr > td:last-child,  .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; }
.table-responsive > .table-bordered > thead > tr:last-child > th,  .table-responsive > .table-bordered > tbody > tr:last-child > th,  .table-responsive > .table-bordered > tfoot > tr:last-child > th,  .table-responsive > .table-bordered > thead > tr:last-child > td,  .table-responsive > .table-bordered > tbody > tr:last-child > td,  .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table.dashed tr:nth-child(2n) { background: #fff; }
table.dashed td:last-child { border-right: 0; }
table.dashed td {
  padding: 20px;
  border-left: 0;
  border-bottom: 1px dashed #ddd;
}
table thead th {
  padding: 5px;
  font-size: 12px; text-transform:uppercase; letter-spacing:1px; font-weight:600
  
}
table tbody td {
  padding: 11px 8px;
  font-size: 13px;
      font-weight: 400;
}
table .primary-emphasis, table .primary-emphasis-dark {
  background: #7761a7;
  color: #FFF;
  border-color: #7761a7;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
table .primary-emphasis-dark { background-color: #634d93; }
table .success-emphasis, table .success-emphasis-dark {
  background: #634d93;
  color: #FFF;
  border-color: #634d93;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
table .success-emphasis-dark {
  background-color: #634d93;
  border-color: #634d93;
}
table .warning-emphasis, table .warning-emphasis-dark {
  background: #FC9700;
  color: #FFF;
  border-color: #FC9700;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
table .warning-emphasis-dark {
  background-color: #fc8800;
  border-color: #fc8800;
}
table .danger-emphasis, table .danger-emphasis-dark {
  background: #DA4932;
  color: #FFF;
  border-color: #DA4932;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
table .danger-emphasis-dark {
  background-color: #c8432e;
  border-color: #c8432e;
}
table {
  border-collapse: collapse;
  width: 100%;
 
}
table .right { text-align: right; }
table .left { text-align: left; }
.red thead th { color: #ea6153; }
.blue thead th { color: #4aa3df; }
.violet thead th { color: #9b50ba; }
.green thead th { color: #19b698; }
table thead th span { color: #333; }
.color1 thead th {
  color: #fff;
  background: #413f44;
  padding: 15px 10px
}
table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #DADADA;
  border-left: 1px solid #DADADA;
  border-top: 1px solid #DADADA;
  padding: 10px 8px 5px 8px;
  font-weight: 700;
   -webkit-font-smoothing: antialiased;
}
table thead th:last-child { border-right: 1px solid #DADADA; }
table thead span {
  font-size: 16px;
  display: block;
}
table td {
  
  border-bottom: 1px solid #DADADA;
  padding: 7px 8px;
}
table td .progress { margin: 0; }
table.hover tbody tr:hover { background: #413f44; color:#fff }
table td i {
  font-size: 16px !important;
  display: inline-block;
  text-align: center;
  width: 23px; color:#413f44
}
table tr:hover td i { color:#fff
}
table td:last-child { }
table tr:nth-child(2n) { }
table.no-strip tr:nth-child(2n) { background: transparent; }
/*No-Internal borders in thead*/
table .no-border th { border-left: 0; }
table .no-border tr th:first-child { border-left: 1px solid #dadada; }
/*No-Internal borders in tbody x and y*/
table .no-border-x td { border-bottom: 0; }
table .no-border-x tr:last-child td { border-bottom: 1px solid #dadada; }
table .no-border-y td { border-left: 0; }
table .no-border-y tr td:first-child { border-left: 1px solid #dadada; }
/*No-External borders general table*/
table.no-border tr th { border-top: 0; }
table.no-border tr th:first-child { border-left: 0; }
table.no-border tr th:last-child { border-right: 0; }
table.no-border tr td:first-child { border-left: 0; }
table.no-border tr td:last-child { border-right: 0; }
table.no-border tr:last-child td { border-bottom: 0; }
/*No-External borders when .no-padding in block*/
.no-padding table th:first-child { border-left: 0; }
.no-padding table th:last-child { border-right: 0; }
.no-padding table tr td:first-child { border-left: 0; }
.no-padding table tr td:last-child { border-right: 0; }
.no-padding table tr:last-child td { border-bottom: 0; }
table tbody .toggle-details { cursor: pointer; }
table tbody .details { background: #FFF; }
table tbody td .btn { margin-bottom: 0 !important; }
/*list style table*/
table.list.no-border { border-top: 0; }
table.list .items td {
  vertical-align: middle;
  padding: 5px;
}
table.list .items td .progress { height: 13px; }
table.list .items td .progress .progress-bar {
  font-size: 10px;
  line-height: 12px;
}
table.list .items td > span { vertical-align: top; }
table.list .items td p span {
  display: block;
  font-size: 12px;
  line-height: 10px;
  color: #9e9e9e;
}
table tbody td .btn-group .dropdown-menu {
  margin-top: -1px;
  min-width: 130px;
}
table tbody td .btn-group .dropdown-menu li > a {
  padding: 5px 12px;
  text-align: left;
}
.text-right { text-align: right; }
.text-center {text-align:center;}
.tab-container {
  display: block;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  
  border-bottom: 1px solid #e2e2e2;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
  margin: 0 40px 40px 0;
  position: relative;
}
.nav-tabs {
  list-style: none;
  margin: 0 0 0px 15px;
  padding: 0;
  display: block;
  overflow: hidden
}
.nav-tabs > li {
  float: left;
  display: block;
  padding: 15px 20px;
}
.nav-tabs > li > a {
  font-size: 13px;
  display: block;
  font-weight: 700;
  color: #5d5a59
}
.nav-tabs > li > a:hover { color: #19b698; }
.nav-tabs > li.active { background: #fff; border-bottom: 2px solid #19b698;}
.tab-content {
  display: block;
  background: #fff;
}
.tab-pane {
  padding: 30px;
  overflow: hidden;
}
.cont { display: none; }
.tab-pane.active { display: block }
.tab-content h3 {
  font-size: 16px;
  font-weight: 200;
  margin: 0 0 20px 0
}
.dropzone a {
  display: block;
  background: #eee;
  border-radius: 5px;
  padding: 10% 0;
  text-decoration: none;
  text-align: center;
  font-size: 60px;
  font-style: italic;
  color: #666;
  font-weight: 200;
}
.dropzone a:hover {
  background: #19b698;
  color: #fff;
}
.dropzone i {
  margin-right: 8px;
  display: block
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
  margin:0;

}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}



.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.full-color .md-content {
  background-color: #19b698;
  color: #fff;
}
.full-color .modal-content {
  background-color: #7761a7;
  color: #fff;
}
.full-color.success .md-content {
  background-color: #19b698;
  color: #fff;
}
.full-color.success .modal-content {
  background-color: #19b698;
  color: #fff;
}
.full-color.info .md-content {
  background-color: #4aa3df;
  color: #fff;
}
.full-color.info .modal-content {
  background-color: #4aa3df;
  color: #fff;
}
.full-color.warning .md-content {
  background-color: #f16e3f;
  color: #fff;
}
.full-color.warning .modal-content {
  background-color: #f16e3f;
  color: #fff;
}
.full-color.danger .md-content {
  background-color: #ea6153;
  color: #fff;
}
.full-color.danger .modal-content {
  background-color: #ea6153;
  color: #fff;
}
.full-color.prusia .md-content {
  background-color: #3d566d;
  color: #fff;
}
.full-color.prusia .modal-content {
  background-color: #3d566d;
  color: #fff;
}
.full-color .modal-header {
  background-color: rgba(0, 0, 0, 0.1);
}
.full-color .modal-content .modal-footer {
  border: 0;
  background-color: transparent;
}
.full-color .md-content .modal-footer {
  border: 0;
  background-color: transparent;
}
.full-color .md-content .modal-footer .btn {
  margin-bottom: 0 !important;
}
.md-dark .modal-header {
  background-color: #7761a7;
  color: #fff;
}
.md-dark .modal-header {
  background-color: #7761a7;
  color: #fff;
}
.md-dark.success .modal-header {
  background-color: #19b698;
  color: #fff;
}
.md-dark.success .modal-header {
  background-color: #19b698;
  color: #fff;
}
.md-dark.info .modal-header {
  background-color: #4aa3df;
  color: #fff;
}
.md-dark.info .modal-header {
  background-color: #4aa3df;
  color: #fff;
}
.md-dark.warning .modal-header {
  background-color: #f16e3f;
  color: #fff;
}
.md-dark.warning .modal-header {
  background-color: #f16e3f;
  color: #fff;
}
.md-dark.danger .modal-header {
  background-color: #ea6153;
  color: #fff;
}
.md-dark.danger .modal-header {
  background-color: #ea6153;
  color: #fff;
}
.md-dark.prusia .modal-header {
  background-color: #3d566d;
  color: #fff;
}
.md-dark.prusia .modal-header {
  background-color: #3d566d;
  color: #fff;
}
.md-dark .md-content,
.md-dark .modal-content {
  background-color: #23262B;
  color: #BBBEC3;
}
.md-dark .md-content input,
.md-dark .modal-content input {
  background-color: transparent;
  color: #b2b2b2;
}
.md-dark .modal-content .modal-footer {
  border: 0;
  background-color: transparent;
}
.md-dark .md-content .modal-footer {
  border: 0;
  background-color: transparent;
}
.md-dark .md-content .modal-footer .btn {
  margin-bottom: 0 !important;
}
.modal-content {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 0;
}
.md-trigger {cursor:pointer}
.modal-body {
  padding: 30px 20px;
  
}
.modal-body.default {background:#fff;
  color:#727272;}
  
 .modal-body.default p {margin: 5px 0; padding:5px 0; font-weight:400; font-size:13px;}
 #default h3 {color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.3; font-weight:700;}
  
.modal-body.form {
  padding: 30px 20px 15px;
}
.md-content .icheckbox_flat-green,
.modal-content .icheckbox_flat-green {
  margin-right: 5px;
}
.modal-content > .close {
  margin-right: 10px;
  margin-top: 10px;
}
.modal-content .modal-header {
  border-bottom: 0;
}
.colored-header .modal-header {
  padding: 20px;
  border-bottom: 5px solid #634d93 !important;
  background-color: #7761a7;
  color: #fff;
}
.colored-header.success .modal-header {
  padding: 20px;
  border-bottom: 5px solid #05a284 !important;
  background-color: #19b698;
  color: #fff;
}
.colored-header.info .modal-header {
  padding: 20px;
  border-bottom: 5px solid #368fcb !important;
  background-color: #4aa3df;
  color: #fff;
}
.colored-header.warning .modal-header {
  padding: 20px;
  border-bottom: 5px solid #dd5a2b !important;
  background-color: #f16e3f;
  color: #fff;
}
.colored-header.danger .modal-header {
  padding: 20px;
  border-bottom: 5px solid #d64d3f !important;
  background-color: #ea6153;
  color: #fff;
}
.colored-header.prusia .modal-header {
  padding: 20px;
  border-bottom: 5px solid #294259 !important;
  background-color: #3d566d;
  color: #fff;
}
.colored-header.dark .modal-header {
  padding: 20px;
  border-bottom: 5px solid #0f1217 !important;
  background-color: #23262b;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 979px) {
  .custom-width {
    width: 60%;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .custom-width {
    width: 90%;
    max-width: none;
  }
}
@media all and (max-width: 1280px) and (min-width: 1000px) {
.cl-sidebar { width: 20%; }
.col-right { width: 68%; }
}

@media all and (max-width: 1600px) and (min-width: 1281px) {
.cl-sidebar { width: 20%; }
.col-right { width: 74%; }
}


.range { background: #dddddd !important; }

.hide { display: none; }



/* Pagination */

#pagination     { list-style: none; margin:0px; padding:0px; }
#pagination li  { display: block; float:left; margin-right: 5px; }


.invoiceAddress.invoiceDetails{
  text-align:right;
}

.invoiceDetails p   { margin: 5px 0; padding:5px 0 }
.highlight td       { font-size:16px; color: #ea6153; }
.invoiceDetails     { }














/* 
  DROP DOWN BUTTON CONTROL
*/

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
}


.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group.right{float:right;}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-group .dropdown-menu {
  margin: -1px 0 0 0;
  border-radius: 1px;
  -webkit-border-radius: 1px;
}
.btn-group .dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.btn-group .dropdown {
  position: relative;

}

.btn-group .dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.btn-group .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.btn-group .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
  text-align:left !important;
}

.btn-group .dropdown-menu > li > a:hover,
.btn-group .dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
}

.btn-group .dropdown-menu > .active > a,
.btn-group .dropdown-menu > .active > a:hover,
.btn-group .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.btn-group .dropdown-menu > .disabled > a,
.btn-group .dropdown-menu > .disabled > a:hover,
.btn-group .dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.btn-group .dropdown-menu > .disabled > a:hover,
.btn-group .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-group.open > .dropdown-menu {
  display: block;
}

.btn-group .dropdown-menu i.fa{
  right:12px;
  margin-top: 5px;
  position: absolute;
}

.open > a {
  outline: 0;
}

#sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#sortable li { margin: 0 3px 3px 3px; padding: 10px; padding-left:30px;  font-family: "museo"; font-style: normal; font-weight: 500; font-size: 12px; height: 34px; cursor: move }
#sortable li:hover {opacity:.7}
#sortable li span { position: absolute; margin-left: -20px; margin-top:-3px;}

#ui-datepicker-div{z-index:1000 !important;}

/* -------------------------------- 

xfilter 

-------------------------------- */
.cd-filter {
    width: 400px;
    float: none;
    padding: 0 0 15px 0;
}
.cd-filter .cd-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  color: #ffffff;
  font-size: 1.3rem;
  text-align: center;
  background: #37296a;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 3;
}
.no-touch .cd-filter .cd-close:hover {
  background: #ccc;
}
.cd-filter.filter-is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-filter.filter-is-visible .cd-close {
  opacity: 1;
}

.cd-filter-trigger {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  background: transparent url("../img/cd-icon-filter.svg") no-repeat center center;
  z-index: 3;
}
.cd-filter-trigger.filter-is-visible {
  pointer-events: none;
}
@media only screen and (min-width: 1170px) {
  .cd-filter-trigger {
    width: auto;
    left: 2%;
    text-indent: 0;
    color: #9a9a9a;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
    padding-left: 24px;
    background-position: left center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }
  .no-touch .cd-filter-trigger:hover {
    color: #d8d4c0;
  }
  .cd-filter-trigger.filter-is-visible, .cd-filter-trigger.filter-is-visible:hover {
    color: #ffffff;
  }
}

/* -------------------------------- 

xcustom form elements 

-------------------------------- */
.cd-filter-block {
  margin: 0px;
}
.cd-filter-block h4 {
  /* filter block title */
  position: relative;
  margin: 0 0 .2em 0 !important;
  padding: 14px 10px 13px 10px;
  background: #333;
    color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;float:left; 
}
.cd-filter-block .cd-filter-content {
float:left; 
}
.no-touch .cd-filter-block h4:hover {
  color: #d8d4c0;
}
.cd-filter-block h4::before {
  /* arrow */
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-filter-block input, .cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
  /* shared style for input elements */
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
  background-color: #ffffff;
  border: 2px solid #e6e6e6;
}
.cd-filter-block input[type='search'],
.cd-filter-block input[type='text'],
.cd-filter-block select {
  width: 100%;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
display: inline-block;
}
.cd-filter-block input[type='search']:focus,
.cd-filter-block input[type='text']:focus,
.cd-filter-block select:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #d8d4c0;
}
.cd-filter-block input[type='search'] {
  /* custom style for the search element */
  border-color: transparent;
  background-color: #e6e6e6;
  /* prevent jump - ios devices */
  font-size: 1rem !important; width: 300px
}
.cd-filter-block input[type='search']::-webkit-search-cancel-button {
  display: none;
}
.cd-filter-block .cd-select {
  /* select element wrapper */
  position: relative;
}
.cd-filter-block .cd-select::after {
  /* switcher arrow for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  pointer-events: none;
}
.cd-filter-block select {
  cursor: pointer;
  font-size: 1.4rem;
}
.cd-filter-block select::-ms-expand {
  display: none;
}
.cd-filter-block .list li {
  position: relative;
  margin-bottom: .8em;
}
.cd-filter-block .list li:last-of-type {
  margin-bottom: 0;
}
.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
  padding-left: 24px;
  font-size: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-filter-block .checkbox-label::before, .cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
  width: 16px;
  height: 16px;
  left: 0;
}
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after {
  /* check mark - hidden */
  display: none;
}
.cd-filter-block .checkbox-label::after {
  /* check mark style for check boxes */
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-check.svg") no-repeat center center;
}
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  border-radius: 50%;
}
.cd-filter-block .radio-label::after {
  /* check mark style for radio buttons */
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  left: 5px;
}
.cd-filter-block input[type=radio]:checked + label::before,
.cd-filter-block input[type=checkbox]:checked + label::before {
  border-color: #d8d4c0;
  background-color: #d8d4c0;
}
.cd-filter-block input[type=radio]:checked + label::after,
.cd-filter-block input[type=checkbox]:checked + label::after {
  display: block;
}

@-moz-document url-prefix() {
  /* hide custom arrow on Firefox - select element */
  .cd-filter-block .cd-select::after {
    display: none;
  }
}

/* -------------------------------- 

xgallery 

-------------------------------- */
.cd-gallery {
  padding: 0 0;
  width: 100%;
}

.cd-gallery ul {margin:20px 0 0 0;}
.cd-gallery li {
  margin: 0 1% 1% 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  display: none;
    width: 32%;
}
.cd-gallery li > div {
  padding: 5%;
position: relative;
}

.chck { position: absolute; top: 10px; right: 14px; }
.ttle { padding: 0 0 10px 0; }
.reg { padding: 5px 0 0 0; }
.editme { position: absolute; bottom: 10px; right: 14px;}

.cd-gallery li.gap {
  /* used in combination with text-align: justify to align gallery elements */
  opacity: 0;
  height: 0;
  display: inline-block;
}
.cd-gallery .cd-fail-message {
  display: none;
  text-align: center;
}
@media only screen and (min-width: 1170px) {
  .cd-gallery {
    padding: 0 0;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-gallery li {
    width: 32%;
  }
  .cd-gallery.filter-is-visible {
    /* reduce width when filter is visible */
    width: 100%;
  }
}
@media screen and (min-width: 200px) and (max-width: 1150px) {
  .cd-gallery {
  }
  .cd-gallery li {
    width: 100%;
    margin-bottom: 2em;
  }
    .logo span {
    padding: 20px 25px;
    font-size: 10px;
    letter-spacing: 1px;
    color: #d8d4c0;
    font-family: "museo";
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
}
}
.modal-title {font-family: "museo",sans-serif; text-transform: uppercase; font-size: 18px;}
.modal-body p {margin-bottom:20px; }
.modal-body.default {background:#fff;
  color:#727272;}
  
 .modal-body.default p {margin: 5px 0; padding:5px 0; font-weight:400; font-size:13px;}
 #default h3 {color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.3; font-weight:700;}
  
.modal-body.form {
  padding: 30px 20px 15px;
}


