@font-face {
  font-family: "graphik-bold";
  src: url("../fonts/Graphik-Bold.otf");
}
@font-face {
  font-family: "graphik-semibold";
  src: url("../fonts/Graphik-Semibold.otf");
}
@font-face {
  font-family: "graphik-light";
  src: url("../fonts/Graphik-Light.otf");
}
.gvCaption
{
  /*color: #1f5ca9;-l*/
  margin-left: 7px;
  font-size: 16px;
  font-weight:bold;
  margin-bottom: 13px;
  font-family: graphik-light;
}
body {
  margin: 0px;
  margin-top: 0px;
  color: #636363;
  background-color: white;
  font-size: 100%;
  font-family: graphik-semibold;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/bg.jpg);
  min-height: 100%;
}
html {
  margin: 0px;
  margin-top: 0px;
  color: #636363;
  font-family: graphik-semibold;
  background-color: white;
  font-size: 100%;
  height: 100%;
}
.datatxt{
    font-family: 'graphik-light';
}
.search{
    padding: 10px 0px 10px 0px;
    border-radius: 10px;
}
.img-responsive{
    width:100%;
}
.partdetails{
    padding: 20px;
    border-radius: 10px;
    width:50%;
}
.flex-container {
  display: flex;
  flex-wrap: nowrap;
  
    background: white;
    border-radius: 10px;
    padding: 10px;
    -webkit-box-shadow: 0 8px 15px -8px #0000007a;
    -moz-box-shadow: 0 8px 15px -8px #0000007a;
    box-shadow: 0 8px 15px -8px #0000007a;
}

.flex-container > div {
  margin: 10px;
}
.flex-container2 {
    display: flex;
    flex-wrap: nowrap;
    border-radius: 10px;
    padding: 10px;
    background: white;
    padding: 20px;
    border-radius: 10px;
        -webkit-box-shadow: 0 8px 15px -8px #0000007a;
    -moz-box-shadow: 0 8px 15px -8px #0000007a;
    box-shadow: 0 8px 15px -8px #0000007a;
}

.flex-container2 > div {
  margin: 10px;
}

.edge-container {
    background: white;
    border-radius: 10px;
    padding: 10px;
    -webkit-box-shadow: 0 8px 15px -8px #0000007a;
    -moz-box-shadow: 0 8px 15px -8px #0000007a;
    box-shadow: 0 8px 15px -8px #0000007a;
    height: 70%
    width: 50%;
}

.line-container {
    margin-bottom: 20px;
}

.line-image {
    height: 30px;
    width: auto;
}

.module3 > table {
        margin: 0px;
    width: 100%;
}

.popup {
      background-color: white;
      width: 50%;
      border-style: groove;
      border-color: lightslategrey;
  }



.login{
width: 500px;
    background: #ffffffb5;
    padding: 30px;
    position: relative;
    margin: auto;
    margin-top: 150px;
    border-radius: 10px;
    -webkit-box-shadow: 0 8px 15px -8px #0000007a;
    -moz-box-shadow: 0 8px 15px -8px #0000007a;
    box-shadow: 0 8px 15px -8px #0000007a;
}
.loginform{
    position: fixed;
    width: 100%;
    overflow-y: scroll;
}

.applicationform{
    width: 100%;
    overflow-y: scroll;
}

.formContainer{
width: 75%;
    background: #ffffffb5;
    padding: 30px;
    position: relative;
    margin: auto;
    margin-top: 150px;
    border-radius: 10px;
    -webkit-box-shadow: 0 8px 15px -8px #0000007a;
    -moz-box-shadow: 0 8px 15px -8px #0000007a;
    box-shadow: 0 8px 15px -8px #0000007a;
}
/*table/grid view */

.gridviewcontainer {
  width: 236px;
  overflow-x: scroll;
  box-shadow: 0px 0px 9px 2px #b9b9b9;
}
.gridview {
  font-family: graphik-semibold;
  background: #dce0ec;
  width: 100%;
  border-radius: 15px;
  border: none;
  font-size: 14px;
}
.gridview td {
  border: 0px;
  padding: 8px;
  font-family: graphik-light;
}
.gridview tr:first-child {
  border-radius: 10px;
  border: #ffffff00;
}
th:first-child {
  -moz-border-radius-topleft: 15px;
  -webkit-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
}
th:last-child {
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
}
tfoot tr:first-child {
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
tfoot tr:last-child {
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.gridview tr:nth-child(even) {
  background-color: #ffffff;
}
.gridview tr:hover {
  background-color: #ddd;
}
.gridview th {
  padding: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #0057b8;
  color: white;
}
tbody tr:last-child td:last-child {
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
tbody tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.gridview tbody tr td table {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  background: none;
  width: 60px;
  border-radius: 15px;
}
.gridview tbody tr td table:hover {
  background: none;
}
.gridview tbody tr td table td {
  /*border: 1px solid #ddd;*/
  padding: 1px;
}
.gridview tbody tr td table tbody tr:last-child td:last-child {
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.gridview tbody tr td table tbody tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.gridview tbody tr td table tr:first-child {
  border-radius: 0px;
}
.gridview tbody tr td a {
  position: relative;
  display: block;
  padding: 5px 5px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
  color: #0057b8;
  border: 2px #0057b8 solid;
  outline: 0;
  overflow: hidden;
  background: none;
  z-index: 0;
  cursor: pointer;
  transition: 0.08s ease-in;
  -o-transition: 0.08s ease-in;
  -ms-transition: 0.08s ease-in;
  -moz-transition: 0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
  margin-top: 34px;
  font-weight: 100;
  margin-top: 0px;
  text-decoration: none;
}
.gridview tbody tr td a:hover {
  color: white;
  background: #0057b8;
}
.gridview tbody tr td a:hover:before {
  top: 100%;
}
.gridview tbody tr td a:before {
  content: "";
  position: unset;
  background: none;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.15s ease-in;
  -moz-transition: top 0.15s ease-in;
  -o-transition: top 0.15s ease-in;
  -ms-transition: top 0.15s ease-in;
  transition: top 0.15s ease-in;
}
.gridview tbody tr td a:before:hover {
  top: 0%;
}
.gridview tbody tr td table tbody tr:last-child a {
  text-decoration: underline;
  color: blue;
  position: relative;
  display: block;
  padding: 0;
  font-weight: 0;
  font-size: 15px;
  letter-spacing: 2px;
  color: #0057b8;
  border: none;
}
.gridview tbody tr td table tbody tr:last-child a:hover {
  cursor: pointer;
  background: none;
}
/*table/grid view end*/
/*rows*/
.summaryRow {
    width: 50%;
    float: left;
    padding: 5px 0px 5px 8px;
    width: calc(50% - 8px);
}

.summaryRowLabel {
    float: left;
    padding: 5px 0px 5px 8px;
    width: calc(20% - 8px);
    margin-top:10px;
}

.addressRow {
    height: 40px;
}

.addressDiv {
    border-style:groove;
    border-radius: 10px;
}

.row {
    background: #dce0ec;
}

.inputFormRow {
    display:flex;
}

.formRow {
    width: 50%;
    padding: 5px 0px 5px 8px;
}
/*rows end*/
p {
  font-family: graphik-light;
}
header {
  font-family: graphik-light;
  z-index: 99;
}
ul {
  font-family: graphik-light;
}
ol {
  font-family: graphik-light;
}
.headings {
  font-weight: normal;
  color: #0057b8;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  color: #0057b8;
}
td {
  padding: 10px;
}
ul {
  list-style-type: circle;
}
li {
  padding: 5px;
}
p {
  text-align: justify;
}
a {
  color: #0057b8;
}
fieldset {
  border: 0px;
  padding: 0px;
}
.titlecontainer {
  width: calc(100% - 20px);
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #2b90ff;
  background: #002f63;
  background: linear-gradient(0deg, #002f63 0%, #0057b8 59%, #0073f2 100%);
  margin-bottom: 20px;
}
.title {
  color: white;
  font-size: 24px;
}
.ui-datepicker-calendar {
  background: white;
  border-radius: 5px;
  margin-top: 10px;
}
.ui-datepicker-calendar thead {
  width: calc(100% - 20px);
  padding: 10px;
  background: linear-gradient(0deg, #002f63 0%, #0057b8 59%, #0073f2 100%);
  color: white;
}
.ui-datepicker-calendar tbody {
  background: #f3f3f3;
}
.ui-datepicker-calendar tbody tr td {
  padding: 10px;
  text-decoration: none;
  text-align: center;
  border: 1px solid #80008000;
}
.ui-datepicker-calendar tbody tr td:hover {
  padding: 10px;
  text-decoration: none;
  text-align: center;
  border: 1px solid #80008000;
  background: #d8d8d8;
  border-radius: 20px;
  color: white;
  cursor: pointer;
}
.ui-datepicker-calendar tbody tr td a {
  text-decoration: none;
}
.ui-corner-all {
  padding: 0px 10px 0px 0px;
}
.ui-corner-all:hover {
  cursor: pointer;
}
.ui-datepicker {
  padding: 7px;
  background: white;
  border-radius: 6px;
  margin-top: 7px;
  box-shadow: 0px 0px 13px -2px #00000061;
  display: none;
}
.ui-datepicker-year {
  width: 47.5%;
  position: relative;
  margin-top: 10px;
}
.ui-datepicker-month {
  width: 47.5%;
  position: relative;
  margin-top: 10px;
  margin-right: 5%;
}
.summaryRow {
  width: 50%;
  float: left;
  padding: 5px 0px 5px 8px;
  width: calc(50% - 8px);
}

.validator {
    color: red;
}

.whiteCaption {
    color: white;
}

.gridviewCustomer caption {
    color: white;
}

.mainTitle {
  margin-left: 20px;
  font-size: 30px;
  margin-bottom: 13px;
  font-family: graphik-light;
  color: white;
}
.mainTitleblue{
      margin-left: 20px;
  font-size: 30px;
  margin-bottom: 13px;
  font-family: graphik-light;
  color:#0057b8;
}
.module {
  background: #f5f5f5;
  width: calc(100% - 60px);
  position: relative;
  float: left;
  margin: 10px;
  padding: 20px;
  border-radius: 5px;
  min-height: 143px;
  box-shadow: 0px 0px 15px 0px #00000054;
}
.module2 {
  background: #f5f5f5;
  position: relative;
  float: left;
  margin: 10px;
  padding: 20px;
  border-radius: 5px;
  min-height: 143px;
  box-shadow: 0px 0px 15px 0px #00000054;
  width: 100%;

  width: calc(100% - 60px);
  min-height: unset;
}
.module3{
    background:none;
    box-shadow:none;
}
.modulewide{
      background: #f5f5f5;
  width:calc(100% - 60px);
  position: relative;
  float: left;
  margin: 10px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px #00000054;
}

.formModule{
      background: #f5f5f5;
  width:calc(100% - 60px);
  position: relative;
  margin: 10px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px #00000054;
}

.inputform{
      background: #f5f5f5;
  width:calc(100% - 60px);
  position: relative;


  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px #00000054;
}

.row {
  background: #dce0ec;
}
.profileInfo {
  font-family: graphik-light;
}
.fieldset {
  border: 1px solid #BBD1EE;
  background: #ffffff;
  margin-bottom: 30px;
  border-radius: 5px;
  padding: 15px;
}
.gridviewcontainer {
  width: 236px;
  overflow-x: scroll;
  box-shadow: 0px 0px 9px 2px #b9b9b9;
}
.gridview {
  font-family: graphik-semibold;
  background: #dce0ec;
  width: 100%;
  border-radius: 15px;
  border: none;
  margin: 0px 0px 20px 0px;
}
.gridview td {
  border: 0px;
  padding: 8px;
}
.gridview tr:first-child {
  border-radius: 10px;
  border: #ffffff00;
}
th:first-child {
  -moz-border-radius-topleft: 15px;
  -webkit-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
}
th:last-child {
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
}
tfoot tr:first-child {
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
tfoot tr:last-child {
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.gridview tr:nth-child(even) {
  background-color: #ffffff;
}
.gridview tr:hover {
  background-color: #ddd;
}
.gridview th {
  padding: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #0057b8;
  color: white;
}
tbody tr:last-child td:last-child {
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
tbody tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.gridview tbody tr td table {
  font-family: graphik-semibold;
  background: none;
  width: 60px;
  border-radius: 15px;
}
.gridview tbody tr td table:hover {
  background: none;
}
.gridview tbody tr td table td {
  /*border: 1px solid #ddd;*/
  padding: 1px;
}
.gridview tbody tr td table tbody tr:last-child td:last-child {
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.gridview tbody tr td table tbody tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.gridview tbody tr td table tr:first-child {
  border-radius: 0px;
}
.gridview tbody tr td a {
  position: relative;
  display: block;
  padding: 5px 5px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
  color: #0057b8;
  border: 2px #0057b8 solid;
  outline: 0;
  overflow: hidden;
  background: none;
  z-index: 0;
  cursor: pointer;
  transition: 0.08s ease-in;
  -o-transition: 0.08s ease-in;
  -ms-transition: 0.08s ease-in;
  -moz-transition: 0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
  margin-top: 34px;
  font-weight: 100;
  margin-top: 0px;
  text-decoration: none;
}
.gridview tbody tr td a:hover {
  color: white;
  background: #0057b8;
}
.gridview tbody tr td a:hover:before {
  top: 100%;
}
.gridview tbody tr td a:before {
  content: "";
  position: unset;
  background: none;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.15s ease-in;
  -moz-transition: top 0.15s ease-in;
  -o-transition: top 0.15s ease-in;
  -ms-transition: top 0.15s ease-in;
  transition: top 0.15s ease-in;
}
.gridview tbody tr td a:before:hover {
  top: 0%;
}
.gridview tbody tr td table tbody tr:last-child a {
  text-decoration: underline;
  color: blue;
  position: relative;
  display: block;
  padding: 0;
  font-weight: 0;
  font-size: 15px;
  letter-spacing: 2px;
  color: #0057b8;
  border: none;
}
.gridview tbody tr td table tbody tr:last-child a:hover {
  cursor: pointer;
  background: none;
}
.sidenav {
  right: -250px;
}
.sidenavbg {
  background: #000000b8;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2;
  display: none;
  animation: all 2s;
  margin-top: -80px;
}
.checkbox-container {
  box-sizing: border-box;
  text-align: center;
  padding: 6px 0px 6px 10px;
}
.input-title {
  clear: both;
  padding: 22px 0px 0px 0px;
  font-size: 16px;
  font-weight: 300;
}
/* Styling Checkbox Starts */
.checkbox-label {
  display: block;
  position: relative;
  margin: auto;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  margin-left: 10px;
  padding: 2px 0px 0px 65px;
  clear: both;
  text-align: left;
}
.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox-label .checkbox-custom {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border: 2px solid #636363;
}
.checkbox-label input:checked ~ .checkbox-custom {
  background-color: #0057b8;
  border-radius: 5px;
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  border: 2px solid #0057b8;
}
.checkbox-label .checkbox-custom::after {
  position: absolute;
  content: "";
  left: 12px;
  top: 12px;
  height: 0px;
  width: 0px;
  border-radius: 5px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(0deg) scale(0);
  -ms-transform: rotate(0deg) scale(0);
  transform: rotate(0deg) scale(0);
  opacity: 1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.checkbox-label input:checked ~ .checkbox-custom::after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity: 1;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}
.checkbox-label input:checked ~ .checkbox-custom::before {
  left: -3px;
  top: -3px;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
  opacity: 0;
  z-index: 999;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.overlay:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background: #0057b8;
  opacity: 0.6;
}
.orange-bg {
    background-color: #ffeecc;
    color: #cc7700;
    padding:16px;
    border-radius: 5px;
}
.linebreak {
  width: 100%;
  height: 1px;
  background: #dedede;
  margin-bottom: 25px;
}
.ccl_logo {
  width: 88px;
  height: 39px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
}
.st0 {
  fill: black;
  -webkit-transition: all 0.7s ease-out 0s;
  -moz-transition: all 0.7s ease-out 0s;
  -o-transition: all 0.7s ease-out 0s;
  -ms-transition: all 0.7s ease-out 0s;
  transition: all 0.7s ease-out 0s;
}
.st1 {
  fill: #0057b8;
  -webkit-transition: all 0.7s ease-out 0s;
  -moz-transition: all 0.7s ease-out 0s;
  -o-transition: all 0.7s ease-out 0s;
  -ms-transition: all 0.7s ease-out 0s;
  transition: all 0.7s ease-out 0s;
}

.inputfields {
  padding: 7px;
  border: solid 1px lightgrey;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none;
  width: 85%;
}
.inputfields:focus {
  border-color: #0057b8b5;
  box-shadow: 0px 0px 3px 0px #0057b8;
}
.inputfields:hover {
  border-color: #0057b8b5;
  box-shadow: 0px 0px 3px 0px #0057b8;
}
input[type="text"] {
  padding: 7px;
  border: solid 1px lightgrey;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none;
  width: 85%;
  margin: 5px;
}

input[type="text"]:focus {
  border-color: #0057b8b5;
  box-shadow: 0px 0px 3px 0px #0057b8;
}
input[type="text"]:hover {
  border-color: #0057b8b5;
  box-shadow: 0px 0px 3px 0px #0057b8;
}
input[type="password"] {
  padding: 7px;
  border: solid 1px lightgrey;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none;
  width: 85%;
  margin: 5px;
}
input[type="password"]:focus {
  border-color: #0057b8b5;
  box-shadow: 0px 0px 3px 0px #0057b8;
}
input[type="password"]:hover {
  border-color: #0057b8b5;
  box-shadow: 0px 0px 3px 0px #0057b8;
}

.smallinput {
    width: auto !important;
}

.biginput {
    width: 400px !important;
}

.smalldate {
    width: 100px !important;
}

.mediuminput {
    width: 50% !important;
}
/*input[type="checkbox"]{
        .inputfields();
    }*/
select {
  padding: 7px;
  border: solid 1px lightgrey;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none;
  width: 85%;
}
select:focus {
  border-color: #0057b8b5;
  box-shadow: 0px 0px 3px 0px #0057b8;
}
select:hover {
  border-color: #0057b8b5;
  box-shadow: 0px 0px 3px 0px #0057b8;
}
textarea {
  height: 55px;
  padding: 7px;
  border: solid 1px lightgrey;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none;
  width: 85%;
}
textarea:focus {
  border-color: #0057b8b5;
  box-shadow: 0px 0px 3px 0px #0057b8;
}
textarea:hover {
  border-color: #0057b8b5;
  box-shadow: 0px 0px 3px 0px #0057b8;
}
.uploadfile {
  border: 0px;
  border-radius: 0px;
  outline: none;
  width: auto;
  padding: 16px 0px 12px 0px;
}
.custom-file-input {
  color: #636363;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Choose File';
  color: #0057b8;
  display: inline-block;
  background: white;
  border: 2px solid #0057b8;
  border-radius: 0px;
  padding: 5px 2px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
  margin-top: -4px;
}
.custom-file-input:hover::before {
  border-color: #0057b8;
  background: #0057b8;
  color: transparent;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: #004ca0;
  border: 2px solid #004ca0;
}

.hidden_select label {
    display:none;
}

.radiolist {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.radiolist li {
  color: #636363;
  display: block;
  position: relative;
  height: 30px;
}
.radiolist li input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.radiolist li label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 16px;
  padding: 5px 0px 0px 80px;
  margin: 3px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}
.radiolist li:hover label {
  color: #004ca0;
}
.radiolist li .check {
  display: block;
  position: absolute;
  border: 2px solid #636363;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 4px;
  left: 20px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.radiolist li:hover .check {
  border: 2px solid #004ca0;
}
.radiolist li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 5px;
  left: 5px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
input[type=radio]:checked ~ .check {
  border: 2px solid #0057b8;
}
input[type=radio]:checked ~ .check::before {
  background: #0057b8;
}
.fill {
  position: relative;
  display: block;
  padding: 5px 5px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
  color: #0057b8;
  border: 2px #0057b8 solid;
  outline: 0;
  overflow: hidden;
  background: none;
  z-index: 0;
  cursor: pointer;
  transition: 0.08s ease-in;
  -o-transition: 0.08s ease-in;
  -ms-transition: 0.08s ease-in;
  -moz-transition: 0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
  margin-top: 34px;
  font-weight: 100;
}
.fill:hover {
  color: white;
  background: #0057b8;
}
.fill:hover:before {
  top: 0%;
}
.fill:before {
  content: "";
  position: absolute;
  background: #0057b8;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.15s ease-in;
  -moz-transition: top 0.15s ease-in;
  -o-transition: top 0.15s ease-in;
  -ms-transition: top 0.15s ease-in;
  transition: top 0.15s ease-in;
}
.fill:before:hover {
  top: 0%;
}

input[type="submit"] {
  position: relative;

  padding: 5px 5px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
  color: #0057b8;
  border: 2px #0057b8 solid;
  outline: 0;
  overflow: hidden;
  background: none;
  z-index: 0;
  cursor: pointer;
  transition: 0.08s ease-in;
  -o-transition: 0.08s ease-in;
  -ms-transition: 0.08s ease-in;
  -moz-transition: 0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
  margin-top: 34px;
  font-weight: 100;
  margin-top: 10px;
}
input[type="submit"]:hover {
  color: white;
  background: #0057b8;
}
input[type="submit"]:hover:before {
  top: 0%;
}
input[type="submit"]:before {
  content: "";
  position: absolute;
  background: #0057b8;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.15s ease-in;
  -moz-transition: top 0.15s ease-in;
  -o-transition: top 0.15s ease-in;
  -ms-transition: top 0.15s ease-in;
  transition: top 0.15s ease-in;
}
input[type="submit"]:before:hover {
  top: 0%;
}

.popupBody {
display:inline-block;
}

select {
  width: calc(85% + 16px);
}
fieldset {
  border: 0px;
  padding: 0px;
}
.fieldset {
  border: 1px solid #BBD1EE;
  background: #ffffff;
  margin-bottom: 30px;
  border-radius: 5px;
  padding: 15px;
}
.container {
  position: relative;
  margin: auto;
  width: 92%;
  padding: 10px 10px 10px 10px;
  background: #ffffff69;
  border-radius: 5px;
}
.header {
  margin: auto;
  border-radius: 0px;
  z-index: 99;
  display: block;
  height: 60px;
  position: fixed;
  background: white;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  box-shadow: 1px 1px 4px 1px #888888;
}
.columncontainer {
  width: 100%;
}
.column {
  width: 50%;
  float: left;
  position: relative;
}
.cell {
  width: 100%;
  height: 40px;
}
/*
  .table{
      border: 1px solid #dedede;
      margin: 20px;
  }
  .tbl_padding{
      padding:10px;
  }
  .table th {
      .tbl_padding();
  }
  .table tr {
      .tbl_padding();
  }*/
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar-brand {
  float: left;
  padding: 16.5px;
  text-decoration: none;
  color: #636363;
}
.sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 100;
  top: 0;
  right: -250px;
  background-color: white;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-top: 60px;
}
.ccllogo {
  padding-top: 20px;
  position: absolute;
}
.ccl_logo {
  width: 88px;
  height: 39px;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  float: right;
}
.ccl_logo_mobile {
  width: 88px;
  height: 39px;
  margin-top: 5px;
  margin-left: 27px;
  margin-right: 0px;
  top: 0;
  position: absolute;
}
.st0 {
  fill: black;
  -webkit-transition: all 0.7s ease-out 0s;
  -moz-transition: all 0.7s ease-out 0s;
  -o-transition: all 0.7s ease-out 0s;
  -ms-transition: all 0.7s ease-out 0s;
  transition: all 0.7s ease-out 0s;
}
.st1 {
  fill: #0057b8;
  -webkit-transition: all 0.7s ease-out 0s;
  -moz-transition: all 0.7s ease-out 0s;
  -o-transition: all 0.7s ease-out 0s;
  -ms-transition: all 0.7s ease-out 0s;
  transition: all 0.7s ease-out 0s;
}
.st0-scroll {
  fill: black;
}
.st1-scroll {
  fill: #0057b8;
}
.showDesc {
  padding: 0px 0px 0px 28px;
  text-decoration: none;
  font-size: 25px;
  color: #3d3d3d;
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.showDesc:hover {
  color: #b9b9b9;
}
.closebtn {
  padding: 0px 0px 0px 28px;
  text-decoration: none;
  font-size: 25px;
  color: #3d3d3d;
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.closebtn:hover {
  color: #b9b9b9;
}
.closebtn:hover {
  cursor: pointer;
}
.subnav {
  color: #3d3d3d;
  font-family: graphik-light;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 4px 0 0 0;
}
.subnav:hover {
  color: #b9b9b9;
}
.subnavlink {
  color: #3d3d3d;
  font-family: graphik-light;
  cursor: pointer;
  text-decoration: none;
}
.subnavlink:hover {
  color: #b9b9b9;
}
.feedExtras {
  list-style: none;
  padding: 0;
  cursor: pointer;
}
.feedExtras a {
  text-decoration: none;
}
li {
  padding: 0px;
}
.descContainer {
  position: relative;
  padding: 24px 40px 24px 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  display: none;
  line-height: 24px;
  background-color: #fdfdfd;
}
.descContainer.show {
  position: relative;
  padding: 0px 0px 0px 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: block;
  line-height: 24px;
  background-color: #fdfdfd;
  animation: fade-in-bottom ease 0.4s forwards;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 50px;
}
.mobilenav {
  height: 50px;
  width: 100%;
  top: 0;
  position: fixed;
  -webkit-transition: all 0.7s ease-out 0s;
  -moz-transition: all 0.7s ease-out 0s;
  -o-transition: all 0.7s ease-out 0s;
  -ms-transition: all 0.7s ease-out 0s;
  transition: all 0.7s ease-out 0s;
}
.mobilenav-scroll {
  background: white;
  -webkit-box-shadow: 0 -3px 7px 3px #777;
  -moz-box-shadow: 0 -3px 7px 3px #777;
  box-shadow: 0 -3px 7px 3px #777;
  z-index: 1;
}
.header {
  display: none;
}
.burgericoncontainer {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.7s ease-out 0s;
  -moz-transition: all 0.7s ease-out 0s;
  -o-transition: all 0.7s ease-out 0s;
  -ms-transition: all 0.7s ease-out 0s;
  transition: all 0.7s ease-out 0s;
  position: fixed;
  top: 0px;
  right: 0px;
  font-size: 35px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding: 5px;
}
.burger-nav-scroll {
  color: #3d3d3d;
}
.burgericon {
  width: 35px;
  height: 5px;
  background-color: white;
  margin: 6px 0;
}
.burgericon-scroll {
  background-color: #3d3d3d;
}

.btnCustomer {
  background: #dce0ec !important;
  color: #0057b8 !important;
}

.btnCustomer:hover {
  color: white !important;
  background: #0057b8 !important;
}

.trashcan {
    width: 20px;
}

@media (min-width: 350px) {
  .gridviewcontainer {
    width: 277px;
  }
}
@media (min-width: 400px) {
  .gridviewcontainer {
    width: 318px;
  }
}
@media (min-width: 450px) {
  .gridviewcontainer {
    width: 100%;
  }
}
@media (min-width: 940px) {
  .module {
    width: calc(50% - 60px);
  }
  .header {
    display: block;
  }
  .navbar-nav {
    margin: 0px;
    list-style: none;
  }
  .navbar {
    border-radius: 4px;
  }
  .nav > li {
    float: left;
    padding: 16.5px;
  }
  .nav > li:hover {
    background: #e8e8e8;
    cursor: pointer;
    box-shadow: inset 0px 0px 5px 1px #afafaf;
    -moz-box-shadow: inset 0px 0px 5px 1px #afafaf;
    -webkit-box-shadow: inset 0px 0px 5px 1px #afafaf;
  }
  .nav > li > a {
    text-decoration: none;
    color: #636363;
  }
  .navbar-fixed-top {
    border-radius: 0;
  }
}
@media (min-width: 1130px) {
  .container {
    position: relative;
    margin: auto;
    width: 1080px;
    padding: 10px 10px 10px 10px;
    background: #ffffff69;
    border-radius: 5px;
  }

  .container-wide {
    position: relative;
    margin: auto;
    max-width: 100%;
    padding: 10px 10px 10px 10px;
    background: #ffffff69;
    border-radius: 5px;
  }

  .column {
    width: 50%;
    float: left;
    position: relative;
  }
  .columncontainer {
    width: 50%;
    float: left;
    position: relative;
  }
}
.navbar-fixed-top {
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-top {
  top: 0;
  z-index: 1030;
}
.navbar-right {
  float: right !important;
}
.sectionsettings {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section1 {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/background.png);
  min-height: 100%;
  padding-bottom: 20px;
}
.insideContainer {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.rounded-container {
  background: #ffffff;
  display: table;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}
.application-name {
  padding: 0 20px 0 20px;
}
/* View Details */
.table-view-record {
  padding: 8px;
}
.cell-view-record {
  padding: 4px 8px 4px 8px;
}
.div-tds-detail {
  display: inline-block;
}
.tds-detail-label {
  font-weight: 600;
  vertical-align: top;
}
.tds-detail-entry {
  padding: 0 40px 0 0;
  vertical-align: top;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.allow-access {
  display: inline-block;
}
.light-blue-bg {
  background-color: #ffffff;
}
.light-blue {
  color: #0076CE;
  /* Style the active class, and buttons on mouse-over */
}
.light-blue .active,
.light-blue .listitem:hover {
  background-color: #666;
  color: white;
}
.light-blue ul {
  list-style: none;
}
.light-blue .box {
  height: 200px;
  overflow: auto;
  border: black solid 1px;
  width: 50%;
}
.light-blue .modal-body {
  flex: 1;
  display: flex;
  justify-content: center;
}
.light-blue .point {
  cursor: pointer;
}
.light-blue .dropbtn {
  text-shadow: 0 1px 0 #fff;
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
}
.teamProfileDropdown{
    width: 222px;
}
.light-blue .dropdown {
  position: relative;
  display: inline-block;
}
.light-blue .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.light-blue .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.light-blue .dropdown a:hover {
  background-color: #ddd;
}
.light-blue .show {
  display: block;
}
.light-blue .redstyle {
  color: red;
}


/*Nav*/

.ccllogo {
  padding-top: 20px;
  position: absolute;
}
.ccl_logo {
  width: 88px;
  height: 39px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  float: right;
}
.ccl_logo_mobile {
  width: 88px;
  height: 39px;
  margin-top: 5px;
  margin-left: 27px;
  margin-right: 0px;
  top: 0;
  position: absolute;
}
.st0 {
  fill: white;
  -webkit-transition: all 0.7s ease-out 0s;
  -moz-transition: all 0.7s ease-out 0s;
  -o-transition: all 0.7s ease-out 0s;
  -ms-transition: all 0.7s ease-out 0s;
  transition: all 0.7s ease-out 0s;
}
.st1 {
  fill: white;
  -webkit-transition: all 0.7s ease-out 0s;
  -moz-transition: all 0.7s ease-out 0s;
  -o-transition: all 0.7s ease-out 0s;
  -ms-transition: all 0.7s ease-out 0s;
  transition: all 0.7s ease-out 0s;
}
.st0-scroll {
  fill: black;
}
.st1-scroll {
  fill: #0057b8;
}
.listscroll {
    height: 500px;
    overflow: scroll;
    overflow-x: hidden;
}
  .nav li {
    display: inline;
  }
  .nav {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    transition: all 0.2s ease-out 0s;
  }
  .sitemaplink {
    color: white;
  }
  .nav_alt {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    background: white;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    box-shadow: 0px 13px 29px -4px #02020252;
  }
  .navcontainer {
    width: 100%;
    margin: auto;
  }
  .ccllogonav {
    float: left;
  }
  .nav-up {
    top: -70px;
  }
  .navbar {
    margin: auto;
    width: 1200px;
    height: 60px;
  }
  .navbar a {
    float: left;
    padding: 14px 16px;
  }
  .dropdown {
    float: left;
    overflow: hidden;
    margin-top: 6px;
  }


  .navlist {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    color: white;
    vertical-align: middle;
    margin-top: 6px;
    border-radius: 36px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  .spnavlist {
    margin-top: 7px;
  }
  .navlist_alt {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    color: #4d4d4d;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: transparent;
    font-family: inherit;
    margin: 0;
    text-decoration: none;
    border-radius: 36px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }

  .navlabel {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 1px 14px 16px;
    background-color: transparent;
    font-family: inherit;
    margin: 0;
    text-decoration: none;
    border-radius: 36px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }

  .formLabel {
      padding: 7px 0px;
  }

  .spnav {
    font-size: 14px;
  }
  .dropbtn_alt {
    display: inline-block;
    text-decoration: none;
    color: #4d4d4d;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  .navbar a:hover,
  .dropdown:hover .dropbtn {
    background-color: #0057b8;
    color: white;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  .dropdown:hover .dropdown-content {
    display: block;
  }
  .alert-close::before,
  .alert-close::after {
    height: 6px;
  }
}
@media (min-width: 1110px) {
  header {
    display: block;
    height: 60px;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
  }
  .mobilenav {
    display: none;
  }

  
}