*{
    padding: 0px;
    margin: 0px;
}

a{
    text-decoration: none;
}

html,body{
    /* background-color: #fefefe; */
    background-color: #f3f3f3;
    height: 100%;
}
body{
    font-size: 15px;
}
.login-form{
    width: 400px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.login-form form{
    margin-bottom:15px;
    background: #fff;
    padding: 30px;
    width: 100%;
    margin: 0px auto;
    /* margin-top: 40%; */
}


      
nav {
    width: 100%;
  }

  .menu {
    display: block;
    float: right;
    margin-bottom: 0px;
  }

  .brand {
    position: absolute;
    /* padding-left: 20px; */
    float: left;
    line-height: 55px;
    text-transform: uppercase;
    font-size: 1.4em;
  }

  .brand a {
    color: #ffffff;
    text-decoration: none;
  }

  .menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
  }

  .menu li:first-child {
    margin-left: 0;
  }

  .menu li a {
    text-decoration: none;
    padding:12px 15px;
    display: block;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
  }

  .menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 170px;
    position: absolute;
    right: 0px;
    background: #fff;
    z-index: 99;
    transform: translate(0, 20px);
    transition: all 0.2s ease-out;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
  }

  .menu ul:after {
    bottom: 100%;
    /* left: 20%; */
    right: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
  }

  .menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
  }

  .menu ul li a {
    font-size: 12px;
    font-weight: normal;
    display: block;
    color: #797979;
    background: #fff;
  }

  .menu ul li a:hover,
  .menu ul li:hover > a {
    color: #fff;
    background: #0093c9;
  }

  .menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }

  .menu ul ul {
    left: 169px;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px, 20px);
    transition: all 0.2s ease-out;
  }

  .menu ul ul:after {
    left: -6px;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
  }

  .menu li > ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }

  .responsive-menu {
    display: none;
    width: 100%;
    padding: 30px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
  }

  .responsive-menu:hover {
    color: #fff;
    text-decoration: none;
  }

  @media (min-width: 768px) and (max-width: 979px) {
    .mainWrap {
      width: 768px;
    }

    .menu ul {
      top: 37px;
    }

    .menu li a {
      font-size: 12px;
    }

    a.homer {
      background: #374147;
    }
  }

  @media (max-width: 767px) {
     .container {
      width: 98%;
      margin: 0px auto;
    }
    .menu {
      float: none;
    }

    .responsive-menu i {
      float: right;
      margin-top: -12px;
      font-size: 26px;
    }
    .mainWrap {
      width: auto;
      padding: 50px 20px;
    }

    .menu {
      display: none;
      padding-left: 0px;
    }

    .responsive-menu {
      display: block;
    }

    nav {
      margin: 0;
      background: none;
    }

    .menu li {
      display: block;
      margin: 0;
    }

    .menu li a {
      background: #fff;
      color: #797979 !important;
      text-align: center;
    border-bottom: 1px solid #eaeaea;
    }

    .menu li a:hover,
    .menu li:hover > a {
      color: #fff !important;
      background: #0093c9;
    }

    .menu ul {
      visibility: hidden;
      opacity: 0;
      top: 0;
      left: 0;
      width: 100%;
      transform: initial;
    }

    .menu li:hover > ul {
      visibility: visible;
      opacity: 1;
      position: relative;
      transform: initial;
    }

    .menu ul ul {
      left: 0;
      transform: initial;
    }

    .menu li > ul ul:hover {
      transform: initial;
    }
  }
/* 
.dropdown-menu{
    border: 1px solid #f7f7f7 !important;
}
.dropdown-item{
    font-size: 14px;
    border-bottom: 1px solid #f7f7f7 !important;
    padding: .50rem 1rem !important;
}

.dropdown-item.active, .dropdown-item:active{
    background-color: #00679c;
} */

.dropdown-menu.show {
    display: block;
    top: 25px !important;
    padding: 0px !important;
}

.top-header-menu{
    /* background:#2d4a8a; */
    /* background-color: #00517b; */
    /* background-color: #212121; */
    background-color: #3b3a3a;
}

.top-easy-links{
    /* background-color: #00679c; */
    background: linear-gradient( 
        45deg
         , #0096cc 0%,#006ba2 43%);
    border-bottom: 1px solid #005f90;
}

.text-theme-color{
    color: #212121;
}

.btn-theme{
    /* background-color: #005f90; */
    color: #fff;
    background: linear-gradient(45deg, #00b1ff 0%,#00b1ff 43%);
    font-size: 14px;
}

.btn-theme:hover{
    color: #fff;
    background-color: #00b1ff;
}

table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #f9f9f9 !important;
}
table.dataTable thead th, table.dataTable tfoot th { 
        font-weight: 500 !important;
        font-size: 14px;
        color: #444;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 6px 12px !important;
    background: #fff !important;
    border: 1px solid #ececec !important;
    border-radius: 4px !important;
    font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    color: #333 !important;
}

.dataTables_wrapper .dataTables_length select{
    padding: 3px !important;
    font-size: 14px;
}

table.dataTable thead th, table.dataTable thead td, table.dataTable.no-footer {
    padding: 10px 0px;
    border-bottom: 1px solid #bfc0c180 !important;
}

table.dataTable tfoot th{
    border-top: 1px solid #bfc0c180 !important;
}

.dataTables_wrapper .dataTables_info{
    font-size: 14px;
}



.form-label {
    margin-bottom: .5rem;
    font-weight: bold;
    color: #444;
}

.form-control {
   font-size: 15px;
    display: block;
    border-radius: 0px;
    background-color: #f5f7f9;
    height: 40px;
}


.order-no-icon{
    display: block;
    float: left;
    text-align: center;
    font-size: 20px;
    /* line-height: 90px; */
    margin-left: 70px;
    margin-top: 10px;
    margin-right: 30px;
}

.order-no-info{
    padding: 5px 10px;
    /* margin-left: 136px; */
    text-align: left;
}

.add-button{
    margin-top: 33px;
}


.footer-easy-links{
    /* background-color: #00679c; */
    background: linear-gradient( 
        45deg
         , #212121 0%,#212121 43%);
    border-bottom: 1px solid #212121;
}

@media only screen and (max-width: 768px) {
    .order-box{
        padding: 20px 0px;
    }

    .order-no-icon {
        margin-right: 30px;
        margin-left: 50px;
    }
}

.text-left{
  text-align: left !important;
}

.text-right{
  text-align: right !important;
}

/* .main-content{
  min-height: 700px;
} */

.sidebar {
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #424242;
  position: relative;
  min-height: 95vh;
  }

  .sidebar a {
  display: block;
  color: white;
  padding: 16px;
  text-decoration: none;
  }
  
  .sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
  }

  .main-content {
      position: relative;
      width: calc(100% - 200px);
      padding: 1px 16px;
  }

  .app-container{
      display: flex;
  }

  .nav{
    display: block;
  }

  .sub-group-menu{
    display: none;
    background-color: #3b3a3a;
    padding: 10px 0;
    box-shadow: inset 0px 0px 3px 0 rgb(34 36 38 / 15%);
  }

  .sub-group-menu a{
    padding: 10px 10px;
    margin-left: 20px;
  }

  .nav-link{
    position: relative;
  }

  .sidebar-nav-item>.nav-link:after{
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff !important;
    font-weight: 700;
    color: #000000;
    position: absolute;
    right: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav-item.active .nav-link:after {
  color: #fff;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.video_title, .question_title, .vocabulary_title, .flashcard_title{
  background-color: #d9edf7 !important;
  font-weight: bold;
}

.video_title:hover{
  background-color: #d9edf7 !important;
}

.dropdown-menu.show{
  top: 0px !important;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #f6f6f6;
  color: #0dcaf0;
}

.video_list:hover, .question_list:hover, .vocabulary_list:hover{
  background-color: #ececec;
}