@charset "UTF-8";

/*  Base CSS Start */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #333333;
  background: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  overflow-x: hidden;
}

html {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.clear {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

ol {
  margin: 0 0 0 15px
}

a {
  text-decoration: none;
}

.link {
  text-decoration: none;
  color: #1777BD
}

.link:hover {
  text-decoration: none;
  color: #F30
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms
}

/* Section */
.section {
  clear: both;
  margin: 0px;
  padding: 0px;
}

/* Column */
.col {
  display: block;
  float: left;
  /* margin: 1% 0 1% 1.6%; */
  margin: 1% 0 1% 1.2%;
}

.col:first-child {
  margin-left: 0 !important;
}

/* Row */
.row:before,
.row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

.row {
  zoom: 1;
  /* For IE 6/7 */
}

/* Grid */
.grid_1_of_12 {
  width: 6.867%
}

.grid_2_of_12 {
  width: 15.333%
}

.grid_3_of_12 {
  width: 23.8%
}

.grid_4_of_12 {
  width: 32.267%
}

.grid_5_of_12 {
  width: 40.733%
}

.grid_6_of_12 {
  width: 49.2%
}

.grid_7_of_12 {
  width: 57.667%
}

.grid_8_of_12 {
  width: 66.133%
}

.grid_9_of_12 {
  width: 74.6%
}

.grid_10_of_12 {
  width: 83.067%
}

.grid_11_of_12 {
  width: 91.533%
}

.grid_12_of_12 {
  width: 100%
}

.card_head h4 label {
  padding: 5px 40px 5px 10px;
}

/* Full Width below 667 pixels */
@media only screen and (max-width: 666px) {
  .col {
    margin: 1% 0 1% 0%;
  }

  [class*='grid_'] {
    width: 100%;
  }
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 90%;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 80%;
  }
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

button:focus,
.btn:focus {
  outline: none;
  box-shadow: none;
  cursor: pointer;
}

/* Body and Heading Fonts */
body {
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
.btn,
li,
a {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

/*Scrollbar*/
::-webkit-scrollbar {
  width: 10px;
  background: #fff;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background: #CFD7DE;
  height: 50px;
  border-radius: 10px;
}

.table-responsive {
  overflow-x: auto;
}

.table-responsive::-webkit-scrollbar {
  height: 10px;
  background-color: transparent;
}

.table-responsive::-webkit-scrollbar-track {
  background-color: transparent;
}

.table-responsive::-webkit-scrollbar-thumb:horizontal {
  background: #CFD7DE;
  height: 10px;
  border-radius: 10px;
}

.doublescroll::-webkit-scrollbar {
  height: 10px;
  background: #fff;
}

.doublescroll::-webkit-scrollbar-thumb:horizontal {
  background:#CFD7DE;
  height: 10px;
  border-radius: 10px;
}

.headerwrap {
  background: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menuSec,
.logoMain {
  margin-top: 0;
  margin-bottom: 0;
}

.logoMain {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.navbrand {
  padding: 10px;
  display: block;
}

.navbrand img {
  max-width: 100%;
  height: auto;
  max-height: 100px;
}

.menuInner {
  float: right;
  margin-top: 0;
  margin-bottom: 0;
}

.headerSec {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

.topNav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.side-nav-toggler {
  display: none;
}

.topNav p {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  font-weight: 300;
}

.topusernav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 0;
  align-items: center;
  padding: 0;
}

.topusernav li {
  padding: 0 15px;
}

.topusernav li a {
  font-size: 18px;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.topusernav li.logout a span {
  display: block;
  padding: 8px 10px;
  background: #fff;
}

.menuNavigation {
  padding: 15px 0;
  border-top: 1px solid #fff;
}

.menuNavigation ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.menuNavigation ul li {
  padding: 0 30px 0 0;
}

.topusernav li:last-of-type,
.menuNavigation ul li:last-of-type {
  padding-right: 0;
}

.menuNavigation ul li,
.menuNavigation ul li a {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.icons {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(../images/menu-icons.png) no-repeat;
  margin-right: 10px;
}

.alert_icon {
  background-position: -110px -10px;
}

.chat_icon {
  background-position: -10px -10px;
}

.email_icon {
  background-position: -60px -10px;
}

.setting_icon {
  background-position: -10px -60px;
}

.user_icon {
  background-position: -60px -60px;
}

.menuNavigation ul li.notifiy a,
.menuNavigation ul li.todolist a {
  position: relative;
}

.menuNavigation ul li.notifiy a span {
  width: 20px;
  height: 20px;
  background: #88d31d;
  border-radius: 100%;
  border: 1px solid #F6F8FA;
  font-size: 8px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  left: 20px;
  bottom: 0;
}

.menuNavigation ul li.todolist a span {
  width: 15px;
  height: 15px;
  background: #f80303;
  border-radius: 100%;
  border: 1px solid #F6F8FA;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  position: absolute;
  left: 20px;
  bottom: 0;
}

.bodytopSec {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

.bodytopSec>div.col {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}

.form-control:hover,
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.form-control {
  height: auto;
  box-sizing: border-box;
  min-width: 70px;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 10px;
  outline: none;
  box-shadow: none;
  font-size: 18px;
  color: #000;
}

.form-control::-webkit-input-placeholder {
  text-transform: uppercase;
}

.form-control:-ms-input-placeholder {
  text-transform: uppercase;
}

.form-control::placeholder {
  text-transform: uppercase;
}

.selectbox {
  background: #F6F8FA;
  margin-bottom: 0;
  border-radius: 5px;
}

.selectbox:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/down-arrow.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 10px;
  background-size: 20px;
}

.selectbox span {
  width: 15px;
  height: 15px;
  background: #88d31d;
  border-radius: 100%;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 10;
}

.selectbox select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  position: relative;
  z-index: 9;
  font-size: 1.25em;
  font-weight: 400;
}

select.form-control {
position: relative;
z-index: 9;
font-size: 1.25em;
font-weight: 400;
background: transparent;
margin-bottom: 0;
border-radius: 5px;
padding: 5px;
border: 1px #CFD7DE solid;
}

.titleSec select.form-control {
  padding: 10px
}

.buttonDiv {
  display: block;
  text-align: right;
}

.go_btn {
  width: 50px;
  height: 50px;
  background: #F6F8FA;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  position: relative;
}

.go_btn span {
  width: 15px;
  height: 15px;
  background: #88d31d;
  border-radius: 100%;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  position: absolute;
  left: -7px;
  top: 5px;
  z-index: 10;
}

.tableTitle {
  /* background: #FFF; */
  padding: 30px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.heading h3 {
  font-size: 26px;
  color: #000;
  font-weight: 700;
  text-align: left;
}

.btn {
  background: #F6F8FA;
  display: inline-block;
  min-width: 250px;
  border: 0;
  border-radius: 0;
  padding: 0 20px;
  font-size: 18px;
  position: relative;
  margin: 5px
}

.clientBtn.btn span {
  width: 15px;
  height: 15px;
  background: #88d31d;
  border-radius: 100%;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 10;
}


.form-head {
  background: #F6F8FA;
  padding: 10px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.buttonDiv .editDeltebtn {
  background: transparent;
  min-width: inherit;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.buttonDiv .editDeltebtn span {
  width: 15px;
  height: 15px;
  background: #88d31d;
  border-radius: 100%;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  position: absolute;
  left: 7px;
  top: 5px;
  z-index: 10;
  color: #fff;
}

.form-head .subhead,
.form-head .buttonDiv {
  margin-top: 0;
  margin-bottom: 0;
}

.form-head .subhead p {
  font-size: 18px;
  margin-top: 10px;
}

.deleteIcon {
  background: url(../images/delete.png) no-repeat;
  margin-right: 10px;
  background-size: cover;
  width: 20px;
  height: 20px;
}

.editIcon {
  background: url(../images/edit-button.png) no-repeat;
  margin-right: 10px;
  background-size: cover;
  width: 20px;
  height: 20px;
}

.formmain {
  padding: 30px 0;
}

.formmain div.col {
  margin-top: 0;
  margin-bottom: 0;
}

.formmain .heading h4 {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}

.formmain .form-group {
  padding: 8px 20px;
}

.formmain .form-group textarea.form-control {
  height: auto;
  min-height: 100px;
}

.radiobox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.radiobox label {
  display: inline-block;
  margin-right: 10px;
}

.radiobox input[type="radio"] {
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 100%;
  margin-right: 10px;
  position: relative;
}

.radiobox input[type="radio"]:focus {
  outline: none;
}

.radiobox input[type="radio"]:focus,
.radiobox input[type="radio"]:checked {
  border-color: #88d31d;
}

.radiobox input[type="radio"]:checked:after {
  content: '';
  width: 11px;
  height: 11px;
  background: #88d31d;
  border-radius: 100%;
  position: absolute;
  left: 4px;
  top: 4px;
}


.formtablemain {
  position: relative;
}

.formtablemain:before {
  content: '';
  width: 100%;
  height: 35px;
  background: #F6F8FA;
  position: absolute;
  top: 0%;
  z-index: -1;
}

.formtablemain table.table {
  width: 100%;
  padding: 0;
  margin: 0;
}

.formtablemain table.table thead {
  background: #F6F8FA;
}

.formtablemain table.table thead tr th {
  padding: 8px;
  text-align: left;
  width: 20%;
}

.formtablemain table.table tbody tr td {
  padding: 10px;
  text-align: left;
}

a.btn_status {
  display: inline-block;
  min-width: 120px;
  background: #F6F8FA;
  border-radius: 0;
  text-align: center;
  padding: 5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

a.online {
  background: #8ec741;
}



/*Table page css */
.bodytopSec .heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

.bodytopSec .heading h3 {
  margin-right: 20px;
}

.tableMain {
  padding: 50px 0;
  background: #FFF;
}

.tableMain .table {
  border: 1px solid #F6F8FA;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}

.tableMain .table thead {
  background: #1777BD;
  color: #FFF
}

.tableMain .table tbody tr:not(.highlight_3):nth-child(even) {
  background: #dfe5ec;
}

.tableMain .table thead tr th {
  padding: 10px 10px 10px 10px;
  text-align: center;
  font-size: 15px;
}

.tableMain .table tbody tr td {
  padding: 10px 10px 10px 10px;
  text-align: center;
  border-right: 1px solid #cedce9;
  border-bottom: 1px solid #cedce9;
}

.tableMain .table tbody tr td:first-child {
  border-left: 1px solid #cedce9;
}

.tableMain .table tbody tr td.btndiv {
  width: 200px;
}

.tableMain .table tbody tr td.btndiv a.editdeleteBtn {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: transparent;
  min-width: inherit;
}

.tableMain .table tbody tr td.btndiv a.editdeleteBtn img {
  width: 30px;
  height: auto;
}

.tableMain .table tbody tr td:first-child {
  white-space: nowrap;
}

/* .titleSec {
  background: #FFF
}

.titleSech {
  background: #fff
} */

/*Upload file button desing */
.filebtn {
  display: flex;
  margin-right: 20px;
  margin-bottom: 25px;
}

.filebtn label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  outline: none;
  box-shadow: none;
}

.inputfile+label {
  max-width: 100%;
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: flex;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}

.inputfile:focus+label,
.inputfile.has-focus+label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.uploadicons {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(../images/upload-file-icon.png) no-repeat;
  margin-right: 10px;
}

.downloadicons {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(../images/download-icon.png) no-repeat;
  margin-right: 10px;
}



.modalbtn {
  border: 0;
  background: #F6F8FA;
  padding: 5px 20px;
  color: #fff;
  border-radius: 0;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  width: 100%;
  border: 1px #CFD7DE solid;
  border-radius: 10px;
}

/* The Close Button */
.modal-header {
  position: relative;
  padding: 10px;
  background: #F6F8FA;
  border-radius: 10px;
  border: 1px #CFD7DE solid;
}

.modal-body {
  padding: 15px;
}

.modal-header h3 {
  font-size: 18px;
}

.modal-header .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 5px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.clientBtn img {
  width: 40px;
}

.radiobox input[type="radio"]:checked:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #88d31d;
  border-radius: 100%;
  position: absolute;
  left: 3px;
  top: 3px;
}

.radiobox input[type="radio"] {
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 100%;
  margin-right: 10px;
  position: relative;
  appearance: none;
  -moz-appearance: none;
}

input[type="submit"],
input[type="reset"],
a.button,
.qq-upload-button, .btn {
  background: #1777BD !important;
  display: inline-flex;
  min-width: 250px;
  border: 1px #CFD7DE solid;
  border-radius: 5px !important;
  padding: 10px !important;
  font-size: 1em !important;
  position: relative;
  align-items: center;
  justify-content: center;
  font-weight: normal !important;
  text-transform: none !important;
  cursor: pointer;
  color:#FFF !important;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
a.button:hover,
.qq-upload-button:hover, .btn:hover,
.btnDiv input:hover,
.save:disabled {
  background: #FFF !important;
  color:#1777BD !important;
}

.btn:disabled {
  color: rgb(150, 150, 150) !important;
  cursor: not-allowed
}

.calendar {
  z-index: 9999 !important;
}

.blueBgSec, .tableMain {
  background: #fcfcfc;
  padding: 0;
  margin: 10px;
  border-radius: 15px;
  border: 1px #CFD7DE solid;
}

.to_do_list_inner {
  background: #fff;
  border: 1px #CFD7DE solid;
  border-radius: 10px;
  padding: 5px
}

.card_head {
  background: #1777BD;
  padding: 8px;
  border-radius: 8px
}

.card_head h4 {
  font-size: 24px;
  font-weight: 900;
  position: relative;
  display: flex;
  align-items: center;
  color:#FFF
}

.card_head h4 span {
  position: absolute;
  right: 5px;
  font-size: 16px;
  font-weight: 400;
}

.card_body {
  padding: 10px 5px;
}

.to_do_list {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
}

.to_do_list:last-of-type {
  border-bottom: 0;
}

.to_do_list:after {
  content: '';
  clear: both;
  width: 0;
  height: 0;
  display: table;
  visibility: hidden;
}

.to_do_list span {
  font-size: 12px;
  color: #000;
}

.to_do_list h3 {
  font-size: 28px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.to_do_list p {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  margin-bottom: 15px;
}

.to_do_list a.startBtn {
  display: inline-block;
  float: right;
  background: #88d31d;
  font-size: 18px;
  color: #FFF;
  font-weight: 400;
  text-align: center;
  padding: 8px 20px;
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px #88d31d solid;
}

.to_do_list a.startBtn:hover {
  background: #FFF;
  color: #88d31d;
}

.to_do_edit {
  width: auto;
  position: absolute;
  right: 0px;
  top: 10px;
  display: block;
  text-align: center
}

.to_do_edit a, .work_order_edit a {
  width: 40px;
  height: 40px;
  display: block;
  margin-bottom: 15px;
  margin: 0 auto;
  color: #900;
}

a.work_order_edit {
  color: #900;
}

.reading_indicator {
  color: #1777BD;
}

.compete_indicator, .complete_indicator {
  color: #88d31d;
}


.submitted_indicator {
  color: #88d31d;
}

.to_do_edit a:hover, a.work_order_edit:hover {
  color: #FF0000;
}

.to_do_edit a img {
  width: 40px;
  height: auto;
}

.u-btnDiv {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  flex: wrap;
  flex-direction: row;
}

.u-btnDiv .btn {
  display: inline-block;
  min-width: inherit;
  padding: 0 30px;
  margin: 0 15px 0 0;
  overflow: hidden
}

.to_do_list a.NextBtn, .to_do_list a.NextBtn:hover {
  background: transparent;
  padding: 0;
  border:none
}

.to_do_list a.NextBtn img {
  width: 40px;
}

.user_details {
  display: inline-flex;
  align-items: center;
}

.user_details img {
  width: 40px;
}

.d-flex {
  display: flex;
}

.align-flex-end {
  align-items: flex-end;
}

.inprogressInner .to_do_list {}

.pro-btn {
  display: flex;
  flex-wrap: nowrap;
}

.pro-btn button {
  border-radius: 5px;
  background: #88d31d;
  padding: 6px 12px;
  margin: 0 10px 0 0;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  min-width: 115px;
  cursor: pointer;
  border: 1px #88d31d solid;
}

.pro-btn button:hover {
  background: #FFF !important;
  color: #88d31d !important;
}

.pro-btn button:disabled {
  background: #b2d1e5;
}

.pro-btn button.disabled {
  background: #b2d1e5;
}

.pro-btn button.danger{
  background: #ff0000;
  border: 1px #ff0000 solid;
}

.pro-btn button.danger:hover{
  color: #ff0000 !important;
}

a.danger {
  background: #ff0000 !important;
}

a.danger:hover {
  background: #FFF !important;
  color: #FF0000 !important
}

.pro-btn button.sucess {
  background: #88d31d;
  font-size:.85em
}

.to_do_list_main>div {
  margin-bottom: 30px;
}

.to_do_list {
  padding-right: 50px;
}

.button-disabled {
  background: #FFF !important;
  cursor: not-allowed
}

@media only screen and (max-width : 600px) {
  .u-btnDiv {
    display: block;
    text-align: center;
  }

  .u-btnDiv button.btn {
    margin-bottom: 15px;
    display: inline-block;
  }

  .to_do_list {
    padding-right: 40px;
  }
}

/*03-12-2020*/
.model-sm {
  width: 40% !important;
}

.airhandle {
  z-index: 999;
}

.airhandle .modal-header {}

.airhandle .modal-header:after {
  content: '';
  clear: both;
  width: 0;
  height: 0;
  display: table;
  visibility: hidden;
}

.airhandle .modal-header h3 {
  display: inline-block;
  margin-top: 10px;
}

.modal-header .close {
  display: block;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 5px;
}

.rightCols {
  float: right;
  padding-right: 30px;
}

.model-sm {
  width: 40%;
}

.content-modal>div {
  margin-bottom: 30px;
}

.content-modal hr {
  margin: 10px 0;
}

.content-modal h4 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-bottom: 0px;
}

.content-modal p {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  text-align: left;
  margin-bottom: 15px;
  overflow-wrap: break-word;
}

.content-modal .col.grid_6_of_12 {
  margin-top: 0;
}

.content-modal ul {
  margin: 10px 0 15px;
}

.content-modal ul li {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 1;
}

.content-modal ul li small {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}

.content-modal>div.notes p {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  text-align: left;
  margin-bottom: 15px;
}

.boxblue {
  border: 1px solid #247dc1;
  padding: 0 10px;
  border-radius: 10px;
  margin: 10px 0;
  background: #F6F8FA;
}

.boxgreen {
  border: 1px solid #88d31d;
  padding: 0 10px;
  border-radius: 10px;
  margin: 10px 0;
  background: #F6F8FA;
}

.textblue {
  color: #247dc1;
}

.textgreen {
  color: #88d31d;
}

.boxorange {
  border: 1px solid #ff714d;
  padding: 0 10px;
  border-radius: 10px;
  margin: 10px 0;
  background: #F6F8FA;
}

.boxpink {
  border: 1px solid #ff4d8c;
  padding: 0 10px;
  border-radius: 10px;
  margin: 10px 0;
  background: #F6F8FA;
}

.textorange {
  color: #ff714d;
}

.textpink {
  color: #ff4d8c;
}

.boxborder {
  border: 1px solid #1777BD;
  padding: 0 10px;
  border-radius: 10px;
  margin: 10px 0;
  background: #F6F8FA;
}

.reviewtextarea {
  width: 100%;
  margin: 10px 0;
  height: 100px;
}

.padding10 {
  padding: 10px 0;
}

.submitlist-icon {
  position: relative !important;
  padding: 0 0 0 40px;
}

.submitlist-icon:before {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../images/next-arrow.png);
  position: absolute;
  left: 0;
  top: -3px;
}

.popuphight {
  height: 90%;
  overflow-y: scroll;
  padding: 0 40px 0 0;
}

.autoheight {
  height: auto;
  overflow: hidden;
  resize: none;
}

.bgf {
  background: #0099d4;
  color: #fff;
}

.bgf a {
  color: #fff
}

.bgf p {
  color: #fff
}

.oddassigntr {
  background: #e4f1df !important;
}

.evenassigntr {
  background: #d7ebd6 !important;
}

.to_do_list_caps {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
}

.to_do_list_caps p {
  font-size: 28px;
  color: #fff;
  text-align: center;
  padding: 0 20px;
}

.to_do_list_caps span {
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 0 20px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .radiobox input[type="radio"]:checked:after {
    left: 4px;
    top: 4px;
  }
}

radiobox input[type="radio"]:checked:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.dayscal {
  padding-top: 5px;
  font-weight: bold;
  color: #247dc1;
  float: right;
}

.dayscalleft {
/* position: absolute;*/
  padding-top: 20px;
  padding-right: 80px;
  font-weight: bold;
  color: #247dc1;
  left: 0px;
}

tableMain .table tbody tr td img {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
}

.nobreak {
  word-break: normal !important;
}

.greenrowbg {
  background: #88d31d !important;
}

textarea {
  overflow-wrap: normal !important;
}

.betatest {
  background-color: black;
  padding: 5px;
}

.menuNavigation.betatest a {
  font-size: .8em;
  color: white;
}

.menuNavigation.betatest a:hover {
  color: red
}

#termsdiv h1 {
  font-size: 2em;
  padding: 10px 5px;
}

#termsdiv p {
  padding: 5px;
}

#termsdiv strong,
#termsdiv b {
  font-weight: bold;
}

.sort_active {
  color: #88d31d;
}

.help {
  color: green !important;
  font-size: 12px !important;
}

.help_icon {
  color: green;
}

.alert {
    color: red !important;
}

.alert_icon {
  color: red;
}

.bckgnd2 {
  background: #3e7a43;
  color: #FFF
}

.transferclass {
  color: #900;
}

.transferclass:hover {
  color: #ff0000 !important;
}

.showwork{
    text-align:center;
    display:block;
    padding:10px,0;
}

.compete_indicatorbg, .complete_indicatorbg {
  background-color: #88d31d !important;
}

.incomplete_indicator {
  color: #FF0000;
}

.incomplete_indicatorbg {
  background-color: #FF0000 !important;
}

input:read-only, textarea:read-only {
  background-color: gray;
  color: #FFF
}

input[type="file"] {
  background-color: inherit;
  color: inherit
}