@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');

.colorTransparent {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important; }


.colorWhite {
  background-color: #fff !important; }
  
  .colorWhite h6,
  .colorWhite i {
    color: #333 !important; }


.colorTheme {
    background-color: #02b7aa !important;
    color: #fff;
}
  
  .colorTheme .nawbarMainMenu a {
    color: #fff !important; }
  
  .colorTheme h6,
  .colorTheme i {
    color: #fff !important; }


.colorCyan {
  background-color: #00a2b4 !important;
  color: #fff !important; }
  
  .colorCyan .nawbarMainMenu a {
    color: #fff; }
  
  .colorCyan h6,
  .colorCyan i {
    color: #fff !important; }


.colorPink {
  background-color: #db008c !important;
  color: #fff; }
  
  .colorPink .nawbarMainMenu a {
    color: #fff; }
  
  .colorPink h6,
  .colorPink i {
    color: #fff !important; }


.colorPurpule {
  background-color: #9c27b0 !important;
  color: #fff; }
  
  .colorPurpule .nawbarMainMenu a {
    color: #fff; }
  
  .colorPurpule h6,
  .colorPurpule i {
    color: #fff !important; }


.colorCyan {
  background-color: #00a2b4 !important; }


.colorYellow {
  background-color: #ffeb3b !important;
  color: #b98b2a; }
  
  .colorYellow .nawbarMainMenu a {
    color: #b98b2a; }
  
  .colorYellow h6,
  .colorYellow i {
    color: #fff !important; }


.colPink {
  background-color: #db008c !important; }


.colWhite {
  background-color: #fff !important;
  border: 1px solid #b0b7c1 !important; }


.colCyan {
  background-color: #00a2b4 !important; }


.colPurpule {
  background-color: #9c27b0 !important; }


.colYellow {
  background-color: #ffeb3b !important; }



.colorTextPink {
  color: #db008c !important; }


.colorTextDark {
  color: #333 !important; }


.colorTextTheme {
    color: #02b7aa !important;
}


.colorTextPurpule {
  color: #9c27b0 !important; }


.colorTextCyan {
  color: #00a2b4 !important; }


.colorTextYellow {
  color: #ffeb3b !important; }


.colorTextWhite {
  color: #fff !important;
  opacity: 1; }


.colorTextDarkOrange {
  color: #b0751e !important;
  opacity: 1; }



.materialLight-Blue {
  background-color: #03a9f4; }


.materialLight-Blue-50 {
  background-color: #e1f5fe; }


.materialLight-Blue-100 {
  background-color: #b3e5fc; }


.materialLight-Blue-200 {
  background-color: #81d4fa; }


.materialLight-Blue-300 {
  background-color: #4fc3f7; }


.materialLight-Blue-400 {
  background-color: #29b6f6; }


.materialLight-Blue-500 {
  background-color: #03a9f4; }


.materialLight-Blue-600 {
  background-color: #039be5; }


.materialLight-Blue-700 {
  background-color: #0288d1; }


.materialLight-Blue-800 {
  background-color: #0277bd; }


.materialLight-Blue-900 {
  background-color: #01579b; }


.materialLight-Blue-A100 {
  background-color: #80d8ff; }


.materialLight-Blue-A200 {
  background-color: #40c4ff; }


.materialLight-Blue-A400 {
  background-color: #0091ea; }


.materialLight-Blue-A700 {
  background-color: #0091ea; }



.pink,
.theme,
.purpule,
.white,
.cyan,
.yellow {
  display: block;
  float: left;
  margin: 10px; }


.pink > .cs-skin-elastic > span {
  background-color: #db008c !important;
  z-index: 100;
  width: 150px;
  height: 44px;
  color: #fff;
  font-size: 14px; }


.theme > .cs-skin-elastic > span {
  background-color: #02b7aa !important;
  width: 150px;
  height: 44px;
  color: #fff;
  font-size: 14px; }


.purpule > .cs-skin-elastic > span {
  background-color: #9c27b0 !important;
  z-index: 100;
  width: 150px;
  height: 44px;
  color: #fff;
  font-size: 14px; }


.white > .cs-skin-elastic > span {
  background-color: #fff !important;
  z-index: 100;
  width: 150px;
  height: 44px;
  color: #333;
  font-size: 14px; }


.cyan > .cs-skin-elastic > span {
  background-color: #00a2b4 !important;
  z-index: 100;
  width: 150px;
  height: 44px;
  color: #fff;
  font-size: 14px; }


.yellow > .cs-skin-elastic > span {
  background-color: #ffeb3b !important;
  z-index: 100;
  width: 150px;
  height: 44px;
  color: #b98b2a;
  font-size: 14px; }


.cs-skin-elastic .cs-options {
  width: 150px !important; }
  
  .cs-skin-elastic .cs-options span {
    width: 150px !important;
    height: 44px;
    font-size: 14px;
    color: #333;
    font-weight: 300;
    padding-left: 20px !important; }


.cs-skin-elastic.cs-active .cs-options ul li {
  border-left: 1px solid #ECF0F1;
  border-right: 1px solid #ECF0F1;
  border-bottom: 1px solid #ECF0F1;
  background-color: #fff !important; }


.cs-skin-elastic .cs-options > ul::before {
  background-color: transparent !important; }

#mainWrapper {
  height: -webkit-calc(100% - 60px);
  height: calc(100% - 60px); }



.mCSB_inside > .mCSB_container {
  margin-right: 0px !important; }


.mainWrapper {
  padding-top: 60px;
  width: 100%;
  overflow-x: hidden;
  position: relative; }


#header {
  width: 100%;
  position: fixed;
  z-index: 99; }



.hamburger {
  background: transparent;
  border: 0;
  width: 55px;
  height: 45px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  
  .hamburger:focus {
    outline: none; }
  
  .hamburger span {
    display: block;
    background: #fff;
    height: 3px;
    width: 40px;
    border-radius: 5px;
    position: relative; }
    
    .hamburger span:before,
    .hamburger span:after {
      content: "";
      display: block;
      width: 65%;
      height: 3px;
      border-radius: 5px;
      background: #fff;
      position: absolute;
      top: -8px;
      left: -1px;
      -webkit-transform: rotate(-35deg);
      -ms-transform: rotate(-35deg);
      -moz-transform: rotate(-35deg);
      -o-transform: rotate(-35deg);
      transform: rotate(-35deg);
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    
    .hamburger span:after {
      top: 8px;
      left: -1px;
      -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
      -moz-transform: rotate(35deg);
      -o-transform: rotate(35deg);
      transform: rotate(35deg); }
  
  .hamburger.active,
  .hamburger.activeClick {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); }
    
    .hamburger.active span:before,
    .hamburger.active span:after,
    .hamburger.activeClick span:before,
    .hamburger.activeClick span:after {
      content: "";
      display: block;
      width: 100%;
      height: 3px;
      border-radius: 5px;
      background: #fff;
      position: absolute;
      top: -10px;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      left: 0; }
    
    .hamburger.active span:after,
    .hamburger.activeClick span:after {
      top: 10px; }


.nawbarWrapper {
  padding: 20px;
  border: 1px solid #ECF0F1;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px; }


.nawbarMain {
  padding: 12px 10px 2px 5px;
  width: 100%;
  background-color: #02b7aa;
  position: relative;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  z-index: 10; }
  @media (max-width: 768px) {
    
    .nawbarMain {
      padding: 8px 10px; } }


.nawbarMainLeft {
  float: left; }


.nawbarMainRight {
  float: right; }


.mainLogo {
    float: left;
    margin: -5px 0 0 0;
    height: 56px;
    width: 390px;
    background-image: url(../../img/logo.png);
    background-size:contain;
}
  @media (max-width: 1023px) {
    
    .mainLogo {
      display: none; } }


.headerLogo {
  float: left;
  color: #fff;
  margin-left: 5px;
  font-size: 21px;
  line-height: 46px;
  font-weight: 400;
  text-transform: uppercase; }
  @media (max-width: 1023px) {
    
    .headerLogo {
      display: none; } }
  
  .headerLogo a,
  .headerLogo a:hover {
    color: #fff;
    text-decoration: none; }


.nawbarMainButtonWrapper {
  float: left;
  margin-left: 5px; }
  @media (min-width: 1024px) {
    
    .nawbarMainButtonWrapper {
      display: none !important; } }
  @media (max-width: 768px) {
    
    .nawbarMainButtonWrapper {
      margin-left: 0px; } }


.nawbarMainMenu {
  padding: 1px 0 0 0; }
  @media screen and (max-width: 640px) {
    
    .nawbarMainMenu {
      display: none; } }
  
  .nawbarMainMenu ul {
    margin-bottom: 0px !important; }
  
  .nawbarMainMenu li {
    display: inline-block;
    padding: 0 5px; }
  
  .nawbarMainMenu a {
    font-size: 14px;
    text-decoration: none;
    width: 40px;
    height: 40px;
    text-align: center;
    position: relative;
    color: #fff;
    margin: 0 15px; }
    
    .nawbarMainMenu a .badge {
      position: absolute;
      left: 27px; }
  
  .nawbarMainMenu i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px; }

.myColor {
  background-color: #02b7aa !important;
  border: 2px solid white;
  border-radius: 50%; }

.previewColorContainer {
    border: none;
    border-radius: 50%;
    width:40px;
    height:40px;
}


.headerMenuIconIndigo i {
  font-size: 16px;
  margin-right: 10px;
  color: #787878 !important; }


.nawbarMainMenuSmallRight {
  display: none; }
  @media screen and (max-width: 640px) {
    
    .nawbarMainMenuSmallRight {
      display: block; } }
  
  .nawbarMainMenuSmallRight i {
    font-size: 24px; }
  
  .nawbarMainMenuSmallRight ul {
    margin-left: -50px; }


#sideBarWrapper {
  height: 100%;
  margin: 0px auto; }


#sideBarContent {
  height: 100%;
  position: fixed;
  z-index: 80; }


.sideBar {
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  background-color: #2c353a;
  z-index: 1;
  position: absolute;
  width: 240px;
  height: 100%;
  transition: .35s;
  margin-left: 0; }


body.noSidebar .sideBar,
body.bodySmall .sideBar {
  margin-left: -240px;
  -moz-box-shadow: 0 0 15px 0 #959595;
  -webkit-box-shadow: 0 0 15px 0 #959595;
  box-shadow: 0 0 15px 0 #959595; }


body.mobileSidebar .sideBar {
  margin-left: 0 !important;
  z-index: 1; }


body.noSidebar .mainConteiner,
body.bodySmall .mainConteiner {
  margin-left: 0; }


.mainConteiner {
  margin-left: 240px;
  height: auto;
  transition: .35s; }
  @media (max-width: 768px) {
    
    .mainConteiner {
      transition: none; } }


.mainConteinerConten {
  height: auto;
  overflow: hidden; }


.thirdTheme {
  background-color: #00a2b4; }



.headerWrapper {
  position: relative;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#383c3f), to(#202224));
background-image: -webkit-linear-gradient(top, #383c3f, 0%, #202224, 100%);
background-image: -moz-linear-gradient(top, #383c3f 0%, #202224 100%);
background-image: linear-gradient(to bottom, #383c3f 0%, #202224 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff383c3f', endColorstr='#ff202224', GradientType=0);
-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255,255,255,0.1),4px 0px 15px 0px rgba(0,0,0,0.3);
-moz-box-shadow: inset 0px 2px 2px 0px rgba(255,255,255,0.1),4px 0px 15px 0px rgba(0,0,0,0.3);
box-shadow: inset 0px 2px 2px 0px rgba(255,255,255,0.1),4px 0px 15px 0px rgba(0,0,0,0.3);}


.timeWrapper {
  height: 80px;
  width: 240px;
  position: absolute;
  bottom: 63px;
  border-bottom: 1px solid transparent;
  text-align: center;
  background-color: #232b2e !important; }
  
  .timeWrapper i {
    font-size: 50px; }


.menuTime {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase; }


.menuTime2 {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 6px; }


.sideBarWeatherWrapper {
  padding: 5px 0 10px 0;
  border-bottom: 1px solid #fff; }
  
  .sideBarWeatherWrapper ul {
    list-style-type: none;
    padding: 0; }


.weatherIconMain {
  display: block;
  font-size: 80px;
  margin-top: -10px; }



.show {
  right: 0px !important;
  transition: .35s; }


.point {
  display: block;
  float: left;
  margin-top: 3px;
  margin-right: 15px;
  width: 10px;
  height: 10px;
  background-color: #00a2b4; }


.carouselWrapper {
  padding: 10px; }
  
  .carouselWrapper .carouselContent {
    height: 300px !important;
    text-align: center;
    padding-top: 170px !important; }
  
  .carouselWrapper .carousel-control {
    background-image: none; }



#menuContent {
  background-color: #2c353a;
  z-index: 9999 !important;
  width: 240px; }


.sidebar-nav ul {
  padding: 0;
  list-style: none; }


.sidebar-nav li {
  position: relative;
  display: block; }
  
  .sidebar-nav li ul a {
    padding-left: 50px;
    background-color: #232b2e; }
  
  .sidebar-nav li.active a .glyphicon,
  .sidebar-nav li.active a .glyphicon,
  .sidebar-nav li.active a .arrow {
    color: #fff; }
  
  .sidebar-nav li.active a:hover {
    background: #202529;
    color: #fff; }


.sidebar-nav .glyphicon, .sidebar-nav .fa {
    font-size: 16px;
    margin-right: 10px;
}

.sidebar-nav .fa {
    font-size: 21px;
    line-height: 1;
    top: 1px;
    position: relative;
}


.sidebar-nav a {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  position: relative;
  padding: 7px 9px;
  display: inline-block;
  width: 100%; }
  
  .sidebar-nav a:hover {
    background: #202529;
    color: #fff; }
    
    .sidebar-nav a:hover .glyphicon,
    .sidebar-nav a:hover .arrow {
      color: #fff; }
  
  .sidebar-nav a:focus {
    outline: none; }


.sidebar-nav .badge {
  border-radius: 0; }


.sidebar-nav .arrow {
  font-size: 16px;
  margin-right: 15px; }


.actual {
  background-color: #202529 !important; }



.sideBarAdminUser {
    height: 100px;
    width: 240px;
    background-image: url(../../img/Header_admin.jpg);
    background-repeat: no-repeat;
    background-color: #00a2b4;
}

.sideBarPrintUser {
    height: 100px;
    width: 240px;
    background-image: url(../../img/Header_print.jpg);
    background-repeat: no-repeat;
    background-color: #00a2b4;
}


.sideBarUserConteiner {
  height: 100px;
  width: 240px; }


.sideBarUserConteinerText {
  float: left;
  text-align: left; }


.userInfo {
    float: left;
    font-size: 14px;
    line-height: 20px;
    margin-left: 10px;
    margin-top: 10px;
    color: #fff !important;
}
  
  .userInfo a {
    color: #fff !important; }


.sideBarSearch {
  float: left;
  height: 50px;
  width: 80px;
  text-align: center;
  margin-right: 30px;
  font-size: 40px;
  line-height: 40px; }


.sideBarSearchMini {
  display: none;
  height: 55px;
  width: 240px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px; }


input.search-query {
  padding-left: 26px;
  border: thin solid #02b7aa;
  background-color: #fff; }


form.form-search {
  position: relative;
  color: #02b7aa; }



.firstRow {
  background-color: #fff;
  margin-bottom: 10px;
  border-bottom: 1px solid #ECF0F1; }


.firstRowHeader {
  padding-top: 5px; }
  @media (max-width: 765px) {
    
    .firstRowHeader {
      text-align: center;
      line-height: 50px; } }


.jqstooltip {
  text-align: center;
  min-height: 25px;
  min-width: 65px; }


.breadcrumb {
  background-color: transparent;
  height: 30px;
  margin: 0;
  padding: 0; }
  @media (max-width: 765px) {
    
    .breadcrumb {
      display: none; } }
  
  .breadcrumb li a {
    font-size: 14px;
    color: #02b7aa;
    line-height: 40px; }
  
  .breadcrumb .active {
    font-size: 14px;
    color: #333; }


.breadcrumb > li + li:before {
  color: #02b7aa;
  vertical-align: middle;
  font-size: 25px;
  content: "\2022"; }

@media (max-width: 1200px) {
    
  .marker i,
  .address {
    width: 100%;
    float: none; }
  
  .mapbutton {
    float: none !important;
    margin-top: 10px; } }



.fotterWrapper {
  width: 100%;
  height: 80px;
  padding: 35px 0 0 35px;
  background-color: #fff;
  border-top: 1px solid #ECF0F1;
  color: #878787; }
  @media (max-width: 765px) {
    
    .fotterWrapper {
      padding: 35px 0 0 0;
      text-align: center; } }


.todayClose {
  display: none; }

@media (max-width: 765px) {
  
  .headerLogoText {
    display: none; }
  
  .headerTime {
    display: none; }
    
  .firstRowHeader {
    padding-left: 0;
    text-align: center; } }


.flotChartsWrapper {
  min-height: 200px;
  min-width: 200px;
  height: 95%;
  width: 95%;
  margin: 0 auto !important;
  padding: 2%;
  background-color: #fff !important; }


#placeholder{
  min-height: 200px;
  min-width: 200px;
  height: 100% !important;
  width: 100% !important; }


.flot-tooltip {
  color: #fff;
  background-color: #333;
  border-radius: 5px;
  width: 100px;
  height: auto;
  padding: 5px;
  text-align: center;
  position: absolute;
  display: none;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  z-index: 99; }


.chartjsWrapper {
  min-height: 200px;
  min-width: 200px;
  height: 90% !important;
  width: 98%;
  margin: 0 auto !important;
  padding: 2%;
  background-color: #fff !important; }


#canvas,
#canvas1,
#canvas2,
#canvas3,
#canvas4,
#canvas5,
#canvas6,
#canvas7,
#canvas8,
#canvas9,
#canvas10 {
  min-height: 200px;
  min-width: 200px;
  height: 100% !important;
  width: 98% !important; }

.panelCalendar {
  background-color: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none; }


#calendar {
  width: 100% !important;
  z-index: 0 !important;
  background-color: #fff; }



.fc-event {
  width: auto !important;
  border: none !important;
  border-radius: 0 !important;
  margin: 20px 0 !important;
  padding: 10px !important; }
  
  .fc-event .fa-close {
    float: right; }



h1 {
  font-size: 48px;
  font-weight: 400; }


h2 {
  font-size: 40px;
  font-weight: 400; }


h3 {
  font-size: 36px;
  font-weight: 400; }


h4 {
  font-size: 30px;
  font-weight: 400; }


h5 {
  font-size: 24px;
  font-weight: 400; }


h6 {
    font-size: 16px;
    font-weight: 400;
    margin:0;
}


blockquote {
  border-left: none; }


blockquote p {
  font-size: 18px; }


blockquote:after {
  content: "\f10d";
  font-family: 'Fontawesome';
  width: 15px;
  font-size: 15px;
  line-height: 15px;
  font-style: normal;
  text-align: center;
  color: #02b7aa;
  position: absolute;
  top: 70px;
  left: 40px; }


blockquote footer {
  font-size: 18px;
  float: right; }


.flowTextAction {
  font-size: 18px;
  line-height: 24px; }


.flow-text-off {
  font-size: 18px; }


.flow-text {
  font-size: 16px; }
  @media screen and (max-width: 1280px) {
    
    .flow-text {
      font-size: 14px; } }
  @media screen and (max-width: 768px) {
    
    .flow-text {
      font-size: 12px; } }
  @media screen and (max-width: 480px) {
    
    .flow-text {
      font-size: 10px; } }


.flowTextButton {
  background-color: #db008c;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 15px !important;
  width: 160px;
  outline: none !important; }


.switch {
  border: 1px solid #fff;
  background-color: #b9b8b8;
  border-radius: 48px;
  display: inline-block;
  width: 50px;
  position: relative;
  height: 15px;
  cursor: pointer;
  transition: all 0.2s ease-in-out; }


.switch .handle {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: #f1f1f1;
  position: absolute;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
  top: -7px; }
  
  .switch .handle:hover {
    background: #b9b8b8; }


.switch.on {
  background: rgba(0, 226, 240, 0.5);
  border-color: #fff; }


.switch:active .handle {
  width: 40px;
  border-radius: 24px; }


.switch.on .handle {
  right: 0;
  background: rgba(0, 226, 240, 0.8); }


.rangeSelectorMaster {
  background-color: #02b7aa; }


.rangeSelectorWrapper {
  margin-bottom: 70px; }


.formelementsAssistant {
  bottom: -80px; }

.note-editor {
  border-color: #f6f8f8 !important; }



.registrationWrapper {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#383c3f), to(#202224));
    background-image: -webkit-linear-gradient(top, #383c3f, 0%, #202224, 100%);
    background-image: -moz-linear-gradient(top, #383c3f 0%, #202224 100%);
    background-image: linear-gradient(to bottom, #383c3f 0%, #202224 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff383c3f', endColorstr='#ff202224', GradientType=0);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255,255,255,0.1),4px 0px 15px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255,255,255,0.1),4px 0px 15px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px 2px 2px 0px rgba(255,255,255,0.1),4px 0px 15px 0px rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    position: relative;
}


.registrationContent {
  width: 400px;
  padding: 20px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -275px;
  margin-left: -200px;
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px; }
  @media screen and (max-width: 480px) {
    
    .registrationContent {
      width: 300px;
      margin-left: -150px; } }
  
  .registrationContent h1,
  .registrationContent p {
    text-align: center; }
    
    .registrationContent h1 span,
    .registrationContent p span {
      margin: 0 10px; }
  
  .registrationContent a {
    color: #02b7aa; }


.registrationButtonPlaseholder {
  text-align: center; }

.modalWrapper {
  padding: 20px;
  margin: 10px 5px !important;
  background-color: #fff;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border-bottom: 1px solid #ECF0F1; }
  @media (max-width: 765px) {
    
    .modalWrapper {
      padding: 10px;
      margin: 30px 10px; } }


.modalButtons {
  width: 150px;
  height: 45px;
  color: #fff;
  background-color: transparent;
  text-align: center; }
  
  .modalButtons:hover {
    color: #fff; }
  
  .modalButtons:focus {
    color: #fff !important;
    outline: none !important; }


.customModal .modal-content {
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  padding: 0px;
  color: #fff; }


.customModal .modal-body {
  padding: 35px 45px; }


.customModal .modal-footer {
  border: none;
  background-color: rgba(0, 0, 0, 0.2); }


.customModal .modal-header {
  border: none;
  display: none; }


.customModalSmall .modal-content {
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  padding: 0px;
  color: #fff; }


.customModalSmall .modal-body {
  padding: 20px; }


.customModalSmall .modal-footer {
  border: none;
  background-color: rgba(0, 0, 0, 0.2); }


.customModalSmall .modal-header {
  border: none;
  display: none; }


.modalButtonsSmall {
  width: 120px;
  height: 45px;
  color: #fff;
  background-color: transparent;
  text-align: center; }
  
  .modalButtonsSmall:hover {
    color: #fff; }
  
  .modalButtonsSmall:focus {
    color: #fff !important;
    outline: none !important; }


.modalContentPink {
  background-color: #db008c; }


.modalContentTheme {
  background-color: #02b7aa; }


.modalContentPurpule {
  background-color: #9c27b0; }


.modalContentWhite {
  background-color: #fff;
  color: #333 !important; }


.modalContentCyan {
  background-color: #00a2b4; }


.modalContentYellow {
  background-color: #ffeb3b;
  color: #b98b2a !important; }



.tableWrapper {
  padding: 20px;
  margin: 10px 5px !important;
  background-color: #fff;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border-bottom: 1px solid #ECF0F1; }
  @media (max-width: 765px) {
    
    .tableWrapper {
      padding: 10px;
      margin: 30px 10px; } }


.tablePink thead {
  background-color: #db008c;
  color: #fff; }
  
  .tablePink thead tr > th {
    border-bottom: none; }


.tablePink tbody > tr > th {
  color: #db008c !important; }


.table-striped-pink > tbody > tr:nth-of-type(odd) {
  background-color: #FFE7F6; }


.table-hover-pink > tbody > tr:hover {
  background-color: #FFE7F6; }


.tableTheme thead {
  background-color: #02b7aa;
  color: #fff; }
  
  .tableTheme thead tr > th {
    border-bottom: none; }


.tableTheme tbody > tr > th {
  color: #02b7aa !important; }


.table-striped-theme > tbody > tr:nth-of-type(odd) {
  background-color: #C4F6F9; }


.table-hover-theme > tbody > tr:hover {
  background-color: #C4F6F9; }


.tablePurpule thead {
    background: #9c27b0;
    background: linear-gradient(90deg, rgba(156,39,176,1) 0%, rgba(123,39,176,1) 100%);
    color: #fff;
}
  
  .tablePurpule thead tr > th {
    border-bottom: none; }


.tablePurpule tbody > tr > th {
  color: #9c27b0 !important; }


.table-striped-purpule > tbody > tr:nth-of-type(odd) {
  background-color: #F1DCF5; }


.table-hover-purpule > tbody > tr:hover {
  background-color: #F1DCF5; }


.tableCyan thead {
  background-color: #00a2b4;
  color: #fff; }
  
  .tableCyan thead tr > th {
    border-bottom: none; }


.tableCyan tbody > tr > th {
  color: #00a2b4 !important; }


.table-striped-cyan > tbody > tr:nth-of-type(odd) {
  background-color: #C7E5E8; }


.table-hover-cyan > tbody > tr:hover {
  background-color: #C7E5E8; }


.gridWrapper {
  background-color: #fff;
  color: #333;
  padding: 2%; }


.show-grid {
  margin-bottom: 15px; }


.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eee;
  background-color: rgba(196, 246, 246, 0.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86, 61, 124, 0.2); }
  @media (max-width: 760px) {
    
    .show-grid [class^=col-] {
      margin: 10px 20px; } }


.topSellingHeader .navbar-default {
  background-color: transparent;
  border-color: transparent; }


.topSellingHeader .navbar-default .navbar-nav > .active > a {
  background-color: #02b7aa;
  color: #fff; }


.topSellingHeader a {
  font-weight: 500; }


.table > tbody > tr > td {
  vertical-align: middle; }


.prodName,
.prise {
  width: 35%;
  padding-left: 30px !important; }


.sold {
  width: 20%;
  padding-left: 30px !important; }


.marker {
  width: 10%;
  padding-left: 30px !important; }
  
  .marker button {
    height: 35px;
    width: 100px; }



.ordersHeader {
  padding: 20px; }


.ordersButtonsBlock button {
  margin: 5px; }


.selectedWrapper {
  padding: 0 10px; }
  @media (max-width: 1199px) {
    
    .selectedWrapper {
      width: 270px;
      margin: 10px 0;
      text-align: center; } }


.selectPageHeader,
.selectPageFooter {
  float: left;
  font-weight: 500;
  height: 40px;
  line-height: 40px; }


.viewHeader,
.viewFotter {
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px; }


.viewContent {
  float: left;
  width: 100px;
  margin: 0 15px; }
  @media (max-width: 1199px) {
    
    .viewContent {
      position: absolute;
      right: 10px; } }
  
  .viewContent button {
    width: 100px;
    height: 40px;
    margin: 0; }


.recordsSelectedHeader,
.recordsSelectedFotter {
  float: left;
  font-weight: 500;
  height: 40px;
  line-height: 40px; }
  
  .recordsSelectedHeader button,
  .recordsSelectedFotter button {
    width: 45px;
    height: 36px;
    margin: 0; }
    @media (max-width: 1199px) {
      
      .recordsSelectedHeader button,
      .recordsSelectedFotter button {
        position: absolute;
        right: 23px; } }
    
    .recordsSelectedHeader button i,
    .recordsSelectedFotter button i {
      font-size: 15px;
      padding: 0; }


.recordsSelectedContent {
  float: left;
  width: 100px;
  margin: 0 15px; }
  @media (max-width: 1199px) {
    
    .recordsSelectedContent {
      position: absolute;
      right: 70px; } }
  
  .recordsSelectedContent button {
    width: 100px;
    height: 40px;
    margin: 0; }


.selectedTable {
  text-align: center; }
  
  .selectedTable .selectedTableHeader {
    font-weight: 500;
    text-align: left; }
  
  .selectedTable .selectedTableInput > td {
    vertical-align: top !important; }
  
  .selectedTable i {
    margin-top: 3px;
    color: #333; }
  
  .selectedTable .input-group {
    width: 100%; }
    
    .selectedTable .input-group .btnCalendar {
      height: 30px;
      width: 30px;
      top: 3px;
      position: absolute;
      left: 3px;
      z-index: 10;
      border: none; }
      
      .selectedTable .input-group .btnCalendar:hover,
      .selectedTable .input-group .btnCalendar:active,
      .selectedTable .input-group .btnCalendar:focus {
        background-color: transparent !important;
        box-shadow: none !important; }
  
  .selectedTable .form-control {
    border: 1px solid #ECF0F1;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 15px;
    background-image: linear-gradient(#02b7aa, #02b7aa), linear-gradient(#d2d2d2, #d2d2d2);
    background-size: 0 1px, 100% 0px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    background-color: transparent;
    transition: background 0s ease-out; }
  
  .selectedTable .btn-group > .btn {
    margin: 0;
    height: 40px; }
  
  .selectedTable .btn {
    margin: 0 0 10px 0;
    height: 35px;
    width: 100px;
    font-size: 12px; }


.selectedTable .selectedTableInputBox {
  width: 5%; }


.selectedTable .selectedTableOrders {
  width: 10%; }


.selectedTable .selectedTablePurcahsed {
  width: 10%; }


.selectedTable .selectedTableCustomer {
  width: 15%; }


.selectedTable .selectedTableShipTo {
  width: 10%; }


.selectedTable .selectedTableBasePrice {
  width: 15%; }


.selectedTable .selectedTablePurchasedPrice {
  width: 15%; }


.selectedTable .selectedTableStatus {
  width: 10%; }


.selectedTable .selectedTableActions {
  width: 10%; }



.orderVievHeader {
  padding: 20px;
  position: relative;
}
  

.orderVievTable tbody > tr > td {
  padding: 10px 25px; }


.orderVievTable .orderVievTableFirstCol {
  width: 200px;
  font-weight: 500; }

.orderVievTable .otViewTableFirstCol {
    width: 250px;
    font-weight: 500;
}


.orderVievTable button {
  width: auto;
  height: 35px; }


.orderVievWrapper {
  padding: 20px; }


address {
  line-height: 30px !important; }


.chopingCartWrapper tbody > tr > td {
  padding: 10px 25px; }


.chopingCartWrapper button {
  width: auto;
  height: 35px; }


.chopingCartWrapper .chopingCartProduct {
  width: 15%;
  font-weight: 500; }


.chopingCartWrapper .chopingCartPurcahsedOn {
  width: 10%;
  font-weight: 500; }


.chopingCartWrapper .chopingCartOriginalPrice {
  width: 10%;
  font-weight: 500; }


.chopingCartWrapper .chopingCartPrice {
  width: 10%;
  font-weight: 500; }


.chopingCartWrapper .chopingCartQuantity {
  width: 10%;
  font-weight: 500; }


.chopingCartWrapper .chopingCartTaxAmound {
  width: 10%;
  font-weight: 500; }


.chopingCartWrapper .chopingCartTaxPercent {
  width: 10%;
  font-weight: 500; }


.chopingCartWrapper .chopingCartDiscountAmound {
  width: 15%;
  font-weight: 500; }


.chopingCartWrapper .chopingCartTotal {
  width: 10%;
  font-weight: 500; }


.subTotalWrapper {
  width: 250px;
  margin-right: 25px;
  margin-bottom: 40px;
  float: right; }
  @media (max-width: 480px) {
    
    .subTotalWrapper {
      font-size: 12px;
      float: none;
      margin: 0 auto;
      width: 200px; } }
  
  .subTotalWrapper .subTotalAnt {
    margin: 20px 25px 20px 0; }
  
  .subTotalWrapper .subTotalAntHeader {
    font-weight: 500; }



.chartjsWrapper {
  width: 100%; }


#sparkline25 {
  height: 50px;
  width: 50px; }



html,
body {
    width: 100%;
    height: 100%;
    background-color: #ecf0f1;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight:400;
    color: #333;
}


.row {
    padding: 10px;
}
@media (max-width: 765px) {

    .row {
        padding: 0 !important;
    }
}

#headerMain {
    width: 100%;
    margin: 0px auto;
    z-index: 0;
}

.antBox {
  padding: 20px;
  margin: 10px 5px !important;
  background-color: #fff;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border-bottom: 1px solid #ECF0F1; }
  @media (max-width: 765px) {
    
    .antBox {
      padding: 10px;
      margin: 30px 10px; } }


.antBoxIndigo {
  padding: 20px;
  margin: 10px 5px !important;
  background-color: #fff;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border-bottom: 1px solid #ECF0F1;
  padding: 0; }
  @media (max-width: 765px) {
    
    .antBoxIndigo {
      padding: 10px;
      margin: 30px 10px; } }


.antBoxHeader {
  width: 100%; }


.antBoxHeaderText {
  width: 70%;
  float: left; }


.antBoxHeaderIcon {
  width: 30%;
  float: left;
  margin: 13px 0px; }



.lactWeek {
  background-color: #02b7aa; }


.taskKomplitedAnt {
  height: 50px;
  width: 50px;
  margin: 5px auto;
  color: #fff;
  line-height: 45px; }



#month {
  height: 400px; }


.weekHeader {
  font-size: 18px;
  text-transform: uppercase;
  padding: 0px 0px;
  color: #fff; }
  @media (max-width: 765px) {
    
    .weekHeader {
      font-size: 14px;
      font-weight: 500; } }
  
  .weekHeader i {
    color: #fff;
    float: right; }


.weekIndex {
  color: #fff;
  height: 150px; }
  @media screen and (max-width: 480px) {
    
    .weekIndex {
      display: none; } }
  
  .weekIndex .weekIndexDescription {
    margin-right: 10px; }
  
  .weekIndex .index {
    font-size: 26px;
    line-height: 50px; }


.weekContent {
  height: 260px; }



.userNameWrapper {
  padding: 20px;
  margin: 10px 5px !important;
  background-color: #fff;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border-bottom: 1px solid #ECF0F1;
  padding: 0 !important;
  background-color: #fff; }
  @media (max-width: 765px) {
    
    .userNameWrapper {
      padding: 10px;
      margin: 30px 10px; } }


.userNameWrapperHeader {
  padding: 0;
  max-height: 670px;
  overflow: hidden; }
  
  .userNameWrapperHeader img {
    display: block;
    margin: 0 auto; }


.userLargeButtonsWrapper {
  padding: 20px;
  margin: 10px 5px !important;
  background-color: #fff;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border-bottom: 1px solid #ECF0F1;
  padding: 0;
  border: none; }
  @media (max-width: 765px) {
    
    .userLargeButtonsWrapper {
      padding: 10px;
      margin: 30px 10px; } }


.watsNew {
  background-color: #fff;
  padding: 0; }


.headerPost {
  padding: 20px; }
  
  .headerPost .headerPostIcon {
    float: left;
    margin-right: 15px; }
    @media screen and (max-width: 470px) {
      
      .headerPost .headerPostIcon {
        float: none;
        width: 100%;
        text-align: center; } }
  
  .headerPost .headerPostUserName {
    font-size: 14px;
    line-height: 40px; }
    @media screen and (max-width: 470px) {
      
      .headerPost .headerPostUserName {
        display: block;
        float: none;
        width: 100%;
        text-align: center; } }


.userContent {
  padding: 20px;
  margin: 10px 5px !important;
  background-color: #fff;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border-bottom: 1px solid #ECF0F1;
  padding: 0; }
  @media (max-width: 765px) {
    
    .userContent {
      padding: 10px;
      margin: 30px 10px; } }


.postMainComent {
  padding: 20px; }


.postMainImg img {
  display: block;
  margin: 0 auto; }


.postText .col-md-12 {
  margin: 0 45px 0 20px; }
  
  .postText .col-md-12 .form-control {
    margin-right: 20px; }


.postMainComentContent {
  float: left;
  width: 80%; }
  @media screen and (max-width: 1200px) {
    
    .postMainComentContent {
      width: 60%; } }
  @media screen and (max-width: 750px) {
    
    .postMainComentContent {
      width: 100%;
      float: none;
      text-align: center; } }


.postMainComentContentButtons {
  float: left;
  width: 20%;
  padding-top: 40px;
  text-align: right; }
  @media screen and (max-width: 1200px) {
    
    .postMainComentContentButtons {
      width: 40%; } }
  @media screen and (max-width: 1200px) and (max-width: 750px) {
    
    .postMainComentContentButtons {
      width: 100%;
      padding-top: 0px;
      float: none;
      text-align: center; } }
  
  .postMainComentContentButtons a {
    display: inline-block;
    text-transform: uppercase;
    width: 50px;
    margin: 0 0 0 10%;
    text-align: center;
    color: #db008c;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none; }
    @media screen and (max-width: 750px) {
      
      .postMainComentContentButtons a {
        margin: 0 10%; } }


.aboutMe p {
  line-height: 24px; }


.aboutMe ul {
  padding-left: 5px; }
  
  .aboutMe ul li {
    list-style-type: none;
    line-height: 30px;
    text-align: left; }
  
  .aboutMe ul i {
    text-align: right;
    font-size: 20px;
    width: 30px;
    margin-right: 5px;
    color: #02b7aa;
    margin-right: 20px; }



.indicatorsWrapper {
  background-color: #fff; }


.indicators {
  padding: 10px;
  margin-top: 10px;
  text-align: center; }
  
  .indicators span {
    font-size: 36px; }
  
  .indicators i {
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 25px;
    bottom: 5px; }


.indicatorsCharts {
  padding: 20px 10px 0 0; }


@media screen and (max-width: 1280px) {
  
  .userNameWrapperFotterUserInfo {
    float: none;
    width: 100%;
    margin: 0 auto; } }


.userNameWrapperFotterUserInfoUser {
  float: left;
  margin: 20px 40px 10px 40px; }
  @media screen and (max-width: 470px) {
    
    .userNameWrapperFotterUserInfoUser {
      float: none;
      width: 100%;
      margin: 0 auto; } }


.userNameWrapperFotterUserContent {
  padding-top: 50px; }
  @media screen and (max-width: 470px) {
    
    .userNameWrapperFotterUserContent {
      float: none;
      width: 100%;
      text-align: center; } }
  
  .userNameWrapperFotterUserContent .userName {
    color: #333;
    font-size: 24px;
    line-height: 48px; }
  
  .userNameWrapperFotterUserContent .userlocation {
    color: #333;
    font-size: 14px;
    line-height: 48px; }


.userNameWrapperFotterUserIcons {
  padding: 40px 0; }
  @media screen and (max-width: 1280px) {
    
    .userNameWrapperFotterUserIcons {
      float: none;
      width: 100%;
      margin: 20px auto; } }
  
  .userNameWrapperFotterUserIcons ul {
    padding: 20px; }
  
  .userNameWrapperFotterUserIcons li {
    float: left;
    display: block;
    text-align: center;
    width: 10%;
    margin: 0 10%; }
    
    .userNameWrapperFotterUserIcons li a {
      text-decoration: none; }
    
    .userNameWrapperFotterUserIcons li i {
      color: #02b7aa !important;
      font-size: 50px;
      padding-bottom: 20px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        
        .userNameWrapperFotterUserIcons li i {
          font-size: 30px;
          text-align: center; } }
    
    .userNameWrapperFotterUserIcons li span {
      color: #333;
      font-size: 20px; }
      @media screen and (max-width: 450px) {
        
        .userNameWrapperFotterUserIcons li span {
          font-size: 14px; } }



.maxi .smartTextLarge {
  font-size: 32px !important; }


.maxi .smartText {
  font-size: 28px !important; }


.maxi .smartBox {
  height: 100px;
  width: 100px;
  margin: 10px auto;
  background-color: #00a2b4;
  line-height: 100px;
  color: #fff;
  font-size: 24px !important; }


.maxi .chartWrapper {
  min-height: 600px;
  border-color: #db008c;
  margin: 25px 0; }


.maxi .panelFooter,
.maxi .panelHead {
  height: 300px; }


.middle .smartTextLarge {
  font-size: 26px !important; }


.middle .smartText {
  font-size: 22px !important; }


.middle .smartBox {
  height: 80px;
  width: 80px;
  margin: 10px auto;
  background-color: #00a2b4;
  line-height: 80px;
  color: #fff;
  font-size: 18px !important; }


.middle .chartWrapper {
  min-height: 400px;
  border-color: #db008c;
  margin: 25px 0; }


.middle .panelFooter,
.middle .panelHead {
  height: 200px; }


.small .smartTextLarge {
  font-size: 20px !important; }


.small .smartText {
  font-size: 16px !important; }


.small .smartBox {
  height: 50px;
  width: 50px;
  margin: 10px auto;
  background-color: #00a2b4;
  line-height: 50px;
  color: #fff;
  font-size: 14px !important; }


.small .chartWrapper {
  min-height: 200px;
  border-color: #db008c;
  margin: 25px 0; }


.small .panelFooter,
.small .panelHead {
  height: 150px; }


.extrasmall .smartTextLarge {
  font-size: 16px !important; }


.extrasmall .smartText {
  font-size: 12px !important; }


.extrasmall .smartBox {
  height: 25px;
  width: 25px;
  margin: 10px auto;
  background-color: #00a2b4;
  line-height: 25px;
  color: #fff;
  font-size: 10px !important; }


.extrasmall .chartWrapper {
  min-height: 100px;
  border-color: #db008c;
  margin: 25px 0; }


.extrasmall .panelFooter,
.extrasmall .panelHead {
  height: 125px; }



.fotterButtonWrapper {
  height: 100px; }

.mapWrapper {
  padding: 0 !important; }


.mapConteiner {
  height: 380px; }


#map,
#map2 {
  height: 380px; }


.marker i {
  color: #02b7aa;
  font-size: 36px;
  display: block;
  float: left;
  padding: 15px 20px; }
  @media (max-width: 1200px) {
    
    .marker i {
      padding: 0;
      float: none; } }


.address {
  padding: 15px 0;
  display: block;
  float: left; }



.panel-default {
  border-color: #E6E9EA;
  margin: 10px 5px !important;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border-bottom: 1px solid #E6E9EA; }
  @media (max-width: 765px) {
    
    .panel-default {
      padding: 10px;
      margin: 30px 10px; } }
  
  .panel-default .panel-heading,
  .panel-default panel-body {
    background-color: transparent;
    border: none; }
  
  .panel-default .panel-heading {
    padding: 10px 20px; }
    @media (max-width: 480px) {
      
      .panel-default .panel-heading {
        padding: 10px 5px; } }
  
  .panel-default .panel-heading-title,
  .panel-default .panel-heading-buttons {
    width: 50%; }
    
    .panel-default .panel-heading-title h6,
    .panel-default .panel-heading-buttons h6 {
      text-transform: uppercase; }
  
  .panel-default .panel-heading-buttons .btn {
    position: relative;
    float: right;
    margin-top: 6px;
    height: 25px;
    width: 25px;
    padding: 0;
    background-color: transparent; }
    
    .panel-default .panel-heading-buttons .btn:hover,
    .panel-default .panel-heading-buttons .btn:active {
      -webkit-box-shadow: none;
      box-shadow: none; }
    
    .panel-default .panel-heading-buttons .btn .dropdown-menu {
      position: absolute;
      left: -100px !important; }
    
    .panel-default .panel-heading-buttons .btn .fa-code {
      font-size: 14px !important; }
    
    .panel-default .panel-heading-buttons .btn i {
      font-size: 14px;
      color: #b0b7c1; }
  
  .panel-default .well {
    padding: 5px 5px;
    margin: 15px;
    border: 0;
    webkit-box-shadow: none;
    box-shadow: none; }
  
  .panel-default .well .btn {
    float: right;
    margin-top: 10px;
    height: 25px;
    width: 25px;
    padding: 0;
    margin: 5px 10px;
    background-color: transparent; }
    
    .panel-default .well .btn i {
      font-size: 12px;
      color: #b0b7c1; }
  
  .panel-default .panel-footer .btn {
    float: right;
    height: 30px;
    width: 30px;
    padding: 0;
    background-color: transparent; }
    
    .panel-default .panel-footer .btn i {
      font-size: 16px;
      color: #b0b7c1; }


.panelFull {
  position: fixed;
  width: 98%;
  height: 85%;
  top: 10px;
  left: 10px;
  z-index: 9999; }


.attention h6 i {
  color: #db008c; }



.panel-widgets {
  position: relative;
  border-color: #E6E9EA;
  margin: 10px 5px !important;
  padding: 0;
  height: 400px;
  background-color: #fff;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border-bottom: 1px solid #E6E9EA; }
  @media (max-width: 765px) {
    
    .panel-widgets {
      margin: 10px 5px !important; } }
  
  .panel-widgets .panel-heading {
    height: 100px;
    width: 100%; }
  
  .panel-widgets .panel-footer {
    text-align: center;
    font-size: 20px;
    line-height: 80px;
    color: #fff;
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0; }


.buttonWrapper {
  margin: 10px;
  float: left; }



.md-close {
  border-radius: 0.2em; }


.btn-default {
    background-color: #f4f3ed !important;
    color: #333 !important;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fff), to(#f4f3ed));
    background-image: -webkit-linear-gradient(top, #fff, 0%, #f4f3ed, 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, #f4f3ed 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #f4f3ed 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff4f3ed', GradientType=0);
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,0.4),0px 2px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,0.4),0px 2px 2px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,0.4),0px 2px 2px 0px rgba(0,0,0,0.2);
    text-shadow: -1px -1px 0px rgba(0,0,0,0.4);
    border-color: #bab9b8;
    border-bottom: 1px solid #a1a09e;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(255,255,255,0.3),0px 2px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(255,255,255,0.3),0px 2px 2px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px 1px 2px 0px rgba(255,255,255,0.3),0px 2px 2px 0px rgba(0,0,0,0.1);
    text-shadow: 1px 1px 1px rgba(255,255,255,0.4)
}

    .btn-default i {
        font-size: 20px;
        margin: 0 10px;
    }

    .btn-default:hover,
    .btn-default:active,
    .btn-default:focus {
        webkit-box-shadow: none;
        box-shadow: none;
        background-color: #e5e2d4;
        border-color: #9c9a99
    }
  
  .btn-default i {
    color: #333 !important; }

    .btn-default:hover {
        color: #333;
        background-color: #f6f8f8 !important;
    }

    .btn-default:focus {
        outline: none !important;
        color: #333;
    }

    .btn-default .fa-inverse {
        color: #333;
    }

.btn-primary {
  background-color: #02b7aa !important;
  color: #fff !important;
  border: none !important; }
  
  .btn-primary i {
    font-size: 20px;
    margin: 0 10px; }
  
  .btn-primary:hover,
  .btn-primary:active,
  .btn-primary:focus {
    border: none !important;
    webkit-box-shadow: none;
    box-shadow: none; }
  
  .btn-primary:hover {
    color: #fff;
    background-color: #02b7aa !important; }
  
  .btn-primary:focus {
    outline: none !important;
    color: #fff; }


.btn-success {
  background-color: #00a2b4 !important;
  color: #fff !important;
  border: none !important; }
  
  .btn-success i {
    font-size: 16px; }
  
  .btn-success:hover,
  .btn-success:active,
  .btn-success:focus {
    border: none !important;
    webkit-box-shadow: none;
    box-shadow: none; }
  
  .btn-success:hover {
    color: #fff;
    background-color: #00a2b4 !important; }
  
  .btn-success:focus {
    outline: none !important;
    color: #fff; }


.btn-info {
  background-color: #9c27b0 !important;
  color: #fff !important;
  border: none !important; }
  
  .btn-info i {
    font-size: 20px;
    margin: 0 10px; }
  
  .btn-info:hover,
  .btn-info:active,
  .btn-info:focus {
    border: none !important;
    webkit-box-shadow: none;
    box-shadow: none; }
  
  .btn-info:hover {
    color: #fff;
    background-color: #9c27b0 !important; }
  
  .btn-info:focus {
    outline: none !important;
    color: #fff; }


.btn-warning {
  background-color: #ffeb3b !important;
  color: #a87326 !important;
  border: none !important; }
  
  .btn-warning i {
    font-size: 20px;
    margin: 0 10px; }
  
  .btn-warning:hover,
  .btn-warning:active,
  .btn-warning:focus {
    border: none !important;
    webkit-box-shadow: none;
    box-shadow: none; }
  
  .btn-warning i {
    color: #a87326; }
  
  .btn-warning:hover {
    color: #a87326;
    background-color: #ffeb3b !important; }
  
  .btn-warning:focus {
    outline: none !important;
    color: #a87326; }
  
  .btn-warning .fa-inverse {
    color: #a87326; }


.btn-danger {
  background-color: #db008c !important;
  color: #fff !important;
  border: none !important; }
  
  .btn-danger i {
    font-size: 20px;
    margin: 0 10px; }
  
  .btn-danger:hover,
  .btn-danger:active,
  .btn-danger:focus {
    border: none !important;
    webkit-box-shadow: none;
    box-shadow: none; }
  
  .btn-danger:hover {
    color: #fff;
    background-color: #db008c !important; }
  
  .btn-danger:focus {
    outline: none !important;
    color: #fff; }



.btn-lg {
  padding: 13px 40px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }


.btn-df {
  padding: 10px 30px;
  min-width: 150px; }


.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }


.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }



.buttonsRectangular {
  width: 50px;
  height: 50px; }
  
  .buttonsRectangular i {
    font-size: 20px;
    margin: 0; }


.buttonsRounded {
  width: 50px;
  height: 50px;
  border-radius: 50% !important; }
  
  .buttonsRounded i {
    font-size: 20px;
    margin: 0; }
  
  .buttonsRounded .glyphicon {
    font-size: 20px; }


.buttonsRoundedLarge {
  width: 70px;
  height: 70px;
  border-radius: 50% !important; }
  
  .buttonsRoundedLarge i {
    font-size: 25px;
    margin: 0; }



.fab {
  cursor: pointer;
  margin: 5px; }


.fab-primary,
.fab-secondary {
  transition: all 0.5s ease-in-out; }


.fab.active .fab-primary {
  opacity: 0;
  transform: rotate(225deg); }


.fab-secondary {
  opacity: 0;
  transform: rotate(-225deg);
  font-size: 30; }


.fab.active .fab-secondary {
  opacity: 1;
  transform: rotate(0); }


.buttonsGroupMainSize {
  width: 150px;
  height: 45px; }
  
  .buttonsGroupMainSize i {
    font-size: 20px;
    margin: 0 10px; }



.select-default .nice-select {
  padding: 0px 30px;
  min-width: 150px;
  background-color: #f6f8f8 !important;
  border: none !important; }
  
  .select-default .nice-select .current {
    color: #333 !important; }
  
  .select-default .nice-select:after {
    border-bottom: 2px solid #333 !important;
    border-right: 2px solid #333 !important; }


.select-primary .nice-select {
  padding: 0px 30px;
  min-width: 150px;
  background-color: #02b7aa !important;
  border: none !important; }
  
  .select-primary .nice-select .current {
    color: #fff; }
  
  .select-primary .nice-select:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff; }


.select-success .nice-select {
  padding: 0px 30px;
  min-width: 150px;
  background-color: #00a2b4 !important;
  border: none !important; }
  
  .select-success .nice-select .current {
    color: #fff; }
  
  .select-success .nice-select:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff; }


.select-info .nice-select {
  padding: 0px 30px;
  min-width: 150px;
  background-color: #9c27b0 !important;
  border: none !important; }
  
  .select-info .nice-select .current {
    color: #fff; }
  
  .select-info .nice-select:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff; }


.select-warning .nice-select {
  padding: 0px 30px;
  min-width: 150px;
  background-color: #ffeb3b !important;
  border: none !important; }
  
  .select-warning .nice-select .current {
    color: #a87326; }
  
  .select-warning .nice-select:after {
    border-bottom: 2px solid #a87326;
    border-right: 2px solid #a87326; }


.select-danger .nice-select {
  padding: 0px 30px;
  min-width: 150px;
  background-color: #db008c !important;
  border: none !important; }
  
  .select-danger .nice-select .current {
    color: #fff; }
  
  .select-danger .nice-select:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff; }



.formAnt {
  padding: 20px;
  margin: 10px 5px !important;
  background-color: #fff;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border-bottom: 1px solid #ECF0F1; }
  @media (max-width: 765px) {
    
    .formAnt {
      padding: 10px;
      margin: 30px 10px; } }


.inputWrapper {
  margin: 1px; }


.inputWrapper input,
.inputWrapper textarea,
.inputWrapper select {
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none;
  border-radius: 0px; }


.inputWrapper label {
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px; }
  @media (max-width: 768px) {
    
    .inputWrapper label {
      margin-left: 25px; } }


.inputWrapper .form-control {
  padding-left: 0 !important; }
  @media (max-width: 768px) {
    
    .inputWrapper .form-control {
      margin-left: 25px; } }
  
  .inputWrapper .form-control:focus {
    border-color: #02b7aa;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }


.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }


.inputWrapper input::-webkit-input-placeholder {
  font-style: italic;
  color: #333 !important; }


.inputWrapper input::-moz-placeholder {
  font-style: italic;
  color: #333 !important; }


.inputWrapper input:-moz-placeholder {
  font-style: italic;
  color: #333 !important; }


.inputWrapper input:-ms-input-placeholder {
  font-style: italic;
  color: #333 !important; }


.inputWrapper textarea::-webkit-input-placeholder {
  font-style: italic;
  color: #333 !important; }


.inputWrapper textarea::-moz-placeholder {
  font-style: italic;
  color: #333 !important; }


.inputWrapper textarea:-moz-placeholder {
  font-style: italic;
  color: #333 !important; }


.inputWrapper textarea:-ms-input-placeholder {
  font-style: italic;
  color: #333 !important; }


.inputWrapper .bold input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 500 !important;
  color: #333 !important; }


.inputWrapper .bold input::-moz-placeholder {
  font-style: normal;
  font-weight: 500 !important;
  color: #333 !important; }


.inputWrapper .bold input:-moz-placeholder {
  font-style: normal;
  font-weight: 500 !important;
  color: #333 !important; }


.inputWrapper .bold input:-ms-input-placeholder {
  font-style: normal;
  font-weight: 500 !important;
  color: #333 !important; }


.left-inner-addon {
  position: relative; }


.inputWrapper .left-inner-addon input,
.inputWrapper .left-inner-addon textarea {
  padding-left: 30px !important; }


.left-inner-addon i {
  font-size: 20px;
  position: absolute;
  padding: 5px;
  pointer-events: none;
  color: #333; }


.inputWrapper .selectForm select:hover {
  display: block;
  color: #02b7aa; }


.inputWrapper .selectForm option {
  border: none;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px; }


.input-default .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #333 !important;
  border-radius: 0; }


.input-default .input-group-addon {
  background-color: transparent; }
  
  .input-default .input-group-addon i {
    color: #333 !important; }


.input-default .border-left {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333; }


.input-default .border-right {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333; }


.input-default label {
  font-weight: 300;
  color: #333; }


.input-primary .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #02b7aa !important;
  border-radius: 0; }


.input-primary .input-group-addon {
  background-color: transparent; }
  
  .input-primary .input-group-addon i {
    color: #02b7aa !important; }


.input-primary .border-left {
  border-top: 1px solid #02b7aa;
  border-bottom: 1px solid #02b7aa;
  border-left: 1px solid #02b7aa; }


.input-primary .border-right {
  border-top: 1px solid #02b7aa;
  border-bottom: 1px solid #02b7aa;
  border-right: 1px solid #02b7aa; }


.input-primary label {
  font-weight: 300;
  color: #02b7aa; }


.input-success .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #00a2b4 !important;
  border-radius: 0; }


.input-success .input-group-addon {
  background-color: transparent; }
  
  .input-success .input-group-addon i {
    color: #00a2b4 !important; }


.input-success .border-left {
  border-top: 1px solid #00a2b4;
  border-bottom: 1px solid #00a2b4;
  border-left: 1px solid #00a2b4; }


.input-success .border-right {
  border-top: 1px solid #00a2b4;
  border-bottom: 1px solid #00a2b4;
  border-right: 1px solid #00a2b4; }


.input-success label {
  font-weight: 300;
  color: #00a2b4; }


.input-info .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #9c27b0 !important;
  border-radius: 0; }


.input-info .input-group-addon {
  background-color: transparent; }
  
  .input-info .input-group-addon i {
    color: #9c27b0 !important; }


.input-info .border-left {
  border-top: 1px solid #9c27b0;
  border-bottom: 1px solid #9c27b0;
  border-left: 1px solid #9c27b0; }


.input-info .border-right {
  border-top: 1px solid #9c27b0;
  border-bottom: 1px solid #9c27b0;
  border-right: 1px solid #9c27b0; }


.input-info label {
  font-weight: 300;
  color: #9c27b0; }


.input-warning .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ffeb3b !important;
  border-radius: 0; }


.input-warning .input-group-addon {
  background-color: transparent; }
  
  .input-warning .input-group-addon i {
    color: #a87326 !important; }


.input-warning .border-left {
  border-top: 1px solid #ffeb3b;
  border-bottom: 1px solid #ffeb3b;
  border-left: 1px solid #ffeb3b; }


.input-warning .border-right {
  border-top: 1px solid #ffeb3b;
  border-bottom: 1px solid #ffeb3b;
  border-right: 1px solid #ffeb3b; }


.input-warning label {
  font-weight: 300;
  color: #ffeb3b; }


.input-danger .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #db008c !important;
  border-radius: 0; }


.input-danger .input-group-addon {
  background-color: transparent; }
  
  .input-danger .input-group-addon i {
    color: #db008c !important; }


.input-danger .border-left {
  border-top: 1px solid #db008c;
  border-bottom: 1px solid #db008c;
  border-left: 1px solid #db008c; }


.input-danger .border-right {
  border-top: 1px solid #db008c;
  border-bottom: 1px solid #db008c;
  border-right: 1px solid #db008c; }


.input-danger label {
  font-weight: 300;
  color: #db008c; }


.input-default-light .form-control,
.input-default-light .input-group-addon {
  border-left: none;
  border-right: none;
  border-top: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #333 !important;
  border-radius: 0;
  background-color: transparent; }


.input-default-light i {
  color: #333 !important; }


.input-primary-light .form-control,
.input-primary-light .input-group-addon {
  border-left: none;
  border-right: none;
  border-top: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #02b7aa !important;
  border-radius: 0;
  background-color: transparent; }


.input-primary-light i {
  color: #02b7aa !important; }


.input-success-light .form-control,
.input-success-light .input-group-addon {
  border-left: none;
  border-right: none;
  border-top: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #00a2b4 !important;
  border-radius: 0;
  background-color: transparent; }


.input-success-light i {
  color: #00a2b4 !important; }


.input-info-light .form-control,
.input-info-light .input-group-addon {
  border-left: none;
  border-right: none;
  border-top: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #9c27b0 !important;
  border-radius: 0;
  background-color: transparent; }


.input-info-light i {
  color: #9c27b0 !important; }


.input-warning-light .form-control,
.input-warning-light .input-group-addon {
  border-left: none;
  border-right: none;
  border-top: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ffeb3b !important;
  border-radius: 0;
  background-color: transparent; }


.input-warning-light i {
  color: #a87326 !important; }


.input-danger-light .form-control,
.input-danger-light .input-group-addon {
  border-left: none;
  border-right: none;
  border-top: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #db008c !important;
  border-radius: 0;
  background-color: transparent; }


.input-danger-light i {
  color: #db008c !important; }



.progress-default .progress-bar {
  color: #333;
  background-color: #f6f8f8; }
  
  .progress-default .progress-bar p {
    color: #333; }


.progress-default-thin {
  height: 12px !important; }
  
  .progress-default-thin .progress-bar {
    color: #333;
    background-color: #f6f8f8; }
    
    .progress-default-thin .progress-bar p {
      color: #333; }


.progress-primary .progress-bar {
  color: #fff;
  background-color: #02b7aa; }


.progress-primary-thin {
  height: 12px !important; }
  
  .progress-primary-thin .progress-bar {
    color: #fff;
    background-color: #02b7aa; }


.progress-success .progress-bar {
  color: #fff;
  background-color: #00a2b4; }


.progress-success-thin {
  height: 12px !important; }
  
  .progress-success-thin .progress-bar {
    color: #fff;
    background-color: #00a2b4; }


.progress-info .progress-bar {
  color: #fff;
  background-color: #9c27b0; }


.progress-info-thin {
  height: 12px !important; }
  
  .progress-info-thin .progress-bar {
    color: #fff;
    background-color: #9c27b0; }


.progress-warning .progress-bar {
  color: #a87326;
  background-color: #ffeb3b; }


.progress-warning-thin {
  height: 12px !important; }
  
  .progress-warning-thin .progress-bar {
    color: #a87326;
    background-color: #ffeb3b; }


.progress-danger .progress-bar {
  color: #fff;
  background-color: #db008c; }


.progress-danger-thin {
  height: 12px !important; }
  
  .progress-danger-thin .progress-bar {
    color: #fff;
    background-color: #db008c; }


.progress-bar-stripedDark {
  background-image: -webkit-linear-gradient(45deg, rgba(51, 51, 51, 0.05) 25%, transparent 25%, transparent 50%, rgba(51, 51, 51, 0.05) 50%, rgba(51, 51, 51, 0.05) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(51, 51, 51, 0.05) 25%, transparent 25%, transparent 50%, rgba(51, 51, 51, 0.05) 50%, rgba(51, 51, 51, 0.05) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(51, 51, 51, 0.05) 25%, transparent 25%, transparent 50%, rgba(51, 51, 51, 0.05) 50%, rgba(51, 51, 51, 0.05) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }


.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }



.checAndRadioDemo {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  
  .checAndRadioDemo li label {
    margin: 5px 0 5px 5px; }



.modelsWrapper {
  display: block;
  margin-bottom: 20px; }
  
  .modelsWrapper p {
    display: block;
    margin-bottom: 20px; }
  
  .modelsWrapper button {
    display: block;
    margin: 0 auto; }


.modal-default .modal-header {
  text-align: center; }


.modal-primary .modal-content {
  background-color: #02b7aa;
  border: none; }


.modal-primary .modal-header {
  text-align: center; }
  
  .modal-primary .modal-header .close {
    color: #fff;
    opacity: 1; }
  
  .modal-primary .modal-header h4 {
    color: #fff; }


.modal-primary .modal-body {
  color: #fff; }


.modal-success .modal-content {
  background-color: #00a2b4;
  border: none; }


.modal-success .modal-header {
  text-align: center; }
  
  .modal-success .modal-header .close {
    color: #fff;
    opacity: 1; }
  
  .modal-success .modal-header h4 {
    color: #fff; }


.modal-success .modal-body {
  color: #fff; }


.modal-info .modal-content {
  background-color: #9c27b0;
  border: none; }


.modal-info .modal-header {
  text-align: center; }
  
  .modal-info .modal-header .close {
    color: #fff;
    opacity: 1; }
  
  .modal-info .modal-header h4 {
    color: #fff; }


.modal-info .modal-body {
  color: #fff; }


.modal-warning .modal-content {
  background-color: #ffeb3b;
  border: none; }


.modal-warning .modal-header {
  text-align: center;
  border-bottom: 1px solid #a87326; }
  
  .modal-warning .modal-header .close {
    color: #a87326;
    opacity: 1; }
  
  .modal-warning .modal-header h4 {
    color: #a87326; }


.modal-warning .modal-body {
  color: #a87326; }


.modal-warning .modal-footer {
  border-top: 1px solid #a87326; }


.modal-danger .modal-content {
  background-color: #db008c;
  border: none; }


.modal-danger .modal-header {
  text-align: center; }
  
  .modal-danger .modal-header .close {
    color: #fff;
    opacity: 1; }
  
  .modal-danger .modal-header h4 {
    color: #fff; }


.modal-danger .modal-body {
  color: #fff; }



.table-responsive {
  border: none; }


.right-tabs .nav {
  float: right; }


.right-tabs .nav li {
  float: left; }


.right-tabs .tab-content {
  float: left;
  border-top: 1px solid #ddd;
  margin-top: -1px; }


.tabs-primary .nav-tabs {
  border-bottom-color: #02b7aa !important; }
  
  .tabs-primary .nav-tabs li a {
    background-color: #02b7aa;
    color: #fff; }
  
  .tabs-primary .nav-tabs .active a {
    color: #02b7aa !important;
    background-color: #fff !important;
    border: 1px solid #02b7aa !important;
    border-bottom-color: transparent !important; }


.tabs-primary-left .nav-tabs {
  border-bottom-color: #02b7aa !important; }
  
  .tabs-primary-left .nav-tabs li a {
    background-color: #02b7aa;
    color: #fff; }
  
  .tabs-primary-left .nav-tabs .active a {
    color: #02b7aa !important;
    background-color: #fff !important;
    border: 1px solid #02b7aa !important;
    border-right-color: transparent !important; }


.tabs-primary-right .nav-tabs {
  border-bottom-color: #02b7aa !important; }
  
  .tabs-primary-right .nav-tabs li a {
    background-color: #02b7aa;
    color: #fff; }
  
  .tabs-primary-right .nav-tabs .active a {
    color: #02b7aa !important;
    background-color: #fff !important;
    border: 1px solid #02b7aa !important;
    border-left-color: transparent !important; }


.tabs-primary .right-tabs .tab-content {
  float: left;
  border-top: 1px solid #02b7aa !important; }


.tabs-success .nav-tabs {
  border-bottom-color: #00a2b4 !important; }
  
  .tabs-success .nav-tabs li a {
    background-color: #00a2b4;
    color: #fff; }
  
  .tabs-success .nav-tabs .active a {
    color: #00a2b4 !important;
    background-color: #fff !important;
    border: 1px solid #00a2b4 !important;
    border-bottom-color: transparent !important; }


.tabs-success-left .nav-tabs {
  border-bottom-color: #00a2b4 !important; }
  
  .tabs-success-left .nav-tabs li a {
    background-color: #00a2b4;
    color: #fff; }
  
  .tabs-success-left .nav-tabs .active a {
    color: #00a2b4 !important;
    background-color: #fff !important;
    border: 1px solid #00a2b4 !important;
    border-right-color: transparent !important; }


.tabs-success-right .nav-tabs {
  border-bottom-color: #00a2b4 !important; }
  
  .tabs-success-right .nav-tabs li a {
    background-color: #00a2b4;
    color: #fff; }
  
  .tabs-success-right .nav-tabs .active a {
    color: #00a2b4 !important;
    background-color: #fff !important;
    border: 1px solid #00a2b4 !important;
    border-left-color: transparent !important; }


.tabs-success.right-tabs .tab-content {
  float: left;
  border-top: 1px solid #00a2b4 !important; }


.tabs-info .nav-tabs {
  border-bottom-color: #9c27b0 !important; }
  
  .tabs-info .nav-tabs li a {
    background-color: #9c27b0;
    color: #fff; }
  
  .tabs-info .nav-tabs .active a {
    color: #9c27b0 !important;
    background-color: #fff !important;
    border: 1px solid #9c27b0 !important;
    border-bottom-color: transparent !important; }


.tabs-info-left .nav-tabs {
  border-bottom-color: #9c27b0 !important; }
  
  .tabs-info-left .nav-tabs li a {
    background-color: #9c27b0;
    color: #fff; }
  
  .tabs-info-left .nav-tabs .active a {
    color: #9c27b0 !important;
    background-color: #fff !important;
    border: 1px solid #9c27b0 !important;
    border-right-color: transparent !important; }


.tabs-info-right .nav-tabs {
  border-bottom-color: #9c27b0 !important; }
  
  .tabs-info-right .nav-tabs li a {
    background-color: #9c27b0;
    color: #fff; }
  
  .tabs-info-right .nav-tabs .active a {
    color: #9c27b0 !important;
    background-color: #fff !important;
    border: 1px solid #9c27b0 !important;
    border-left-color: transparent !important; }


.tabs-info .right-tabs .tab-content {
  float: left;
  border-top: 1px solid #9c27b0 !important; }


.tabs-warning .nav-tabs {
  border-bottom-color: #ffeb3b !important; }
  
  .tabs-warning .nav-tabs li a {
    background-color: #ffeb3b;
    color: #a87326; }
  
  .tabs-warning .nav-tabs .active a {
    color: #a87326 !important;
    background-color: #fff !important;
    border: 1px solid #ffeb3b !important;
    border-bottom-color: transparent !important; }


.tabs-warning-left .nav-tabs {
  border-bottom-color: #ffeb3b !important; }
  
  .tabs-warning-left .nav-tabs li a {
    background-color: #ffeb3b;
    color: #a87326; }
  
  .tabs-warning-left .nav-tabs .active a {
    color: #a87326 !important;
    background-color: #fff !important;
    border: 1px solid #ffeb3b !important;
    border-right-color: transparent !important; }


.tabs-warning-right .nav-tabs {
  border-bottom-color: #ffeb3b !important; }
  
  .tabs-warning-right .nav-tabs li a {
    background-color: #ffeb3b;
    color: #a87326; }
  
  .tabs-warning-right .nav-tabs .active a {
    color: #a87326 !important;
    background-color: #fff !important;
    border: 1px solid #ffeb3b !important;
    border-left-color: transparent !important; }


.tabs-warning .right-tabs .tab-content {
  float: left;
  border-top: 1px solid #ffeb3b !important; }


.tabs-danger .nav-tabs {
  border-bottom-color: #db008c !important; }
  
  .tabs-danger .nav-tabs li a {
    background-color: #db008c;
    color: #fff; }
  
  .tabs-danger .nav-tabs .active a {
    color: #db008c !important;
    background-color: #fff !important;
    border: 1px solid #db008c !important;
    border-bottom-color: transparent !important; }


.tabs-danger-left .nav-tabs {
  border-bottom-color: #db008c !important; }
  
  .tabs-danger-left .nav-tabs li a {
    background-color: #db008c;
    color: #fff; }
  
  .tabs-danger-left .nav-tabs .active a {
    color: #db008c !important;
    background-color: #fff !important;
    border: 1px solid #db008c !important;
    border-right-color: transparent !important; }


.tabs-danger-right .nav-tabs {
  border-bottom-color: #db008c !important; }
  
  .tabs-danger-right .nav-tabs li a {
    background-color: #db008c;
    color: #fff; }
  
  .tabs-danger-right .nav-tabs .active a {
    color: #db008c !important;
    background-color: #fff !important;
    border: 1px solid #db008c !important;
    border-left-color: transparent !important; }


.tabs-danger .right-tabs .tab-content {
  float: left;
  border-top: 1px solid #db008c !important; }



.alertWrapper {
  margin-bottom: 20px; }
  
  .alertWrapper p {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px; }
  
  .alertWrapper button {
    display: block;
    margin: 0 auto; }


.alert-default {
  background-color: #f6f8f8;
  position: relative;
  padding-left: 90px;
  text-align: center; }
  
  .alert-default .close {
    color: #333;
    opacity: 0.8; }
  
  .alert-default i {
    position: absolute;
    font-size: 30px;
    top: 10px;
    left: 30px;
    color: #333;
    opacity: 0.8; }


.alert-primary {
  background-color: #02b7aa;
  color: #fff;
  position: relative;
  padding-left: 90px;
  text-align: center; }
  
  .alert-primary .close {
    color: #fff;
    opacity: 1; }
  
  .alert-primary i {
    position: absolute;
    font-size: 30px;
    top: 10px;
    left: 30px;
    color: #fff; }


.alert-success {
  background-color: #00a2b4;
  color: #fff;
  position: relative;
  padding-left: 90px;
  text-align: center; }
  
  .alert-success .close {
    color: #fff;
    opacity: 1; }
  
  .alert-success i {
    position: absolute;
    font-size: 30px;
    top: 10px;
    left: 30px;
    color: #fff; }


.alert-info {
  background-color: #9c27b0;
  color: #fff;
  position: relative;
  padding-left: 90px;
  text-align: center; }
  
  .alert-info .close {
    color: #fff;
    opacity: 1; }
  
  .alert-info i {
    position: absolute;
    font-size: 30px;
    top: 10px;
    left: 30px;
    color: #fff; }


.alert-warning {
  background-color: #ffeb3b;
  color: #a87326;
  position: relative;
  padding-left: 90px;
  text-align: center; }
  
  .alert-warning .close {
    color: #a87326;
    opacity: 1; }
  
  .alert-warning i {
    position: absolute;
    font-size: 30px;
    top: 10px;
    left: 30px;
    color: #a87326; }


.alert-danger {
  background-color: #db008c;
  color: #fff;
  position: relative;
  padding-left: 90px;
  text-align: center; }
  
  .alert-danger .close {
    color: #fff;
    opacity: 1; }
  
  .alert-danger i {
    position: absolute;
    font-size: 30px;
    top: 10px;
    left: 30px;
    color: #fff; }


@media (min-width: 768px) {
  
  .dataTables_scrollBody {
    overflow-x: hidden !important; } }


table.dataTable.no-footer {
  border-bottom: 1px solid transparent !important; }


table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 1px solid transparent !important; }


.dataTables_length label {
  font-size: 14px !important;
  font-weight: 200; }


.dataTables_filter label {
  background-color: #02b7aa;
  color: #fff;
  padding: 0 0 0 5px;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase; }


.dataTables_filter input {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #02b7aa !important;
  border-radius: 0; }


.tableWrapper thead {
  color: #fff;
  background-color: #02b7aa; }
  
  .tableWrapper thead th {
    border-bottom: none !important; }


.tableWrapper .odd {
  background-color: rgba(0, 226, 240, 0.1) !important; }


.tableWrapper .sorting_1 {
  background-color: rgba(0, 226, 240, 0.1) !important; }


.dataTables_paginate .paginate_button {
  background-color: #02b7aa !important;
  color: floralwhite !important; }
  
  .dataTables_paginate .paginate_button:hover,
  .dataTables_paginate .paginate_button:active {
    background-color: #db008c !important;
    border-color: #db008c !important; }


.dataTables_paginate .current {
  background-color: transparent !important;
  border-color: #02b7aa !important;
  color: #02b7aa !important; }


.opas1 {
  opacity: 1; }


.opas0 {
  opacity: 0; }


.p20 {
  padding: 20px; }


.ml8 {
  margin-left: 8px; }


.mr8 {
  margin-right: 8px; }


.p-b20 {
  padding-bottom: 20px; }


.p10 {
  padding: 10px; }


.p5 {
  padding: 5px; }


.m20 {
  margin: 20px; }


.m10 {
  margin: 10px; }


.h350 {
  height: 350px; }
  @media (max-width: 768px) {
    
    .h350 {
      height: auto; } }


.h400 {
  height: 400px; }


.h500 {
  height: 500px; }


.h550 {
  height: 550px; }

@media (max-width: 1270px) {
  
  .h350,
  .h400,
  .h500,
  .h550 {
    height: auto; } }


.noP {
  padding: 0 !important; }
  @media (max-width: 780px) {
    
    .noP {
      padding: 15px !important; } }


.noM {
  margin: 0; }


.m-5-0 {
  margin: 5px 0; }

.labelOrderStatus, .labelUserRole {
    display: inline;
    padding: .2em .6em .3em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.colorStatus-1 {
    background-color: #3EAF0B !important;
    color: #fff !important;
    font-family: 'Ubuntu Mono';
    font-size:16px;
}

.colorStatus-2 {
    background-color: #EB1010 !important;
    color: #fff !important;
    font-family: 'Ubuntu Mono';
    font-size: 16px;
}

.colorStatus-20 {
    background-color: #132DAD !important;
    color: #fff !important;
}

.colorStatus-30 {
    background-color: #00a2b4 !important;
    color: #fff !important;
}

.colorStatus-40 {
    background-color: #B3640D !important;
    color: #fff !important;
}

.colorStatus-50 {
    background-color: #B51621 !important;
    color: #fff !important;
}

.colorStatus-60 {
    background-color: #6E6E6E !important;
    color: #fff !important;
}

.colorStatus-80 {
    background-color: #858305 !important;
    color: #fff !important;
}

.approvalStatus-0 {
    background-color: #066CB5 !important;
    color: #fff !important;
}

.approvalStatus-1 {
    background-color: #308706 !important;
    color: #fff !important;
}

.approvalStatus-2 {
    background-color: #BA0617 !important;
    color: #fff !important;
}

.colorStatus-complaint, .colorStatus-95 {
    background: rgb(163,5,20);
    background: radial-gradient(circle, rgba(163,5,20,1) 0%, rgba(224,13,13,1) 100%);
    color: #fff !important;
}

.order-transaction {
    background-color: #8509DB !important;
    color: #fff !important;
    text-transform:uppercase;
}

.color-voucher {
    background-color: #6B920A !important;
    color: #fff !important;
}

.loader-fs {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    z-index: 1000;
}

.loader-load {
    position: relative;
    margin: 200px auto 0 auto;
    width: 200px;
    height: 160px;
}

.loader-gear {
    position: absolute;
    z-index: -10;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 5s infinite;
    animation: spin 5s infinite;
}

.loader-two {
    left: 80px;
    width: 160px;
    height: 160px;
    -webkit-animation: spin-reverse 5s infinite;
    animation: spin-reverse 5s infinite;
}

.loader-three {
    top: 90px;
    left: -20px;
    width: 120px;
    height: 120px;
}

@-webkit-keyframes spin {
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-reverse {
    50% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes spin-reverse {
    50% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.loader-lil-circle {
    position: absolute;
    border-radius: 50%;
    box-shadow: inset 0 0 10px 2px gray, 0 0 50px white;
    width: 200px;
    height: 200px;
    opacity: .65;
}

.loader-blur-circle {
    position: absolute;
    top: -38px;
    left: -38px;
    height:280px;
}

.loader-text {
    color: #2c353a;
    font-size: 18px;
    text-align: center;
    margin-top: 80px;
}

.insta-mapping-color {
    margin: 0 12px 0 0;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.insta-mapping-color label {
    margin:0 0 0 5px;
    font-weight:400;
    font-size:12px;
}

    .insta-mapping-color input {
        margin: 0;
    }

.instaShop-marker {
    position: absolute;
    border: none;
    padding: 0px;
    color: white;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 14px;
    background: rgba(73,155,234,1);
    background: -moz-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
    background: -webkit-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -o-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -ms-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: linear-gradient(to right, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=1 );
}

.mapper-image-container {
    width: 640px;
    height: 640px;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.chat {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .chat li {
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #B3A9A9;
    }

        .chat li.right .chat-body {
            margin-right: 60px;
        }

        .chat li .chat-body p {
            margin: 0;
            color: #777777;
        }

    .chat .glyphicon {
        margin-right: 5px;
    }

.comments-wrapper-body {
    overflow-y: auto;
    height: 498px;
    padding: 10px;
    border: solid 1px gold;
}

#panelImages .panel-default {
    position:relative;
}

#btnDeleteAllImages {
    position:absolute;
    top:0;
    right:0;
}

.draggable-element {
}

#articleImagesContainer li {
    float: left;
    display: block;
    margin: 5px;
    border-color: #eee;
    border: 0.625em solid rgba( 255, 255, 255, .5);
    -webkit-box-shadow: 0 0 0.313em rgba( 0, 0, 0, .20);
    box-shadow: 0 0 0.313em rgba( 0, 0, 0, .20);
    -webkit-transition: -webkit-box-shadow .3s ease, border-color .3s ease;
    transition: box-shadow .3s ease, border-color .3s ease;
    position: relative;
}

    #articleImagesContainer li:hover,
    #articleImagesContainer li:focus {
        border-color: #fff;
        -webkit-box-shadow: 0 0 0.938em rgba( 0, 0, 0, .25);
        box-shadow: 0 0 0.938em rgba( 0, 0, 0, .25);
    }

    #articleImagesContainer li img {
        height: 200px;
    }

    #articleImagesContainer li div {
        width: 200px;
        height: 200px;
        text-align: center;
        border: solid 1px lightgray;
        padding: 0;
    }

    #articleImagesContainer li .fa-plus-circle {
        font-size: 5em;
        color: green;
        padding-top: 60px
    }

    #articleImagesContainer li .fa-pencil-square {
        font-size: 2em;
        position: absolute;
        top: 10px;
        left: 10px;
        cursor: pointer;
        color: green;
    }

    #articleImagesContainer li .fa-arrows {
        font-size: 2em;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: move;
        color: blue;
    }


#panelInstagramImage .mapper-image-container div {
    cursor: pointer;
    text-align: center;
    border: solid 1px lightgray;
    padding: 0;
}

#addImage i {
    font-size: 8em;
    color: green;
    padding-top: 40px;
}

#addImage div {
    width: 200px;
    height: 200px;
    cursor: pointer;
    text-align: center;
    border: solid 1px lightgray;
    padding: 0;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
}

.order-item-qty-done {
    background-color: #E1FFCF;
}

.price-cell {
    text-align: right;
    font-family: 'Ubuntu Mono';
    font-size:16px;
}

.incompleteItemsDownload {
    color: #EB1010;
    font-size: 26px;
    vertical-align: middle;
}

.completeItemsDownload {
    color: #3EAF0B;
    font-size: 26px;
    vertical-align: middle;
}

.complaintRecord {
    display: flex;
    flex-direction: row;
}

    .complaintRecord fieldset {
        border: 1px solid gray;
        padding: 8px;
        margin: 4px;
        border-radius: 5px;
    }

        .complaintRecord fieldset input, .complaintRecord fieldset div {
            background-color: white;
            border: solid 1px lightgray;
            width: 100%;
            padding: 9px;
            border-radius: 3px;
            color: #3d3d3d;
            font-size: 13px;
        }

        .complaintRecord fieldset div {
            min-height:38px;
            text-align:center;
        }

    .complaintRecord a, .complaint-options input {
        text-align: center;
        padding: 6px;
        line-height: 22px;
    }

        .complaintRecord a:first-child, .complaint-options input:first-child {
            margin-top: 4px;
        }

        .complaintRecord a:last-child, .complaintRecord input:last-child {
            margin-top: 8px;
        }

.complaint-options {
    display:flex;
    flex-direction:column;
    width:100px;
}

.cc-accepted {
    background-color:#02b7aa !important;
    color:white !important;
}
.cc-rejected {
    background-color:#9a0d0d !important;
    color:white !important;
}

.nosort{
    padding:10px 0 !important;
}

#panelSearch, #panelOrders, #panelResults {
    padding: 0;
}

.salesStatus-0 {
    background-color: #2E950C !important;
    color: #fff !important;
}

.salesStatus-1 {
    background-color: #065EB6 !important;
    color: #fff !important;
}

.salesStatus-2 {
    background-color: #E90627 !important;
    color: #fff !important;
}

.hcell-first {
    padding-top:3px !important;
    padding-bottom:3px !important;
    text-align:center;
}

.hcell-sep {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: white;
}

@media (min-width: 1200px) {
    .modal-xl {
        width: 1140px !important;
    }
}

.attr-val-item {
    display: inline-block;
    padding: .2em .6em;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #FDED72 !important;
    font-size: 14px;
    margin-right:4px;
    margin-top:2px;
}

.modal-table {
    width: 100%;
    font-size: 11pt;
    margin-bottom: 20px;
}

    .modal-table thead {
        color: #fff;
        background: #9c27b0;
        background: linear-gradient(90deg, rgba(156,39,176,1) 0%, rgba(123,39,176,1) 100%);
    }

    .modal-table td, .modal-table th {
        text-align: left;
        padding: 4px;
        vertical-align: bottom;
        border-top: 1px solid #ddd;
    }