@import url("animate.css/css/animate.css");
@import url("icons.css");
/* =============
   Common
============= */
body {
  background: #c9d8e1;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  overflow-x: hidden;
  color: #000;
  font-size: 14px;
}

html {
  position: relative;
  min-height: 100%;
  background: #c9d8e1;
}

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
 font-family: 'Poppins', sans-serif;
  color: #253138;
}

h1 {
  line-height: 43px;
  font-size: 36px;
}

h2 {
  line-height: 35px;
  font-size: 30px;
}

h3 {
  line-height: 30px;
  font-size: 24px;
}

h3 small {
  color: #444444;
}

h4 {
  line-height: 22px;
  font-size: 18px;
}

h4 small {
  color: #444444;
}

h5 {
  font-size: 15px;
}

h5 small {
  color: #444444;
}

h6 {
  font-size: 12px;
}

p {
  line-height: 1.6;
}

* {
  outline: none !important;
}

b {
  font-weight: 600;
}
a {
  outline: 0;
  text-decoration: none;
  color:#4164c2;
  border: 0px;
}
a:hover {
  outline: 0;
  text-decoration: none;
  color:#475783;
  border: 0px;
}

a:active {
  outline: 0;
  text-decoration: none;
  border: 0px;
}

a:focus {
  outline: 0;
  text-decoration: none;
  border: 0px;
}


.hover01:hover{
  color:#2a4386!important;
}
hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.container {
  width: auto;
}

.container-alt {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Footer */
.footer {
  border-top: 1px solid rgba(152, 166, 173, 0.2);
  bottom: 0px;
  color: #98a6ad;
  text-align: left !important;
  padding: 19px 30px 20px;
  position: absolute;
  right: 0px;
  left: 250px;
}

#wrapper {
  height: 100vh;

  width: 100%;
}

.page {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

/* Page titles */
.page-title {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 70px;
  font-weight: 400;
  color:#fff!important
}

.header-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 8px;
  margin-top: 0;
  font-family: 'Poppins', sans-serif;
}

/*******************
form
*******************/
.form-select, .form-control{
border-radius: 0px!important;
}
.form-label{
  color:#4f636e
}
/*******************
sidebar
**************/

#sidebar {
  position: fixed;
  height: 100%;
  width: 240px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  z-index: 5;
  color: #98a6ad;
}

#sidebar a {
  color: #98a6ad;
}

#sidebar .menu-segment {
  padding: 0 50px;
}

#sidebar .menu-segment ul, #sidebar .menu-segment li {
  margin: 0;
  padding: 0;
}

#sidebar .menu-segment .ball.pink {
  border-color: #ff8acc;
}

#sidebar .menu-segment .ball.green {
  border-color: #10c469;
}

#sidebar .menu-segment .ball.blue {
  border-color: #188ae2;
}

#sidebar .menu-segment li.title {
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.5);
}

#sidebar .menu-segment li.title .icon {
  float: right;
}

#sidebar .menu-segment li.active a,
#sidebar .menu-segment li.active a:hover {
  color: #ff5b5b;
  font-weight: 600;
}

#sidebar .menu-segment li a {
  display: block;
  margin: 0 -50px;
  padding: 10px 50px;
}

#sidebar .menu-segment li a:hover {
  background: rgba(152, 166, 173, 0.3);
}

#sidebar .menu-segment li .italic-link {
  font-style: italic;
  font-weight: 600;
}

#sidebar .menu-segment .labels li a span,
#sidebar .menu-segment .chat li a span {
  display: block;
  border: 5px solid #ff5b5b;
  border-radius: 100px;
  margin-top: 6px;
}

#sidebar .menu-segment .labels.labels li a span,
#sidebar .menu-segment .chat.labels li a span {
  float: right;
}

#sidebar .menu-segment .labels.chat li a span,
#sidebar .menu-segment .chat.chat li a span {
  float: left;
  margin-right: 10px;
}

#sidebar .menu-segment .chat li a {
  padding-left: 50px;
}

#sidebar .separator {
  margin: 30px 35px;
  height: 1px;
  background: rgba(152, 166, 173, 0.5);
}

#sidebar .bottom-padding {
  height: 100px;
}

#sidebar > .nano-pane {
  background: transparent;
  width: 5px;
}

#sidebar > .nano-pane .nano-slider {
  background: rgba(152, 166, 173, 0.3);
}

#main {
  position: fixed;
  top: 72px;
  left: 490px;
  bottom: 0;
  right: 0;
  z-index: 4;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  background-color: #2f3e47;
}

#main .overlay {
  position: absolute;
  top: 0;
  left: -5px;
  right: 0;
  bottom: 100%;
  background: rgba(67, 89, 102, 0.6);
  z-index: 5;
  opacity: 0;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#main .header {
  padding: 20px 25px;
  border-bottom: 1px solid rgba(152, 166, 173, 0.3);
  overflow: hidden;
}

#main .header .page-title {
  display: block;
  float: left;
}

#main .header .page-title .sidebar-toggle-btn {
  width: 0;
  margin-top: 1px;
  padding: 11px 0 0 0;
  float: left;
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  opacity: 0;
  margin-right: 0;
}

#main .header .page-title .sidebar-toggle-btn .line {
  height: 3px;
  display: block;
  background: #888;
  margin-bottom: 4px;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

#main .header .page-title .sidebar-toggle-btn .line-angle1 {
  width: 8px;
  margin: 0;
  position: absolute;
  top: 15px;
  left: -11px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

#main .header .page-title .sidebar-toggle-btn .line-angle2 {
  width: 8px;
  margin: 0;
  position: absolute;
  top: 21px;
  left: -11px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

#main .header .page-title .icon {
  font-size: 15px;
  margin-left: 20px;
  position: relative;
  top: -5px;
  cursor: pointer;
}

#main .header .search-box {
  width: 180px;
  height: 40px;
  margin-left: 30px;
  position: relative;
}

#main .header .search-box input {
  position: absolute;
  top: 0;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  text-indent: 15px;
  height: 40px;
  z-index: 2;
  outline: none;
  color: #ffffff;
  background: transparent;
  border: 2px solid #394c57;
  border-radius: 5px;
  -webkit-transition-timing-function: cubic-bezier(0.3, 1.5, 0.6, 1);
          transition-timing-function: cubic-bezier(0.3, 1.5, 0.6, 1);
}

#main .header .search-box input:focus {
  color: #ffffff;
  border-color: #3d515d;
}

#main .header .search-box input:focus ~ .icon {
  opacity: 1;
  z-index: 3;
  color: #10c469;
}

#main .header .search-box .icon {
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  text-align: center;
  line-height: 40px;
  z-index: 1;
  cursor: pointer;
  opacity: .5;
}

#main .action-bar {
  padding: 5px;
  overflow: hidden;
}

#main .message-list {
  display: block;
  padding-left: 0;
}

#main .message-list li {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  cursor: default;
  color: rgba(152, 166, 173, 0.6);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

#main .message-list li:hover {
  background: rgba(152, 166, 173, 0.15);
  -webkit-transition-duration: .05s;
          transition-duration: .05s;
}

#main .message-list li .mail-col {
  float: left;
  position: relative;
}

#main .message-list li .mail-col-1 {
  width: 400px;
}

#main .message-list li .mail-col-1 .star-toggle,
#main .message-list li .mail-col-1 .checkbox-wrapper-mail,
#main .message-list li .mail-col-1 .dot {
  display: block;
  float: left;
}

#main .message-list li .mail-col-1 .dot {
  border: 4px solid transparent;
  border-radius: 100px;
  margin: 22px 26px 0;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
}

#main .message-list li .mail-col-1 .checkbox-wrapper-mail {
  margin-top: 15px;
  margin-right: 10px;
}

#main .message-list li .mail-col-1 .star-toggle {
  margin-top: 18px;
  font-size: 16px;
  margin-left: 5px;
}

#main .message-list li .mail-col-1 .title {
  position: absolute;
  top: 15px;
  left: 140px;
  right: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#main .message-list li .mail-col-2 {
  position: absolute;
  top: 0;
  left: 400px;
  right: 0;
  bottom: 0;
}

#main .message-list li .mail-col-2 .subject,
#main .message-list li .mail-col-2 .date {
  position: absolute;
  top: 0;
}

#main .message-list li .mail-col-2 .subject {
  left: 0;
  right: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#main .message-list li .mail-col-2 .date {
  right: 0;
  width: 200px;
  padding-left: 80px;
}

#main .message-list li.active, #main .message-list li.selected {
  background: rgba(152, 166, 173, 0.15);
  -webkit-transition-duration: .05s;
          transition-duration: .05s;
}

#main .message-list li.active,
#main .message-list li.active:hover {
  -webkit-box-shadow: inset 3px 0 0 #71b6f9;
          box-shadow: inset 3px 0 0 #71b6f9;
}

#main .message-list li.unread {
  font-weight: 600;
  color: rgba(152, 166, 173, 0.95);
}

#main .message-list li.blue-dot .mail-col-1 .dot {
  border-color: #188ae2;
}

#main .message-list li.orange-dot .mail-col-1 .dot {
  border-color: #f9c851;
}

#main .message-list li.green-dot .mail-col-1 .dot {
  border-color: #10c469;
}

#main .load-more-link {
  display: block;
  text-align: center;
  margin: 30px 0 50px 0;
}

.show-main-overlay #main .overlay {
  opacity: 1;
  bottom: 0;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

.show-sidebar #main .header .page-title .sidebar-toggle-btn {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.show-sidebar #main .header .page-title .sidebar-toggle-btn .line-angle1 {
  -webkit-transform: rotate(-120deg);
          transform: rotate(-120deg);
}

.show-sidebar #main .header .page-title .sidebar-toggle-btn .line-angle2 {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}

#main #main-nano-wrapper {
  position: absolute;
  top: 100px;
  bottom: 0;
  height: auto;
}

#message {
  position: fixed;
  top: 72px;
  left: 60%;
  bottom: 0;
  width: 40%;
  z-index: 5;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  padding: 20px 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 0px 77px 0 rgba(0, 0, 0, 0.08), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 0px 77px 0 rgba(0, 0, 0, 0.08), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}

#message .header {
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(152, 166, 173, 0.2);
}

#message .header .page-title {
  display: block;
  float: none;
  margin-bottom: 15px;
  line-height: 40px;
}

#message .header .page-title .icon {
  margin-top: 4px;
  margin-right: 10px;
}

#message .header .grey {
  margin-left: 10px;
  color: #999;
}

#message .message-container {
  padding: 0 30px;
}

#message .message-container li {
  padding: 25px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #FFF;
  margin: 0 0 30px 0;
  position: relative;
}

#message .message-container li .details {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  overflow: hidden;
}

#message .message-container li .details .left {
  float: left;
  font-weight: 600;
  color: #888;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

#message .message-container li .details .left .arrow {
  display: inline-block;
  position: relative;
  height: 2px;
  width: 20px;
  background: rgba(0, 0, 0, 0.15);
  vertical-align: top;
  margin: 12px 20px 0 15px;
  border: 0px solid rgba(0, 0, 0, 0.15);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

#message .message-container li .details .left .arrow:after {
  position: absolute;
  top: -4px;
  left: 100%;
  height: 0;
  width: 0;
  border: inherit;
  border-width: 7px;
  border-style: solid;
  content: '';
  border-right: 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
}

#message .message-container li .details .right {
  float: right;
  color: #999;
}

#message .message-container li .message {
  margin-bottom: 40px;
}

#message .message-container li .message p:last-child {
  margin-bottom: 0;
}

#message .message-container li:hover .tool-box .red-hover {
  color: #ff5b5b;
  border-color: #ff5b5b;
}

#message .message-container li:hover .tool-box .red-hover:hover {
  color: #f40000;
  border-color: #f40000;
}

#message .message-container li .tool-box {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 0px solid #DDDFE1;
  border-top-width: 1px;
  border-left-width: 1px;
  padding: 8px 10px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

#message .message-container li .tool-box a {
  margin-right: 10px;
}

#message .message-container li .tool-box a:last-child {
  margin-right: 0;
}

#message .message-container li:hover .details .left .arrow {
  background: #10c469;
  border: 0px solid #10c469;
}

#message .message-container li:hover .details .left .arrow.orange {
  background: #f9c851;
  border: 0px solid #f9c851;
}

.show-message #message {
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

#message #message-nano-wrapper {
  position: absolute;
  top: 130px;
  bottom: 0;
  height: auto;
  left: 0;
  right: 0;
  width: auto;
}

.show-message #message {
  -webkit-transform: none;
          transform: none;
}

.show-message #main {
  margin-right: 40%;
}

@media only screen and (min-width: 1499px) {
  #main .overlay {
    display: none;
  }
}

@media only screen and (max-width: 1500px) {
  .show-message #main {
    margin-right: 0;
  }
  .show-message #message {
    left: 50%;
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) {
  .show-sidebar #sidebar {
    -webkit-transform: none;
            transform: none;
  }
  .show-sidebar #main {
    -webkit-transform: translateX(250px);
            transform: translateX(250px);
  }
  .show-message #main {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  #sidebar {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  #main {
    left: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #main .header .page-title .sidebar-toggle-btn {
    margin-right: 20px;
    opacity: 1;
    width: 20px;
    margin-left: 10px;
  }
  #main .header .page-title .sidebar-toggle-btn .line {
    height: 2px;
  }
  .show-sidebar #sidebar {
    -webkit-transform: none;
            transform: none;
  }
  .show-sidebar #main {
    -webkit-transform: translateX(250px);
            transform: translateX(250px);
  }
  .show-message #main {
    margin-right: 0;
  }
  .show-message #message {
    left: 20%;
    width: 80%;
  }
}

@media only screen and (max-width: 600px) {
  #main .header .search-box {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 0;
  }
  #main .action-bar {
    float: none;
  }
  .action-bar ul {
    margin-bottom: 0;
    text-align: center;
  }
  #main .header .search-box input,
  #main .header .search-box input:focus {
    width: 100%;
  }
  #main #main-nano-wrapper {
    position: absolute;
    top: 150px;
    bottom: 0;
    height: auto;
  }
  #main .message-list li .mail-col-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 120px;
    width: auto;
  }
  #main .message-list li .mail-col-2 {
    right: 0;
    left: auto;
    width: 120px;
  }
  #main .message-list li .mail-col-2 .date {
    padding-left: 0;
    position: static;
  }
  #main .message-list li .mail-col-2 .subject {
    display: none;
  }
}

/**
 * Nano scroll stuff
*/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nano > .nano-content:focus {
  outline: none;
}

.nano > .nano-content::-webkit-scrollbar {
  visibility: hidden;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
  visibility: visible;
}

.nano > .nano-pane {
  background: rgba(152, 166, 173, 0.1);
  position: absolute;
  width: 7px;
  right: 8px;
  top: 8px;
  bottom: 8px;
  visibility: hidden \9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  border-radius: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.nano > .nano-pane > .nano-slider {
  background: rgba(152, 166, 173, 0.35);
  position: relative;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-property: background;
  transition-property: background;
}

.nano > .nano-pane:hover > .nano-slider,
.nano > .nano-pane.active > .nano-slider {
  background: #A6A6A6;
}

.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible \9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}

/* Profile */
.bg-picture {
  padding: 30px;
}

.profile-info-name img {
  width: 200px;
  float: left;
  margin-right: 30px;
}

.profile-info-detail {
  overflow: hidden;
}

.profile-pills li a {
  color: rgba(255, 255, 255, 0.5) !important;
  padding: 0 10px;
  display: block;
  line-height: 30px !important;
}

.profile-pills li a:hover {
  background-color: transparent;
  color: #ffffff !important;
}

.profile-pills li a i {
  font-size: 14px;
}

.comment {
  padding-top: 12px;
}

.comment .comment-avatar {
  position: relative;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  display: block;
  float: left;
  height: 32px;
  width: 32px;
}

.comment .comment-body {
  float: none;
  margin-left: 40px;
  position: relative;
}

.comment .comment-text {
  border: 1px solid #3f5460;
  border-radius: 2px;
  padding: 7px 12px 8px;
}

.comment .comment-header {
  font-size: 12px;
  padding-bottom: 2px;
}

.comment .comment-header a {
  color: #c3cbcf;
  font-weight: bold;
}

.comment .comment-header span {
  color: #98a6ad;
  display: inline-block;
  font-size: 11px;
  margin-left: 5px;
}

.comment .comment-footer {
  display: block;
  font-size: 12px;
  padding: 4px 12px 0;
}

.comment .comment-footer i {
  font-size: 13px;
  margin-right: 7px;
}

.comment .comment-footer, .comment .comment-footer a {
  color: #a6b2b8;
}

.comment .comment-footer:hover, .comment .comment-footer a:hover {
  color: #71b6f9;
}

.comment > .comment {
  margin-left: 32px !important;
}

/*
Template Name: Adminto Dashboard
Author: CoderThemes
Email: coderthemes@gmail.com
File: Menu
*/
.topbar {
  left: 0px;
  position: fixed;
  right: 0;
  top: 0px;
  z-index: 999;
}

.topbar .topbar-left {
  background: #ffffff;
  float: left;
  text-align: center;
  height: 73px;
  position: relative;
  width: 250px;
  z-index: 1;
}

.topbar .topbar-left .logo {
  line-height: 70px;
}

.navbar-default {
  background: #4164c2;
  border-radius: 0px;
  border: none;
  margin-bottom: 0px;
  padding: 0px 10px;
}



.navbar-default .nav-link {
  padding: 0;
  line-height: 70px;
  color: rgba(67, 89, 102, 0.8);
}

.navbar-default .dropdown-toggle:after {
  content: initial;
}

.navbar-default .menu-left {
  overflow: hidden;
}

.navbar-default .topbar-right-menu li {
  float: left;
}






.user-box {
  text-align: center;
  padding: 15px 0px 0px 0px;
  background-color: #eeeeee;
  
}

.user-box .user-img {
  position: relative;
  height: 88px;
  width: 88px;
  margin: 0px auto;
}

.user-box .user-img .img-thumbnail {
  background-color: #ffffff;
  border-color: #eeeeee;
}

.user-box h5 a {
  color: #98a6ad;
}



.notification-box ul {
  max-height: 60px;
}

.notification-box ul li a {
  font-size: 26px;
  color: rgba(255, 255, 255, 0.9);
  display: block;
  line-height: 70px;
}

.notification-box .noti-dot {
  position: relative;
  top: -45px;
}

.notification-box .pulse {
  width: 2px;
  height: 2px;
  border: 3px solid #ff5b5b;
  border-radius: 30px;
  background-color: #ff5b5b;
  z-index: 10;
  position: absolute;
  right: 6px;
}

.notification-box .dot {
  border: 4px solid #ff5b5b;
  background: transparent;
  border-radius: 60px;
  height: 30px;
  width: 30px;
  -webkit-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -12px;
  left: 2px;
  z-index: 1;
  opacity: 0;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}

.side-menu {
  top: 70px;
  width: 250px;
  z-index: 10;
  background: #ffffff;
  bottom: 0;
  margin-top: 0;
  padding-bottom: 30px;
  position: fixed;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
}

.side-menu .waves-effect .waves-ripple {
  background-color: rgba(113, 182, 249, 0.3);
}

.content-page {
  margin-left: 250px;
  overflow: hidden;
}

.content-page .content {
  padding: 0px;
  margin-top: 70px;
}

.button-menu-mobile {
  background: transparent;
  border: none;
  color: #98a6ad;
  font-size: 21px;
  line-height: 68px;
}

.button-menu-mobile:hover {
  color: #71b6f9;
}

.sidebar-inner {
  height: 100%;
}

#sidebar-menu, #sidebar-menu ul, #sidebar-menu li, #sidebar-menu a {
  border: 0;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}

#sidebar-menu {
  width: 100%;
}

#sidebar-menu a {
  line-height: 1.3;
}

#sidebar-menu ul li .menu-arrow {
  -webkit-transition: -webkit-transform .15s;
  transition: -webkit-transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s;
  position: absolute;
  right: 20px;
  display: inline-block;
  font-family: "Material Design Icons";
  text-rendering: auto;
  line-height: 18px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#sidebar-menu ul li .menu-arrow:before {
  content: "\F142";
}

#sidebar-menu ul li a.subdrop .menu-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* #sidebar-menu ul ul {
  display: none;
} */

#sidebar-menu ul ul li {
  border-top: 0;
}

#sidebar-menu ul ul li.active a {
  color: #71b6f9;
}

#sidebar-menu ul ul a {
  color: #63747c;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-left: 3px solid transparent;
  display: block;
  padding: 10px 20px 10px 65px;
}

#sidebar-menu ul ul a:hover {
  color: #71b6f9;
}

#sidebar-menu ul ul a i {
  margin-right: 5px;
}

#sidebar-menu ul ul ul a {
  padding-left: 80px;
}

#sidebar-menu .label {
  margin-top: 2px;
}



#sidebar-menu > ul > li > a {
  color: #435966;
  display: block;
  padding: 12px 20px;
  margin: 4px 0px;
  background-color: #ffffff;
  border-left: 3px solid transparent;
}

#sidebar-menu > ul > li > a:hover {
  color: #4164c2;
  text-decoration: none;
}

#sidebar-menu > ul > li > a > span {
  vertical-align: middle;
}

#sidebar-menu ul li a i {
  display: inline-block;
  font-size: 16px;
  line-height: 17px;
  margin-left: 3px;
  margin-right: 15px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}

#sidebar-menu ul li a i.md {
  font-size: 18px;
}

#sidebar-menu ul li a .drop-arrow {
  float: right;
}

#sidebar-menu ul li a .drop-arrow i {
  margin-right: 0px;
}

#sidebar-menu > ul > li > a.active {
  border-left: 3px solid #4164c2;
  color: #71b6f9 !important;
}

.menu-title {
  padding: 12px 20px !important;
  letter-spacing: .035em;
  pointer-events: none;
  cursor: default;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600!important;
}

.menu-title i {
  color: #4164c2 !important;
}

#wrapper.enlarged .menu-title, #wrapper.enlarged .menu-arrow {
  display: none !important;
}

#wrapper.enlarged .user-box .user-img {
  height: 48px;
  width: 48px;
}

#wrapper.enlarged .user-box h5 {
  display: none;
}

#wrapper.enlarged #sidebar-menu ul ul {
  border: 2px solid #f4f8fb;
  margin-top: -5px;
  padding-top: 5px;
  z-index: 9999;
  background-color: #ffffff;
}

#wrapper.enlarged .left.side-menu {
  width: 70px;
  z-index: 5;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a {
  padding: 15px 20px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:hover {
  background: #f4f8fb !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:active {
  background: #f4f8fb !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:focus {
  background: #f4f8fb !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a i {
  margin-right: 20px !important;
  font-size: 20px;
}

#wrapper.enlarged .left.side-menu .label {
  position: absolute;
  top: 5px;
  left: 35px;
  text-indent: 0;
  display: block !important;
  padding: .2em .6em .3em !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li {
  position: relative;
  white-space: nowrap;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
  position: relative;
  width: 260px;
  background: #f4f8fb;
  color: #71b6f9;
  border-color: #71b6f9;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul {
  display: block;
  left: 70px;
  position: absolute;
  width: 190px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a {
  background: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 15px;
  position: relative;
  width: 186px;
  z-index: 6;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a:hover {
  color: #71b6f9;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover a span {
  display: inline;
}

#wrapper.enlarged .left.side-menu #sidebar-menu li .show-menu + ul {
  display: block;
  left: 70px;
  position: absolute;
  width: 190px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu li .show-menu + ul a {
  background: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 15px;
  position: relative;
  width: 186px;
  z-index: 6;
}

#wrapper.enlarged .left.side-menu #sidebar-menu li .show-menu + ul a:hover {
  color: #71b6f9;
}

#wrapper.enlarged .left.side-menu #sidebar-menu a.subdrop {
  color: #71b6f9 !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > ul {
  display: none;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li:hover > ul {
  display: block;
  left: 190px;
  margin-top: -36px;
  position: absolute;
  width: 190px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li > a span.pull-right {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  position: absolute;
  right: 20px;
  top: 12px;
  transform: rotate(270deg);
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li.active a {
  color: #4164c2;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > a span {
  display: none;
  padding-left: 10px;
}

#wrapper.enlarged .left.side-menu .user-details {
  display: none;
}

#wrapper.enlarged .content-page {
  margin-left: 70px;
}

#wrapper.enlarged .footer {
  left: 70px;
}

#wrapper.enlarged .topbar .topbar-left {
  width: 70px !important;
}

#wrapper.enlarged .topbar .topbar-left .logo span {
  display: none;
  opacity: 0;
}

#wrapper.enlarged .topbar .topbar-left .logo i {
  display: block;
  line-height: 70px;
  color: #435966 !important;
}

#wrapper.enlarged #sidebar-menu > ul > li:hover > a.open :after {
  display: none;
}

#wrapper.enlarged #sidebar-menu > ul > li:hover > a.active :after {
  display: none;
}

#wrapper.right-bar-enabled .right-bar {
  right: 0;
}

#wrapper.right-bar-enabled .left-layout {
  left: 0;
}

/* Right sidebar */
.side-bar.right-bar {
  float: right !important;
  right: -266px;
  top: 0px;
}

.side-bar {
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  display: block;
  float: left;
  height: 100%;
  position: fixed;
  transition: all 200ms ease-out;
  width: 240px;
}

.right-bar {
  background: #ffffff !important;
  z-index: 999 !important;
}

.right-bar h4 {
  border-bottom: 1px solid rgba(152, 166, 173, 0.5);
  padding: 4px 10px 10px 18px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #435966;
  letter-spacing: 0.03em;
}

.right-bar .right-bar-toggle {
  float: right;
  line-height: 46px;
  font-size: 20px;
  color: #333;
  padding: 0 10px;
}

.notification-list {
  height: 100%;
}

.notification-list .list-group-item {
  border-bottom: 1px solid rgba(152, 166, 173, 0.2) !important;
  margin-bottom: 0;
  background-color: #ffffff;
}

.notification-list .list-group-item.active {
  background-color: rgba(152, 166, 173, 0.1);
}

.notification-list .user-list .user-desc span.name {
  color: #435966 !important;
}

.user-list .user-list-item .avatar {
  float: left;
  margin-right: 5px;
  width: 30px;
  height: 30px;
}

.user-list .user-list-item .avatar img {
  border-radius: 50%;
  width: 100%;
}

.user-list .user-list-item .icon {
  float: left;
  margin-right: 5px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
}

.user-list .user-list-item .icon i {
  color: #ffffff;
  line-height: 30px;
  font-size: 16px;
}

.user-list .user-list-item .user-desc {
  margin-left: 40px;
}

.user-list .user-list-item .user-desc span.name {
  color: #eeeeee;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  overflow: hidden;
}

.user-list .user-list-item .user-desc span.desc {
  color: #98a6ad;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  overflow: hidden;
  font-size: 12px;
}

.user-list .user-list-item .user-desc span.time {
  font-size: 11px;
  color: #71b6f9;
  font-style: italic;
}

/* Seach */
.app-search {
  position: relative;
}

.app-search button {
  position: absolute;
  background-color: transparent;
  border: none;
  top: 4px;
  right: 8px;
  color: rgba(152, 166, 173, 0.7);
}

.app-search button:hover {
  color: #98a6ad;
}

.app-search .form-control,
.app-search .form-control:focus {
  border: 1px solid rgba(152, 166, 173, 0.15);
  font-size: 13px;
  height: 34px;
  color: #ffffff;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 40px;
  margin-top: 18px;
  margin-left: 20px;
  background: rgba(152, 166, 173, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 30px;
  width: 190px;
}



/************
 preloader 
***********/

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: rgba(0, 0, 0, 0.8) url(../images/rocket.svg) no-repeat center center;
}


/**====== Basic-Buttons css Start ======**/
.btn{
  border-radius: 0px;
}



.btn-secondary{
  background-color: #3c3c3b;
}
.btn:hover{
  outline: 0;

}
.btn-inverse {
  background-color: #222;
  border-color: #222;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

.btn-inverse:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  color: #fff;
}

.btn-inverse:active {
  background-color: #030303 !important;
  border-color: #030303;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
/**====== Outline-Buttons css Start ======**/
.btn-outline-primary {
  color: #4164c2;
  background-color: #fff;
  background-color: transparent;
  border-color: #4164c2;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
  background-color: #2a4386!important;
  border-color: #2a4386!important;
  box-shadow:0 0 0 0!important;
}
.btn-inverse:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background-color: #3c3c3c;
}

.btn-inverse.disabled {
  background-color: rgba(34, 34, 34, 0.5);
  border-color: rgba(34, 34, 34, 0.5);
}
.btn-primary,
.sweet-alert button.confirm,
.swal-button--confirm,
.wizard>.actions a {
  background-color: #4164c2;
  border-color: #4164c2;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

.btn-primary:hover,
.sweet-alert button.confirm:hover,
.wizard>.actions a:hover {
  background-color: #2a4386;
  border-color: #2a4386;
}

.btn-primary:active,
.sweet-alert button.confirm:active,
.wizard>.actions a:active {
  background-color: #2a4386 !important;
  border-color: #2a4386;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.btn-primary:focus,
.sweet-alert button.confirm:focus,
.wizard>.actions a:focus {
  -webkit-box-shadow: none;
  border-color: #2a4386;
  box-shadow: none;
  color: #fff;
  background-color: #2a4386;
}

.btn-primary.disabled,
.sweet-alert button.disabled.confirm,
.wizard>.actions a.disabled {
  background-color: rgba(138, 138, 225, 0.5);
  border-color: rgba(138, 138, 225, 0.5);
}
/*listados*/

.item-list {
  padding: 10px;
}

.listado-container {
  position: relative;
}

a.item-list{
  padding:10px 20px;
  color: #000;
width: 100%;
display: inline-block;
}

a.item-list:hover{
  background-color: #f0f4f7;
}

.ellipsis-text{
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;

}
/*cards*/



/*********************
Paginador
**************************/

.pagination .page-item.active .page-link {
  z-index: 3;
  color: #203d6f !important;
  background-color: transparent;
  border: 0px;
  font-weight: bold;
}

.pagination .page-link {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  background-color: transparent;
  border: 0px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.pagination .page-link:hover {
  color: #203d6f;
  
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
  border: 0px;
}


/*boton filtro*/

   
.btn-search-filter{
  color:#203d6f!important;
  padding:10px;
  position: absolute;
  font-size: 23px;
  right: 5px;
  top: -4px;
}

.btn-search-filter:hover{
  color:#456fb7!important;
}
/*====== Ready to use Css End ======*/
.card {
  border-radius: 0px!important;
  -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
  box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
  border: none;
  margin-bottom: 30px;
  /* overflow: hidden; */
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card .card-footer {
  background-color: #fff;
  border-top: none;
  border-radius: 0px!important;
}

.card .card-header {
  border-radius: 0px!important;
  border-bottom: none;
  padding: 15px;
}


.card .card-header .card-title {
  font-size: 18px !important;
  color: #60605d;
  font-weight: 400;
}

.card .card-header .card-header-left {
  display: inline-block;
}

.card .card-header .card-header-right {
  border-radius: 0 0 0 7px;
  right: 10px;
  top: 18px;
  display: inline-block;
  float: right;
  padding: 7px 0;
  position: absolute;
}

.card .card-header .card-header-right i {
  margin: 0 11px;
  cursor: pointer;
  font-size: 12px;
  color: #8c8c8c;
  line-height: 2;
}

.card .card-header .card-header-right i.icofont.icofont-spinner-alt-5 {
  display: none;
}

.card .card-header .card-header-right .card-option {
  width: 35px;
  height: 20px;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.card .card-header .card-header-right .card-option li {
  display: inline-block;
}

.card .card-header span {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}

.card .card-header+.card-block,
.card .card-header+.card-block-big {
  padding-top: 0;
}

.card .card-header h5 {
  margin-bottom: 0;
  color: #222;
  display: inline-block;
  margin-right: 10px;
  line-height: 1.4;
}

.card .card-block {
  padding: 25px 25px;
}

/*galeria de imagenes adjuntas*/

.imagenDeGaleria{
  
  display: block;
  margin-right: 10px;
}

.imagenDeGaleria img{
 object-fit: cover;
 width:100%;
  height:150px;
}
/*bordes*/
.bot-01{
  border-top: 1px solid #8b979f;
}
.bot-02{
  border-top: 4px solid #00a19a;
}
/*Anchos y altos*/

.w-300{
  width:300px;
}



/**************
file upload
*****************/

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile+label {
  width: 100%;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
   /* padding: 0.625rem 1.25rem; */
  /* 10px 20px */
  position: relative;
  border: 1px solid #000;
}

.inputfile:focus+label,
.inputfile.has-focus+label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputfile+label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}

.inputfile-green+label {
  color: #d9dcdf;
}

.box.is-invalid .inputfile-green {
  border: 1px solid #23272b;
  /* background-color: #f1e5e6;*/
  padding: 0;
  border-radius: .25rem;
  height: 40px;
  margin: 0px;
}


.is-invalid .inputfile-green+label {
  border: 1px solid #FF5370 ;
 background-color: #f1e5e6;
  padding: 0;
  border-radius: .25rem;
  height: 40px;
  margin: 0px;
}

.inputfile-green:focus+label,
.inputfile-green.has-focus+label,
.inputfile-green+label:hover {
  border-color: #4164c2;
}

.inputfile-green+label span,
.inputfile-green+label strong {
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}

.inputfile-green+label span {
  width: 250px;
  min-height: 40px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  font-size: 13px;
  color: #4164c2;
}

.inputfile-green+label strong {
  height: 100%;
  color: #f2f2f2;
  background-color: #23272b;
  display: inline-block;
  font-size: 13px;
  position: absolute;
  right: 0px;
top:0px;
}

.inputfile-green:focus+label strong,
.inputfile-green.has-focus+label strong,
.inputfile-green+label:hover strong {
  background-color: #6d88d3;
  color: #e4e9ee;
}

@media screen and (max-width: 50em) {
  .inputfile-green+label strong {
    display: block;
  }
}


/*ESTADOS DE RELEASE*/
.estadoRelease{
  font-size:14px;
  text-transform: uppercase;
  color:#fff;
  position:absolute;
  top:-16px;
  left:16px;
  padding: 5px 10px;
  font-weight: 500;

}
.estadoRelease.varios{
  font-size:14px;
  background:#00a19a;
  text-transform: uppercase;
  color:#fff;
}
.color-estado.varios{
  background:#00a19a;
  padding:5px 15px

}
.color-estado.dadodebaja{
  background:#d23405;

}

.estadoRelease.dadodebaja{
  font-size:14px;
  background:#d23405;
  text-transform: uppercase;
  color:#fff;
}

/*TIPOS DE RELEASE*/

.correccionBug, .itemMejora, .nuevaFunc{
  font-size:14px;
  color:#00a19a;
  text-transform: uppercase;
}
.correccionBug::before{
  font-family: 'FontAwesome';
  content:'\f188';
  margin-right: 5px;
}

.itemMejora::before{
  font-family: "Material Design Icons";
  content:'\F535';
  margin-right: 5px;
}

.nuevaFunc::before{
  font-family: "Material Design Icons";
  content:'\F69C';
  margin-right: 5px;
}


/*modal*/
.modal-content{
  border-radius: 0px;
}
.modal-header{
  background-color: #4164c2;
  color:#fff!important;
  border-radius: 0px;
}
/*labels y badges*/

/*======= Badge-color css starts  ======= */
.badge {
  border-radius: 6px;
  padding: 5px 6px;
}

.badge-top-left {
  margin-right: -10px;
  right: 100%;
  top: -3px;
}

.badge-top-right {
  margin-left: -10px;
  top: -3px;
}

.badge-bottom-left {
  margin-left: -33px;
  bottom: -12px;
  right: 97%;
}

.badge-bottom-right {
  margin-left: -10px;
  bottom: -12px;
}

.label {
  border-radius: 4px;
  font-size: 75%;
  padding: 4px 7px;
  margin-right: 5px;
  font-weight: 400;
  color: #fff !important;
}

.label.label-lg {
  padding: 8px 21px;
}

.label.label-md {
  padding: 6px 14px;
}

.badge-lg {
  padding: 5px 9px;
  font-size: 14px;
}

.badge-md {
  padding: 4px 8px;
  font-size: 14px;
}

span.badge {
  display: inline-block !important;
}

.label-main {
  display: inline-block;
  vertical-align: middle;
  margin: 8px 5px;
}

.label-default {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.label-inverse-default {
  border: 1px solid;
  border-color: #5e5e5e;
  color: #5e5e5e !important;
}

.label-inverse-primary {
  border: 1px solid;
  border-color: #4099ff;
  color: #4099ff !important;
}

.label-inverse-success {
  border: 1px solid;
  border-color: #2ed8b6;
  color: #2ed8b6 !important;
}

.label-inverse-warning {
  border: 1px solid;
  border-color: #f1c40f;
  color: #f1c40f !important;
}

.label-inverse-danger {
  border: 1px solid;
  border-color: #FF5370;
  color: #FF5370 !important;
}

.label-inverse-info {
  border: 1px solid;
  border-color: #00bcd4;
  color: #00bcd4 !important;
}

.label-inverse-info-border {
  border: 1px solid;
  border-color: #222;
  color: #222 !important;
}

.badge-primary {
  background: #398ff1;
}

.badge-warning {
  background: #f1c40f;
}

.badge-default {
  background: #e0e0e0;
  color: #333;
}

.badge-danger {
  background: #FF5370;
}

.badge-success {
  background: #2ed8b6;
}

.badge-inverse {
  background: #3c3c3c;
}

.badge-info {
  background: #00bcd4;
}

.badge-inverse-default {
  border: 1px solid;
  border-color: #e0e0e0;
  color: #e0e0e0 !important;
}

.badge-inverse-primary {
  border: 1px solid;
  border-color: #4099ff;
  color: #4099ff !important;
}

.badge-inverse-success {
  border: 1px solid;
  border-color: #2ed8b6;
  color: #2ed8b6 !important;
}

.badge-inverse-warning {
  border: 1px solid;
  border-color: #f1c40f;
  color: #f1c40f !important;
}

.badge-inverse-danger {
  border: 1px solid;
  border-color: #FF5370;
  color: #FF5370 !important;
}

.badge-inverse-info {
  border: 1px solid;
  border-color: #222;
  color: #222 !important;
}


/*====== Font-size css starts ======*/
.f-10 {
  font-size: 10px !important;
}

.f-12 {
  font-size: 12px !important;
}

.f-13 {
  font-size: 13px !important;
}

.f-14 {
  font-size: 14px !important;
}

.f-16 {
  font-size: 16px !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-20 {
  font-size: 20px;
}

.f-22 {
  font-size: 22px;
}

.f-24 {
  font-size: 24px;
}

.f-26 {
  font-size: 26px;
}

.f-28 {
  font-size: 28px;
}

.f-30 {
  font-size: 30px !important;
}

.f-32 {
  font-size: 32px;
}

.f-34 {
  font-size: 34px;
}

.f-36 {
  font-size: 36px;
}

.f-38 {
  font-size: 38px;
}

.f-40 {
  font-size: 40px;
}

.f-42 {
  font-size: 42px;
}

.f-44 {
  font-size: 44px;
}

.f-46 {
  font-size: 46px;
}

.f-48 {
  font-size: 48px;
}

.f-50 {
  font-size: 50px;
}

.f-52 {
  font-size: 52px;
}

.f-54 {
  font-size: 54px;
}

.f-56 {
  font-size: 56px;
}

.f-58 {
  font-size: 58px;
}

.f-60 {
  font-size: 60px;
}

.f-62 {
  font-size: 62px;
}

.f-64 {
  font-size: 64px;
}

.f-66 {
  font-size: 66px;
}

.f-68 {
  font-size: 68px;
}

.f-70 {
  font-size: 70px;
}

.f-72 {
  font-size: 72px;
}

.f-74 {
  font-size: 74px;
}

.f-76 {
  font-size: 76px;
}

.f-78 {
  font-size: 78px;
}

.f-80 {
  font-size: 80px;
}


/* font color*/

.text-c-01{
  color:#4164c2;
}
.text-c-02{
  color:#4164c2;
}

/*fondos
*/
.bg-01{
  background:#3c3c3b
}

.bg-02{
  background:#ebeff2
}

.bg-03{
  background:#fff
}
.bg-04{
  background:#4164c2
}
/*gradientes
*/
.gradient-1{


background: rgb(65,100,194);
background: linear-gradient(180deg, rgba(65,100,194,1) 0%, rgba(60,60,59,1) 100%);
}
.gradient-2{


  background: rgb(137, 165, 244);
  background: linear-gradient(180deg, rgb(137, 165, 244) 0%, rgba(65,100,194,1) 100%);
  }


/*login*/
/*//////////////////////////////////////////////////////////////////
[ login ]*/

.lunes{
  background: url('../images/bg-01.jpg') no-repeat;

  background-size: cover;
}

.martes{
  background: url('../images/bg-02.jpg') no-repeat;

  background-size: cover;
}

.miercoles{
  background: url('../images/bg-03.jpg') no-repeat;

  background-size: cover;
}
.jueves{
  background: url('../images/bg-04.jpg') no-repeat;

  background-size: cover;
}
.viernes{
  background: url('../images/bg-05.jpg') no-repeat;

  background-size: cover;
}
.sabado{
  background: url('../images/bg-06.jpg') no-repeat;

  background-size: cover;
}
.domingo{
  background: url('../images/bg-07.jpg') no-repeat;

  background-size: cover;
}
.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-wrap: wrap;
}


.wrap-login100 {
  width: 520px;
  min-height: 100vh;
  background: #fff;
  border-radius: 2px;
  position: relative;
  padding:72px 50px 50px 50px;
}
.footer-login img.dotech{
  position:absolute;
  bottom:20px;
  left:50px
 
}

.footer-login .version{
  position:absolute;
  bottom:20px;
  right:50px
 
}

.login100-form{
  width:100%
}


/*------------------------------------------------------------------
[ page error]*/
.page_error{ 
  background: #4164c2;
  position:absolute;
  width: calc(100% - 250px);
  bottom:0px;
  top:0px;
}


.text-oh-error h1{
  margin-bottom: 40px;

  

  
}
.text-oh-error h1{

   color:#fff!important;
   
 
   
 }


/*------------------------------------------------------------------
[ skeleton ]*/
.skeleton {
  animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}

.skeleton-text {
  width: 100%;
  height: 0.7rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
}

.skeleton-text__body {
  width: 75%;
}

.skeleton-footer {
  width: 30%;
}
/*------------------------------------------------------------------
[ Login100 more ]*/
.login100-more {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: calc(100% - 520px);
  position: relative;
  z-index: 1;
}

.login100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #51b6e8;
  background: -webkit-linear-gradient(bottom, #51b6e8, #310de1);
  background: -o-linear-gradient(bottom, #51b6e8, #310de1);
  background: -moz-linear-gradient(bottom, #51b6e8, #310de1);
  background: linear-gradient(bottom, #51b6e8, #310de1);
  opacity: 0.3;
}

/*empty image*/

.empty-image{
  border:1px dashed rgb(61, 61, 61);
 
  
}

/*
responsive
*/
@media only screen and (max-width: 6000px) and (min-width: 700px) {
  .wrapper.right-bar-enabled .right-bar {
    right: 0;
    z-index: 99;
  }
}

@media (max-width: 1023px) {
  .button-menu-mobile {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  .enlarged .left.side-menu {
    margin-left: -75px;
  }
  .topbar-left {
    width: 70px !important;
  }
  .topbar-left span {
    display: none !important;
  }
  .topbar-left i {
    display: block !important;
    line-height: 75px !important;
  }
  .content-page .content {
    margin-top: 95px;
  }
  .topbar .topbar-left {
    height: 72px;
  }
  .navbar-nav {
    margin: 0px;
    display: inline-block;
  }
  .navbar-nav li {
    display: inline-block;
    line-height: 1px;
  }
  .navbar-nav.navbar-right {
    float: right;
  }
  .content-page {
    margin-left: 0px !important;
  }
  .footer {
    left: 0px !important;
  }
  .mobile-sidebar {
    left: 0px;
  }
  .mobile-content {
    left: 250px;
    right: -250px;
  }
  .wrapper-page {
    width: 90%;
  }
  .dataTables_wrapper .col-xs-6 {
    width: 100%;
    text-align: left;
  }
  div#datatable-buttons_info {
    float: none;
  }
  .ms-container {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .side-menu {
    z-index: 10 !important;
  }
  .button-menu-mobile {
    display: block;
  }
  .search-bar {
    display: none !important;
  }
  .sidebar-inner {
    overflow: auto !important;
    height: 100%;
    bottom: 0;
  }
  .hide-phone {
    display: none !important;
  }
}

/* Container-alt */
@media (min-width: 768px) {
  .container-alt {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container-alt {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container-alt {
    width: 1170px;
  }
}

@media (max-width: 419px) {
  .topbar-left {
    width: 70px !important;
  }
  .logo .icon-c-logo {
    display: inline-block !important;
    line-height: 58px !important;
  }
  .logo span {
    display: none !important;
  }
  .wrapper-page .logo span {
    display: inline-block !important;
  }
  .content-page {
    margin-left: 70px;
  }
  .forced .side-menu.left {
    -webkit-box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
  }
  .enlarged .side-menu.left {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
  }

  .navbar-default {
    padding: 0px;
  }
  .navbar-default .navbar-left {
    padding-left: 0px !important;
  }
 
  .topbar-left {
    display: none;
  }
  .editable-responsive {
    overflow-x: auto;
  }
  .profile-info-name img {
    float: none;
    margin: 0px auto;
    margin-bottom: 20px;
  }

}




