
/* Colors */
/* Primary colors */
/*-----------------------------------------------------------------------------------*/
/*	Homepage
/*-----------------------------------------------------------------------------------*/
/* Override */
html,
body {
  height: 100%;
}

.usrSel{
    display:block;
    width:100%;
    padding:7px;
}
body {
    background: none repeat scroll 0 0 #f4f4f4;
    border: 0 none;
    font-family: "Montserrat", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #555555;
    /* overflow-x: hidden; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-weight: 400;
}
label {
  font-weight: 600;
}
/* Dotted outline removal */
a:active,
a:focus {
  outline-style: none;
  -moz-outline-style: none;
}
* {
  outline: medium none !important;
}
/* Bootstrap extra */
.hidden-inline-mobile {
  display: inline !important;
}
@media (max-width: 768px) {
  .hidden-inline-mobile {
    display: none !important;
  }
}
/* Font weight */
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-600 {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
/* Font size */
.font-11 {
  font-size: 11px;
}
.font-13 {
  font-size: 13px;
}
.font-14 {
  font-size: 14px;
}
/* Font colors */
.text-dark {
  color: #555555;
}
.text-purple {
  color: #a696ce;
}
.text-pink {
  color: #db5e8c;
}
.text-yellow {
  color: #fcd76a;
}
.text-green {
  color: #a8bc7b;
}
/* Icons */
.fa-1x {
  font-size: 1.5em;
}
/* Buttons */
.btn {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn-inverse {
  color: #ffffff;
  background-color: #555555;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #414141;
  border-color: #2a2a2a;
}
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #555555;
  border-color: #484848;
}
.btn-inverse .badge {
  color: #555555;
  background-color: #fff;
}
.btn-inverse .caret {
  border-top-color: #FFFFFF;
}
.btn-purple {
  color: #ffffff;
  background-color: #a696ce;
  border-color: #9785c6;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
  color: #ffffff;
  background-color: #8e7ac1;
  border-color: #745bb2;
}
.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
  background-image: none;
}
.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
  background-color: #a696ce;
  border-color: #9785c6;
}
.btn-purple .badge {
  color: #a696ce;
  background-color: #fff;
}
.btn-purple .caret {
  border-top-color: #FFFFFF;
}
.btn-pink {
  color: #ffffff;
  background-color: #db5e8c;
  border-color: #d6497d;
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.open .dropdown-toggle.btn-pink {
  color: #ffffff;
  background-color: #d43d74;
  border-color: #b9295e;
}
.btn-pink:active,
.btn-pink.active,
.open .dropdown-toggle.btn-pink {
  background-image: none;
}
.btn-pink.disabled,
.btn-pink[disabled],
fieldset[disabled] .btn-pink,
.btn-pink.disabled:hover,
.btn-pink[disabled]:hover,
fieldset[disabled] .btn-pink:hover,
.btn-pink.disabled:focus,
.btn-pink[disabled]:focus,
fieldset[disabled] .btn-pink:focus,
.btn-pink.disabled:active,
.btn-pink[disabled]:active,
fieldset[disabled] .btn-pink:active,
.btn-pink.disabled.active,
.btn-pink[disabled].active,
fieldset[disabled] .btn-pink.active {
  background-color: #db5e8c;
  border-color: #d6497d;
}
.btn-pink .badge {
  color: #db5e8c;
  background-color: #fff;
}
.btn-pink .caret {
  border-top-color: #FFFFFF;
}
.btn-grey {
  color: #ffffff;
  background-color: #898989;
  border-color: #7c7c7c;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey.active,
.open .dropdown-toggle.btn-grey {
  color: #ffffff;
  background-color: #757575;
  border-color: #5e5e5e;
}
.btn-grey:active,
.btn-grey.active,
.open .dropdown-toggle.btn-grey {
  background-image: none;
}
.btn-grey.disabled,
.btn-grey[disabled],
fieldset[disabled] .btn-grey,
.btn-grey.disabled:hover,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey:hover,
.btn-grey.disabled:focus,
.btn-grey[disabled]:focus,
fieldset[disabled] .btn-grey:focus,
.btn-grey.disabled:active,
.btn-grey[disabled]:active,
fieldset[disabled] .btn-grey:active,
.btn-grey.disabled.active,
.btn-grey[disabled].active,
fieldset[disabled] .btn-grey.active {
  background-color: #898989;
  border-color: #7c7c7c;
}
.btn-grey .badge {
  color: #898989;
  background-color: #fff;
}
.btn-light-grey {
  color: #898989;
  background-color: #e6e6e6;
  border-color: #d9d9d9;
}
.btn-light-grey:hover,
.btn-light-grey:focus,
.btn-light-grey:active,
.btn-light-grey.active,
.open .dropdown-toggle.btn-light-grey {
  color: #898989;
  background-color: #d2d2d2;
  border-color: #bbbbbb;
}
.btn-light-grey:active,
.btn-light-grey.active,
.open .dropdown-toggle.btn-light-grey {
  background-image: none;
}
.btn-light-grey.disabled,
.btn-light-grey[disabled],
fieldset[disabled] .btn-light-grey,
.btn-light-grey.disabled:hover,
.btn-light-grey[disabled]:hover,
fieldset[disabled] .btn-light-grey:hover,
.btn-light-grey.disabled:focus,
.btn-light-grey[disabled]:focus,
fieldset[disabled] .btn-light-grey:focus,
.btn-light-grey.disabled:active,
.btn-light-grey[disabled]:active,
fieldset[disabled] .btn-light-grey:active,
.btn-light-grey.disabled.active,
.btn-light-grey[disabled].active,
fieldset[disabled] .btn-light-grey.active {
  background-color: #e6e6e6;
  border-color: #d9d9d9;
}
.btn-light-grey .badge {
  color: #e6e6e6;
  background-color: #fff;
}
.btn-yellow {
  color: #654c02;
  background-color: #fcd76a;
  border-color: #fbd051;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  color: #654c02;
  background-color: #fbcc42;
  border-color: #fac015;
}
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  background-image: none;
}
.btn-yellow.disabled,
.btn-yellow[disabled],
fieldset[disabled] .btn-yellow,
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.disabled:focus,
.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-yellow:focus,
.btn-yellow.disabled:active,
.btn-yellow[disabled]:active,
fieldset[disabled] .btn-yellow:active,
.btn-yellow.disabled.active,
.btn-yellow[disabled].active,
fieldset[disabled] .btn-yellow.active {
  background-color: #fcd76a;
  border-color: #fbd051;
}
.btn-yellow .badge {
  color: #fcd76a;
  background-color: #fff;
}
.btn-icon {
  margin: 10px 0;
  padding: 10px;
  transition: all 0.3s ease 0s;
}
.btn-icon:hover {
  border: 1px solid rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease 0s;
}
.btn-icon:active {
  transition: none 0s ease 0s;
}
.btn-icon i {
  margin: 0;
}
.btn .label {
  border-radius: 12px 12px 12px 12px;
  border-style: solid;
  border-width: 0;
  box-shadow: none;
  color: #FFFFFF !important;
  font-size: 11px !important;
  font-weight: 300;
  padding: 3px 7px;
  position: absolute;
  text-shadow: none;
  top: 1px;
}
.btn .label.label-right {
  right: 7px;
}
.btn .label.label-left {
  left: 7px;
}
.btn-group a[type="button"],
.btn-group button {
    width: 100%
}
.input-block-level {
    display: block;
    width: 100%;
}
/* Container */
.container {
  width: 100% !important;
}
/* Dividers */
.divide-10 {
  height: 10px;
  width: 100%;
}
.divide-12 {
  height: 12px;
  width: 100%;
}
.divide-20 {
  height: 20px;
  width: 100%;
}
.divide-40 {
  height: 40px;
  width: 100%;
}
.divide-100 {
  height: 100px;
  width: 100%;
}
.margin-left-0 {
  margin-left: 0px !important;
}
.margin-left-50 {
  margin-left: 50px !important;
}
.margin-top-50 {
  margin-top: 50px !important;
}
.margin-top-100 {
  margin-top: 100px !important;
}
.margin-bottom-0 {
  margin-bottom: 0px !important;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-left-15 {
  padding-left: 15px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.separator {
  height: 1px;
  border-bottom: 1px solid #FFFFFF !important;
  border-top: 1px solid #E7E7E7 !important;
  color: #555555 !important;
  margin: 10px 0 30px;
}
/* Badges */
.badge-green {
  background-color: #a8bc7b;
}
.badge-orange {
  background-color: #f0ad4e;
}
.badge-red {
  background-color: #d9534f;
}
.badge-blue {
  background-color: #70afc4;
}
/* Scroller */
.scroller {
  margin: 0 !important;
  padding: 0 12px 0 0 !important;
}
/* Content */
#main-content {
  margin-left: 245px;
}
/* Content */
#content {
    background-color: #f5f6f6;
    margin-top: 0;
    min-height: 800px;
    border-left: 1px solid #cdd2d2;
    padding-bottom: 30px;
}
#content .page-header {
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom-color: #cdd2d2;
  color: #000000;
  margin: 0 -15px 30px;
  min-height: 85px;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
#content .page-header .description {
  color: #888888;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 5px;
}
#content .content-title {
  color: #666666;
  display: block;
  font-family: 'Open Sans';
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -1px;
  margin: 5px 0;
  padding: 0;
}
#content .breadcrumb {
  margin-bottom: 0;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 14px;
  color: #333;
  background-color: #FFFFFF;
}
#content .breadcrumb a {
  text-shadow: none;
}
    #content .breadcrumb > li + li:before {
        color: #333;
        display: inline;
        font-size: 16px;
        font-family: 'Font Awesome 5 Free';
        height: auto;
        content: "\f105";
        font-weight: 900;
        text-shadow: none;
        padding: 0 5px;
    }
.date-range {
  margin-top: 20px;
}
.date-range .btn-group .btn {
  margin-top: -8px;
  padding: 8px;
}
.date-range .reportrange {
  margin-right: 0px;
  margin-top: -8px;
  padding: 10px;
  cursor: pointer;
  min-width: 275px;
  color: #fff;
  border-radius: 0 4px 4px 0;
  background-color: #a8bc7b;
}
.date-range .reportrange span {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  font-weight: normal;
}
.date-range .reportrange .fa-calendar {
  text-transform: normal;
  color: #fff;
  margin-top: 0px;
  font-size: 14px;
}
.date-range .reportrange .fa-angle-down {
  color: #fff;
  font-size: 16px;
}
/* Patterns */
.pattern {
  background-image: url("../img/pattern.png");
}
.dots {
  background-image: url("../img/dots.png");
}
/*-----------------------------------------------------------------------------------*/
/*	Grids and Box
/*-----------------------------------------------------------------------------------*/
.box {
  clear: both;
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 0px;
}
.box .box-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #c4c4c4;
  min-height: 30px;
}
.box .box-title h4 {
  font-family: 'Open Sans';
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 7px;
  color: #555555;
}
.box .box-title h4 i {
  margin-right: 10px;
  color: #666;
}
.box .box-title .tools {
  display: inline-block;
  padding: 0;
  margin-bottom: 7px;
  float: right;
  clear: both;
  min-height: 30px;
}
.box .box-title .tools > a {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  color: #c4c4c4;
  margin-right: 5px;
}
.box .box-title .tools > a :hover {
  color: #ababab;
}
.box .box-title .tools .label {
  margin-right: 5px;
}
.box .box-title .items {
  display: inline-block;
  padding: 0;
  margin-bottom: 7px;
  margin-top: 7px;
  float: right;
  width: 40%;
  clear: both;
}
.box .box-title .items .progress {
  height: 7px !important;
}
.box .toolbox {
  padding: 10px 0;
  background-color: #f4f4f4;
  display: flex;
  flex-wrap: wrap;
}

.box .toolbox .btn {
    flex: 1;
    margin: 5px;
}

.box .toolbox.bottom {
  padding: 5px;
  background-color: #f4f4f4;
  border-top: 1px solid #c4c4c4;
  border-radius: 0 0 4px 4px;
  border-bottom: none;
}
.box .box-body.bg {
  border-radius: 0 0 4px 4px;
  padding: 10px;
  background-color: #FFFFFF;
  border-left: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  margin-top: -15px;
}
/* Sortable */
.box-placeholder {
  border: 1px dashed #c4c4c4;
  background-color: #eaeaea;
  border-radius: 4px;
}
/* Colors */
.box.border.orange {
  border: 1px solid #eea236;
}
.box.border.orange > .box-title {
  color: #FFFFFF !important;
  background-color: #f0ad4e;
  border-bottom: 1px solid #eea236;
}
.box.border.orange > .box-title h4 {
  color: #FFFFFF !important;
}
.box.border.orange > .box-title h4 i {
  color: #FFFFFF !important;
}
.box.border.orange > .box-title .tools > a {
  color: #f4f4f4 !important;
}
.box.border.orange > .box-title .tools > a :hover {
  color: #f4f4f4 !important;
  opacity: 0.6 !important;
}
.box.border.pink {
  border: 1px solid #d6497d;
}
.box.border.pink > .box-title {
  color: #FFFFFF !important;
  background-color: #db5e8c;
  border-bottom: 1px solid #d6497d;
}
.box.border.pink > .box-title h4 {
  color: #FFFFFF !important;
}
.box.border.pink > .box-title h4 i {
  color: #FFFFFF !important;
}
.box.border.pink > .box-title .tools > a {
  color: #f4f4f4 !important;
}
.box.border.pink > .box-title .tools > a :hover {
  color: #f4f4f4 !important;
  opacity: 0.6 !important;
}
.box.border.purple {
  border: 1px solid #9785c6;
}
.box.border.purple > .box-title {
  color: #FFFFFF !important;
  background-color: #a696ce;
  border-bottom: 1px solid #9785c6;
}
.box.border.purple > .box-title h4 {
  color: #FFFFFF !important;
}
.box.border.purple > .box-title h4 i {
  color: #FFFFFF !important;
}
.box.border.purple > .box-title .tools > a {
  color: #f4f4f4 !important;
}
.box.border.purple > .box-title .tools > a :hover {
  color: #f4f4f4 !important;
  opacity: 0.6 !important;
}
.box.border.inverse {
  border: 1px solid #484848;
}
.box.border.inverse > .box-title {
  color: #FFFFFF !important;
  background-color: #555555;
  border-bottom: 1px solid #484848;
}
.box.border.inverse > .box-title h4 {
  color: #FFFFFF !important;
}
.box.border.inverse > .box-title h4 i {
  color: #FFFFFF !important;
}
.box.border.inverse > .box-title .tools > a {
  color: #f4f4f4 !important;
}
.box.border.inverse > .box-title .tools > a :hover {
  color: #f4f4f4 !important;
  opacity: 0.6 !important;
}
.box.border.blue {
  border: 1px solid #5ea5bd;
}
.box.border.blue > .box-title {
  color: #FFFFFF !important;
  background-color: #70afc4;
  border-bottom: 1px solid #5ea5bd;
}
.box.border.blue > .box-title h4 {
  color: #FFFFFF !important;
}
.box.border.blue > .box-title h4 i {
  color: #FFFFFF !important;
}
.box.border.blue > .box-title .tools > a {
  color: #f4f4f4 !important;
}
.box.border.blue > .box-title .tools > a :hover {
  color: #f4f4f4 !important;
  opacity: 0.6 !important;
}
.box.border.red {
  border: 1px solid #d43f3a;
}
.box.border.red > .box-title {
  color: #FFFFFF !important;
  background-color: #d9534f;
  border-bottom: 1px solid #d43f3a;
}
.box.border.red > .box-title h4 {
  color: #FFFFFF !important;
}
.box.border.red > .box-title h4 i {
  color: #FFFFFF !important;
}
.box.border.red > .box-title .tools > a {
  color: #f4f4f4 !important;
}
.box.border.red > .box-title .tools > a :hover {
  color: #f4f4f4 !important;
  opacity: 0.6 !important;
}
.box.border.green {
  border: 1px solid #9db36a;
}
.box.border.green > .box-title {
  color: #FFFFFF !important;
  background-color: #a8bc7b;
  border-bottom: 1px solid #9db36a;
}
.box.border.green > .box-title h4 {
  color: #FFFFFF !important;
}
.box.border.green > .box-title h4 i {
  color: #FFFFFF !important;
}
.box.border.green > .box-title .tools > a {
  color: #f4f4f4 !important;
}
.box.border.green > .box-title .tools > a :hover {
  color: #f4f4f4 !important;
  opacity: 0.6 !important;
}
.box.border.primary {
  border: 1px solid #507aa4;
}
.box.border.primary > .box-title {
  color: #FFFFFF !important;
  background-color: #5e87b0;
  border-bottom: 1px solid #507aa4;
}
.box.border.primary > .box-title h4 {
  color: #FFFFFF !important;
}
.box.border.primary > .box-title h4 i {
  color: #FFFFFF !important;
}
.box.border.primary > .box-title .tools > a {
  color: #f4f4f4 !important;
}
.box.border.primary > .box-title .tools > a :hover {
  color: #f4f4f4 !important;
  opacity: 0.6 !important;
}
/* Box border */
.box.border,
.box.solid {
  border: 1px solid #c4c4c4;
  border-radius: 4px;
}
.box.border > .box-title,
.box.solid > .box-title {
  padding: 8px 10px 2px;
  border-bottom: 1px solid #c4c4c4;
  min-height: 30px;
  background-color: #dbdbdb;
  /* border-radius: 4px 4px 0 0; */

  margin-bottom: 0;
}
.box.border > .box-title h4,
.box.solid > .box-title h4 {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 7px;
}
.box.border > .box-title h4 i,
.box.solid > .box-title h4 i {
  margin-right: 10px;
  color: #666;
}
.box.border > .box-title .tools,
.box.solid > .box-title .tools {
  display: inline-block;
  padding: 0;
  margin-bottom: 7px;
  float: right;
  clear: both;
  min-height: 30px;
}
.box.border > .box-title .tools > a,
.box.solid > .box-title .tools > a {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  color: #ababab;
  margin-right: 5px;
}
.box.border > .box-title .tools > a :hover,
.box.solid > .box-title .tools > a :hover {
  color: #919191;
}
.box.border .box-body,
.box.solid .box-body {
  border-radius: 0 0 4px 4px;
  padding: 10px;
  background-color: #FFFFFF;
}
.box.border .box-body.big,
.box.solid .box-body.big {
  padding: 30px;
}
.box.border .box-title.big,
.box.solid .box-title.big {
  padding: 15px 10px 7px;
}
.box.border .box-title.small,
.box.solid .box-title.small {
  padding: 5px 10px 3px;
}
.box.border .box-title.small h4,
.box.solid .box-title.small h4 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 3px;
}
.box.border .box-title.small .tools > a,
.box.solid .box-title.small .tools > a {
  font-size: 12px;
  line-height: 12px;
}
.box.border.lite .box-title {
  background-color: #f4f4f4;
}
.box.border.lite .box-title h4 {
  color: #6f6f6f;
}
.box.solid.blue {
  border: 1px solid #507aa4;
}
.box.solid.blue .box-title {
  color: #FFFFFF !important;
  background-color: #5e87b0 !important;
  border-bottom: 1px solid #507aa4;
}
.box.solid.blue .box-title h4 {
  color: #FFFFFF !important;
}
.box.solid.blue .box-title h4 i {
  color: #FFFFFF !important;
}
.box.solid.blue .box-title .tools > a {
  color: #f4f4f4 !important;
}
.box.solid.blue .box-title .tools > a :hover {
  color: #f4f4f4 !important;
  opacity: 0.6 !important;
}
.box.solid.blue .box-body {
  color: #FFFFFF;
  background-color: #5e87b0 !important;
}
.box.solid.grey {
  border: 1px solid #626262;
}
.box.solid.grey .box-title {
  color: #FFFFFF !important;
  background-color: #6f6f6f !important;
  border-bottom: 1px solid #626262;
}
.box.solid.grey .box-title h4 {
  color: #FFFFFF !important;
}
.box.solid.grey .box-title h4 i {
  color: #FFFFFF !important;
}
.box.solid.grey .box-title .tools > a {
  color: #f4f4f4 !important;
}
.box.solid.grey .box-title .tools > a :hover {
  color: #f4f4f4 !important;
  opacity: 0.6 !important;
}
.box.solid.grey .box-body {
  color: #FFFFFF;
  background-color: #6f6f6f !important;
}
.box:after,
.box:before {
  display: table;
  color: "";
}
/* Misc */
.list-group-header {
  background-color: #F9F9F9;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  color: #6f6f6f;
}
/* Table Of Contents */
.contents-wrapper {
    position: relative;
    position: sticky;
    top: 65px;
}

.contents-nav-container span {
    display: block;
    margin-bottom: 8px;
    color: black;
}

.contents-nav-container span i {
    margin-right: 10px;
    color: #eea236;
}

.form-horizontal .anchor {
    display: block;
    position: relative;
    top: -65px;
    visibility: hidden;
}
/*-----------------------------------------------------------------------------------*/
/*	Elements
/*-----------------------------------------------------------------------------------*/
.example-modal .modal {
    bottom: auto;
    display: inline;
    margin: 0 auto;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
    z-index: 1;
    width: 100%;
}
.example-modal .modal .modal-dialog {
  width: 100%;
}
.center {
  text-align: center;
}
#themes .title {
  margin-right: 8px;
}
#themes .btn.active .tick:before {
    float: left;
    margin-top: 0px;
    margin-right: 5px;
    display: inline;
    font-size: 13px;
    font-family: 'Font Awesome 5 Free';
    height: auto;
    content: "\f00c";
    font-weight: 900;
    text-shadow: none;
}
#messenger .btn i {
  font-size: 18px;
}
div.hint {
  background-color: #F8F8F8;
  border-radius: 5px;
  color: #333;
  display: inline-block;
  height: 27px;
  text-align: center;
  width: 135px;
  vertical-align: middle;
  margin-top: 5px;
  font-weight: 600;
}
/* Labels and Arrows */
.label.arrow-out,
.label.arrow-in {
  border-radius: 0 !important;
  position: relative;
  z-index: 1;
}
.label.arrow-out:before,
.label.arrow-in:before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: rgba(0, 0, 0, 0) #abbac3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-image: none;
  border-style: solid;
  border-width: 1px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: -1;
}
.label.arrow-in:before {
  border-bottom-color: #ABBAC3;
  border-left-color: rgba(0, 0, 0, 0) !important;
  border-right-color: #ABBAC3;
  border-top-color: #ABBAC3;
}
.label.arrow-out-right,
.label.arrow-in-right {
  position: relative;
  z-index: 1;
}
.label.arrow-out-right:after,
.label.arrow-in-right:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #abbac3;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: -1;
}
.label.arrow-in-right:after {
  border-bottom-color: #ABBAC3;
  border-left-color: #ABBAC3;
  border-right-color: rgba(0, 0, 0, 0) !important;
  border-top-color: #ABBAC3;
}
.label-info.arrow-out:before {
  border-right-color: #70afc4;
}
.label-info.arrow-in:before {
  border-color: #70afc4;
}
.label-info.arrow-out-right:after {
  border-left-color: #70afc4;
}
.label-info.arrow-in-right:after {
  border-color: #70afc4;
}
.label-primary.arrow-out:before {
  border-right-color: #5e87b0;
}
.label-primary.arrow-in:before {
  border-color: #5e87b0;
}
.label-primary.arrow-out-right:after {
  border-left-color: #5e87b0;
}
.label-primary.arrow-in-right:after {
  border-color: #5e87b0;
}
.label-success.arrow-out:before {
  border-right-color: #a8bc7b;
}
.label-success.arrow-in:before {
  border-color: #a8bc7b;
}
.label-success.arrow-out-right:after {
  border-left-color: #a8bc7b;
}
.label-success.arrow-in-right:after {
  border-color: #a8bc7b;
}
.label-warning.arrow-out:before {
  border-right-color: #f0ad4e;
}
.label-warning.arrow-in:before {
  border-color: #f0ad4e;
}
.label-warning.arrow-out-right:after {
  border-left-color: #f0ad4e;
}
.label-warning.arrow-in-right:after {
  border-color: #f0ad4e;
}
.label-danger.arrow-out:before {
  border-right-color: #d9534f;
}
.label-danger.arrow-in:before {
  border-color: #d9534f;
}
.label-danger.arrow-out-right:after {
  border-left-color: #d9534f;
}
.label-danger.arrow-in-right:after {
  border-color: #d9534f;
}
.label-inverse.arrow-out:before {
  border-right-color: #555555;
}
.label-inverse.arrow-in:before {
  border-color: #555555;
}
.label-inverse.arrow-out-right:after {
  border-left-color: #555555;
}
.label-inverse.arrow-in-right:after {
  border-color: #555555;
}
.label {
  height: 20px;
  line-height: 1.15;
}
.label.arrow-out {
  margin-left: 5px;
}
.label.arrow-out:before {
  border-width: 9px 5px 10px;
  left: -10px;
}
.label.arrow-in {
  margin-left: 5px;
}
.label.arrow-in:before {
  border-width: 9px 5px 10px;
  left: -5px;
}
.label.arrow-out-right {
  margin-right: 5px;
}
.label.arrow-out-right:after {
  border-width: 9px 5px 10px;
  right: -10px;
}
.label.arrow-in-right {
  margin-right: 5px;
}
.label.arrow-in-right:after {
  border-width: 9px 5px 10px;
  right: -5px;
}
.label > span,
.label > [class*="fa-"] {
  line-height: 1;
}
.ui-slider {
  margin-bottom: 8px;
  margin-top: 10px;
}
.slider-eq > span {
  float: left;
  height: 125px;
  margin: 15px;
}
/* Sliers & Progress bar */
.slider {
  background: none repeat scroll 0 0 #E4E6EB !important;
  border: 0 none !important;
  border-radius: 50em 50em 50em 50em !important;
  position: relative;
  z-index: 10;
}
.ui-slider-horizontal {
  height: 0.7em !important;
}
.ui-slider-vertical {
  width: 0.7em !important;
}
.progress {
  background: none repeat scroll 0 0 #E4E6EB !important;
  border: 0 none !important;
  border-radius: 50em 50em 50em 50em !important;
  box-shadow: none;
  height: 14px !important;
  margin-top: -2px;
  position: relative;
}
.progress.progress-sm {
  height: 9px !important;
}
.progress.progress-lg {
  height: 17px !important;
}
.progress .ui-progressbar {
  border-radius: 50em 50em 50em 50em !important;
}
.progress .ui-progressbar-value {
  border: 0 none;
  border-radius: 50em 50em 50em 50em;
  box-shadow: none;
  height: 100%;
  left: 1px;
  position: absolute;
  top: 1px;
}
/* Animated progress */
.pbar .ui-progressbar-value {
  display: block !important;
}
.pbar.progress {
  overflow: hidden;
  margin-bottom: 5px;
  margin-top: 3px;
}
.percent {
  position: relative;
  text-align: right;
}
.elapsed {
  position: relative;
  text-align: right;
}
/* Slider & Progressbar colors */
.slider-blue .ui-slider-range,
.progress-blue .ui-progressbar-value {
  background: none repeat scroll 0 0 #70afc4;
}
.slider-green .ui-slider-range,
.progress-green .ui-progressbar-value {
  background: none repeat scroll 0 0 #a8bc7b;
}
.slider-pink .ui-slider-range,
.progress-pink .ui-progressbar-value {
  background: none repeat scroll 0 0 #db5e8c;
}
.slider-orange .ui-slider-range,
.progress-orange .ui-progressbar-value {
  background: none repeat scroll 0 0 #f0ad4e;
}
.slider-red .ui-slider-range,
.progress-red .ui-progressbar-value {
  background: none repeat scroll 0 0 #d9534f;
}
.slider-yellow .ui-slider-range,
.progress-yellow .ui-progressbar-value {
  background: none repeat scroll 0 0 #fcd76a;
}
.slider-dark .ui-slider-range,
.progress-dark .ui-progressbar-value {
  background: none repeat scroll 0 0 #555555;
}
/* Progress bar colors */
.progress-bar-yellow {
  background-color: #fcd76a;
}
.progress-bar-pink {
  background-color: #db5e8c;
}
.progress-bar-dark {
  background-color: #555555;
}
/* Tabs and Accordions */
.box .header-tabs .nav-tabs {
  border-bottom: 0 none;
  margin-right: 0;
  overflow: hidden;
  position: relative;
  top: -43px;
}
.box .header-tabs .nav-tabs > li {
  float: right;
  margin-left: 1px;
}
.box .header-tabs .nav-tabs > li > a {
  position: relative;
  background: #eee;
  /* background-image: linear-gradient(to bottom, #fff, #ddd);  */

  padding: 7px 15px;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  border-radius: 5px 0 0 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  margin-right: 15px;
  border-top: 1px solid #d0d0d0;
}
.box .header-tabs .nav-tabs > li > a i {
  margin-right: 5px;
}
.box .header-tabs .nav-tabs > li > a:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -0.5em;
  bottom: 0;
  width: 1em;
  background: #eee;
  /* background-image: linear-gradient(to bottom, #fff, #ddd);  */

  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  border-top: 1px solid #d0d0d0;
  transform: skew(10deg);
  -webkit-transform: skew(10deg);
  border-radius: 0 5px 0 0;
}
.box .header-tabs .nav-tabs > li > a:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -10px;
  bottom: 0;
  width: 1em;
  background: #eee;
  /* background-image: linear-gradient(to bottom, #fff, #ddd);  */

  border-left: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0;
  transform: skew(170deg);
  -webkit-transform: skew(170deg);
  border-radius: 5px 0 0 0;
}
/* Header Tabs content */
.box .header-tabs .tab-content {
	margin-top: -30px;
}
.box .header-tabs .nav-tabs > li.active a,
.box .header-tabs .nav-tabs > li.active a:after,
.box .header-tabs .nav-tabs > li.active a:before {
  background: #fff;
  z-index: 3;
}
/* Left, Right, Below tabs - removed from Bootstrap 3 */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
/* Accordions */
.panel-group .panel-heading .accordion-toggle {
  display: block;
  text-decoration: none;
  font-size: 14px;
}
/* Tree */
.tree {
  overflow-x: hidden;
  overflow-y: auto;
  padding-left: 9px;
  position: relative;
}
.tree:before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #67B2DD;
  border-image: none;
  border-style: dotted;
  border-width: 0 0 0 1px;
  bottom: 16px;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  top: -20px;
  z-index: 1;
}
.tree .tree-folder {
  cursor: pointer;
  min-height: 20px;
  width: auto;
}
.tree .tree-folder .tree-folder-header {
  height: 100%;
  line-height: 20px;
  position: relative;
}
.tree .tree-folder .tree-folder-header:hover {
  background-color: #f3f3f3;
}
.tree .tree-folder .tree-folder-header .tree-folder-name,
.tree .tree-item .tree-item-name {
  display: inline;
  z-index: 2;
}
.tree .tree-folder .tree-folder-header > [class*="fa-"]:first-child,
.tree .tree-item > [class*="fa-"]:first-child {
  display: inline-block;
  position: relative;
  top: -1px;
  z-index: 2;
}
.tree .tree-folder .tree-folder-header .tree-folder-name {
  margin-left: 2px;
}
.tree .tree-folder .tree-folder-header > [class*="fa-"]:first-child {
  margin: -2px 0 0 -2px;
}
.tree .tree-folder:last-child:after {
  border-left: 1px solid #FFFFFF;
  bottom: 0;
  content: "";
  display: inline-block;
  left: -15px;
  position: absolute;
  top: 15px;
  z-index: 1;
}
.tree .tree-folder .tree-folder-content {
  margin-left: 23px;
  position: relative;
}
.tree .tree-folder .tree-folder-content:before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #67B2DD;
  border-image: none;
  border-style: dotted;
  border-width: 0 0 0 1px;
  bottom: 16px;
  content: "";
  display: inline-block;
  left: -14px;
  position: absolute;
  top: -14px;
  z-index: 1;
}
.tree .tree-item {
  cursor: pointer;
  height: 100%;
  line-height: 20px;
  position: relative;
}
.tree .tree-item:hover {
  background-color: #f3f3f3;
}
.tree .tree-item .tree-item-name {
  margin-left: 3px;
}
.tree .tree-item .tree-item-name > [class*="fa-"]:first-child {
  margin-right: 3px;
}
.tree .tree-item > [class*="fa-"]:first-child {
  margin-top: -1px;
}
.tree .tree-folder,
.tree .tree-item {
  position: relative;
}
.tree .tree-folder:before,
.tree .tree-item:before {
  border-top: 1px dotted #67B2DD;
  content: "";
  display: inline-block;
  height: 0;
  left: -13px;
  position: absolute;
  top: 14px;
  width: 18px;
  z-index: 1;
}
.tree .tree-selected {
  background-color: rgba(98, 168, 209, 0.1);
  color: #6398B0;
}
.tree .tree-selected:hover {
  background-color: rgba(98, 168, 209, 0.1);
}
.tree .tree-item,
.tree .tree-folder {
  border: 1px solid #FFFFFF;
}
.tree .tree-folder .tree-folder-header {
  border-radius: 0 0 0 0;
}
.tree .tree-item,
.tree .tree-folder .tree-folder-header {
  -moz-box-sizing: content-box;
  margin: 0;
  padding: 5px;
}
.tree .tree-item > [class*="fa-"]:first-child {
  -moz-box-sizing: content-box;
  background-color: #FAFAFA;
  border: 1px solid #CCCCCC;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #e6e6e6;
  font-size: 11px;
  height: 13px;
  line-height: 13px;
  text-align: center;
  width: 13px;
}
.tree .tree-selected > [class*="fa-"]:first-child {
  background-color: #a8bc7b;
  border-color: #a8bc7b;
  color: #FFFFFF;
}
.tree .icon-plus[class*="fa-"]:first-child,
.tree .icon-minus[class*="fa-"]:first-child {
  -moz-box-sizing: content-box;
  background-color: #FFFFFF;
  border: 1px solid #8BAEBF;
  height: 11px;
  line-height: 10px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 11px;
  z-index: 1;
}
.tree .icon-plus[class*="fa-"]:first-child:before {
  content: "+";
  display: block;
  font-family: "Open Sans";
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.tree .icon-minus[class*="fa-"]:first-child:before {
  border-top: 1px solid #4D6878;
  content: "";
  display: block;
  height: 0;
  left: 2px;
  position: absolute;
  top: 5px;
  width: 7px;
}
.tree .tree-unselectable .tree-item > [class*="fa-"]:first-child {
  background-color: rgba(0, 0, 0, 0);
  border: 0 none;
  border-radius: 0 0 0 0;
  box-shadow: none;
  color: #5084A0;
  font-size: 10px;
  height: 13px;
  line-height: 13px;
  text-align: center;
  width: 13px;
}
.tree [class*="fa-"][class*="-down"] {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.tree .fa-spin {
  height: auto;
}
.tree .tree-loading {
  margin-left: 36px;
}
.tree img {
  display: inline;
}
/* Nestable lists */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-list {
  padding-left: 30px;
}
.dd-collapsed .dd-list {
  display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}
.dd-handle {
  display: block;
  cursor: move;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #ccc;
  background: #fafafa;
  background: -webkit-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
  background: -moz-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
  background: linear-gradient(top, #fafafa 0%, #eeeeee 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-handle:hover {
  color: #2ea8e5;
  background: #fff;
}
.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: 600;
}
.dd-item > button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
  content: '-';
}
.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-image: -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
/**
 * Nestable Extras
 */
.nestable-lists {
  display: block;
  clear: both;
  padding: 30px 0;
  width: 100%;
  border: 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
#nestable-menu {
  padding: 0;
  margin: 20px 0;
}
#nestable-output,
#nestable2-output {
  width: 100%;
  height: 7em;
  font-size: 0.75em;
  line-height: 1.333333em;
  font-family: Consolas, monospace;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#nestable2 .dd-handle {
  color: #fff;
  border: 1px solid #999;
  background: #bbb;
  background: -webkit-linear-gradient(top, #bbbbbb 0%, #999999 100%);
  background: -moz-linear-gradient(top, #bbbbbb 0%, #999999 100%);
  background: linear-gradient(top, #bbbbbb 0%, #999999 100%);
}
#nestable2 .dd-handle:hover {
  background: #bbb;
}
#nestable2 .dd-item > button:before {
  color: #fff;
}
@media only screen and (min-width: 700px) {
  .dd {
    float: left;
    width: 48%;
  }
  .dd + .dd {
    margin-left: 2%;
  }
}
.dd-hover > .dd-handle {
  background: #2ea8e5 !important;
}
/**
 * Nestable Draggable Handles
 */
.dd3-content {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px 5px 40px;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #ccc;
  background: #fafafa;
  background: -webkit-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
  background: -moz-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
  background: linear-gradient(top, #fafafa 0%, #eeeeee 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd3-content:hover {
  color: #2ea8e5;
  background: #fff;
}
.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}
.dd3-item > button {
  margin-left: 30px;
}
.dd3-handle {
  position: absolute;
  margin: 0;
  cursor: move;
  left: 0;
  top: 0;
  width: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #aaa;
  background: #ddd;
  background: -webkit-linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
  background: -moz-linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
  background: linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dd3-handle:before {
  content: '≡';
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.dd3-handle:hover {
  background: #ddd;
}
/* Tables inside Modals */
.modal-table .modal-body {
  padding: 0;
}
.modal-table .modal-footer {
  border-top: none;
  margin-top: 0;
}
/* Forms */
.form-title {
  margin-top: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
}
.field-icon {
  display: block;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  right: 25px;
  top: 9px;
}
.textarea-transition {
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  transition: height 0.2s;
}
.radio > div.radio,
.radio-inline > div.radio,
.checkbox > div.checker,
.checkbox-inline > div.checker {
  margin-left: -20px;
  padding-top: 0;
}
/* BT WYSIWYG */
#editor {
  margin-top: 10px;
  max-height: 250px;
  height: 250px;
  background-color: white;
  border-collapse: separate;
  border: 1px solid #cccccc;
  padding: 10px;
  box-sizing: content-box;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  overflow: scroll;
  outline: none;
}
#voiceBtn {
  width: 20px;
  color: transparent;
  background-color: transparent;
  transform: scale(2, 2);
  -webkit-transform: scale(2, 2);
  -moz-transform: scale(2, 2);
  border: transparent;
  cursor: pointer;
  box-shadow: none;
  -webkit-box-shadow: none;
}
div[data-role="editor-toolbar"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dropdown-menu a {
  cursor: pointer;
}
.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {
    left: auto;
    right: 0;
}
/* Charts */
.chart,
.pie,
.bars {
  height: 300px;
  overflow: hidden;
}
.demo-container {
  height: 300px;
  border: 1px solid #ddd;
}
.demo-placeholder {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.2em;
}
.legend table {
  border-spacing: 5px;
}
/* Xcharts */
.xchart .errorLine path {
  stroke: #C6080D;
  stroke-width: 3px;
}
.ex-tooltip {
  background: none repeat scroll 0 0 #EEEEEE;
  border-collapse: separate;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 3px #000000;
  display: none;
  padding: 5px;
  position: absolute;
}
/* Easy pie chart */
.piechart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  text-align: center;
}
.piechart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.piechart .percent {
  font-size: 1.2em;
  font-weight: 600;
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}
/* Sparkline */
.sparkline-row {
  margin-bottom: 30px;
  position: relative;
}
.sparkline-row .big {
  height: 30px;
  width: 83px;
}
.sparkline-row .title {
  display: block;
  font-size: 12px;
}
.sparkline-row .value {
  font-size: 17px;
  font-weight: 600;
}
.sparkline-row .sparkline,
.sparkline-row .sparklinepie,
.sparkline-row .linechart {
  position: absolute;
  right: 0;
  top: 0;
}
.sparkline-row .sparklinepie {
  position: absolute;
  right: 0;
  top: 0;
}
.sparkline-stats {
  position: relative;
}
.sparkline-stats ul {
  list-style: none outside none;
  margin: 0 0 0 -40px;
}
.sparkline-stats ul li {
  font-size: 12px;
  line-height: 32px;
  margin-bottom: 5px;
  padding-top: 3px;
}
.sparkline-stats ul li div {
  float: left;
}
.sparkline-stats ul li div:first-child {
  margin-right: 5px;
}
.sparkline-stats ul li .number {
  color: #FA603D;
  font-size: 17px;
  font-weight: 700;
  padding: 0 0 0 2px;
}
/* Google Maps */
.gmaps {
  height: 300px;
  width: 100%;
}
/* Full calendar */#external-events {
  padding: 0 10px;
  border: 1px solid #ccc;
  background: #eee;
  text-align: left;
  border-radius: 4px;
  margin-bottom: 20px;
}
#external-events h4 {
  font-size: 16px;
  margin-top: 0;
  padding-top: 1em;
}
.external-event {
  /* try to mimick the look of a real event */

  margin: 10px 0;
  padding: 2px 4px;
  background: #5e87b0;
  color: #fff;
  cursor: move;
  font-size: 0.83em;
  border-radius: 4px;
}
#external-events p {
  margin: 1.5em 0;
  font-size: 11px;
  color: #666;
}
#external-events p input {
  margin: 0;
  vertical-align: middle;
}
/* Vector Maps */
.vmaps {
  height: 300px;
  overflow: hidden;
  position: relative;
}
/* Isotope filtering */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.filter-content {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.filter-content .hover-content {
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 0;
  display: none;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0s;
  -o-animation-duration: 1s;
  -o-animation-delay: 0s;
}
.filter-content .hover-content h4 {
  margin-top: 20%;
}
.filter-content .hover-content a.hover-link {
  margin: 0 5px;
  vertical-align: middle;
}
.filter-content .hover-content a.hover-link i {
  color: #FFFFFF;
}
/* Login Screen */
.login {
  background: url("../img/light_noise_diagonal.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 100%;
  min-height: 100%;
}
.login #logo {
  
  text-align: center;
}
.login-box {
  background: url("../img/lockscreen.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #FFFFFF;
  border-radius: 7px 7px 7px 7px;
  margin: 50px auto;
  padding: 55px 60px 60px;
  position: relative;
  min-height: 300px;
}
.login-box input,
.login-box textarea {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 15px;
  margin: 0;
  padding: 10px 8px 8px;
  width: 100%;
  border-radius: 6px;
  box-shadow: none;
  min-width: 0;
  padding-left: 33px !important;
}
.login-box button {
  width: 100%;
}
.login input, .login select {
    border-radius: 0;
}
.login-box-plain {
    background: #ec1d25;
    border: 6px solid #fff;
    border-radius: 0;
  box-shadow: 0 1px 4px #D3D3D3;
  margin: 0 auto 50px ;
  padding: 30px 50px;
  position: relative;
  min-height: 300px;
}
.login-box-plain input,
.login-box-plain textarea {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 15px;
  margin: 0;
  padding: 10px 8px 8px;
  width: 100%;
  border-radius: 6px;
  box-shadow: none;
  min-width: 0;
  padding-left: 33px !important;
}
.login-box-plain button {
  width: 100%;
}
.login-box form i,
.login-box-plain form i {
  color: #CCCCCC;
  display: block !important;
  font-size: 16px;
  height: 16px;
  margin: 9px 2px 4px 10px;
  position: absolute !important;
  text-align: center;
  width: 16px;
  z-index: 1;
}
.login-box .social-login a,
.login-box-plain .social-login a {
  border: 0 none;
  border-radius: 100% 100% 100% 100%;
  height: 42px;
  line-height: 42px;
  margin: 0 5px;
  padding: 0;
  width: 42px;
  text-decoration: none !important;
}
.login-helpers {
  margin-top: 20px;
  font-size: 12px;
}
.form-control:focus {
  border-color: #CCCCCC;
  box-shadow: none !important;
}
.bigintro {
  font-size: 38px;
  line-height: 50px;
  text-align: center;
}
.logo a {
  transition: all 0.4s ease-in-out 0s;
}
.logo a:hover {
  opacity: 0.7;
}
.logo img {
  max-height: 50px;
}
.visible {
  display: block !important;
}
#login,
#register,
#forgot {
  display: none;
}
#login_bg,
#register_bg,
#forgot_bg {
  display: none;
}
#login_bg a,
#register_bg a,
#forgot_bg a {
  color: #FFFFFF;
  text-decoration: underline;
}
#login_bg a:hover,
#register_bg a:hover,
#forgot_bg a:hover {
  text-decoration: none;
}
/* Chat */
.chat-form {
  background-color: #e7e7e7;
  clear: both;
  overflow: hidden;
  padding: 10px;
  border-radius: 4px;
}
.chat-pop {
  background-color: #f4f4f4;
  padding: 8px;
  border-radius: 4px;
  position: relative;
  width: 70%;
}
.chat-pop .media-heading {
  font-weight: 400;
}
.chat-pop.mod {
  background-color: #dbdbdb;
  text-align: right;
}
.chat-pop h4 abbr {
  font-size: 11px;
  text-transform: uppercase;
}
.chat-pop h4 i {
  font-size: 13px;
}
.chat-list img {
  border-radius: 99px;
}
/* Chat widget */
.chat-widget {
  bottom: 0;
  position: fixed;
  right: 20px;
  width: 400px;
  z-index: 999;
}
.chat-widget .box {
  margin-bottom: 0px;
}
/* Address Book */
#contact-card .panel-title {
  font-size: 30px;
  color: #555555;
}
#contact-card .panel-body .headshot img {
  border-radius: 4px;
}
/* Pricing */
/*Pricing table and price blocks*/
.pricing_table {
  line-height: 150%;
  margin: 0 auto;
  width: 100%;
  padding-top: 10px;
}
.pricing_table .footer {
  padding: 15px;
  background: #dbdbdb;
  border-radius: 0 0 4px 4px;
}
.price_block {
  text-align: center;
  color: #fff;
  float: left;
  list-style-type: none;
  transition: all 0.25s;
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 10px;
  border-bottom: 1px solid transparent;
  padding-left: 0px;
  /* padding-right: 0px; */

}
.price_block_static {
  text-align: center;
  color: #fff;
  float: left;
  list-style-type: none;
  transition: all 0.25s;
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
/*Price heads*/
.pricing_table h3 {
  text-transform: uppercase;
  padding: 5px 0;
  background: #555555;
  margin: 0;
  border-radius: 4px 4px 0 0;
}
/*Price tags*/
.price {
  display: table;
  background: #898989;
  width: 100%;
  height: 70px;
}
.price_figure {
  font-size: 24px;
  text-transform: uppercase;
  vertical-align: middle;
  display: table-cell;
}
.price_number {
  font-weight: 600;
  display: block;
}
.price_tenure {
  font-size: 11px;
}
/*Features*/
.features {
  background: #e6e6e6;
  color: #555555;
  padding: 0;
}
.features li {
  padding: 8px 15px;
  border-bottom: 1px solid #ccc;
  font-size: 11px;
  list-style-type: none;
}
.price_block:hover {
  /* box-shadow: 0 0 0px 5px rgba(0, 0, 0, 0.5); */

  transform: scale(1.04) translateY(-5px);
  -webkit-transform: scale(1.04) translateY(-5px);
  z-index: 1;
  border-bottom: 0 none;
}
.price_block_static.active {
  -webkit-transform: scale(1.09) translateY(-5px);
  transform: scale(1.09) translateY(-5px);
  z-index: 1;
  border-bottom: 0 none;
  box-shadow: 0 0 0px 3px rgba(0, 0, 0, 0.3);
}
.price_block:hover .price.orange {
  background: #f0ad4e;
}
.price_block:hover .price.green {
  background: #a8bc7b;
}
.price_block_static.active .price {
  background: #d9534f;
}
.price_block:hover h3 {
  background: #3b3b3b;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  /* .price_block:nth-child(odd) {border-right: 5px solid transparent;} */
  .price_block:nth-child(3) {
    clear: both;
  }
  .price_block:nth-child(odd):hover {
    border: 0 none;
  }
}
@media only screen and (min-width: 768px) {
  /* .price_block {border-right: 5px solid transparent; border-bottom: 0 none;} */
  .price_block:last-child {
    border-right: 0 none;
  }
  .price_block:hover {
    border: 0 none;
  }
}
.skeleton,
.skeleton ul,
.skeleton li,
.skeleton div,
.skeleton h3,
.skeleton span,
.skeleton p {
  border: 5px solid rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  margin: 7px !important;
  background: rgba(0, 0, 0, 0.05) !important;
  padding: 0 !important;
  text-align: left !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  font-size: 10px !important;
  font-style: italic !important;
  text-transform: none !important;
  font-weight: normal !important;
  color: black !important;
}
.skeleton .label {
  font-size: 11px !important;
  font-style: italic !important;
  text-transform: none !important;
  font-weight: normal !important;
  color: white !important;
  border: 0 none !important;
  padding: 5px !important;
  margin: 0 !important;
  float: none !important;
  text-align: left !important;
  text-shadow: 0 0 1px white;
  background: none !important;
}
.skeleton {
  display: none !important;
  margin: 100px !important;
  clear: both;
}
/* Invoice */
@media print {
  .invoice-header .btn-group {
    display: none;
  }
  .payment-info {
    display: table;
    float: none;
    padding: 5px;
    margin: 0px;
  }
  .seller {
    display: table;
    float: left;
    padding: 5px;
    margin: 0px;
  }
  .buyer {
    display: table;
    float: right;
    padding: 5px;
    margin: 0px;
  }
  .seller i,
  .buyer i,
  .payment-info i {
    display: none;
  }
  .seller address,
  .buyer address,
  .payment-info address {
    float: left;
    font-size: 14px;
    margin: 0px;
  }
  .invoice-btn-group {
    display: none !important;
  }
  .amount {
    margin: 0px !important;
    font-weight: 400;
    font-size: 20px;
    float: right;
  }
  .invoice-title {
    font-size: 15px !important;
  }
  .divide-100 {
    display: none;
  }
  hr {
    margin: 0px;
  }
}
.invoice-header {
  display: block;
  margin-bottom: 20px;
}
.invoice-header h3 {
  font-weight: 400;
  margin-top: 0;
}
.seller,
.buyer,
.payment-info {
  padding: 20px;
}
.seller i,
.buyer i,
.payment-info i {
  color: #999999;
  float: left;
  font-size: 20px;
}
.seller address,
.buyer address,
.payment-info address {
  float: left;
  font-size: 15px;
  margin-left: 20px;
}
.invoice-title {
  color: #5e87b0;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.amount {
  margin-right: 30px;
  color: #d9534f;
  font-weight: 600;
}
/* Orders */
.orders {
  padding: 0;
  opacity: 1;
  transition: opacity 0.2s linear 0s;
}
.orders .progress {
  margin-top: 10px;
}
.orders.no-opaque {
  opacity: 1;
}
.orders:hover {
  opacity: 1;
}
.orders ul {
  margin: 0;
}
.orders li {
  border-bottom: 1px solid #FFFFFF !important;
  border-top: 1px solid #E7E7E7 !important;
  background-color: #f4f4f4;
  padding: 5px 20px;
  cursor: pointer;
  position: relative;
}
.orders li:hover {
  background-color: #ffffff;
}
.orders li:first-child {
  border-bottom: 1px solid #FFFFFF !important;
  border-top: none !important;
  border-radius: 4px 4px 0 0;
}
.orders li:last-child {
  border-radius: 0 0 4px 4px;
}
.orders li .cost {
  font-weight: 600;
}
.orders li abbr,
.orders li .fa-clock-o {
  color: #B3B3B3;
}
/* Search */
.search-results {
  margin: 20px 0;
}
.search-results h4 {
  margin-bottom: 2px;
}
.search-results h4 a {
  color: #5e87b0;
  text-decoration: underline;
}
.search-results .url {
  margin-top: 0px;
  color: #9db36a;
  margin-bottom: 5px;
}
.search-results img {
  margin-right: 10px;
  border-radius: 2px;
}
/* 404 & 500 Errors*/
.not-found .error {
  color: #a8bc7b;
  font-size: 128px;
  font-weight: 300;
  letter-spacing: -10px;
  line-height: 128px;
  margin-bottom: 20px;
  margin-top: 0;
  position: relative;
  text-align: right;
  top: 35px;
  right: 50%;
}
.not-found .error-500 {
  color: #d9534f;
  font-size: 128px;
  font-weight: 300;
  letter-spacing: -10px;
  line-height: 128px;
  margin-bottom: 20px;
  margin-top: 0;
  position: relative;
  text-align: right;
  top: 35px;
  right: 50%;
}
.not-found .content {
  display: inline-block;
  margin-left: 40px;
  padding-top: 0;
  text-align: left;
}
.not-found .content h3 {
  text-transform: uppercase;
}
#not-found-bg {
  background: url(../img/gallery/img/1.jpg) 0 0 no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
}
#not-found-bg .container {
  max-width: 1000px !important;
}
#not-found-bg .overlay {
  background: rgba(39, 62, 84, 0.82);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100%;
}
#not-found-bg .error {
  color: #FFFFFF;
  font-size: 128px;
  font-weight: 600;
  letter-spacing: -10px;
  line-height: 128px;
  margin-bottom: 20px;
  margin-top: 0;
  position: relative;
  text-align: left;
  right: 0;
  margin-left: 0px;
}
#not-found-bg .content {
  color: #FFFFFF;
  display: inline-block;
  margin-left: 0px;
  padding-top: 0;
  text-align: left;
}
#not-found-bg .content h3 {
  text-transform: uppercase;
}
/* FAQ */
#list-toggle .list-group i {
  margin-right: 10px;
  font-size: 15px;
}
/* USER PROFILE */
.user-profile.tabbable-custom > .tab-content {
  overflow: inherit;
}
.list-group-item.zero-padding {
  padding: 0;
}
.profile-details li i {
  color: #898989;
  cursor: pointer;
}
.profile-details li:hover i {
  color: #d9534f;
}
.user-profile .piechart {
  padding-bottom: 2px;
}
.user-profile .skill-name {
  text-transform: uppercase;
}
.feed-activity {
  border-bottom: 1px dotted #D0D8E0;
  border-left: 1px dotted #FFFFFF;
  border-right: 1px dotted #FFFFFF;
  padding: 10px 4px;
  position: relative;
}
.feed-activity:hover {
  background-color: #F4F9FD;
}
.feed-activity .roundicon {
  border-radius: 100% 100% 100% 100%;
  color: #FFFFFF;
  display: inline-block;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  margin-left: 0;
  margin-right: 15px !important;
  text-align: center;
  text-shadow: none !important;
  width: 38px;
  padding: 0px;
}
.feed-activity .time {
  bottom: 8px;
  position: absolute;
  right: 12px;
}
.form-actions {
  background-color: #F5F5F5;
  border-top: 1px solid #E5E5E5;
  margin-top: 10px;
  padding: 19px 20px 20px;
}
.login .form-group {
    margin: 0 0 10px;
    padding: 0;
}
#pro_edit .subtitle {
  display: block;
  font-weight: 600;
  padding-bottom: 5px;
}
#pro_edit .title {
  margin-top: 18px;
}
.form-vertical .form-group .control-label {
  padding-bottom: 5px;
}
/* DASHBOARD */
.dashbox .panel-body:before,
.dashbox .panel-body:after {
  clear: both;
  content: "";
  display: table;
  line-height: 0;
}
.dashbox .panel-body {
  padding: 0px;
}
.dashbox .panel-left {
  width: 30%;
  float: left;
  padding: 20px;
  border-radius: 4px 0 0 4px;
  color: #FFFFFF;
  text-align: center;
  background-color: #f4f4f4;
  border-right: 1px solid #DDDDDD;
}
.dashbox .panel-left.red i {
  color: #D9534F;
}
.dashbox .panel-left.blue i {
  color: #70AFC4;
}
.dashbox .panel-right {
  width: 70%;
  float: right;
  padding-left: 20px;
  padding-top: 10px;
  border-radius: 0 4px 4px 0;
  position: relative;
}
.dashbox .panel-right .number {
  font-size: 30px;
  font-weight: 400;
  color: #666666;
}
.dashbox .panel-right .title {
  text-transform: uppercase;
}
.dashbox .panel-right .label {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 11px;
}
ul.stats {
  -moz-box-sizing: border-box;
  display: table;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  width: 100%;
}
ul.stats:not(.no-dividers) li {
  border-right: 1px solid #D9D9D9;
}
ul.stats li {
  display: table-cell;
  padding: 15px;
}
ul.stats li:last-child {
  border-right: 0 none;
}
ul.stats li strong,
ul.stats li small {
  display: block;
  padding: 5px 0;
  text-align: center;
}
ul.stats li strong {
  font-size: 25px;
  font-weight: bold;
}
ul.stats li small {
  color: #ADADAD;
  font-size: 11px;
}
/* Quick Pie charts Dashboards */
.quick-pie .title {
  color: #555555;
  display: block;
  font-size: 11px;
  font-weight: 400;
  margin-top: 5px;
  text-transform: uppercase;
}
.quick-pie .title:hover {
  text-decoration: none;
}
/* FOOTER GOTO TOP */
.footer-tools {
  display: inline-block;
  float: right;
}
.footer-tools .go-top {
  background-color: #c1c1c1;
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: -2px;
  padding: 0 6px 2px;
  text-decoration: none;
  border-radius: 4px;
  color: #FFFFFF;
  text-transform: uppercase;
  position: fixed;
  bottom: 0;
  right: 20px;
}
.footer-tools .go-top i {
  color: #FFFFFF;
}
.footer-tools:hover {
  opacity: 0.7;
}
/* GALLERY */
#filter-controls {
  margin-bottom: 20px;
}
.width-100 {
  width: 100%;
}
/* EMAIL LAYOUTS */
#email-layouts li {
  margin-bottom: 10px;
  font-size: 14px;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */

  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */

}
/* FONT AWESOME */
#font-awesome a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
  color: #555555;
}
/* GRITTER */
#gritter-notice-wrapper {
  right: 1px !important;
}
.gritter-close {
  left: auto !important;
  right: 3px !important;
}
.gritter-title {
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 300;
}
/* WELL BOTTOM */
.well.well-bottom {
  border-radius: 0 0 4px 4px;
}

.login {
    background: rgba(0, 0, 0, 0) url("../img/bg-geo.jpg") repeat scroll 0 0;
}
.loginLogoCont {
    text-align:center;
}
.loginLogoCont img {
    
}
.form-group label {
    color:#000;
}
.loginLogoCont h2 {
    font-size:30px;
    margin: 15px 0;
    color: #fff;
}


.login input, .login select,.loginSubmCont button,.select2-drop.select2-drop-above,.select2-container .select2-choice {
    border-radius: 0 !important;
}
.loginSubmCont button {
    padding: 9px 12px;
}
.loginSubmCont {
    padding: 5px;
}
.validation-summary-errors {
background: #f2dede none repeat scroll 0 0;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 15px;
    padding: 8px;
}
.validation-summary-errors ul {
    list-style:none;
    text-align:center;
    margin: 0;
    padding: 0;
}
.egritosLogoCont {
 /*background: #eee none repeat scroll 0 0;*/
    margin: 15px auto 0;
    padding: 25px 15px;
    border-bottom: 2px solid #D8302D;
}
.egritosLogoCont img {
    width:280px;
}
/* Colors */
/* Primary colors */


.fileupload-buttonbar{

}

.fileupload-buttonbar .toggle{
    display:none;
}
td.hasFileTd{
    text-align:center;
    color:#5E87B0;
}
.radioUl {
margin:0;
padding:0;
list-style:none;
}
.radioUl input{
    display:inline-block;
    visibility:hidden;
    height:27px;
}
    .radioUl label {
        display:inline-block;
        position:absolute;
        top:0;
        width:100%;
        margin:0;
        cursor:pointer;
        height:32px;
        left:0;
        padding:7px 0 0;
    }

    .radioUl input[type="radio"]:checked + label.bg-success{ 
        background:#8CBD76;
        color:#fff;
    } 
    
    .radioUl input[type="radio"]:checked + label.bg-danger{ 
        background:#EE8181;
        color:#fff;
    } 
    
    .radioUl input[type="radio"]:checked + label.bg-warning{ 
        background:#EBCA47;
        color:#fff;
    } 
    .radioUl input:checked + label.bg-success{ 
        background:#8CBD76;
        color:#fff;
    } 
    
    .radioUl input:checked + label.bg-danger{ 
        background:#EE8181;
        color:#fff;
    } 
    
    .radioUl input:checked + label.bg-warning{ 
        background:#EBCA47;
        color:#fff;
    } 
.radioUl li{
    display:inline-block;
    text-align:center;
    position:relative;
    width:48%;
}
/*
.radioUl li:not(.cancelLi) {
width:44%;
}
.radioUl li.cancelLi{
    width:10%;
}
    */
.flatCheckbox {
    text-align:center;
    height: 40px;
    position: relative;
    width: 120px;
    overflow:hidden;
    margin:0 auto 5px;
}
.flatCheckbox label {
    background: #fffffd none repeat scroll 0 0;
    cursor: pointer;
    display: block;
    height: 40px;
    left: 8px;
    position: absolute;
    top: 1px;
    transition: all 0.5s ease 0s;
    width: 40px;
    z-index: 1;
    border:1px solid #E9513A;
}
.flatCheckbox label::before {
    color:  #E9513A;
    content: "|||";
    font-size: 15px;
    left: 7px;
    letter-spacing: 1px;
    position: absolute;
    top: 11px;
}
.flatCheckbox input[type="checkbox"]:checked ~ label {
    left: 75px;
    border-color:#2FCA6C;
}
.flatCheckbox input[type="checkbox"]:checked ~ label:before {
   color:#2FCA6C;
}
.flatCheckbox div {
    background: #e9513a none repeat scroll 0 0;
    height: 100%;
    position: relative;
    
    width: 100%;
}
.flatCheckbox input[type="checkbox"]:checked ~ div {
    background: #2fca6c none repeat scroll 0 0;
}
.flatCheckbox input[type="checkbox"] {
    visibility: hidden;
    margin:0;
}


.table-striped > tbody > tr.rdNo:nth-child(2n+1) > td, .table-striped > tbody > tr.rdNo:nth-child(2n+1) > th{
    background:#ddd;
}

#page {
  background: none repeat scroll 0 0 #f4f4f4;
}
.empty #page {
  background: transparent;
}
.bgBlock {
    background: #fff;
    margin: 0;
}

/* Start Navbar */
.navbar {
  background: none repeat scroll 0 0 #4778A6;
  border: none;
  border-radius: 0;
  margin: 0;
}
.navbar .navbar-brand {
  float: left;
  font-size: 18px;
  line-height: 20px;
    padding: 0;
    background: #4778A6;
}

.navbar .dropdown-toggle {
  color: #FFFFFF;
}
.navbar .dropdown-toggle i {
  color: #FFFFFF;
  font-size: 17px;
}
.navbar .dropdown-toggle .badge {
  background-color: #dd5a43;
  border-radius: 99px !important;
  font-size: 12px !important;
  font-weight: 300;
  height: 16px;
  padding: 2px 6px;
  position: absolute;
  right: 24px;
  text-align: center;
  text-shadow: none !important;
  top: 8px;
}
.navbar .dropdown-toggle .username {
  font-weight: 600;
}
.navbar #header-notification .dropdown-toggle i,
.navbar #header-message .dropdown-toggle i,
.navbar #header-tasks .dropdown-toggle i {
  color: #486d93;
  text-shadow: 1px 1px #b4c7da, -1px -1px #375471;
}
.navbar #navbar-left li.dropdown {
  background-color: #6f94b8;
  border-right: 1px solid #507aa4;
  font-weight: 400;
}
.navbar #navbar-left li.dropdown:first-child {
  border-left: 1px solid #507aa4;
}
.navbar #navbar-left i {
  margin-right: 5px;
  color: #FFFFFF;
}
.navbar .nav.navbar-nav.pull-right {
    /*  min-width: 300px;*/
    min-width: 430px;
    display: flex;
    justify-content: flex-end;
    padding-right: 44px;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus,
.navbar .nav .open > a,
.navbar .nav .open > a:hover,
.navbar .nav .open > a :focus {
  background-color: #80a0c1 !important;
}
/* Navbar Dropdown */
.dropdown-menu {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #C7CBD5;
  display: none;
  float: left;
  left: 0;
  font-size: 14px;
  list-style: none outside none;
  margin: 0;
  max-width: 300px;
  min-width: 166px;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  z-index: 1000;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.dropdown-menu .dropdown-title {
  background: none repeat scroll 0 0 #486d93;
  color: #FFFFFF;
  display: block;
  font-weight: 600;
  line-height: 30px;
  padding: 5px 10px;
}
.dropdown-menu .dropdown-title i {
  margin-right: 5px;
}
.dropdown-menu .footer {
  display: block;
}
.dropdown-menu .footer a {
  background-color: #dbdbdb !important;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  border-bottom: none !important;
  border-top: none !important;
}
.dropdown-menu .footer a i {
  margin-left: 5px;
  font-size: 16px;
}
.dropdown-menu ul {
  margin: 0 !important;
  padding: 0 !important;
}
/* Navbar Settings Menu */
.dropdown-menu.skins {
  border-top: 1px solid #486d93;
}
/* Navbar Right Menu */
.dropdown-menu {
  background-color: #f4f4f4;
}
.dropdown-menu li a {
  background-color: #f4f4f4;
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #E7E7E7;
  display: block;
  line-height: 40px;
  padding: 0 10px;
}
.dropdown-menu li a:hover {
  color: #333333;
  background-color: #ffffff;
}
.dropdown-menu.context {
  /* For smaller menus */

}
.dropdown-menu.context li a {
  line-height: 30px;
}
.dropdown-menu .divider {
  height: 1px;
  border-bottom: 0 !important;
  border-top: 1px solid #cecece !important;
  color: #555555 !important;
  margin: 0 !important;
}
/* Notification */
.dropdown-menu.notification {
  border-top: 1px solid #486d93;
  width: 270px;
}
.dropdown-menu.notification .label {
  color: #FFFFFF;
  display: inline-block;
  margin: -1px 10px -5px -10px !important;
  padding: 9px;
  text-align: center;
  width: 40px;
  height: 42px;
  border-radius: 0;
  position: absolute;
}
.dropdown-menu.notification .label i {
  font-size: 18px;
}
table.dataTable tr.rdNo, table.dataTable tr.rdNo td{
    font-weight:600;
}
.dropdown-menu.notification .body {
  position: relative;
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  white-space: normal;
  margin: 5px 5px 5px 40px;
  width: 100%;
}
.dropdown-menu.notification .message {
  line-height: 16px;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.dropdown-menu.notification .time {
  color: #777777;
  display: inline-block;
  font-size: 12px;
}
/* Messages */
.dropdown-menu.inbox {
  border-top: 1px solid #486d93;
  width: 280px;
}
.dropdown-menu.inbox img {
  border-radius: 50em 50em 50em 50em;
  height: 40px;
  margin-right: 10px;
  margin-top: 5px;
  width: 40px;
}
.dropdown-menu.inbox .body {
  position: relative;
  display: inline-block;
  line-height: 20px;
  max-width: 220px;
  vertical-align: middle;
  white-space: normal;
  margin: 5px 0;
}
.dropdown-menu.inbox .from {
  display: inline-block;
  line-height: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.dropdown-menu.inbox .message {
  line-height: 16px;
  display: block;
  margin-bottom: 5px;
}
.dropdown-menu.inbox .time {
  color: #777777;
  display: block;
  font-size: 12px;
}
.dropdown-menu.inbox .compose {
  display: block;
}
.dropdown-menu.inbox .compose :hover {
  cursor: pointer;
}
/* Tasks */
.dropdown-menu.tasks {
  border-top: 1px solid #486d93;
  width: 250px;
}
.dropdown-menu.tasks .progress {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  height: 9px !important;
}
/* User Menu */
.dropdown.user a.dropdown-toggle {
  padding: 10px 10px 11px;
}
.dropdown.user .dropdown-menu {
  border-top: none;
}
.dropdown.user img {
  margin-right: 5px;
  border-radius: 99px;
  height: 29px;
  width: 29px;
  /* filter: url("data:image/svg+xml;filter: gray;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); */

}
.dropdown.user a:hover img,
.dropdown.user a:focus img {
  filter: none;
}
/* End Navbar */
/* Start Sidebar */
#sidebar {
  background: none repeat scroll 0 0 #f4f4f4;
  padding: 0 !important;
  width: 247px;
  position: absolute;
  border-bottom: 1px solid #e7e7e7;
}
.sidebar-fixed {
  position: fixed !important;
}

#sidebar * {
  text-overflow: ellipsis;
}
.sidebar-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #FFFFFF !important;
  border-top: 1px solid #FFFFFF !important;
}
.sidebar-menu > ul > li {
  display: block;
  margin: 0;
  padding: 0;
  border: 0px;
}
.sidebar-menu > ul > li > a {
    display: block;
    position: relative;
    margin: 0;
    border: 0 none;
    padding: 15px 18px 15px 16px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.sidebar-menu > ul > li a i {
  color: #555555;
  font-size: 16px;
  margin-right: 5px;
}
.sidebar-menu > ul > li.has-sub {
  position: relative;
}
.sidebar-menu > ul > li.has-sub .sub {
  position: relative;
  background: #e7e7e7;
  border-top: 1px solid #e7e7e7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
.sidebar-menu > ul > li.has-sub .sub .has-sub-sub .sub-sub {
  position: relative;
  background: #e7e7e7;
  border-top: 1px solid #e7e7e7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
.sidebar-menu > ul > li.active > a {
  border: none;
  text-shadow: none;
}
.sidebar-menu ul > li > a .arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: 5px;
    display: inline;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    height: auto;
    content: "\f0d9";
    font-weight: 900;
    text-shadow: none;
}
.sidebar-menu > ul > li > a .arrow.open:before {
    float: right;
    margin-top: 1px;
    margin-right: 5px;
    display: inline;
    font-family: 'Font Awesome 5 Free';
    height: auto;
    font-size: 16px;
    content: "\f0d7";
    font-weight: 900;
    text-shadow: none;
}
.sidebar-menu > ul > li > ul.sub:before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #3b3b3b;
  border-image: none;
  border-style: dotted;
  border-width: 0 0 0 1px;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
}
.sidebar-menu > ul > li > ul.sub > li:before {
  border-top: 1px dotted #3b3b3b;
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  margin: 5% 0 0;
}
.sidebar-menu > ul > li > ul.sub {
  display: none;
  list-style: none;
  clear: both;
  padding-left: 25px;
}
.sidebar-menu > ul > li > ul.sub .has-sub-sub ul.sub-sub {
  display: none;
  list-style: none;
  clear: both;
}
.sidebar-menu > ul > li.active > ul.sub {
  display: block;
}
.sidebar-menu > ul > li.active > ul.sub .has-sub-sub ul.sub-sub {
  display: block;
}
.sidebar-menu > ul > li > ul.sub > li,
.sidebar-menu > ul > li > ul.sub .has-sub-sub ul.sub-sub > li {
  background: none;
  margin: 0px;
  padding: 0px;
  margin-top: 1px !important;
}
.sidebar-menu > ul > li > ul.sub > li > a {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px;
  padding-left: 30px !important;
  color: #555555;
  text-decoration: none;
  font-size: 13px;
  font-weight: 300;
  background: none;
}
.sidebar-menu > ul > li > ul.sub .has-sub-sub ul.sub-sub > li > a {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px;
  padding-left: 30px !important;
  color: #555555;
  text-decoration: none;
  font-size: 13px;
  font-weight: 300;
  background: none;
}
.sidebar-menu > ul > li > ul.sub .has-sub-sub ul.sub-sub > li :hover,
.sidebar-menu > ul > li > ul.sub .has-sub-sub ul.sub-sub > li :focus {
  text-decoration: underline;
}
.sidebar-menu > ul > li > ul.sub > li > a > i,
.sidebar-menu > ul > li > ul.sub .has-sub-sub ul.sub-sub > li > a > i {
  font-size: 13px;
}
.sidebar-menu > ul > li > a {
  border-bottom: 1px solid #ffffff !important;
  border-top: 1px solid #e7e7e7 !important;
  color: #555555 !important;
}
.sidebar-menu > ul > li:last-child > a {
  border-bottom: 1px solid transparent !important;
}
.sidebar-menu > ul > li:first-child > a {
  /* border-top-color: transparent !important; */

}
.sidebar-menu > ul > li a i {
  color: #555555;
}
.sidebar-menu > ul > li.has-sub.open > a,
.sidebar-menu > ul > li > a:hover,
.sidebar-menu > ul > li:hover > a {
  background: #ffffff;
}
.sidebar-menu > ul > li.has-sub.open > ul > li.has-sub-sub.open > a {
  background: #ffffff;
}
.sidebar-menu > ul > li.active > a {
  background: #dbdbdb !important;
  border-top-color: transparent !important;
  color: #fff;
}
.sidebar-menu > ul > li > a.open {
  background: #313131;
}
.sidebar-menu ul > li > a .arrow:before,
.sidebar-menu > ul > li > a .arrow.open:before {
  color: #555555 !important;
}
/*.sidebar-menu ul > li.active > a .arrow:before,
.sidebar-menu > ul > li.active > a .arrow.open:before {  
   color: #fff !important;
} */
.sidebar-menu > ul > li > ul.sub > li > a {
  color: #555555;
  margin-left: 0px;
  padding-left: 5px;
  font-size: 13px;
  font-weight: 400;
}
.sidebar-menu > ul > li > ul.sub > li:first-child > a {
  border-top: 0px !important;
}
.sidebar-menu > ul > li > ul.sub > li.active > a,
.sidebar-menu > ul > li > ul.sub > li > a:hover,
.sidebar-menu > ul > li > ul.sub > li.current {
  background: #f4f4f4 !important;
}
.sidebar-menu > ul > li > ul.sub > li > a:hover {
  background: #f4f4f4 !important;
}
/* Search */
.sidebar-menu #search-bar {
  display: block;
  text-align: center;
}
.sidebar-menu #search-bar .search {
  background: none repeat scroll 0 0 #ffffff;
  border: 0 none;
  border-radius: 4px;
  color: #555555;
  padding: 8px 10px;
  width: 90%;
  margin: 0 auto 10px;
  padding-right: 30px !important;
}
.sidebar-menu #search-bar .search-icon {
  display: block;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  right: 22px;
  top: 29px;
  color: #888888;
}
/* Mini Menu Search */
.mini-menu .sidebar-menu #search-bar {
  display: block;
  text-align: center;
}
.mini-menu .sidebar-menu #search-bar .search {
  background: none repeat scroll 0 0 #ffffff;
  border: 0 none;
  border-radius: 4px;
  color: #555555;
  padding: 8px 10px;
  width: 90%;
  margin: 0 auto 10px;
}
.mini-menu .sidebar-menu #search-bar .search-icon {
  display: block;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  right: 22px;
  top: 29px;
  color: #888888;
}
/* Quick launch */
.sidebar-menu .quicklaunch-lg {
  line-height: 39px;
  margin-bottom: 0;
  max-height: 41px;
  text-align: center;
}
.sidebar-menu .quicklaunch-lg .btn {
  margin-right: 1rem;
}
.sidebar-menu .quicklaunch-mini {
  display: none;
  font-size: 0;
  line-height: 18px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-align: center;
  width: 50px;
}
/* Sidebar collapse */
.sidebar-collapse,
.switcher {
    padding: 10px 10px 0 0;
    position: absolute;
    top: 10px;
    left: 10px;
    /*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
    /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);*/
    color: #FFFFFF;
    /*padding: 6px 8px;*/
    padding: 0;
    font-size: 30px;
}
.sidebar-collapse:hover,
.switcher:hover {
  background-color: #507aa4;
}
.sidebar-collapse > [class*="fa-"],
.switcher > [class*="fa-"] {
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
  position: relative;
  float: right;
}
.menu-text .badge {
  position: absolute;
  right: 35px;
  line-height: 15px;
  padding-bottom: 3px;
  padding-top: 2px;
  text-shadow: none;
  background-color: #dd5a43 !important;
}
/* Min Menu */
.mini-menu#sidebar {
  width: 50px;
}
.mini-menu#sidebar:before {
  width: 50px;
}
.mini-menu#sidebar .sidebar-menu > ul > li > a > .menu-text .badge {
  top: 15px;
  right: 10px;
}
.mini-menu#sidebar .sidebar-menu > ul > li > a > .menu-text .label {
  position: absolute;
  top: 15px;
  right: 10px;
}
.mini-menu#sidebar .sidebar-menu > ul > li > a > .menu-text {
  background-color: #f4f4f4;
  display: none;
  height: 50px;
  left: 50px;
  line-height: 38px;
  padding-left: 12px;
  position: absolute;
  top: 0;
  width: 174px;
  padding: 5px 0 0 15px;
  z-index: 121;
  border: 1px solid #cecece;
}
.mini-menu#sidebar .sidebar-menu > ul > li.has-sub > a > .menu-text {
  border-right: none;
  border-top: none;
}
.mini-menu#sidebar .sidebar-menu > ul > li:hover > a > .menu-text {
  display: block;
}
.mini-menu#sidebar .sidebar-menu > ul > li > ul.sub {
  background-color: #e7e7e7;
  border: 1px solid #cecece;
  display: none !important;
  left: 50px;
  padding-bottom: 2px;
  padding-top: 50px;
  position: absolute;
  top: 0;
  width: 176px;
  z-index: 120;
  border-top: 1px solid #e7e7e7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
.mini-menu#sidebar .sidebar-menu > ul > li:hover > ul.sub {
  display: block !important;
}
.mini-menu#sidebar .sidebar-menu ul > li > a .arrow:before {
  display: none;
}
.mini-menu#sidebar .sidebar-menu > ul > li > a .arrow.open:before {
  display: none;
}
.mini-menu#sidebar .quicklaunch-mini {
  display: block;
}
.mini-menu#sidebar #quicklaunch {
  position: relative;
}
.mini-menu#sidebar .quicklaunch-lg {
  background-color: #f4f4f4;
  display: none;
  left: 50px;
  position: absolute;
  top: -1px;
  width: 190px;
  z-index: 20;
  padding: 0 0 0 1px;
  max-height: 50px;
  height: 115%;
  border: 1px solid #cecece;
}
.mini-menu#sidebar .quicklaunch-lg .btn {
  margin-right: 0.25rem;
}
.mini-menu#sidebar #quicklaunch:hover .quicklaunch-lg {
  display: block;
}
/* End Sidebar */
/* Team Status */
.team-status {
  background-color: #6f6f6f;
  display: none;
  border-bottom: 2px solid #555555;
}
.team-status.open {
  display: block;
}
.team-status .team-list {
  height: 100%;
  list-style: none outside none;
  margin: 0 auto;
  padding: 15px 10px 20px;
  text-align: center;
}
.team-status .team-list li {
  color: #FFFFFF;
  display: inline-block;
  padding: 0 30px;
}
.team-status .team-list li:last-child {
  border-right: 0 none;
}
.team-status .team-list li a {
  color: #FFFFFF;
  display: block;
  opacity: 0.9;
  padding: 15px;
  border-radius: 4px;
  min-width: 200px;
}
.team-status .team-list li a .progress {
  margin-top: 10px !important;
  height: 9px !important;
  margin-bottom: 10px !important;
}
.team-status .team-list li a .status {
  text-align: left;
  font-size: 11px;
  text-transform: uppercase;
}
.team-status .team-list li a .status .field {
  margin-bottom: 5px;
}
.team-status .team-list li a:hover {
  background-color: rgba(255, 255, 255, 0.07);
  opacity: 1;
  text-decoration: none;
}
.team-status .team-list li .image,
.team-status .team-list li .title {
  display: block;
}
.team-status .team-list li .image img {
  height: 45px;
  width: 45px;
  border-radius: 150px 150px 150px 150px;
}
.team-status .team-list li .title {
  font-weight: 600;
}
.team-status .team-list li .image + .title {
  padding-top: 10px;
}
.team-status .team-list li.current a {
  background-color: rgba(255, 255, 255, 0.07);
  opacity: 1;
  text-decoration: none;
}


/*arxeiothetisi css*/
.fakeloiList ul {
    margin: 0;
    padding: 0;
}

.fakeloiList ul li {
    list-style: none;
}

/*.fakeloiList {
    padding: 15px 0 15px 15px;
    border: solid;
    border-width: 0 1px 1px 1px;
    border-color: #ddd;
}

.fakeloiList ul li:before {
    content: "";
    color: #5E87B0;
}*/
.fawesome:before {
    content: "";
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin: 0 7px 0 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.jstree {
    padding: 15px 0;
}
.infoMsgCont {
    padding: 7px 10px;
    text-align: center;
}
.jstree-default .jstree-anchor {
    max-width: 90%;
    overflow: hidden;
}

.downloadSinimenaZipped a {
    text-decoration: none;
}

.downloadSinimenaZipped .dropdown {
    margin-left: -3px;
    margin-right: 5px;
}

.downloadSinimenaZipped .dropdown-toggle {
    width: 25px;
    padding: 6px 0px;
}

.fileUploadCont h4 {
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 7px;
}

.filesListCont {
    /*display: none;*/
    margin-bottom: 15px;
}
.fileListRows {
   
}
.delFileA{
    display:block;
    padding: 8px 0;

}

.singleFileRow {
     border-bottom: 1px solid #ccc;
    margin: 7px 0;
    padding: 6px 0;
}
.delSinimeno {
    display: inline-block;
    
}

.delSinimeno i{

}


/*end of arxeiothetisi css*/

.faWB {
width:100%;
display:block;
text-align:center;
}
/*
#dtXreoseis tr.even td.sorting_1 {
background-color:inherit !important;
}
#dtXreoseis tr.odd td.sorting_1 {
background-color: #f9f9f9 !important
}
*/
#dtXreoseis td.sorting_1 {
text-align:center;
color:#111;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
background:#fff;
}

.table-striped > tbody > tr:nth-child(2n+1):hover > td, .table-striped > tbody > tr:nth-child(2n+1):hover > th {
background:#f5f5f5;
}
.fieldRowCont {
    padding-bottom:10px !important;
}

.wrnXrFlag,.rdFlag,.dataTables_filter {
    display:none;
}
.rdOk{

}
tr.rdNo{
    background:#ddd;
}
tr.rdNo:hover{
    background:#c7c7c7 !important;
}

.dataTables_wrapper{
     margin-top: 15px;

}

.boxFiltersCont{
    background:#f4f4f4;
    padding:10px  !important;
    border-bottom:3px double #999;
}
    .boxFiltersCont fieldset{
        border:1px solid #ddd;
        margin: 0 2px;
        padding: 0.35em 0.625em 0.75em;
    }
        .boxFiltersCont fieldset legend{
            font-size:14px;
            margin:0;
            border:0;
            padding:0 10px;
            color:#5E87B0;
        }



* {
    border-radius: 0 !important;
}

.hide {
    display: none !important;
}

.d-flex {
    display: flex;
}

.js_viewer_loader, .js_viewer_loader:after {
    border-radius: 50% !important;
}
[v-cloak] {
    display: none !important;
}
body.empty{
    overflow:hidden;
}

.bootbox-body {
    height: 100%;
}

#vueUserEtiketesModal .modal-backdrop.fade.in {
    z-index: 9998;
}
#vueUserEtiketesModal .modalVue {
    position: fixed;
    z-index: 9999;
}

#VivlioProtokolouFilters .row:not(:last-child),
#VivlioXreoseonFilters .row:not(:last-child) {
    margin-bottom: 10px;
}

.modal {
    z-index: 10001
}

.modal-title {
    color: black;
    font-weight: bold;
}

#toast-container {
    z-index: 9999999;
}

#toast-container > .toast-success,
#toast-container > .toast-error,
#toast-container > .toast-warning,
#toast-container > .toast-info {
    background-position: 20px 18px;
    padding-left: 65px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.modal-footer .btn-danger {
    float: left;
}
.modal-footer {
    margin-top: 0;
}

/*.modal-content { max-height: calc(100vh - 60px); }
.modal-body { max-height: calc(100vh - ( 60px + 127px )); }
.modal-body .bootbox-body { max-height: calc(100vh - ( 60px + 167px )); overflow-y: auto;}*/

#pdfPreviewModal .modal-content { max-height: unset; }
#pdfPreviewModal .modal-body { max-height: unset; }
#pdfPreviewModal .modal-body .bootbox-body { max-height: unset; }

.pdfViewerWrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    background-color: #ededf0;
    min-height: 100vh;
}

.loading-pdf {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff96;
    flex-direction: column;
    font-weight: bold;
}

.pdfToolbar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdfToolbar > span:not(:last-of-type) {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid black;
}

.pdfToolbar #page_num {
    display: inline-block;
    width: 45px;
    text-align: end;
}

.pdfViewerWrapper canvas {
    width: 800px;
    box-shadow: 0px 0px 8px 0px #a6a6a6;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

#pdfPreviewModal {
    height: 100%;
    max-height: 100vh;
}

#pdfPreviewModal .modal-title {
    width: 100%;
    text-align: center;
    font-weight: normal;
}

#pdfPreviewModal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

#pdfPreviewModal .modal-header {
    background-color: #f9f9fa;
    height: 60px;
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 999999;
}

#pdfPreviewModal .modal-header  .close{
    margin-right: 15px;
}

#pdfPreviewModal .modal-content {
    border: none;
}

#pdfPreviewModal .modal-header .pdfToolbar {
    position: sticky;
    width: 100%;
    padding: 10px;
    top: 0;
}

#pdfPreviewModal .modal-body {
    padding: 0;
}

.w-100 {
    width: 100%;
}
hr, .table-bordered, .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-color: #bbb;
}
    hr.splitter {
        margin: 4px 0;
        padding: 0;
    }
#main-content {
    transition: all 0.3s ease-in-out;
}
.nm { margin: 0;}
.nmp { margin: 0;padding: 0;}
.np { padding: 0;}
.npl { padding-left: 0;}
.npr { padding-right: 0;}

.fadedState {
    opacity: 0.7;
}
.box-item-header {
    font-weight: bold;
    padding: 0 24px;
    margin-top: 35px;
}
.baseList {
    padding: 10px 25px;
    margin: 0;
    list-style: none;
}
.baseList li{
    padding: 5px 0 0;
    margin: 0 0 2px;
    border-bottom: 1px solid #4778a6;
}
.baseList li a{
    text-decoration: none;
    color: #111;
    transition: all 0.6s ease 0s;
}
.baseList li a:hover{
    color: #428BCA;
}

.tmhmaApostApodNeoBody {
    
}

table.dataTable {
    width: 100% !important;
}

/* diaxeirisi perifereiakon pinakon css    ************************************************************/
.arrRightUl li{
    border-bottom: 1px solid #4778a6;
}

.arrRightUl li:before {
    color: #fff;
    background: #4778A6;
    content: "\f061";
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    padding: 5px;
    font-size: 12px;
    line-height: 1;
    margin: 0 5px 0 0;
    transition: all 0.6s ease 0s;
}

.arrRightUl li:hover:before {
    background: #428BCA;
}

.btn-diaxeiri{
    margin-top: 20px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    

}
.btn-diaxeiri a {
        color: white;
    }

.messageForSync {
    color: black;
    margin-top: 20px;
}
/* end of diaxeirisi perifereiakon pinakon css    ************************************************************/
.staticTopCont {
}
.staticTopCont .staticTopContButtons {
    margin: 7px 5px 0 0;
}
.staticTopCont .nav.navbar-nav.staticTopContLists {
    padding: 0;
    margin: 0;
}

.filterBoxCont {
    padding: 0 !important;
    height: 37px;
}
.filterBoxCont > h4{
    padding: 8px 10px 2px !important;   
}
.trans {
    transition: all 0.3s ease-in-out;
}
h5.refreshTableData, .extraButtonInBar {
    margin: 0;
    padding: 12px 15px 11px;
    background: #ABD8F2;
    color: #111;
    right: -1px;
    font-weight: 400;
    top: -1px;
    position: relative;
    cursor: pointer;
}
.extraButtonInBar {
    background: #ABD8F2;
    border-right: 1px solid #fff;
}
.extraButtonInBar a {
    color: #111;
}
.extraButtonInBar a:hover {
    background: #428bca;
    color: #ffffff;
}
.refreshTableData:hover, .extraButtonInBar:hover {
    background: #428bca;
    color: #ffffff;
}
.refreshTableData i, .extraButtonInBar i {
    margin-right: 10px;
}

.userListTable .adminIcon {
    color: #47a447;
}
.userListTable .fa{
    font-size: 20px;
}
.userListTable .tdAdmin{
    width: 105px;
}

.innerDieythRow , .innerDieythRow > div{
    margin: 0;
    padding: 0;
}

.innerDieythRow > div:last-child{
    padding-left: 5px;
}
.massDieytXr {
    width: 100%;
    padding: 4px 5px;
}

.singleRowXrStat {
    margin-bottom: 5px;
    padding-bottom:5px;
    border-bottom: 1px solid #aaa;
}

.thSmall {
    width: 80px;
}

#xreosTabl tr.xreosiRow[data-haverights="True"]:hover td.tdDieyt, #xreosTabl tr.xreosiRow[data-haverights="True"]:hover td.tdTmima,
#xreosTabl tr.xreosiRow[data-haverights="True"] td.tdDieyt, #xreosTabl tr.xreosiRow[data-haverights="True"] td.tdTmima {
    font-weight: 600;
}

#xreosTabl tr.xreosiRow[data-mine="True"], #xreosTabl tr.xreosiRow[data-mine="True"]:hover td, #xreosTabl tr.xreosiRow[data-mine="True"]:hover th,
#xreosTabl tr.xreosiRow[data-mine="True"] td, #xreosTabl tr.xreosiRow[data-mine="True"] th {
    background: #DEF7F8;
}
#xreosTabl tr.xreosiRow[data-mineantautou="True"], #xreosTabl tr.xreosiRow[data-mineantautou="True"]:hover td, #xreosTabl tr.xreosiRow[data-mineantautou="True"]:hover th,
#xreosTabl tr.xreosiRow[data-mineantautou="True"] td, #xreosTabl tr.xreosiRow[data-mineantautou="True"] th {
    background: #ede2f5;
}
.singleRowXrStat span {
    font-weight: bold;
    color: #000;
}
.readXrSpan, .readXrSpan .btn, .spanXrStatus, .xrStatusBox, .xrStatusHistory {
    vertical-align: top;
    height: 25px;
    width: 25px;
}

span.hasSignedXrSpan button {
    display: flex;
    align-items: baseline;
    background-color: #fff;
    margin-top: 2px;
    padding: 3px;
    border: 3px solid #ccc;
    /*width: 135.5px;*/
    flex-wrap: wrap;
    justify-content: center;
}

    span.hasSignedXrSpan button i::after {
        content: "Προς υπογραφή";
        padding: 0 0 0 3px;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    span.hasSignedXrSpan button.signed i::after {
        content: "Υπογράφηκε";
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    span.hasSignedXrSpan button.signedAntautou i::after {
        content: "Υπογράφηκε \a αντ' αυτού";
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        white-space: pre;
    }
    span.hasSignedXrSpan button.willSignAntautou i::after {
        content: "Προς υπογραφή \a αντ' αυτού";
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        white-space: pre;
    }

    span.hasSignedXrSpan button.signed,
    span.hasSignedXrSpan button.signedAntautou {
        border: 3px solid #5cb85c;
    }

td.tdXrStatusRead div.row {
    margin: 0px !important;
    padding: 0px !important;
}

.xrStatusHistory i {
    color: #ffffff;
    position: relative;
    top: 2px;
}
.xrStatusHistory:hover {
    opacity: 0.75;
}
.xrStatusHistory {
    background: #1A3D51;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}
.xrStatusSelectList li {
   border-bottom: 1px solid #ccc;
    padding: 3px 10px;
}
.xrStatusSelectList li:hover, .xrStatusSelectList li.sel {
    background: #aaa;
    color: #fff;
}
    .xrStatusSelectList li[data-xrstatusid="6"]{
        display:none;
    }

.xrStatusSelect button {
    float: none;
    padding: 0 3px 0 0;
    border: 0;
}
.xrStatusBox {
    width: 25px;
    height: 25px;
    display: inline-block;
}
.xreoseisRow table {
    margin-bottom: 10px;
}

#editEggrafoForm #dtXreoseis tbody tr:nth-child(3n-2) td {
    border-top: 3px solid #49709C;
}
#editEggrafoForm #dtXreoseis tbody tr:first-child td {
    border-top: 0;
}

.belowXreoseisTabsCont {
    margin: 0 !important;
}
.belowXreoseisTabsCont.row > div{
    margin: 0;
    padding: 0 !important;
}

.fabg.viewedXreosi {
    background-color: #69BEE9;
}

td.tdUserCr {
    cursor: pointer;
    /*cursor: hand;*/
}
td.tdOdigiesXreosis {
    padding: 5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
}

.xtrSetRow {
    padding: 5px;
    margin-bottom: 5px;
}
.xtrSetRow .lbl {
    display: inline-block;
    margin-left: 5px;
    font-weight: 600;
    padding: 3px 0 0;
}
.legendBlock {
    /*border: 1px solid #bbb;*/
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 0px;
}
.legendBlock h5 {
    /*display: inline-block;*/
    display: none;
    padding: 5px;
    margin: 3px;
    border-right: 2px solid;
    color: #4778a6;
    font-weight: 600;
}
.legendCont {
    
}
.legendList {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    /*padding: 4px 5px 5px;*/
    padding: 5px 0 5px;
}
.legendList li {
    border-right: 1px solid #666;
    display: inline-block;
    list-style: outside none none;
    margin-right: 5px;
    padding-right: 5px;
}
.legendList li:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}
.legendList li i{
    margin-right: 5px;
    /*width: 25px;*/
    width: 10px;
    text-align: center;
    /*height: 18px;*/
}
    .legendList li i.fabg, .legendList li i.fabg.fa-eye {
        padding: 1px 0 0;
        /*background-color: #69BEE9;*/
    }
        .legendList li i.fabg.fa-eye, .readXrSpan .btn.btn-success, .legendList li i.fabgwar.fa-eye {
            background-color: #69BEE9;
            border-color: #376a84;
            padding: 2px 0 0;
        }

.legendList li i.fa-history{
    background: #1a3d51;
    color: #ffffff;
}
.extraSettingsCont {
    
}
.masBootRow {
    margin: 0;
}
.maslabel span {
    font-size: 12px;
    color: #ddd;
}
.newlyAdded, .newlyAdded td {
    background: #DFF0D8;
}
.clBtn {
    padding: 0;
    text-align: center;
}
.maslabel {
    background: #4778A6;
    color: #fff;
    padding: 5px 5px 5px 15px;
    margin: 3px 0;
}
.masWarn {
    padding: 5px;
    text-align: center;
    margin: 3px 0;
}
.masInp input, .masInp select, .masInp textarea{
    border: 1px solid #ccc;
    width: 100%;
    padding: 3px;
    margin: 3px 0;
}
.masInp.sel {
    padding-right: 0;
}
.text-core .text-wrap .text-dropdown {
    z-index: 5;
}
.has-errors, .has-errors td {
    background: #f2dede !important;
}

.txtareaFix {
    resize: none;
    height: 95px !important;
    width: 100% !important;

}
#Eggrafo_nAA {
    font-weight: 600;
    font-size: 18px;
}
.perLabCont  button {
    width: 100%;
    margin: 35px 0 0;
}
.text-core .text-wrap {
    width: 100% !important;
}
.text-wrap {
    position: relative;
}
.text-label {
    color: #333;
}

/*dropdown gear menu in header ******************************************************************************************/
.dropDownCont {
    display: inline-block;
}
.dropDownCont, .dropDownCont * {
    transition: all 0.25s ease-in-out !important;
}

.dropDownCont > .signDigitally
 {
    padding: 0 5px;
    width: 40px;
}

.dropDownCont.signDropdown {
    height: 34px;
    display: inline-flex;
}

.dropDownCont.signDropdown button,
.dropDownCont.signDropdown button:focus,
.dropDownCont.signDropdown button:active {
    height: 34px;
    width: 20px;
    padding: 0;
    border: none;
    text-align: center;
    border-left: 1px solid white;
}

.dropDownCont.signDropdown svg {
    height: 100% !important;
}
.dropDownCont.signDropdown.disabled {
    pointer-events: none;
    opacity: .6;
}

/*#tblFiles.signValid .dropDownCont > .signDigitally,
#tblFiles.signValid .dropDownCont.signDropdown button,
#tblFiles.signValid .dropDownCont.signDropdown button:focus,
#tblFiles.signValid .dropDownCont.signDropdown button:active {
    background-color: #5bc0de;
}*/

/*end of dropdown gear menu in header ******************************************************************************************/


/*koinop. css ******************************************/
.thKoinName {
    width: 40%;
}
.thKoinDiey {
    width: 25%;
}
.thKoinTmima {
    width: 25%;
}
.thKoinAct {
    width: 10%;
}

/*end of koinop. css ******************************************/

.sel2MainData, .sel2SecData{
    display: inline-block;
}
.sel2MainData {
    width: 65%;
}
.sel2SecData {
    width: 33%;
    border-left: 1px solid;
    padding-left: 10px;
    margin-left: 5px;
}

.select2-OnomaApodekti, .select2-DieythinsiApodekti, .select2-TmimaApodekti {
    display: inline-block;
}

.select2-DieythinsiApodekti, .select2-TmimaApodekti {
    border-left: 1px solid;
    padding-left: 10px;
    margin-left: 5px;
}


.nAABibliouTd {
    width: 70px !important;
}

.welcUsrCont {
    font-size: 16px;
    padding: 10px 18px;
    background: #ABD8F2;
}
.welcUsrCont i {
    margin-right: 9px;
}

.topTabsCont {
    
}

/*sxetika eggrafa css *******************************************************************************************/
.sxetikaRowsCont {
    
}
.sxetikaRowsCont table {
    width: 100%;
    margin: 10px 0;
}
.sxRowActions a {
    margin-right: 5px
}
.largeModalWidth .modal-dialog{
    margin: 60px auto 0;
    width: 90%;
}

/*end of sxetika eggrafa css *******************************************************************************************/


a.isProtSin {
    background: #F1DEB2;
    /*padding: 8px;*/
}

.prevNextNewBtnCont {
    padding: 7px 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.btn.pop-top { border: 0 none; margin: 0 5px; }

#goToProtocolInput::-webkit-outer-spin-button,
#goToProtocolInput::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.navbar .dropdown-toggle i.fa-gear {
    color: #FFFFFF !important;
    text-shadow: none !important;
    font-size: 17px;
}


#goToProtocolInput {
    height: 32px;
    width: 65px;
    font-weight: 900;
    text-align: center;
    border: none;
}

.thApodName {
    width: 40%;
}
.thApodTmima {
    width: 25%;
}
.thApodDiey {
    width: 25%;
}
.thApodAct {
    width: 10%;
}

.selContWrap {
    padding: 0;
}

.stApostEkserxCont .ajLoadCont i {
    font-size: 40px;
}

.addNewApostApod {
    
}
.addNewApostApod button {
    width: 100%;
}
/*.navbar .navbar-brand, .navbar {
    background: #d8302d !important;
}

.box.border.orange {
    border: 1px solid #5e87b0 !important;
}
.box.border.orange > .box-title {
    background-color: #5e87b0;
    border-bottom: 1px solid #5e87b0;
}*/
.ajLoadCont, .ajLoadContCss {
    text-align:center;
    padding: 15px;
}
.ajLoadCont i , .ajLoadContCss i{
    font-size:65px;
    color: #5E87B0;
}
.initHidden {
    display: none !important;
}



.innerLogoCont {
    display: inline-block;
    margin-left: 60px;
}
    .innerLogoCont a {
        outline: none;
        text-decoration: none !important;
        position: fixed;
        top: 0px;
        left: 55px;
    }
    .innerLogoCont img {
        width:50px;
        /*border-right:1px solid #fff;
        border-left:1px solid #fff;
        padding: 3px;*/
    }
    .innerLogoCont span {
        border-left:1px solid #fff;
        color: #fff;
        display: inline-block;
        height: 45px;
        line-height: 45px;
        padding: 0 10px;
        vertical-align: middle;
    }


.accordRow.box {
    margin: 0;
}

#foldersFiles {
    margin: 0 -8px 0;
}

.ntDel .delSinimeno {
    display: none;
}
.versionHist {
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    text-decoration: underline;
    top: 4px;
}
.usrSel{
    display:block;
    width:100%;
    padding:7px;
}
.xreosiRow .alert {
    margin-bottom: 0;
    padding: 4px;
    width: max-content;
    margin-left: 6px;
    margin-top: 10px;
}
.xreosiRow select, .xreosiRow select2 {
    max-width: 300px;
}
.xreosiRow .btnComplete {
    display:none;
}
.xreosiRow.isMineXreosi {
    background-color:#ABD8F2;
}
.xreosiRow.isMineXreosi .btnComplete {
    display:block;
}
/*table tr.Xreosi td{ background: #ccc !important;}*/
table tr.ProothisiXreosis td{ background: #abd8f2 !important;}
ul.xreoseis { list-style: none;  }
ul.xreoseis li:before{ 
    border: 1px solid black;
    content: " ";
    display: inline-block;
    height: 16px;
    margin: 0 5px 0 0;
    width: 16px;}
ul li.Xreosi:before { background: #ccc;  width: 16px;  }
ul li.ProothisiXreosis:before{ background: #abd8f2;}
ul li.status-1:before, .btn.status-1, .xrStatus1, .ccc      { background: #cccccc; text-align: center; padding: 2px 0 !important; font-size: 14px;}
ul li.status-2:before, .btn.status-2, .xrStatus2, .orangish { background: #F6BC70; text-align: center; padding: 2px 0 !important; font-size: 14px;}
ul li.status-3:before, .btn.status-3, .xrStatus3, .greenish { background: #69BEE9; text-align: center; padding: 2px 0 !important; font-size: 14px; }
ul li.status-4:before, .btn.status-4, .xrStatus4, .pinkish  { background: #FB9290; text-align: center; padding: 2px 0 !important; font-size: 14px; }
ul li.status-5:before, .btn.status-5, .xrStatus5, .bluish   { background: #47A447; text-align: center; padding: 2px 0 !important; font-size: 14px; }
ul li.status-6:before, .btn.status-6, .xrStatus6, .purplish { background: #7030A2; text-align: center; padding: 2px 0 !important; font-size: 14px; }

th.sinAr, th.hasFwd, th.isXrInfo {
    width: 20px !important;
}
.iconTdC, .tdIsEnim{
     text-align: center;
}
.iconTdC i{
    color: #5e87b0 !important;
    font-size: 17px;
   
}
th.aaTh{
    width:55px !important;
}

th.biblTh{
    width:155px !important;
}

th.perTh{
    width:300px !important;
}

th.stTh{
    width:80px !important;
}

th.aaThD{
    width:100px !important;
}
th.dateXrTh{
    width:130px !important;
}
.actTd{
text-align:right;
width:70px;
}
.actTd .btn{
    width:32px;
    margin:0 0 0;
}
.actTd .btn:last-child{
    width:32px;
    margin:0;
}
.actTd .btn i{
    text-align:center;
}

.tabCont{
    display:none;
}
    .tabCont.act {
        display:block;
    }

.tabSectionCont{

}
.subSectionHdr{
    padding-left:5px;
    border-left:2px solid #5E87B0;
}
.tabSectionCont .tabHdr{
    display:inline-block;
    padding:5px 10px;
    cursor:pointer;
}
.tabSectionCont .tabHdr.act{
    background:red;
}
.xreoseisRow .nav-tabs{
    top: -41px !important;
}

/* egritos accordion pages css *************************************************************/
.headerFieldsCont {
    position: sticky;
    z-index: 21;
    top: 50px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.eqChldBlockCont, .xreoseisRow, #eggrafoHistorySection  {
    margin-bottom: 25px;
}

#eggrafoComments {
    margin-top: 25px;
}

.accordRow .contSection img {
    max-width: 100%;
}
.accordRow {
    background: #fff;
    box-shadow: 0 0 10px 0 #00000033;
}
.accordRow .contSection {
    background: #fff;
    /*padding: 3px 16px;*/
    padding: 15px;
    /*border:1px solid #5E87B0;*/
    border-top:0;	
    position:relative;
}

.accordRow .contSection-synal {
    border: 0;
        
}

/*.accordRow .contSection-synal:first-child {
    border-right: 2px solid #5E87B0;
}*/

/*.accordRow .contSection-synal:last-child {
    border-left: 1px solid #5E87B0;
}*/

#foldersFiles .contSection,
.xreoseisRow .contSection {
    padding-top: 8px;
}

.showXrLeg .alert {
    position: absolute;
    height: 33px;
    padding: 0;
    padding: 7px 10px;
    z-index: 1;
    right: calc(100% + 25px);
    width: max-content;
}

.accordRow .contSection-synal .synal-pills {
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: 10px;
}

.btn-syn-lista {
    margin-top: 20px;
}

.accordRow .contSection .alignnone.size-full {
    margin: 0 auto;
    min-width: 300px;
}
.text-center{
text-align:center;
}
.accordRow .contSection br {
margin-bottom:8px;	
}

.accordRow .hdrSection {
    border: 1px solid #5E87B0;
    cursor: pointer;
    font-weight: 400 !important;
    position: relative;
}
.hdrSection .hdrSectionContent {
    background: none repeat scroll 0 0 #5E87B0;
    height: 35px;
    margin: 0 0 0 45px;
}
    .hdrSection .hdrSectionContent h3 {
        display: inline-block;
        font-size: 17px;
        font-weight: 400 !important;
        margin: 0;
        padding: 9px 0 0 10px;
        border-left: 0 !important;
        transition: all 0.5s ease 0s;
    /*}
    .hdrSection:hover h3, .hdrSection.act h3 {*/
        color: #fff;
        font-weight: 400 !important;
    }
.hdrSection .hdrSectionBtn {
    background: none repeat scroll 0 0 #5E87B0;
    color: #fff;
    font-size: 15px;
    position: absolute;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 45px;
    z-index: 20;
}
/*.hdrSection:hover .hdrSectionBtn, .hdrSection .hdrSectionBtn {
    background: none repeat scroll 0 0 #fff;
    color: #5E87B0;
}*/
    .hdrSection .hdrSectionBtn:before {
        content: "\f067";
        display: inline-block;
        font-family: 'Font Awesome 5 Free';
        line-height: 1;
        margin: 0 10px 0 0;
        padding: 10px 0 10px 13px;
        font-weight: 900;
    }
    .hdrSection.act .hdrSectionBtn:before {
        content: "\f068";
    }

/* end of egritos accordion pages css *************************************************************/

#content .breadcrumb {
    padding: 10px 0 0;
}
#content .page-header {
    min-height: 45px;
}

.form-control.noFormatingFC{
    background-color: #fff;
    background-image: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 0;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.form-control.autosize {
    resize: vertical !important;
}
.box-body.none {
    padding: 0 !important;
}
.box-body.none-ex-t {
    padding: 10px 0 0 !important;
}
.form-control-nw {
    display: inline;
    width: inherit !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-justify {
    text-align: justify !important;
}

.ui-datepicker {
    z-index: 9999 !important;
}
/*Extra colors*/
.label {
    font-weight: normal
}

/*
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #5e87b0;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #486d93;
}
.label-success {
  background-color: #a8bc7b;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #92ab59;
}
.label-info {
  background-color: #70afc4;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #4c9bb5;
}
.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;
}
.label-extra1 {
    background-color: #DB5E8C;
}
.label-extra1[href]:hover, .label-extra1[href]:focus {
    background-color: #dc5386;
}
.label-extra1.arrow-in-right:after {
    border-color: #DB5E8C;
}
.label-extra2 {
    background-color: #F68155;
}
.label-extra2[href]:hover, .label-extra2[href]:focus {
    background-color: #F68155;
}

.label-extra2.arrow-in-right:after {
    border-color: #F68155;
}
.label-inverse {
    background-color: #484848;
}
.label-inverse[href]:hover, .label-inverse[href]:focus {
    background-color: #3b3a3a;
}

.label-inverse.arrow-in-right:after {
    border-color: #484848;
}*/

/*Forms stuff*/
.field-validation-error { color:#D9534F; font-weight:bold;  }
.filter-toolbox { float: right; font-size: 1.05em; font-weight: bold; margin-top: 20px;}
.google-maps {height:400px; width:100%; }
form h1, form .h1, form h2, form .h2, form h3, form .h3 { margin-top: 5px; }

/* padding margin helpers */
.m-b { margin-bottom : 5px }
.m-t { margin-top : 5px }
.m-l { margin-left : 5px }
.m-r { margin-right : 5px }
.m-b-sm { margin-bottom : 2px }
.m-t-sm { margin-top : 2px }
.m-l-sm { margin-left : 2px }
.m-r-sm { margin-right : 2px }
.m-none { margin : 0 !important; }

#sidebar {
    border-right: 1px solid #d2d2d2;
}

@media only screen and (min-width: 769px) and (max-width: 1285px) {
    #sidebar {
        width: 180px;
    }
    #main-content {
        margin-left: 180px;
    }
}



/* flags */
label.el span {
    -ms-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
    background-image: url("../img/flags/Greek-Flag.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    color: #313131;
    display: block;
    margin-left: 15px;
    padding: 10px 17px 10px 25px;
    text-decoration: none;
    text-indent: -9999px;
}

label.en span {
    -ms-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
    background-image: url("../img/flags/United-Kingdom-Flag.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    margin-left: 15px;
}
.box .header-tabs .nav-tabs {
    top: -52px;
}
/*.cancelApodektes {
    margin: 0 0 0 3px;
}*/
/*.box-body .row {
    margin: 0;
    padding: 0;
}*/
.tab-content h3, .bgBlock h3 {
    border-left: 2px solid #5E87B0;
    padding-left: 5px;
}
.tab-pane > .row > div {
    padding: 10px;
}

/*.tab-pane {
    padding: 25px 0;
}*/

.select2, .select2-container {
    width: 100%;
    max-width: 100%;
}

.select2-drop {
    z-index: 99999;
}

.tab-content .select2, .tab-content .select2-container , input#XreoseisHmeromhnia , #tblKoinopoiiseis .select2, #tblKoinopoiiseis .select2-container{
    width:100% !important;
}
#content .page-header {
    margin: 0 -15px;
}
.eggr-tabs {
    position: absolute;
    right: 10px;
    top: -41px;
}
.eggr-tabs > li.active > a, .eggr-tabs > li.active > a:hover, .eggr-tabs > li.active > a:focus {
background-color: #f5f6f6;}

.select2-container.select2-allowclear.select2-container-disabled .select2-choice .select2-chosen {
    margin-right: auto !important;
}

.formOuterCont .row > div {
    padding: 0 7px 0;
}

.formOuterCont .contSection .row > div {
    padding-top: 7px;
}

#foldersFiles.row > div:first-child {
    padding: 5px 7px 0 12px;
}
#foldersFiles.row > div:last-child {
    padding: 5px 11px 0 8px;
}
td.hasFwd, td.isXrInfo, td.hasFileTd, .xreosiRow td.isEnim {
    text-align:center;
    color:#5E87B0 !important;
    font-size:17px;
}
/*td.hasFwd, td.isXrInfo, td.hasFileTd{
    padding:4px 0 0!important;
}*/
.wrXr td{
    color:red;
}
.inlineLabels{

}
.inlineLabels label{
display:inline-block;
width:30%;
}
.inlineLabels input, .inlineLabels select, .inlineLabels .select2{
display:inline-block;
width:67%;
}
.inlineLabels .form-group{
    margin-bottom:3px;
}
fieldset.inlineLabels {
    padding-bottom:6px !important;
}
.lessMP > div{
    margin-left:0;
    padding-left:0;
}
.filter-toolboxHdr a{
    color:#fff;
}
/*.sinIcType{
    margin-right:5px;
    font-size: 17px !important;
    color:#333;
}*/

/** Revisions Start **/
.radios-to-slider.medium .slider-label { width: 85px; }
.revSingleCont {
    border-bottom: 1px solid #ddd;
     padding: 0 0 5px 0 !important;
}
.revSingleCont.hasDiffs { background:#F68155; }
.revSingleCont.hasDiffs h5{
    color: #333;
    background: #F2DEDE;
    padding: 3px 0 3px 15px;
    margin: 0 0 10px 0;
}
.revSingleCont.hasDiffs .firstRevCont { border-right:3px solid #333; }
.revSingleCont.hasDiffs .secondRevCont{ border-left:3px solid #333; }

.revList{}
    .revList .revListItem {
        border: 2px solid #111;
        margin: 5px 0;
        padding: 0 5px;
    }

ul:empty { display: none !important; }


/** Revisions End **/



/** MVC Pagination **/
.pagination {
  display: inline-block;
  padding: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

/** MVC Pagination END **/
.modal-large .modal-dialog {
    width:1100px !important;
    max-width: 90%;
}
.table-row-selectable tr {
    cursor: pointer;
}
hr.tbl {
    padding: 0;margin: 0;
}
.dropdown-menu li a {
    font-size: 12px;
}

.xreosiStatusSelectInnerCont .xrStatusBox {
    padding: 3px 0 0 9px !important;
}
.xreosiStatusSelectInnerCont .dropdown-toggle .xrStatusBox {
    padding: 2px 4px 0 !important;
} 

/*.icheckbox_square-blue, .iradio_square-blue {
    border: 2px solid #111 !important;
    height: 26px !important;
    padding: 0;
    width: 26px !important;
}*/

.ajFullLoader {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    line-height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.ajFullLoader i{
    font-size:60px;
    color:#5bc0de;
    position:fixed;
    top:45%;
    left:50%;
}

.dataTables_wrapper {
    margin-top: 0 !important;
}

div.filterOptions {
    height: 18px;
}
div.filterOptions ul {
    list-style: none;
    padding: 0;
    position: absolute;
}
    div.filterOptions ul li {
        background: #ccc none repeat scroll 0 0;
        cursor: pointer;
        display: inline-block;
        padding: 5px 8px;
    }
    div.filterOptions ul li.active {
        cursor: default;
        background-color: #5E87B0;
        color: #fff;
    }
    
#boxFilters .fieldRowCont {
    padding-bottom: 0 !important;
}
#boxFilters .fieldRowCont .col-md-2,
#boxFilters .fieldRowCont .col-md-3,
#boxFilters .fieldRowCont .col-md-4,
#boxFilters .fieldRowCont .col-md-5,
#boxFilters .fieldRowCont .col-md-8 { padding-left: 0; padding-right: 0;}
#boxFilters .fieldRowCont .col-md-3:first-child,
#boxFilters .fieldRowCont .col-md-4:first-child,
#boxFilters .fieldRowCont .col-md-5:first-child{ padding-left: 15px; padding-right: 0;}
#boxFilters .fieldRowCont .col-md-2:last-child,
#boxFilters .fieldRowCont .col-md-5:last-child,
#boxFilters .fieldRowCont .col-md-8:last-child{ padding-left: 15px; padding-right: 15px;}
#boxFilters .row.lessMP .col-md-2,
#boxFilters .row.lessMP .col-md-3,
#boxFilters .row.lessMP .col-md-4,
#boxFilters .row.lessMP .col-md-5,
#boxFilters .fieldRowCont .lessMP .col-md-2,
#boxFilters .fieldRowCont .lessMP .col-md-3,
#boxFilters .fieldRowCont .lessMP .col-md-4,
#boxFilters .fieldRowCont .lessMP .col-md-5{ padding-left: 0;padding-right: 0;}
#boxFilters .select2-search-field input { width: 100% !important; }

.XreosiDetails {
    display: none;
    font-weight: bold;
}
.WithXreosiDetails .XreosiDetails {
    display: table-cell;
}

.mini-menu .welcUsrCont span {
    display: none;
}


.login-box-plain .usrSel {
    padding: 7px 0 0;
}

/* allagi layout sti forma eggrafou  css  *******************************************************************/
.basicEggrafoInfoTopCont .contSection {
    padding: 15px;
}

.basicEggrafoInfoTopRow .form-group {
    margin: 0 0 /*5px*/;
    margin: 0;
    display: inline-block;
}
.basicEggrafoInfoTopRow {
    position: relative;
}
.typeEgrFg {
    width: 20%;
}
.aaEgrFg {
    width: 22%;
}
.bibEgFg {
    width: 57%;
}
.aaEgrFg input {
    width: 70% !important;
    height: 30px;
    padding: 0 2px !important;
}
.aaEgrFg label {
    width: 28% !important;
}
.bibEgFg .select2{
    width: 40% !important;
}
.bibEgFg input{
    width: 22% !important;
    height: 30px;
}
.bibEgFg label {
    width: 17% !important;
}
.basicEggrafoInfoTopRow .form-group > label {
    padding: 6px 0 !important;
}
.basicEggrafoInfoTopRow .form-group input, .basicEggrafoInfoTopRow .form-group .select2, .basicEggrafoInfoTopRow .form-group > label  {
    display: inline-block;
    text-align: center;
    vertical-align: text-top;
    padding: 0;
}
.focLabel {
    background: #abd8f2 none repeat scroll 0 0;
    padding: 8px;
    text-align: center;
    width: 100%;
}

.textLabel {
    padding-top: 0;
  
}

.form-group {
    margin-bottom:6px;
}
/* end of allagi layout sti forma eggrafou  css  ************************************************************/


/* tooltip css ********************************************************/
.tooltipEx {
    position: relative;
    display: inline-block;
    background: #ABD8F2;
}

.tooltipExError {
    background: #ff9e9e;
}

.tooltipExTransp {
    background: transparent;
}

/* Tooltip text */
.tooltipEx .tooltiptext {
    visibility: hidden;
    width: 100%;
    max-width: 550px;
    min-width: 500px;
    background-color: #474747;
    color: #fff;
    text-align: left;
    padding: 10px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

.tooltiptext ol, .tooltiptext ul {
    padding: 0 15px;
    margin: 0;
}
.tooltiptext span {
    display: block;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipEx:hover .tooltiptext {
    visibility: visible;
}

.tooltBtn {
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50% !important;
}

.tooltBtnSm {
    width: 15px;
    height: 15px;
    font-size: 10px;
    text-align: center;
    border-radius: 50% !important;
}

.tooltip-bottom { top: 135%; }
.tooltip-bottom::after {
    border-color: transparent transparent #474747;
    border-style: solid;
    border-width: 5px;
    bottom: 100%;
    content: "";
    left: 10px;
    margin-left: -5px;
    position: absolute;
}

.tooltip-top { bottom: 135%; }
.tooltip-top::after {
    border-color: #474747 transparent transparent transparent;
    border-style: solid;
    border-width: 5px;
    top: 100%;
    content: "";
    left: 10px;
    margin-left: -5px;
    position: absolute;
}

.tooltip-left { bottom: auto; right: 128%; top: -5px; }
.tooltip-left::after {
    border-color: transparent transparent transparent #474747;
    border-style: solid;
    border-width: 5px;
    content: "";
    left: 100%;
    margin-top: -5px;
    position: absolute;
    top: 15px;
}

.tooltip-right { top: 0; left: 135%; }
.tooltip-right::after {
    border-color: transparent #474747 transparent transparent;
    border-style: solid;
    border-width: 5px;
    content: "";
    right: 100%;
    margin-left: -5px;
    position: absolute;
    top: 5px;
}
/* end of Tooltip css *******************************************************/
.dropdown-menu li > span {
    background-color: #f4f4f4;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #e7e7e7;
    display: block;
    line-height: 40px;
    padding: 0 10px;
    cursor: pointer;
}
.dropdown-menu li > span:hover {
    background-color: #ffffff;
    color: #333333;
}

.adaCont .col-sm-9 {
    padding-right: 0;
}

.labelSpan {
    display: inline-block;
    padding: 2px 8px;
    background: #DBEBF3;
    margin-right: 15px;
}
.historyActionCont {
    position: relative;
}
.historyActionCont .revSingleCont {
    padding: 0 !important;
}
.historyActionCont:hover {
    background: #f9f9f9;
}
.historyActionCont .dataXrCont {
    padding: 5px;
    margin: 0 0 5px;
    border: 1px solid #ABD8F2;
    border-top: 0;
}
.showHistoryEggrDetails span {
    font-weight: 400;
    color: #fff;
}
.historyActionCont .singleRowXrStat {
    padding-right: 50px;
}
.showHistoryEggrDetails {
   background: #5cb85c none repeat scroll 0 0;
    color: #fff;
    padding: 3px 10px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.showHistoryEggrDetails i {
   border-right: 1px solid #fff;
    margin-right: 5px;
    padding-right: 5px;
    position: relative;
    top: 1px;
}
.historyActionCont .dataXrCont {
    display: none;
}

.dataTables_wrapper tr {
    cursor: pointer;
}

tr.disabled {
    pointer-events: none;
    opacity: 0.7;
}

tr.disabled td {
    background-color: #e9e9e9 !important;
}

th {
    font-weight: 600;
}

.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-bottom: 2px solid #d6d6d6;
    background-color: #c3c3c321;
    font-weight: 600;
}

hr, .table-bordered,
.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-color: #e0e0e0;
}

.table-striped > tbody > tr.rdNo:nth-child(2n+1) > td,
.table-striped > tbody > tr.rdNo:nth-child(2n+1) > th,
.table-striped > tbody > tr.rdNo > th,
.table-striped > tbody > tr.rdNo > td {
    background: #f5f5f5;
}

.table-striped > tbody > tr.rdNo:nth-child(2n+1):hover > td,
.table-striped > tbody > tr.rdNo:nth-child(2n+1):hover > th,
.table-striped > tbody > tr.rdNo:hover > th:hover,
.table-striped > tbody > tr.rdNo:hover > td {
    background: #eaeaea;
}

.datatable > tbody > tr > td button {
    display: block;
    margin: auto;
}

.addMultipleSxetikaEggrafaWrap {
    display: flex;
    justify-content: flex-end;
    padding: 10px 30px;
}

.Create .informfa:before {
    content: "";
}

.Delete .informfa:before {
    content: "";
}

.Update .informfa:before {
    content: "";
}
.Create .informfa{
    background: #5cb85c;
}

.Delete .informfa{
    background: #d9534f;
}

.Update .informfa{
    background: #ABD8F2;
}
.informfa {
    color: #fff;
    display: inline-block;
    height: 23px;
    line-height: 23px;
    text-align: center;
    vertical-align: top;
    width: 25px;
}
.eggrafoHistorySection {
    position: relative;
}
.refreshHistoryActionCont, #exportEggrafoHistoryPdf, .fixHistoryTrackActions {
    background: #5bc0de none repeat scroll 0 0;
    cursor: pointer;
    height: 37px;
    line-height: 37px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 999;
}
.refreshHistoryActionCont:hover, #exportEggrafoHistoryPdf:hover {
    opacity: 0.7;
}
.refreshHistoryActionCont i, #exportEggrafoHistoryPdf i, .fixHistoryTrackActions i {
    color: #fff;
}
#exportEggrafoHistoryPdf {
    right: 40px;
    background: #0BCDF9;
}
.fixHistoryTrackActions {
    right: 80px;
    background: #ED9C28;
}

.formOuterCont {
    padding: 0 15px;
}

.fakeTabsCont * {
    transition: all 0.4s ease-in-out;
}
.fakeTabsCont {
    box-shadow: 0 0 10px 0 #00000033;
    margin: 0 -8px !important;
}
.fakeTabsCont.protAitima .fakeTab.act {
    background: #5cb85c !important;
    color: white;
}
.fakeTab{
    padding: 15px !important;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
}
.fakeTab:hover {
    background: #CADFEA;
}
.fakeTab.act {
    background: #ABD8F2;
    color: #313131;
    cursor: default;
}

.faMargin {
    margin-right: 5px;
}
.datatable ol {
    padding: 0 0 0 15px;
}
.datatable td .btn-group {
    width: 100%
}

.notClickable {
    cursor: default !important;
}

.hiddenSimple {
    display: none;
}
.selectExpFieldsCont .warnMsg {
    margin: 10px 0 0;
    text-align: center;
}
.selectExpFieldsCont .sortableCont {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.selectExpFieldsCont .sortableCont li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    display: inline-block;
}
.selectExpFieldsCont .toggable, .selectExpFieldsCont .checkAllTog {
    margin: 2px;
}
.selectExpFieldsCont .toggable.btn-default i {
    display: none;
}

.fileIconsTd {
    width: 90px;
}

.fileIconsTd > span {
    margin-right:5px;
    font-size: 15px !important;
    color:#333;
}

.sinOrthiSpanCont .fa-undo-alt {
    color: #f0ad4e;
}

#filesLegendCont {
    display: none;
    text-align: center;
    border-bottom: 1px solid #666;
    padding: 0 0 5px;
}

.organogramParent .tooltipEx h4{
    border-bottom:1px solid;
    padding-bottom:3px;
    margin:0 0 7px;
}

div.dataTables_wrapper div.dataTables_processing{
   background: #abd8f2 none repeat scroll 0 0;
    color: #111;
    font-size: 20px;
    left: 0;
    margin: 0;
    padding: 35px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99;
}


.yfistamenoiXreoseisOverviewCont{

}

.yfistamenoiXreoseisOverviewOuterCont .ajLoaderInline {
background: #abd8f2 none repeat scroll 0 0;
    color: #111;
    font-size: 50px;
    margin: 0;
    padding: 15px 0;
}


/* xreoseis overview css   ********************************************************************************************/
.xrOverviewTr{

}
/*.xrOverType-level0 { background: #fafafa; }
.xrOverType-level1 { background: #eee; }
.xrOverType-level2 { background: #ddd; }*/
.xrOverType-level0 { background: #808080; color:#fff; }
.xrOverType-level1 { background: #c4c4c4; }
.xrOverType-level2 { background: #e0e0e0; }
.xrOverType-level3 { background: #f0f0f0; }
.xrOverType-level5 { background: #f7f7f7; }
.xrOverType-level6 { background: #fff; }


.xrOverviewTr:nth-child(2n+1) > td, .xrOverviewTr:nth-child(2n+1) > th{
    background:transparent !important;
}

.xrOverTypeYpallilos td:first-child{
    padding-left:25px;
}
.xrOverviewTr td{
    cursor:pointer;
}
.xrOverviewTr td:not(.notClickable):hover{
   background:#EEF6FB !important;
   text-decoration:underline;
}
.yfistamenoiXreoseisOverviewCont h4{
    font-weight:600;
}
.red {
color:red;
}

/* end of xreoseis overview css   ********************************************************************************************/

.curVersionCont{
    font-size:14px;
    padding:5px 0;
    display:inline-block;
}
.faBorderCircle{
    border: 1px solid;
border-radius: 50% !important;
width: 16px;
height: 16px;
text-align: center;
}


.jstree-default .jstree-search {
    color: #4778A6;
}

.settingsCont .control-label  ul{
    list-style: none;
    padding: 0;
    font-weight: 400;
}

.settingsCont .control-label span {
    font-weight: 600;
    color: #4778A6;
}

.settingsCont .control-label ul li{
}
/*   media queries       ********************************************************************************************/
@media screen and (max-width: 1200px) {
    .clBtn {
        left: -24px;
        position: relative;
    }
}
@media screen and (max-width: 1100px) {
    .innerLogoCont span {
        font-size: 12px;
    }
    .welcUsrCont span{
        font-size: 12px;
    }
}
@media screen and (max-width: 1010px) {
    .aaEgrFg {
        width: 25%;
    }
    .bibEgFg {
        width: 52%;
    }
    .bibEgFg label:first-child {
        display: none !important;
    }
    .bibEgFg label {
        width: 26% !important;
    }
    .showHistoryEggrDetails i {
        margin: 0;
    }
}
.filesTabsCont {
    top: -41px !important;
}


#tblFiles thead tr th {
    border-bottom: 2px solid #ccc;
    margin: 7px 0;
    padding: 6px 0;
}
#tblFiles tbody tr td {
    border-bottom: 1px solid #ccc;
    margin: 7px 0;
    padding: 6px 5px 6px 5px;
}

#tblFiles tbody tr td:last-of-type {
    padding-right: 0;
}

#tblFiles tbody tr td:last-child {
    min-width: 85px;
}
#tblFiles tbody tr td:nth-child(2) {
    min-width: 65px;
    /*padding-top: 11px;*/
}
tr.tr-more {
    background: #eee;
}

#tblFiles .tbl-files-versions {
    margin-bottom: 0px
}
    #tblFiles .tbl-files-versions thead tr th , 
    #tblFiles .tbl-files-versions tbody tr td {
        padding: 6px 10px;
    }

.toast-top-right {
    top: 65px;
    right: 12px;
}

#tblFiles .list-group {
    padding: 0px;
    margin-bottom: 0px;
}

li.signers-list {
    padding: 0;
}
li.signers-list strong {
    display: inline-block;
    font-weight: 500;
}

.signer_info_wrapper {
    display: inline-block;
    align-items: center;
    flex-wrap: wrap;
    padding: 8px 15px;
    margin-right: auto;
}

.epifilaxiText {
    font-style: italic;
    display: block;
    max-width: 340px;
    border: none;
    padding: 4px 10px;
    transition: background-color .3s ease;
    margin-top: 5px;
}

.epifilaxiText:hover,
.epifilaxiText:focus {
    background-color: #d8d8d8;
}

.downloadSinimeno, .editSinimeno {
    cursor: pointer;
}
.editSinimeno {
    word-break: break-all
}

.sinimenaShowMore {
    color: #4778A6;
}

.sinimenaShowMore.sinimenaShowMoreEmpty {
    color: #D1D1D1;
}

.full-width-link { display: block; width: 100%; }

.half-width-link { display: inline-block; width: 30%; }

ul.xreoseis-status li:before {
    font-size: 12px;
    line-height: 16px;
    margin: 1px 5px 0px 0;
    padding: 0px 0px 0px 2px;
    text-shadow: 0 0 !important;
    font-weight: bold;
}

span.xrStatusBox.xrStatus1:before, ul.xreoseis-status li.status-1:before {
    content: "N";
    color: black;
    font-weight: bold;
}

span.xrStatusBox.xrStatus2:before, ul.xreoseis-status li.status-2:before {
    content: "A";
    color: black;
    font-weight: bold;
}

span.xrStatusBox.xrStatus3:before, ul.xreoseis-status li.status-3:before {
    content: "E";
    color: black;
    font-weight: bold;
}

span.xrStatusBox.xrStatus4:before, ul.xreoseis-status li.status-4:before {
    content: "Λ";
    color: black;
    font-weight: bold;
}

span.xrStatusBox.xrStatus5:before, ul.xreoseis-status li.status-5:before {
    content: "O";
    color: black;
    font-weight: bold;
}
span.xrStatusBox.xrStatus6:before, ul.xreoseis-status li.status-6:before {
    content: "Υ";
    color: black;
    font-weight: bold;
}

.sinimenoExtension {
    font-style: italic;
    padding-right: 10px;
}

.sinimenoPdfAndDigitalSignatureNotActivated {
    background-color: #F4F4F4;
    text-align: center;
    color: #333;
    width: 27%;
    border: 1px solid #ccc;
}

.sinimenoPdfAndDigitalSignatureNotActivated span {
    font-style: italic;
}

.table-hover > tbody > tr.confidential:hover > td {
    background-color: #FCF8E3;
}

.table-hover > tbody > tr.confidential:hover > td.sinimenoPdfAndDigitalSignatureNotActivated {
    background-color: #F4F4F4;
}

.sinimenoNotFound {
    background-color: #fcf8e3;
}

.cantViewEkserxomeno {
    opacity: .4;
    pointer-events: none;
}

.deleteSignedPdf {
    height: 34px
}

/* Notifications */
.dropdown-menu {
    max-width: initial;
    width: max-content;
    width: -moz-max-content;
}

.dropdown-menu.notification {
    width: 450px;
}

.dropdown-menu.notification li span,
.dropdown-menu.notification li span:hover {
    line-height: initial;
    border: none 0;
}


.dropdown-menu.notification li.dropdown-title span {
    background-color: transparent;
    color: #fff;
}

.dropdown-menu li a {
    line-height: initial;
    display: flex;
    height: auto;
    align-items: stretch;
    /*height: 41px;*/
    /*font-size: 13px;*/
    width: 100%;
}

div.dropDownCont .dropdown-menu li a {
    line-height: normal !important;
    height: 41px;
    font-size: 13px;
    padding-top: 10px;
}

.dropdown-menu notification-footer {
    height: 25px;
    padding-top: 4px;
}

.dropdown-menu .footer {
    line-height:initial;
}

.dropdown-menu .footer a {
    line-height: initial;
}

.dropdown-menu.notification i::after {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dropdown-menu.notification .xreosi-nea {
    background-color: #9498a1;
}

.dropdown-menu.notification .xreosi-pros-ypografi {
    background-color: #7030A2;
}

.dropdown-menu.notification .xreosi-pros-elegxo {
    background-color: #69BEE9;
}

.dropdown-menu.notification .aitima-neo {
    background-color: #EEA234;
}

.dropdown-menu.notification .aitima-pros-protokolisi {
    background-color: #2C2E75;
}

.dropdown-menu.notification .aitima-protokolithike {
    background-color: #EDD21E;
}

.dropdown-menu.notification .eggrafo-pros-diekpaireosi {
    background-color: #47A447;
}

.dropdown-menu.notification .xreosi-pros-arxeiothetithisi {
    background-color: #47A447;
}

.dropdown-menu.notification .xreosi-lanthasmeni {
    background-color: #E03925;
}

.dropdown-menu.notification .xreosi-pros-arxeiothetithisi {
    background-color: #752C42;
}

.dropdown-menu.notification .xreosi-pros-charaktirismo {
    background-color: #60752C;
}

.dropdown-menu.notification .xreosi-gia-syntaksiEggrafou {
    background-color: #1A3D51;
}

.dropdown-menu.notification .email-syn-failed {
    background-color: #ea7668;
}

.dropdown-menu.notification .orthi-epanalipsi-eggrafou {
    background-color: #f0ad4e;
}

.dropdown-menu.notification .anairesi-arxeiothetisis {
    background-color: #82423a;
}

.dropdown-menu.notification .dimiourgia-apantisis {
    background-color: #be30a5;
}

.dropdown-menu.notification .new-irida-document-received {
    background-color: #3e6c9e;
}

.dropdown-menu.notification .nea-ypovevlimeni-aitisi-politi {
    background-color: #1D8397;
}

.dropdown-menu.notification .xreosi-nea i::after {
    content: "Ν";
}

.dropdown-menu.notification .xreosi-pros-ypografi i::after {
    content: "Υ";
}

.dropdown-menu.notification .xreosi-pros-elegxo i::after {
    content: "E";
}

.dropdown-menu.notification .aitima-neo i::after {
    content: "ΝΑ";
}

.dropdown-menu.notification .aitima-pros-protokolisi i::after {
    content: "ΠΠ";
}

.dropdown-menu.notification .aitima-protokolithike i::after {
    content: "Π";
}

.dropdown-menu.notification .eggrafo-pros-diekpaireosi i::after {
    content: "Δ";
}

.dropdown-menu.notification .email-syn-failed i::after {
    content: "ΑΕΣ";
}

.dropdown-menu.notification .xreosi-lanthasmeni i::after {
    content: "Λ";
}

.dropdown-menu.notification .xreosi-pros-arxeiothetithisi i::after {
    content: "ΑΕ";
}

.dropdown-menu.notification .xreosi-pros-charaktirismo i::after {
    content: "ΧΕ";
}

.dropdown-menu.notification .xreosi-gia-syntaksiEggrafou i::after {
    content: "ΣΕ";
}

.dropdown-menu.notification .email-syn-failed i::after {
    content: "ΑΕΣ";
}

.dropdown-menu.notification .orthi-epanalipsi-eggrafou i::after {
    content: "ΟΕ";
}

.dropdown-menu.notification .anairesi-arxeiothetisis i::after {
    content: "ΑΑ";
}

.dropdown-menu.notification .dimiourgia-apantisis i::after {
    content: "ΔΑ";
}

.dropdown-menu.notification .new-irida-document-received i::after {
    content: "ΙΡ";
}

.dropdown-menu.notification .nea-ypovevlimeni-aitisi-politi i::after {
    content: "ΥΑΠ";
}

.dropdown-menu.notification .body {
    line-height: initial;
    vertical-align: middle;
    margin: initial;
    padding: 2px 0 0 4px;
    flex: 10;
}

.dropdown-menu.notification .message {
    line-height: initial;
    margin: initial;
}

.dropdown-menu.notification .time {
    display: block;
}

.dropdown-menu.notification .time i{
    margin-right: 6px;
}

.dropdown-menu.notification .body {
    width: 345px;
}

.notification-ListItem>a:hover{
    /*list-style-type: square;*/
    /*list-style-position:outside;*/
    text-decoration:none;
}

.notification-container ul {
    height: auto;
    max-height: 300px;
    overflow-y:auto;
    width:auto;
    flex: 1;
}
    .notification-container ul li a {
        padding: 1px 0 0 0;
        margin: 0;
        border: 0;
    }

    .dropdown-menu.notification .label {
        position: initial;
        height: auto;
        padding: 7px 0 0 0;
        flex: 1.3;
        margin: 0 !important;
        text-align: center;
        width: auto;

    }

.dropdown-menu .footer a {
    height: 28px;
}

.mark-notification-read-button {
    background-color: initial;
    border: initial;
    flex: 1;
    margin: 0;
    width: auto;
}

.mark-all-notifications-read-button{
    display:inline-block;
    font-size: 12px;
    border:initial;
    background-color:initial;
}

/*.dropdown-menu li a {
    height:24px;
}*/

.actionBarEggrafou{
    width: 100%;
}

.label-buttons {
    display: flex;
    align-items: center;
    position: absolute;
    top: 4px;
    right: 10px;
}

.label-buttons .btn {
    padding: 0px 5px;
}
.label-buttons .btn:last-child {
    margin-left: 3px;
}

.searchform .fakeloiList {
    margin: 0;
    min-height: 34px;
}

/*synallassomenoi css*/
.bgc-lightgray {
    background-color: lightgray;
}

#synallassomenoiEggrafaVue .vueView{
    display :none;
}
    #synallassomenoiEggrafaVue.loaded .vueView {
        display: block;
    }


#synallassomenoiEggrafaVue .select2-container {
    width: 80% !important;
}
.select2-container.eidosSyn {
    width: 100% !important;
}
#synallassomenoiEggrafaVue .big-select2 .select2-container {
    width: 100% !important;
}

.select2-synal {
    width: 80% !important;
}
.btn-synal {
    margin-left: 0.5%;
    width: 8.5%;
}
.btn-addSynal {
    float: right;
    height: 35px;
    margin-right: 2px;
    /*top: -40px;
    right: 10px;*/
}
.btn-sendEmailSynal {
    float: right;
    height: 35px;
    margin-right: 2px;
    /*top: -40px;
    right: 53px;*/
}

.btnView {
    height: 25px;
    width: 25px;
    margin-right: 2px;
}
.btnView i {
    position: relative;
    top: -4px;
    right: 7px;
}
.btnViewHeader {
    height: 35px;
    float: right;
    width: 38px;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
}

.btnViewHeader i {
    top: auto;
    right: auto;
}

.apodRow .btnViewKshdeReceipt,
.apodRow .btnViewIridaReceipt {
    margin-right: 2px;
    margin-bottom: 2px;
}

.btn-listView {
    padding: 5px 5px;
}

.contSection.contSection-scroll {
    background-color: #EEEEEE;
    padding: 0 0 !important;
}

.apodRowEmailInfo span:not(:last-child) {
    display: inline-block;
    margin-right: 3px;
    padding-right: 3px;
    border-right: 1px solid;
}

ul.li-activeSyn {
    list-style-type: none;
    padding: 0 0;
    background-color: #EEEEEE;
}
    ul.li-activeSyn li {
        padding: 5px 5px;
        cursor: initial;
        border-bottom: 2px solid #CCC;
    }


ul.li-activeSyn .active {
    background-color: #fff;
    border-right: 0;
}

.fileupload-progress.fade{
    display :none;
}
.fileupload-progress.fade.in {
    display: block;
}

.fileupload-buttonbar {
    margin-top: 25px;
}

.fileupload-buttonbar.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.downloadSignedExactCopy {
    width: calc(100% - 64px);
}

.deleteSignedExactCopy {
    /*width: 40px;
    height: 34px;*/
    width: 64px;
}

#showSentEmailTable {
    font-size: 13px;
    font-weight: 400;
}

#showSentEmailTable .left {
    color: black;
    text-align: right;
    padding: 2px 16px 2px 0;
    vertical-align: baseline;
    min-width: 150px;
}

#showSentEmailTable .right {
    word-break: break-all;
}

.curVersionContFixed {
    position: fixed;
    color: #fff;
    padding: 10px;
    bottom: 0;
    right: 0;
}

td.td-ordering-ypografes {
    padding: 2px 0 !important;
    text-align: center;
    vertical-align: middle !important;
}
    td.td-ordering-ypografes hr {
        margin: 2px -2px;
    }

.btn.btn-ypografes {
    background: #7030A2;
    color: #fff;
}

.btn.btn-revert-signature-procedure {
    background: #ED9C28;
    border-color: #ED9C28;
    color: #fff;
}
.btn.btn-remove-signature {
    width: 32px;
    height: 22px;
    margin: 0;
    padding: 1px 5px;
}

/*.td-ordering-ypografes .btn[disabled] {
    background-color: #D1D1D1;
    border-color: #D1D1D1;
}*/

#signatureOrderingTable td.td-ordering-ypografes-remove {
    text-align:center;
}

#signatureOrderingTable .btn[disabled] {
    background-color: #D1D1D1;
    border-color: #D1D1D1;
}

#signatureOrderingTable tr:first-child td.td-ordering-ypografes {
    text-align: right;
}

    #signatureOrderingTable tr:first-child td.td-ordering-ypografes div.btn {
        margin-right: 5px;
    }

#signatureOrderingTable tr:last-child td.td-ordering-ypografes {
    text-align: left;
}

    #signatureOrderingTable tr:last-child td.td-ordering-ypografes div.btn {
        margin-left: 5px;
    }

.jstree-hidden{
    display:none;
}

.well-danger {
    background-color: #f2dede;
    border-color: #f2dede;
}

/*.xrStatusBox {
    padding-top: 2px !important;
    padding-left: 8px !important;
}*/

.boxFiltersCont fieldset legend {
     padding:0;
}

#boxFilters .perilipsi 
{
    padding-left:0px !important;
}

.nopadding { padding: 0 !important; }
.leftpadding { padding-left: 15px !important; }


#content .box.border.orange {
    border: none;
}

#eggrafoParalaviVue .org-label {
    color: #555555;
    text-align: right;
    font-weight: 600;
    width: 100%;
    padding: 5px 10px 0 0;
}

    /*.dropdown-menu li a {
    line-height: normal;
}*/
    /* hide signature stuff for version 4.2 */
    /*.legendList .status-6 {
    display: none !important;
}
.hasSignedXrSpan {
    display: none !important;
}
.tdYpografes {
    display: none !important;
}*/


.display-block{
    display: block !important;
}

/*Ergazmenos-Info CSS*/
.ergazomenos-contact-info {
    max-width: 550px;
}

.remotesign-alert-info {
    margin-top: 45px;
}

.remotesign-alert-info .btn.pop-top {
    padding: 10px;
    color: white;
    margin-left: 0;
}

.remotesign-alert-info .alert {
    margin-top: 10px;
    border: none;
    background-color: white;
}

.ergazomenos-contact-list-icons {
    margin-left: 40px;
}

.tr-rowspan-first {
    border-top: 3px solid #507aa4;
}
.tr-rowspan-last {
    border-bottom: 3px solid #c1c1c1;
}

.d-roles {
    word-break: break-word;
}

.diadSignOrder {
    text-align: center;
}

.modalMassXreoson .select2-organogramma-monades {
    width: 45%;
}
.modalMassXreoson .select2-ergazomenoi {
    width: 40%;
}

.modalVue {
    display: block;
    overflow-y: auto;
}

.modalManageRemoteSignCreds .modal-content {
    width: 500px;
    margin: auto;
}
.modalManageRemoteSignCreds .toggleShowPassword {
    top: 5px;
    right: 5px;
    color: #41689d;
    border: none;
    background-color: transparent;
}
.modalManageRemoteSignCreds .form-buttons {
    margin-top: 30px;
}
.modalManageRemoteSignCreds .form-buttons button:last-child {
    float: right;
}

.generic-form {
    padding-top: 25px;
}
.generic-form .box.border.primary {
    border: 2px solid #507aa4;
}

.top-protocol-form-non-visible {
    position: fixed;
    top: 5px;
    z-index: 99;
    width: 87%;
}

/*Footer Start*/
.footer-home {
    display: inline-block;
    float: left;
    padding-top: 100px;
}

.jumbotron-footer-home {
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 30px;
    color: inherit;
    /*background-color: #eee;*/
}
.jumbotron p {
    font-weight: 400;
}
/*Footer End*/

/*Comments Start*/
#eggrafoComments .accordRow {
    position: relative;
}

#eggrafoComments .refreshComments, #eggrafoComments .addComment {
    cursor: pointer;
    height: 37px;
    line-height: 37px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 999;
}

    #eggrafoComments .addComment:hover, #eggrafoComments .refreshComments:hover {
        opacity: 0.7;
    }

    #eggrafoComments .addComment i, #eggrafoComments .refreshComments i {
        color: #fff;
    }

/*#eggrafoComments .addComment {
    right: 0;
    background: #0BCDF9;
}*/

#eggrafoComments .refreshComments {
    right: 45px;
    background: #0BCDF9;
}


#lstComments {
    margin: 10px 0 0;
    max-height: 450px;
    overflow-y: scroll;
}

.media,
.media-body {
    font-size: 1rem;
    zoom: 1;
}
    .media,
    .media .media {
        margin-top: 15px;
    }

        .media:first-child {
            margin-top: 0;
        }

.media-object {
    display: block;
}

.media-heading {
    font-size: 1.2rem;
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.chat-list img {
    border-radius: 99px;
}
/*Comments End*/

/*#region Diaxeirisi - Logs*/
#logFileDisplayWrapper {
    margin-top: 30px;
}

.logFileDisplayContainer {
    width: 100%;
    height: 500px;
    padding-left: 10px;
    background-color: white;
}

.logFileDisplayContainer iframe {
    width: 100%;
    height: 100%;
    border: none;
}
/*#endregion*/

#signOtpForm > div:not(:first-of-type) {
    margin-top: 10px;
}

.inline-flex {
    display: flex;
    align-items: center;
}

.inline-flex > *:first-child {
    margin-right: 6px;
}

.inline-flex > *,
.inline-flex input[type="checkbox"],
.inline-flex input[type="radio"]
{
    margin-top: 0;
    margin-bottom: 0;
}

#NetCoreDesigner_MainPanel .mobile_designer_loader, 
#NetCoreDesigner_MainPanel .mobile_designer_loader:after {
    border-radius: 50% !important;
}

#dtXreoseis .tab-content .select2,
#dtXreoseis .tab-content .select2-container {
    max-width: 500px !important;
}

#versions-info-content img {
    max-width: 100%;
}

#userUnreadProductVersionsModal .modal-content {
    max-height: calc(100vh - 120px);
    height: calc(100vh - 120px);
}

#userUnreadProductVersionsModal .modal-body {
    height: calc(100% - 125px);
    overflow: auto;
}
body.publicview {
    background-image: url("../img/multiple-dots.svg");
    background-repeat: repeat;
    background-size: 250px;
    background-position: center;
    background-attachment: scroll;
}

body.publicview #page {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    min-height: 100vh;
}

body.publicview footer {
    align-self: center;
    margin-top: auto;
    margin-bottom: 15px;
}

body.publicview .egritosLogoCont {
    text-align: center;
    border: none;
    padding-bottom: 0;
    width: auto;
}

body.publicview .egritosLogoCont img {
    max-height: 120px;
    object-fit: contain;
}

body .publicview .curVersionContFixed {
    color: black;
}

.publicview-modal {
    min-height: 300px;
    width: 820px;
    max-width: 90%;
    margin: 30px auto;
    background-color: white;
    font-size: 16px;
    box-shadow: 0px 0px 8px 1px rgba(179,179,179,0.75);
}

.pv-logo {
    background-color: #41689d;
    display: flex;
    align-items: center;
    font-size: 26px;
    color: white;
    font-weight: bold;
    justify-content: center;
    padding: 10px;
}

.pv-logo img {
    height: 80px;
}

.pv-info {
    padding: 15px 20px;
}

.publicview-modal h1 {
    font-size: 20px;
    font-weight: 600;
}

.pv-content {
    padding: 30px 20px;
    border-top: 1px dotted grey;
}

.pv-content .alert-danger {
    margin-top: 25px;
    padding: 12px;
}

.alert-danger h1,
.alert-success h1 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.alert-danger h1 i,
.alert-success h1 i {
    margin-right: 5px;
}

.alert-danger ul {
    list-style: none;
    padding: 0;
    margin-top: 7px;
}

.alert-info,
.alert-success {
    padding: 12px;
}

.pv-content .field-validation-error {
    font-size: 13px;
}

.pv-content input {
    display: block;
    width: 100%;
    /*margin-top: 25px;*/
    border: 1px solid #41689d;
    padding: 26px 15px;
    box-shadow: 0px 0px 4px 0px rgb(158, 158, 158);
    border: none;
}

.pv-content input:focus {
    box-shadow: 0px 0px 10px 0px rgb(158, 158, 158) !important;
}

/*.pv-content button {
    margin-top: 30px;
    background-color: #41689d;
    color: white;
    padding: 10px 20px;
    border: none;
    display: block;
    border: 2px solid #41689d;
    transition: background-color .3s ease;
    margin-left: auto;
    margin-right: auto;
}

.pv-content button:not(:last-child) {
    margin-right: 20px
}

.pv-content button:hover,
.pv-content button:focus {
    background-color: white;
    color: #41689d
}*/

.pv-content .btn-group {
    margin: auto;
    display: block;
    width: fit-content;
    margin-top: 10px;
}

.alert-message {
    margin-top: 10px;
    display: block;
    color: red;
    font-size: 16px;
}

/* Download Checkd Prompt */
.downloadPromptWrapper {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
}

.downloadPromptWrapper .close {
    margin-right: 20px;
    margin-top: 20px;
    font-size: 40px;
}

.downloadPromptWrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: blur(185px);
    background-color: white;
}

.downloadPromptCont {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: fit-content;
    width: -moz-fit-content;
    height: fit-content;
    height: -moz-fit-content;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 0 auto 30px;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}

/*.pv-content button,
.pv-content a[type="button"] {
    background-color: #5cb85c;
    border: 2px solid #5cb85c;
    margin-top: 0;
    padding: 10px;
    color: white;
    margin-top: 10px;
    display: block;
    width: fit-content;
    display: inline-block;
}

.pv-content button:hover,
.pv-content a[type="button"]:hover {
    background-color: white;
    color: #5cb85c;
    text-decoration: none;
}*/

.passwordWrapper {
    position: relative;
}

.toggleShowPassword {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    color: #41689d
}

@media all and (max-height: 720px) {
    body.publicview .egritosLogoCont {
        margin-top: 0;
        padding-top: 10px;
    }
}