body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  background: #eee url(../img/bg.jpg) top left repeat;
  color: #555;
}

body.texture {
  background: #404041;
}

/*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;
}
.login-container .block-flat {
  padding: 0;
  border: 0;
  overflow: hidden;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
}
.login-container .block-flat .header {
  padding: 15px 20px 10px 20px;
  background: #f47b20;
  border-bottom: 1px solid #fb852c;
  
}
.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;
}
.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);
}


.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; }
.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 {
  background: url(../img/logo.gif) left top no-repeat #fff;
  width: 100%;
  height: 70px;
  margin: 0;
  height: 70px;
  border-right: 1px solid #ddd;
  position: relative
}
.logo span {
  position: absolute;
  right: 30px;
  top: 21px;
  font-weight: 700;
  font-size: 11px;
  color: #fff;
  background: #F47B1D;
  padding: 5px;
  display: none;
  border-radius: 3px;
  text-transform: uppercase
}
.login-user {
  position: absolute;
  right: 0px;
  top: 0px;
  font-weight: 200;
  font-size: 14px;
  color: #fff;
  padding: 0px 30px;
  height: 69px;
  display: block;
  line-height: 67px;
  border-left: 1px solid #353434;
}
.login-user:hover {
  background: #fb852c;
  color: #fff;
  cursor: pointer
}
.login-user i {
  margin: 0 5px 0 0;
  color: #fff;
}
.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 #ddd;
  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 {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  display: block;
  padding: 14px 25px;
  color: rgba(255, 255, 255, 0.6);
  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;
}
.cl-vnavigation li a:hover { color: #ffffff; }
.parent .sub-menu { padding: 10px 0; }
.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; }
.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: #f47b20; }
.breadcrumb li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}
.breadcrumb .active { color: #999999; }
.content-container {
  display: block;
  overflow: hidden
}
.grid { padding: 40px 0 0 40px; }
.grid .col-sml {
  width: 50%;
  float: left;
}
.block-flat, .block-wizard {
  padding: 20px 20px;
  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 40px 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: "Raleway", Helvetica, sans-serif;
  font-weight: 100;
  font-size: 29px;
  line-height: 38px;
}
.block .header h3 {
  margin: 3px 0;
  font-family: "Raleway", Helvetica, sans-serif;
  font-weight: 200;
}
.widget-block .header h3, .block-flat .header h3 {
  margin-top: 3px;
  font-family: "Raleway", Helvetica, sans-serif;
  font-weight: 200;
  font-size: 24px;
  margin-bottom: 10px;
}
.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;
  border-bottom: 1px solid #dadada;
}
.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: "Raleway", Helvetica, sans-serif;
font-weight: 200;
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: #f47b20;
}
.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-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;
  border-bottom: 1px dashed #efefef;
}
.form-horizontal.group-border-dashed .form-group:last-child { border-bottom: 0; }
.form-control {
  padding: 0;
  text-indent: 15px;
  font-size: 12px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  box-shadow: none;
  font-family: 'Open Sans', sans-serif;
}
.input-group .btn {
  margin: 0 !important;
  margin-left: -1px !important;
  padding-bottom: 5px;
  padding-top: 5px;
  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-color: #CCCCCC;
  border-radius: 0;
  -webkit-border-radius: 0;
  outline: none;
  margin-bottom: 5px !important;
  margin-left: 3px;
  font-size: 13px;
  padding: 7px 11px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}
.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;
  padding: 8px 11px;
}
.btn-default i { color: #444; }
.btn-default:active {
  box-shadow: none;
  background: #f5f5f5;
}
.btn-primary, .btn-primary:focus {
  background-color: #f47b20;
  border-color: transparent;
  color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-color: #f47b20;
  border-color: transparent;
}
.btn-primary:active {
  box-shadow: none;
  background: #e16b12;
}
.btn-success, .btn-success:focus {
  background-color: #f47b20;
  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: 95%;
}
.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: #4aa3df; }
.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: #4099d5; }
.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: .2em .6em .3em;
  font-size: 11px;
  font-weight: bold;
  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: #428bca; }
.label-primary[href]:hover, .label-primary[href]:focus { background-color: #3071a9; }
.label-success { background-color: #5cb85c; }
.label-success[href]:hover, .label-success[href]:focus { background-color: #449d44; }
.label-info { background-color: #5bc0de; }
.label-info[href]:hover, .label-info[href]:focus { background-color: #31b0d5; }
.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: 40px;
}
/*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 #f47b20;
  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: #f47b20;
  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: #ea6153;
  border-color: #e05749;
  color: #fff;
}
/*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:#f47b20;
}
#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: "Open Sans"; font-style:italic
}

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

table a i {color:#f47b20;}
.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: 13px;
  font-weight: 200;
}
table tbody td {
  padding: 11px 8px;
  font-size: 12px;
}
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%;
  margin: 20px 0
}
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: #413d3c;
  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;
}
table thead th:last-child { border-right: 1px solid #DADADA; }
table thead span {
  font-size: 16px;
  display: block;
}
table td {
  border-left: 1px solid #DADADA;
  border-bottom: 1px solid #dadada;
  padding: 7px 8px;
}
table td .progress { margin: 0; }
table.hover tbody tr:hover { background: #f3f3f3; }
table td i {
  font-size: 15px;
  display: inline-block;
  text-align: center;
  width: 23px;
}
table td:last-child { border-right: 1px solid #dadada; }
table tr:nth-child(2n) { background: #f8f8f8; }
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: #f47b20; }
.nav-tabs > li.active { background: #fff; border-bottom: 3px solid #f47b20;}
.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: #f47b20;
  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;
}

/*Nifty Modals*/
.md-content {
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 0;
  background: #fff;
  color: #555;
  border:1px solid #ccc;
}
.md-content .modal-header {
  border-bottom: 0;
}
.md-content h4,
.modal-content h4 {
  font-weight: 400;
}
.md-content h3,
.modal-content h3 {
  font-weight: 300;
  margin-top: 0;
  color:#fff;
}
.md-content h2 {
  margin: 0;
}
.md-content .modal-footer {
  margin-top: 0;
  background: #FBFBFB;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
.md-show.md-effect-12 ~ .md-overlay {
  background: #7761a7;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0;
}
.modal {
  overflow: auto;
}

.modal-open {
  overflow: hidden;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background:#ccc;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.full-color .md-content {
  background-color: #f47b20;
  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;
}
.modal-content h4,
.modal-content h4 {
  font-weight: 400;
}
.modal-content h3,
.modal-content h3 {
  font-weight: 300;
  margin-top: 0;
  display: inline;
}
.modal-content h2 {
  margin: 0;
}
.modal-content .modal-footer {
  margin-top: 0;
  background: #FBFBFB;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    right: auto;
    left: 50%;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

@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: 'Open Sans', sans-serif; font-size: 12px; height: 34px; cursor: move }
#sortable li:hover {opacity:.7}
#sortable li span { position: absolute; margin-left: -20px; margin-top:-3px;}
