body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Cerebri Sans Pro','Helvetica', 'Helvetica Neue', 'Arial', 'sans-serif', 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

@font-face {
  font-family: "Cerebri Sans Pro";
  src: url("https://prd-media.my.crestron.com/mycrestron-portal-media/fonts/CerebriSansPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.k-loading-mask, .k-loading-image, .k-loading-color {   
    height: 98% !important;
}
.Toastify * {
  z-index: 10002;
  fill: #ffffff !important;
}

.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}

.Toastify__toast--error {
  background: #bd362f !important;
    background-color: #bd362f !important;
    min-height: 40px !important;
    margin: auto;
    margin-bottom: 85px;
}

.Toastify__toast--success {
  background: #51a351 !important;
  background-color: #51a351 !important;
  min-height: 40px !important;
  margin: auto;
  margin-bottom: 85px;
}

.Toastify__toast-body {
  color: #ffffff !important;
  font-size: 12px;
  padding: 0px !important;
}

.Toastify__toast-container {
  z-index: 10002;
  position: fixed;
  padding: 4px;
  width: 98% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  bottom: -16px !important;
}

.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
  vertical-align: bottom !important;
}

.k-loading-color {
  background-color: #ffffff;
  opacity: .3 !important;
}

.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.k-loading {
  width: 64px;
  height: 64px;
  display: block;
}

.k-loading .animate {
  animation: loading 2s infinite linear;
}

.k-loading-mask,
.k-loading-image,
.k-loading-color {
  width: 100%;
  height: 120%;
  position: absolute;
  top: 0;
  left: 0;
}

.k-loading-mask {
  z-index: 100;
}

.k-loading-mask.k-opaque .k-loading-color {
  opacity: 1;
}

.k-loading-text {
  text-indent: -4000px;
  text-align: center;
  position: absolute;
}

.k-loading-image {
  z-index: 2;
}

.k-loading-color {
  background-color: #ffffff;
  opacity: .3;
}

.k-i-loading {
  position: relative;
  background-color: transparent;
  box-sizing: border-box;
  color: currentColor;
}

.k-i-loading::before,
.k-i-loading::after,
.k-loading-image::before,
.k-loading-image::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  content: "";
  box-sizing: inherit;
  border-radius: 50%;
  border-width: .05em;
  border-style: solid;
  border-color: currentColor;
  border-top-color: transparent;
  border-bottom-color: transparent;
  background-color: transparent;
}

.k-icon.k-i-loading::before,
.k-icon.k-i-loading::after {
  content: "";
}

.k-i-loading::before,
.k-loading-image::before {
  margin-top: -.5em;
  margin-left: -.5em;
  width: 1em;
  height: 1em;
  animation: k-loading-animation .7s linear infinite;
}

.k-i-loading::after,
.k-loading-image::after {
  margin-top: -.25em;
  margin-left: -.25em;
  width: .5em;
  height: .5em;
  animation: k-loading-animation reverse 1.4s linear infinite;
}

.k-loading-image::before,
.k-loading-image::after {
  content: "";
  border-width: 1px;
  border-width: max( 1px, .015em );
  font-size: 4em;
}

@keyframes loading {
  0% {
      stroke-dasharray: 0 251;
      stroke-dashoffset: 502;
  }
  50% {
      stroke-dasharray: 250 1;
  }
  100% {
      stroke-dasharray: 0 251;
      stroke-dashoffset: 0;
  }
}

@keyframes k-loading-animation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

.k-button {
  background-color:#0070FF !important;
  margin-left: 2px;
}

.k-button-primary, .k-button.k-primary {
  border-color: #a8a8a8;
  color: #ffffff;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.04));
}

.k-button-primary:hover, .k-button.k-primary:hover {
  border-color: #363940;
  color: #ffffff;   
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.04));
}

.nav-link{
  font-size: larger;
}

.btn-primary {
  color: #fff !important;
  background-color: #0070FF !important;
  border-color: #2e6da4 !important;
}

th.k-header.dc-active > div > div {
  padding: 5px;
  height: 100%;
  color: #fff;
  background-color: #7fcceb !important;
  right: 0px !important;
  top: 0;
}




.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #014a7f;
}


.btn{
font-size: large;
}
.header-bg {
    background-color: #ffffff;    
    border-bottom: 1px solid #AEAEB2;
}
.helpText{
  font-size: 14px !important;
  color: #3A3A3C;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
}

.crestronLogo{
	width: 180px;
  margin-left: 16px;
}
.signin-crestronLogo{
	width: 250px;
}

.productLogo {
  max-width: 60%;
}

.cds-productLogo-wrapper{	
  text-align: center;
}

.mainContent {
    font-size: larger;
    min-height: 600px;
    margin: auto;
    width: 100%;
    max-width: 100%;    
}

.customerContacts-details {
  color: #636366;
  font-family: 'Cerebri Sans Pro';
  font-weight: 400;
  font-size: 0.8463541666666666vw;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  word-wrap: inherit;
  min-width: 375px;
  max-width: 375px;  
}

.Continue-paring-details {
  color: #636366;
  font-family: 'Cerebri Sans Pro';
  font-weight: 400;
  font-size: 0.8463541666666666vw;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  word-wrap: inherit;
  min-width: 375px;
  max-width: 375px;
}

.Continue-close-tab{
  font-size: 0.8463541666666666vw;
  font-size: 14px;
  color: #636366;
  font-family: "Cerebri Sans Pro";
  text-align: center;
}

.icon-list {
  padding-left: 0;
  list-style: none;
}
.icon-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: .25rem;
}
.icon-list li::before {
  display: block;
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  margin-right: .5rem;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23212529%27 viewBox=%270 0 16 16%27%3E%3Cpath d=%27M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z%27/%3E%3C/svg%3E") no-repeat center center / 100% auto;
}


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  .k-dialog-wrapper.base-dialog.chc-add-Variable-modal-popup .k-dialog {
    min-width: 710px;
    max-width: 800px;    
  }

  .chc-add-Variable-modal-popup .k-window-content.k-dialog-content { 
    padding: 15px 15px 0px 15px !important;
    overflow-x: hidden;   
    max-height: 570px;
  }

  .cds-registration-sendMessageNotification {
    position: relative;
    font-size: 12px;
    font-weight: normal;
}

  /* Notification popup styling */ 

  .chc-scrollable-Table {
    width: 728px;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 60px;
    max-height: 286px;
}

  th.cds-nofitication-grid-th-id {
    width: 10% !important;
    text-align: center;
  }
  
  th.cds-nofitication-grid-th-mobile {
    width: 30% !important;
  }
  
  th.cds-nofitication-grid-th-email {
    width: 25% !important;
  }
  
  th.cds-nofitication-grid-th-notifyDate {
    width: 35% !important;
  }

  td.cds-nofitication-grid-td-id{
    width: 10% !important;
    text-align: center;
  }

  td.cds-nofitication-grid-td-eEmail{
    width: 30% !important;
  }

  td.cds-nofitication-grid-td-mobile{
    width: 25% !important;
  }

  td.cds-nofitication-grid-td-notifyDate{
    width: 35% !important;
  }

  table.cds-NofiticationDialog-grid {
    border: 1px solid #000000;
    background-color: #f6f6f6;
    width: 728px;
    height: 25px;
    text-align: left;
    border-collapse: collapse;
  }

  table.cds-NofiticationDialog-grid td, table.cds-NofiticationDialog-grid th {
    border: 1px solid #AAAAAA;
    padding: 5px 5px;
  }

  table.cds-NofiticationDialog-grid tbody td {
    font-size: 12px;
  }

  table.cds-NofiticationDialog-grid tr:nth-child(even) {
    background: #FFFFFF;
  }
  
  table.cds-NofiticationDialog-grid thead {
    border-bottom: 2px solid #444444;
    background-color: #363940;
    position: sticky;
    top: 0px;
  }

  table.cds-NofiticationDialog-grid thead th {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #AAAAAA;
  }

  table.cds-NofiticationDialog-grid thead th:first-child {
    border-left: none;    
  }

  .cds-pairLock-account-heading {
    font-family: 'Cerebri Sans Pro';
    font-weight: 700;    
    font-size: 1.3020833333333333vw;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
  }

  .cds-RegistrationID-invalid-heading{    
    color: #646464; 
    font-family: "Cerebri Sans Pro";
    font-weight: 400;
    font-size: 0.8463541666666666vw;
    text-align: center;
    vertical-align: middle;
  }

  .cds-popup-headerTitle {
    vertical-align: bottom;
}

  /* Notification popup styling */

  .k-dialog-wrapper.base-dialog.chc-addDriver-modal-popup .k-dialog {
    min-width: 550px;
    max-width: 550px;   
  }
  
  .k-dialog-wrapper.base-dialog.chc-AddDriverType-modal-popup .k-dialog {
    min-width: 550px;
    max-width: 550px;
   
  }
  
  .k-dialog-wrapper.base-dialog.chc-AddVendor-modal-popup .k-dialog {
    min-width: 550px;
    max-width: 550px;
    
  }

  .k-dialog-wrapper.base-dialog.chc-addDriver-modal-popup .k-dialog .cds-baseDialog-addConfirm-Cancel-btn {
   margin-right: 24px;   
  }
  
  .k-dialog-wrapper.base-dialog.chc-AddDriverType-modal-popup .k-dialog .cds-baseDialog-addConfirm-Cancel-btn {
    margin-right: 24px;   
  }
  
  .k-dialog-wrapper.base-dialog.chc-AddVendor-modal-popup .k-dialog .cds-baseDialog-addConfirm-Cancel-btn {
    margin-right: 24px;   
  }
  


  @media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) { 
  .cds-accordionContent-log {
    min-height: 40px;
    max-height: 200px;
    overflow: auto;
    width: 290px;
}
   .cds-baseDialog-addConfirm-Cancel-btn.cds-coustom-btn.btn.btn-primary.btn.btn-primary.cds-admin-confirm {
    margin-right: 0px !important
  }
  .k-dialog-wrapper.base-dialog.chc-addDriver-modal-popup .k-dialog .cds-baseDialog-addConfirm-Cancel-btn {
   margin-right: 0px;   
  }

  .k-dialog-wrapper.base-dialog.chc-AddDriverType-modal-popup .k-dialog .cds-baseDialog-addConfirm-Cancel-btn {
    margin-right: 0px;   
  }

  .k-dialog-wrapper.base-dialog.chc-AddVendor-modal-popup .k-dialog .cds-baseDialog-addConfirm-Cancel-btn {
    margin-right: 0px;   
  }
  .k-list .k-item {
   font-size: 14px !important;  
  }  
  .cds-pairLock-account-heading {
		font-size: 20px !important;
	}

	.customerContacts-details {   
		font-size: 14px !important;
	}

	.Continue-paring-details {
		font-size: 14px !important;
	}

  .cds-authenticate-btn.btn-primary {
    font-size: 14px !important;
  }

  .cds-sendResend-btn.btn-primary {
      font-size: 14px !important;
  }

  .cds-OR-label {
      font-size: 14px !important;
  }

  .k-dropdown .k-dropdown-wrap {
      font-size: 14px !important;
  }

  .cds-coustom-form-control {
      font-size: 14px !important;
  }
  .cds-coustom-form-label  {
      font-size: 14px !important;
  }
  .cds-sendResend-btn.btn-primary {  
    width: 100px !important;
  }
  .cds-RegistrationID-invalid-heading {
    font-size: 16px !important;     
    font-weight: normal;
    line-height: 1.5;
  }
  .Continue-close-tab {
    font-size: 16px !important;
  }

  .cds-pairLock-account-heading {
		font-size: 16px;
	}

  .customerContacts-details {   
		font-size: 14px;
	}
	.Continue-paring-details {
		font-size: 14px;
	}
  .cds-MAC-Address-input {
		width: 100% !important;
    padding-right: 15px;
	}

	.cds-advancedSearch-button {
      width: 90% !important;
      padding-right: 15px !important;
    }

    .cds-RegistrationID-input {
        width: 100% !important;
        padding-right: 15px !important;
    }
    .chc-view-sample-queries-popup.base-dialog .k-dialog {
        min-width: 350px !important;
        max-width: 550px !important;
    }   
    .cds-accordionContent{
        min-height: 50px;
        max-height: 200px;
        overflow: auto;
    }
    .cds-timeDuration {
     width: 100% !important;
     padding-right: 15px !important;
     margin-top: 5px !important;
    }
    .cds-search-OR-text {
      margin-top: 5px !important;
      width: 100% !important;
    }
    .cds-search-btn {
      margin-top: 20px !important;
    }
    .cds-OR-text {
    width: 100% !important;
    text-align: center;
    padding-top: 7px;
}
    .cds-queryToExecute {
      font-size: 14px !important;
      width: 100% !important;
      padding-right: 15px !important;
    }
    .cds-infoIcon-button{
      width: 30px;
      padding: 10px;
      margin-top: 20px !important;
    }
    .cds-advancedSearch-button {
      width: 90% !important;
      padding-right: 15px !important;
    }
}

@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) { 
  .cds-accordionContent-log {
    min-height: 40px;
    max-height: 100px !important;
    overflow: auto;
    width: 540px;
}
  .cds-baseDialog-addConfirm-Cancel-btn.cds-coustom-btn.btn.btn-primary.btn.btn-primary.cds-admin-confirm {
    margin-right: 0px !important
  }
  .k-dialog-wrapper.base-dialog.chc-addDriver-modal-popup .k-dialog .cds-baseDialog-addConfirm-Cancel-btn {
   margin-right: 0px;   
  }

  .k-dialog-wrapper.base-dialog.chc-AddDriverType-modal-popup .k-dialog .cds-baseDialog-addConfirm-Cancel-btn {
    margin-right: 0px;   
  }

  .k-dialog-wrapper.base-dialog.chc-AddVendor-modal-popup .k-dialog .cds-baseDialog-addConfirm-Cancel-btn {
    margin-right: 0px;   
  }
  .k-list .k-item {
   font-size: 14px !important;  
  } 

  .cds-pairLock-account-heading {
		font-size: 20px !important;
	}

	.customerContacts-details {   
		font-size: 14px !important;
	}

	.Continue-paring-details {
		font-size: 14px !important;
	}

  .cds-authenticate-btn.btn-primary {
    font-size: 14px !important;
  }

  .cds-sendResend-btn.btn-primary {
      font-size: 14px !important;
  }

  .cds-OR-label {
      font-size: 14px !important;
  }

  .k-dropdown .k-dropdown-wrap {
      font-size: 14px !important;
  }

  .cds-coustom-form-control {
      font-size: 14px !important;
  }
  .cds-coustom-form-label  {
      font-size: 14px !important;
  }
  .cds-sendResend-btn.btn-primary {  
    width: 100px !important;
  }
  .cds-RegistrationID-invalid-heading {
    font-size: 16px !important;     
    font-weight: normal;
    line-height: 1.5;
  }
  .Continue-close-tab {
    font-size: 16px !important;
  }
	.cds-pairLock-account-heading {
		font-size: 16px;
	}

	.customerContacts-details {   
		font-size: 14px;
	}
	.Continue-paring-details {
		font-size: 14px;
	}
  .cds-MAC-Address-input {
		width: 100% !important;
        padding-right: 15px;
	}
  .cds-infoIcon-button {       
        width: 10% !important;
        margin-top: 20px !important;
  }

	.cds-advancedSearch-button {
      width: 90% !important;
      padding-right: 15px !important;
    }

    .cds-RegistrationID-input {
        width: 100% !important;
        padding-right: 15px !important;
    }
    .chc-view-sample-queries-popup.base-dialog .k-dialog {
        min-width: 650px !important;
        max-width: 650px !important;
    }   
    .cds-accordionContent{
        min-height: 50px;
        max-height: 120px !important;
        overflow: auto;
    }
    .cds-timeDuration {
     width: 100% !important;
     padding-right: 15px !important;
    }  
    .cds-search-OR-text {
      margin-top: 5px !important;
      width: 100% !important;
    }    
    .cds-search-btn {
      margin-top: 20px !important;
    }
    .cds-queryToExecute {
      font-size: 14px !important;
      width: 100% !important;
      padding-right: 15px !important;
    }
    .cds-infoIcon-button{
      width: 30px;
      padding: 10px;
      margin-top: 20px !important;
  }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
and (min-device-width: 414px) 
and (max-device-width: 736px) 
and (-webkit-min-device-pixel-ratio: 3) {  
  .cds-accordionContent {
    min-height: 50px;
    max-height: 150px !important;
    overflow: auto;
  }
  .k-list .k-item {
   font-size: 14px !important;  
  } 

  .cds-pairLock-account-heading {
		font-size: 20px !important;
	}

	.customerContacts-details {   
		font-size: 14px !important;
	}

	.Continue-paring-details {
		font-size: 14px !important;
	}

  .cds-authenticate-btn.btn-primary {
    font-size: 14px !important;
  }

  .cds-sendResend-btn.btn-primary {
      font-size: 14px !important;
  }

  .cds-OR-label {
      font-size: 14px !important;
  }

  .k-dropdown .k-dropdown-wrap {
      font-size: 14px !important;
  }

  .cds-coustom-form-control {
      font-size: 14px !important;
  }
  .cds-coustom-form-label  {
      font-size: 14px !important;
  }
  .cds-sendResend-btn.btn-primary {  
    width: 100px !important;
  }
  .cds-RegistrationID-invalid-heading {
    font-size: 16px !important;     
    font-weight: normal;
    line-height: 1.5;
  }
  .Continue-close-tab {
    font-size: 16px !important;
  }

  .k-dialog-wrapper.base-dialog.chc-addDriver-modal-popup .k-dialog {
      height: 300px;
      min-width: 350px;
      max-width: 350px;
  }

  .k-dialog-wrapper.base-dialog.chc-AddDriverType-modal-popup .k-dialog {
    height: 220px;
    min-width: 350px;
    max-width: 350px;
  }

  .k-dialog-wrapper.base-dialog.chc-AddVendor-modal-popup .k-dialog {
    height: 220px;
    min-width: 350px;
    max-width: 350px;
  }

  .k-dialog-wrapper.base-dialog.chc-add-Variable-modal-popup .k-dialog {
    min-width: 400px;
    max-width: 400px;    
  }

  .chc-scrollable-Table {
    width: 718px;
    overflow-y: auto;
    overflow-x: auto;
    height: 310px;
  }

  .cds-productLogo-wrapper {    
    text-align: center;
  }

  .cds-pairLock-account-heading {   
    font-weight: 700;
    font-size: 22px;
  }
  .cds-RegistrationID-invalid-heading{
    font-size: 20px; 
    font-weight: normal;
    line-height: 1.5;
  }

  .cds-coustom-form-label {      
    font-weight: 500;
  }

  .mainContent {    
    min-height: 380px;
  }
}

/* Portrait */
@media only screen 
and (min-device-width: 414px) 
and (max-device-width: 736px) 
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) {
  .cds-accordionContent-log {
    min-height: 40px;
    max-height: 200px;
    overflow: auto;
     width: 290px;
}
  .cds-accordionContent {
    min-height: 50px;
    max-height: 150px !important;
    overflow: auto;
  }
  .k-list .k-item {
   font-size: 14px !important;  
  } 

  .cds-sendResend-btn.btn-primary {  
    width: 100px !important;
  }
  .cds-pairLock-account-heading {
		font-size: 20px !important;
	}

	.customerContacts-details {   
		font-size: 14px !important;
	}

	.Continue-paring-details {
		font-size: 14px !important;
	}

  .cds-authenticate-btn.btn-primary {
    font-size: 14px !important;
  }

  .cds-sendResend-btn.btn-primary {
      font-size: 14px !important;
  }

  .cds-OR-label {
      font-size: 14px !important;
  }

  .k-dropdown .k-dropdown-wrap {
      font-size: 14px !important;
  }

  .cds-coustom-form-control {
      font-size: 14px !important;
  }
  .cds-coustom-form-label  {
      font-size: 14px !important;
  }
  .cds-sendResend-btn.btn-primary {  
    width: 100px !important;
  }
  .cds-pairLock-account-heading {
		font-size: 20px !important;
	}

	.customerContacts-details {   
		font-size: 14px !important;
	}

	.Continue-paring-details {
		font-size: 14px !important;
	}

  .cds-authenticate-btn.btn-primary {
    font-size: 14px !important;
  }

  .cds-sendResend-btn.btn-primary {
      font-size: 14px !important;
  }

  .cds-OR-label {
      font-size: 14px !important;
  }

  .k-dropdown .k-dropdown-wrap {
      font-size: 14px !important;
  }

  .cds-coustom-form-control {
      font-size: 14px !important;
  }
  .cds-coustom-form-label  {
      font-size: 14px !important;
  }
  .cds-sendResend-btn.btn-primary {  
    width: 100px !important;
  }
  .cds-RegistrationID-invalid-heading {
    font-size: 16px !important;     
    font-weight: normal;
    line-height: 1.5;
  }
  .Continue-close-tab {
    font-size: 16px !important;
  }

  .cds-ViewDriverDetails-grid .k-pager-numbers-wrap {
    width: 10%;
    display: inline-grid;
  }
  .cds-ViewDriverDetails-grid .k-pager-wrap.k-pager.k-widget.k-grid-pager {
    display: block;
    width: 100%;
    position: relative;
  }

  .cds-ViewDriverDetails-grid  a.k-link.k-pager-nav.k-pager-first.k-state-disabled {
      width: 20%;
      display: inline-flex;
  }

  .cds-ViewDriverDetails-grid a.k-link.k-pager-nav {
      width: 20%;
      display: inline-grid;
  }

  .cds-ViewDriverDetails-grid span.k-pager-sizes.k-label {
      width: 55%;
      display: inline-block;
      margin-top: 10px;
      margin-left: 0em;
      margin-right: 0em;
  }

  .cds-ViewDriverDetails-grid .k-pager-info.k-label {
      display: inline-block;
      text-align: right;
      width: 45%;
      margin-top: 10px;
      margin-left: 0em;
      margin-right: 0em;
  }
  .cds-login-content {
    margin-top: 200px !important;
  }
  .container {
    max-width: 410px;
  }
  .k-grid-content.k-virtual-content {
    height: 100%;
    overflow-x: auto;
    overflow-y: scroll;
    flex: 1 1 auto;
    min-height: 50px !important;
    max-height: 210px !important;
  }

  .k-dialog-wrapper.base-dialog.fbd-12.chc-DeleteDriversDialogModel .k-dialog {
    min-width: 410px;
    max-width: 410px;
  }
  
  .k-dialog-wrapper.base-dialog.chc-addDriver-modal-popup .k-dialog {
      height: 300px;
  }

  .k-dialog-wrapper.base-dialog.chc-AddDriverType-modal-popup .k-dialog {
      height: 220px;
  }

  .k-dialog-wrapper.base-dialog.chc-AddVendor-modal-popup .k-dialog {
    height: 220px;
  }

  .cds-pairLock-account-heading {
		font-size: 16px;
	}

  .customerContacts-details{
    font-size: 14px;
  }
  .Continue-paring-details {
    font-size: 14px;    
}


  .k-dialog-wrapper.base-dialog.chc-add-Variable-modal-popup .k-dialog {
    min-width: 400px;
    max-width: 400px;    
  }

  .chc-scrollable-Table {
    width: 355px;
    overflow-y: auto;
    overflow-x: auto;
    height: 310px;
  }

  .cds-productLogo-wrapper {
    margin-top: 0%;
    margin-bottom: 0%;
    text-align: center;
    height: 130px;
  }

  .cds-customer-wrapper{
    height: 170px;
  }

  .productLogo {
    max-width: 30%;
  }

  .cds-pairLock-account-heading {   
    font-weight: 700;
    font-size: 30px;
  }

  .cds-RegistrationID-invalid-heading{
    font-size: 25px; 
    font-weight: normal;
    line-height: 1.5;
  }

  .cds-coustom-form-label {      
    font-weight: 500;
  }

  .mainContent {    
    min-height: 650px;
    max-height: 650px;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

/* Landscape */
@media only screen 
and (min-device-width: 414px) 
and (max-device-width: 736px) 
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) { 
  .cds-accordionContent-log {
    min-height: 40px;
    max-height: 100px !important;
    overflow: auto;
    width: 540px;
}
  .cds-accordionContent {
    min-height: 50px;
    max-height: 150px !important;
    overflow: auto;
  }
  .k-list .k-item {
   font-size: 14px !important;  
  } 

  .cds-sendResend-btn.btn-primary {  
    width: 75px !important;
  }
  
  .cds-pairLock-account-heading {
		font-size: 20px !important;
	}

	.customerContacts-details {   
		font-size: 14px !important;
	}

	.Continue-paring-details {
		font-size: 14px !important;
	}

  .cds-authenticate-btn.btn-primary {
    font-size: 14px !important;
  }

  .cds-sendResend-btn.btn-primary {
      font-size: 14px !important;
  }

  .cds-OR-label {
      font-size: 14px !important;
  }

  .k-dropdown .k-dropdown-wrap {
      font-size: 14px !important;
  }

  .cds-coustom-form-control {
      font-size: 14px !important;
  }
  .cds-coustom-form-label  {
      font-size: 14px !important;
  }
  .cds-sendResend-btn.btn-primary {  
    width: 100px !important;
  }
  .cds-RegistrationID-invalid-heading {
    font-size: 16px !important;     
    font-weight: normal;
    line-height: 1.5;
  }
  .Continue-close-tab {
    font-size: 16px !important;
  }
  .container {
    max-width: 730px;
  }

  .k-grid-content.k-virtual-content {
		height: 100%;
		overflow-x: auto;
		overflow-y: scroll;
		flex: 1 1 auto;
		min-height: 50px !important;
    max-height: 250px !important;
	}

  .k-dialog-wrapper.base-dialog.fbd-12.chc-DeleteDriversDialogModel .k-dialog {
    min-width: 410px;
    max-width: 410px;
  }

  .k-dialog-wrapper.base-dialog.chc-addDriver-modal-popup .k-dialog {
    height: 300px !important;
  }

  .k-dialog-wrapper.base-dialog.chc-AddDriverType-modal-popup .k-dialog {
      height: 220px;
  }

  .k-dialog-wrapper.base-dialog.chc-AddVendor-modal-popup .k-dialog {
    height: 220px;
  }
  .cds-pairLock-account-heading {
		font-size: 16px;
	} 

  .customerContacts-details{
    font-size: 14px;
  }
  .Continue-paring-details {
    font-size: 14px;    
  }

  .k-dialog-wrapper.base-dialog.chc-add-Variable-modal-popup .k-dialog {
    min-width: 400px;
    max-width: 400px;    
  }

  .chc-scrollable-Table {
    max-width: 555px;
    overflow-y: auto;
    overflow-x: auto;
    height: 165px;
  }

  .cds-productLogo-wrapper {   
    text-align: center;
    height: 325px;
  }

  .cds-customer-wrapper{
    height: 325px;
  }

  .productLogo {
    max-width: 80% !important;
  }

  .cds-pairLock-account-heading {   
    font-weight: 700;
    font-size: 22px;
  }

  .cds-RegistrationID-invalid-heading{
    font-size: 25px; 
    font-weight: normal;
    line-height: 1.5;
  }


  .cds-coustom-form-label {      
    font-weight: 500;
  }

  .mainContent {    
    min-height: 380px;
  }
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 812px) 
and (-webkit-min-device-pixel-ratio: 3) { 
 .k-list .k-item {
   font-size: 14px !important;  
  } 

  .cds-pairLock-account-heading {
		font-size: 20px !important;
	}

	.customerContacts-details {   
		font-size: 14px !important;
	}

	.Continue-paring-details {
		font-size: 14px !important;
	}

  .cds-authenticate-btn.btn-primary {
    font-size: 14px !important;
  }

  .cds-sendResend-btn.btn-primary {
      font-size: 14px !important;
  }

  .cds-OR-label {
      font-size: 14px !important;
  }

  .k-dropdown .k-dropdown-wrap {
      font-size: 14px !important;
  }

  .cds-coustom-form-control {
      font-size: 14px !important;
  }
  .cds-coustom-form-label  {
      font-size: 14px !important;
  }
  .cds-sendResend-btn.btn-primary {  
    width: 100px !important;
  }
  .cds-RegistrationID-invalid-heading {
    font-size: 16px !important;     
    font-weight: normal;
    line-height: 1.5;
  }
  .Continue-close-tab {
    font-size: 16px !important;
  }
  .k-dialog-wrapper.base-dialog.fbd-12.chc-DeleteDriversDialogModel .k-dialog {
    min-width: 410px;
    max-width: 410px;
  }
  .cds-pairLock-account-heading {
		font-size: 16px;
	}

  .customerContacts-details{
    font-size: 14px;
  }

  .Continue-paring-details {
    font-size: 14px;    
  }

  .k-dialog-wrapper.base-dialog.chc-add-Variable-modal-popup .k-dialog {
    min-width: 400px;
    max-width: 400px;    
  }

  .chc-scrollable-Table {
    width: 718px;
    overflow-y: auto;
    overflow-x: auto;
    height: 310px;
  }

  .cds-productLogo-wrapper {   
    text-align: center;
  }

  .cds-pairLock-account-heading {   
    font-weight: 700;
    font-size: 22px;
  }

  .cds-RegistrationID-invalid-heading{
    font-size: 25px; 
    font-weight: normal;
    line-height: 1.5;
  }


  .cds-coustom-form-label {      
    font-weight: 500;
  }

  .mainContent {    
    min-height: 380px;
  }
}

/* Portrait */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 812px) 
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) { 
  .cds-accordionContent-log {
    min-height: 40px;
    max-height: 200px;
    overflow: auto;
    width: 290px;
}
  .k-list .k-item {
   font-size: 14px !important;  
  } 

  .cds-sendResend-btn.btn-primary {  
    width: 100px !important;
  }
  .cds-pairLock-account-heading {
		font-size: 20px !important;
	}

	.customerContacts-details {   
		font-size: 14px !important;
	}

	.Continue-paring-details {
		font-size: 14px !important;
	}

  .cds-authenticate-btn.btn-primary {
    font-size: 14px !important;
  }

  .cds-sendResend-btn.btn-primary {
      font-size: 14px !important;
  }

  .cds-OR-label {
      font-size: 14px !important;
  }

  .k-dropdown .k-dropdown-wrap {
      font-size: 14px !important;
  }

  .cds-coustom-form-control {
      font-size: 14px !important;
  }
  .cds-coustom-form-label  {
      font-size: 14px !important;
  }
  .cds-sendResend-btn.btn-primary {  
    width: 100px !important;
  }
  .cds-RegistrationID-invalid-heading {
   font-size: 16px !important;     
    font-weight: normal;
    line-height: 1.5;
  }
  .Continue-close-tab {
    font-size: 16px !important;
  }

  .cds-ViewDriverDetails-grid .k-pager-numbers-wrap {
    width: 10%;
    display: inline-grid;
  }
  .cds-ViewDriverDetails-grid .k-pager-wrap.k-pager.k-widget.k-grid-pager {
    display: block;
    width: 100%;
    position: relative;
  }

  .cds-ViewDriverDetails-grid  a.k-link.k-pager-nav.k-pager-first.k-state-disabled {
      width: 20%;
      display: inline-flex;
  }

  .cds-ViewDriverDetails-grid a.k-link.k-pager-nav {
      width: 20%;
      display: inline-grid;
  }

  .cds-ViewDriverDetails-grid span.k-pager-sizes.k-label {
      width: 55%;
      display: inline-block;
      margin-top: 10px;
      margin-left: 0em;
      margin-right: 0em;
  }

  .cds-ViewDriverDetails-grid .k-pager-info.k-label {
      display: inline-block;
      text-align: right;
      width: 45%;
      margin-top: 10px;
      margin-left: 0em;
      margin-right: 0em;
  }
  .cds-login-content {
    margin-top: 200px !important;
  }
  .container {
    max-width: 370px;
  }
  .k-grid-content.k-virtual-content {
    height: 100%;
    overflow-x: auto;
    overflow-y: scroll;
    flex: 1 1 auto;
    min-height: 50px !important;
    max-height: 210px !important;
  }

  .k-dialog-wrapper.base-dialog.fbd-12.chc-DeleteDriversDialogModel .k-dialog {
    min-width: 410px;
    max-width: 410px;
  }
  .k-dialog-wrapper.base-dialog.chc-addDriver-modal-popup .k-dialog {
      height: 300px;
  }

  .k-dialog-wrapper.base-dialog.chc-AddDriverType-modal-popup .k-dialog {
      height: 220px;
  }

  .k-dialog-wrapper.base-dialog.chc-AddVendor-modal-popup .k-dialog {
    height: 220px;
  }

  .cds-pairLock-account-heading {
		font-size: 16px;
	} 

  .customerContacts-details{
    font-size: 14px;
  }

  .Continue-paring-details {
    font-size: 14px;    
  }

  .k-dialog-wrapper.base-dialog.chc-add-Variable-modal-popup .k-dialog {
    min-width: 400px;
    max-width: 400px;    
  }

  .chc-scrollable-Table {
    width: 355px;
    overflow-y: auto;
    overflow-x: auto;
    height: 310px;
  }

  .cds-productLogo-wrapper {
    margin-top: 0%;
    margin-bottom: 0%;
    text-align: center;
    height: 130px;
  }

  .cds-customer-wrapper{
    height: 170px;
  }

  .productLogo {
    max-width: 30%;
  }

  .cds-pairLock-account-heading {   
    font-weight: 700;
    font-size: 30px;
  }

  .cds-RegistrationID-invalid-heading{
    font-size: 25px; 
    font-weight: normal;
    line-height: 1.5;
  }


  .cds-coustom-form-label {      
    font-weight: 500;
  }

  .mainContent {    
    min-height: 650px;
    max-height: 650px;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

/* Landscape */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 812px) 
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) { 
  .cds-accordionContent-log {
    min-height: 40px;
    max-height: 100px !important;
    overflow: auto;
    width: 540px;
}
  .k-list .k-item {
   font-size: 14px !important;  
  } 

  .cds-sendResend-btn.btn-primary {  
    width: 75px !important;
  }

  .cds-pairLock-account-heading {
		font-size: 20px !important;
	}

	.customerContacts-details {   
		font-size: 14px !important;
	}

	.Continue-paring-details {
		font-size: 14px !important;
	}

  .cds-authenticate-btn.btn-primary {
    font-size: 14px !important;
  }

  .cds-sendResend-btn.btn-primary {
      font-size: 14px !important;
  }

  .cds-OR-label {
      font-size: 14px !important;
  }

  .k-dropdown .k-dropdown-wrap {
      font-size: 14px !important;
  }

  .cds-coustom-form-control {
      font-size: 14px !important;
  }
  .cds-coustom-form-label  {
      font-size: 14px !important;
  }
  .cds-sendResend-btn.btn-primary {  
    width: 100px !important;
  }
  .cds-RegistrationID-invalid-heading {
    font-size: 16px !important;     
    font-weight: normal;
    line-height: 1.5;
  }
  .Continue-close-tab {
    font-size: 16px !important;
  }
  
  .container {
    max-width: 810px;
  }
  .k-grid-content.k-virtual-content {
		height: 100%;
		overflow-x: auto;
		overflow-y: scroll;
		flex: 1 1 auto;
		min-height: 50px !important;
    max-height: 250px !important;
	}

  .k-dialog-wrapper.base-dialog.fbd-12.chc-DeleteDriversDialogModel .k-dialog {
    min-width: 410px;
    max-width: 410px;
  }
  .k-dialog-wrapper.base-dialog.chc-addDriver-modal-popup .k-dialog {
      height: 300px;
  }

  .k-dialog-wrapper.base-dialog.chc-AddDriverType-modal-popup .k-dialog {
      height: 220px;
  }

  .k-dialog-wrapper.base-dialog.chc-AddVendor-modal-popup .k-dialog {
    height: 220px;
  }
  .cds-pairLock-account-heading {
		font-size: 16px;
	} 
  .customerContacts-details{
    font-size: 14px;
  }

  .Continue-paring-details {
    font-size: 14px;    
  }

  .k-dialog-wrapper.base-dialog.chc-add-Variable-modal-popup .k-dialog {
    min-width: 600px;
    max-width: 600px;    
  }

  .chc-scrollable-Table {
    max-width: 555px;
    overflow-y: auto;
    overflow-x: auto;
    height: 165px;
  }

  .cds-productLogo-wrapper {   
    text-align: center;
    height: 325px;
  }

  .cds-customer-wrapper{
    height: 325px;
  }
  
  .productLogo {
    max-width: 80%;
  }

  .cds-pairLock-account-heading {   
    font-weight: 700;
    font-size: 22px;
  }

  .cds-RegistrationID-invalid-heading{
    font-size: 25px; 
    font-weight: normal;
    line-height: 1.5;
  }


  .cds-coustom-form-label {      
    font-weight: 500;
  }

  .mainContent {    
    min-height: 380px;
  }
}


/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
  .k-list .k-item {
   font-size: 14px !important;  
  } 

    .cds-pairLock-account-heading {
		font-size: 20px !important;
	}

	.customerContacts-details {   
		font-size: 14px !important;
	}

	.Continue-paring-details {
		font-size: 14px !important;
	}

  .cds-authenticate-btn.btn-primary {
    font-size: 14px !important;
  }

  .cds-sendResend-btn.btn-primary {
      font-size: 14px !important;
  }

  .cds-OR-label {
      font-size: 14px !important;
  }

  .k-dropdown .k-dropdown-wrap {
      font-size: 14px !important;
  }

  .cds-coustom-form-control {
      font-size: 14px !important;
  }
  .cds-coustom-form-label  {
      font-size: 14px !important;
  }
  .cds-sendResend-btn.btn-primary {  
    width: 100px !important;
  }
  .cds-RegistrationID-invalid-heading {
   font-size: 16px !important;     
    font-weight: normal;
    line-height: 1.5;
  }
  .Continue-close-tab {
    font-size: 16px !important;
  }
    
    .k-dialog-wrapper.base-dialog.fbd-12.chc-DeleteDriversDialogModel .k-dialog {
      min-width: 410px;
      max-width: 410px;
    }
    .cds-pairLock-account-heading {
      font-size: 16px;
    }

    .customerContacts-details{
      font-size: 14px;
    }

    .Continue-paring-details {
      font-size: 14px;    
    } 

    .k-dialog-wrapper.base-dialog.chc-add-Variable-modal-popup .k-dialog {
      min-width: 400px;
      max-width: 400px;      
    }

    .chc-scrollable-Table {
      width: 718px;
      overflow-y: auto;
      overflow-x: auto;
      height: 310px;
    }

    .cds-productLogo-wrapper {      
      text-align: center;
    }

    .cds-pairLock-account-heading {   
      font-weight: 700;
      font-size: 22px;
    }

    .cds-RegistrationID-invalid-heading{
      font-size: 25px; 
      font-weight: normal;
      line-height: 1.5;
    }
  

    .cds-coustom-form-label {      
      font-weight: 500;
    }

    .mainContent {    
      min-height: 380px;
   }
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
    .cds-accordionContent-log {
    min-height: 40px;
    max-height: 200px;
    overflow: auto;
    width: 290px;
}
  
  .k-list .k-item {
   font-size: 14px !important;  
  } 
  .cds-sendResend-btn.btn-primary {  
    width: 100px !important;
  }
  .cds-pairLock-account-heading {
		font-size: 20px !important;
	}

	.customerContacts-details {   
		font-size: 14px !important;
	}

	.Continue-paring-details {
		font-size: 14px !important;
	}

  .cds-authenticate-btn.btn-primary {
    font-size: 14px !important;
  }

  .cds-sendResend-btn.btn-primary {
      font-size: 14px !important;
  }

  .cds-OR-label {
      font-size: 14px !important;
  }

  .k-dropdown .k-dropdown-wrap {
      font-size: 14px !important;
  }

  .cds-coustom-form-control {
      font-size: 14px !important;
  }
  .cds-coustom-form-label  {
      font-size: 14px !important;
  }
  .cds-sendResend-btn.btn-primary {  
    width: 100px !important;
  }
  .cds-RegistrationID-invalid-heading {
    font-size: 16px !important;     
    font-weight: normal;
    line-height: 1.5;
  }
  .Continue-close-tab {
    font-size: 16px !important;
  }
    
    .cds-ViewDriverDetails-grid .k-pager-numbers-wrap {
      width: 10%;
      display: inline-grid;
    }
    .cds-ViewDriverDetails-grid .k-pager-wrap.k-pager.k-widget.k-grid-pager {
      display: block;
      width: 100%;
      position: relative;
    }
  
    .cds-ViewDriverDetails-grid  a.k-link.k-pager-nav.k-pager-first.k-state-disabled {
        width: 20%;
        display: inline-flex;
    }
  
    .cds-ViewDriverDetails-grid a.k-link.k-pager-nav {
        width: 20%;
        display: inline-grid;
    }
  
    .cds-ViewDriverDetails-grid span.k-pager-sizes.k-label {
        width: 55%;
        display: inline-block;
        margin-top: 10px;
        margin-left: 0em;
        margin-right: 0em;
    }
  
    .cds-ViewDriverDetails-grid .k-pager-info.k-label {
        display: inline-block;
        text-align: right;
        width: 45%;
        margin-top: 10px;
        margin-left: 0em;
        margin-right: 0em;
    }
    .cds-login-content {
      margin-top: 200px !important;
    }
    .container {
      max-width: 375px;
    }

    .k-grid-content.k-virtual-content {
      height: 100%;
      overflow-x: auto;
      overflow-y: scroll;
      flex: 1 1 auto;
      min-height: 50px !important;
      max-height: 210px !important;
    }

    .k-dialog-wrapper.base-dialog.fbd-12.chc-DeleteDriversDialogModel .k-dialog {
      min-width: 410px;
      max-width: 410px;
    }
    .k-dialog-wrapper.base-dialog.chc-addDriver-modal-popup .k-dialog {
        height: 300px;
        min-width: 350px;
        max-width: 350px;
    }

    .k-dialog-wrapper.base-dialog.chc-AddDriverType-modal-popup .k-dialog {
        height: 220px;
        min-width: 350px;
        max-width: 350px;
    }

    .k-dialog-wrapper.base-dialog.chc-AddVendor-modal-popup .k-dialog {
      height: 220px;
      min-width: 350px;
      max-width: 350px;
    }
    .cds-pairLock-account-heading {
      font-size: 16px;
    }
    .customerContacts-details{
      font-size: 14px;
    }

    .Continue-paring-details {
      font-size: 14px;    
    }

    .k-dialog-wrapper.base-dialog.chc-add-Variable-modal-popup .k-dialog {
      min-width: 380px;
      max-width: 380px;
      max-height: 500px;   
    }

    .chc-scrollable-Table {
      width: 355px;
      overflow-y: auto;
      overflow-x: auto;
      height: 310px;
    }

    .cds-productLogo-wrapper {
      margin-top: 0%;
      margin-bottom: 0%;
      text-align: center;
      height: 130px;
    }

  .cds-customer-wrapper{
    height: 170px;
  }
    
    .productLogo {
      max-width: 50%;
    }

    .cds-pairLock-account-heading {   
      font-weight: 700;
      font-size: 20px;
    }

    .cds-RegistrationID-invalid-heading{
      font-size: 20px; 
      font-weight: normal;
      line-height: 1.5;
    }
  

    .cds-coustom-form-label {      
      font-weight: 500;
    }

    .mainContent {    
      min-height: 760px;
      max-height: 760px;
      display: block;
      overflow-y: auto;
      overflow-x: hidden;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    .cds-accordionContent-log {
      min-height: 40px;
      max-height: 100px !important;
      overflow: auto;
      width: 540px;
  }
  
  .k-list .k-item {
   font-size: 14px !important;  
  } 

  .cds-sendResend-btn.btn-primary {  
      width: 75px !important;
    }
  
    .cds-pairLock-account-heading {
		font-size: 20px !important;
	}

	.customerContacts-details {   
		font-size: 14px !important;
	}

	.Continue-paring-details {
		font-size: 14px !important;
	}

  .cds-authenticate-btn.btn-primary {
    font-size: 14px !important;
  }

  .cds-sendResend-btn.btn-primary {
      font-size: 14px !important;
  }

  .cds-OR-label {
      font-size: 14px !important;
  }

  .k-dropdown .k-dropdown-wrap {
      font-size: 14px !important;
  }

  .cds-coustom-form-control {
      font-size: 14px !important;
  }
  .cds-coustom-form-label  {
      font-size: 14px !important;
  }
  .cds-sendResend-btn.btn-primary {  
    width: 100px !important;
  }
  .cds-RegistrationID-invalid-heading {
    font-size: 16px !important;     
    font-weight: normal;
    line-height: 1.5;
  }
  .Continue-close-tab {
    font-size: 16px !important;
  }
    
    .container {
      max-width: 810px;
    }

    .k-grid-content.k-virtual-content {
      height: 100%;
      overflow-x: auto;
      overflow-y: scroll;
      flex: 1 1 auto;
      min-height: 50px !important;
      max-height: 250px !important;
    }

    .k-dialog-wrapper.base-dialog.fbd-12.chc-DeleteDriversDialogModel .k-dialog {
      min-width: 410px;
      max-width: 410px;
    }
    .k-dialog-wrapper.base-dialog.chc-addDriver-modal-popup .k-dialog {
        height: 300px;
    }

    .k-dialog-wrapper.base-dialog.chc-AddDriverType-modal-popup .k-dialog {
        height: 220px;
    }

    .k-dialog-wrapper.base-dialog.chc-AddVendor-modal-popup .k-dialog {
      height: 220px;
    }
    .cds-pairLock-account-heading {
      font-size: 16px;
    }
    .customerContacts-details{
      font-size: 14px;
    }

    .Continue-paring-details {
      font-size: 14px;    
    }

    .k-dialog-wrapper.base-dialog.chc-add-Variable-modal-popup .k-dialog {
      min-width: 600px;
      max-width: 600px;      
    }

    .chc-scrollable-Table {
      max-width: 555px;
      overflow-y: auto;
      overflow-x: auto;
      height: 165px;
    }

    .cds-productLogo-wrapper {   
      text-align: center;
      height: 325px;
    }
  
    .cds-customer-wrapper{
      height: 325px;
    }

    .productLogo {
      max-width: 80%;
    }

    .cds-pairLock-account-heading {   
      font-weight: 700;
      font-size: 22px;
    }

    .cds-RegistrationID-invalid-heading{
      font-size: 25px; 
      font-weight: normal;
      line-height: 1.5;
    }
  
    .cds-coustom-form-label {      
      font-weight: 500;
    }

    .mainContent {    
      min-height: 380px;
    }
}



/* ----------- iPhone 14 Pro Max ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 430px) 
  and (max-device-width: 932px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
  .cds-accordionContent {
    min-height: 50px;
    max-height: 150px !important;
    overflow: auto;
  }
  .k-list .k-item {
   font-size: 14px !important;  
  } 

  .cds-pairLock-account-heading {
		font-size: 20px !important;
	}

	.customerContacts-details {   
		font-size: 14px !important;
	}

	.Continue-paring-details {
		font-size: 14px !important;
	}

  .cds-authenticate-btn.btn-primary {
    font-size: 14px !important;
  }

  .cds-sendResend-btn.btn-primary {
      font-size: 14px !important;
  }

  .cds-OR-label {
      font-size: 14px !important;
  }

  .k-dropdown .k-dropdown-wrap {
      font-size: 14px !important;
  }

  .cds-coustom-form-control {
      font-size: 14px !important;
  }
  .cds-coustom-form-label  {
      font-size: 14px !important;
  }
  .cds-sendResend-btn.btn-primary {  
    width: 100px !important;
  }
  .cds-RegistrationID-invalid-heading {
   font-size: 16px !important;     
    font-weight: normal;
    line-height: 1.5;
  }
  .Continue-close-tab {
    font-size: 16px !important;
  }
    
    .k-dialog-wrapper.base-dialog.fbd-12.chc-DeleteDriversDialogModel .k-dialog {
      min-width: 410px;
      max-width: 410px;
    }
    .cds-pairLock-account-heading {
      font-size: 16px;
    }
    .customerContacts-details{
      font-size: 14px;
    }

    .Continue-paring-details {
      font-size: 14px;    
    }

    .k-dialog-wrapper.base-dialog.chc-add-Variable-modal-popup .k-dialog {
      min-width: 400px;
      max-width: 400px;      
    }

    .chc-scrollable-Table {
      width: 718px;
      overflow-y: auto;
      overflow-x: auto;
      height: 310px;
    }

    .cds-productLogo-wrapper {
      text-align: center;
    }

    .cds-pairLock-account-heading {   
      font-weight: 700;
      font-size: 22px;
    }

    .cds-RegistrationID-invalid-heading{
      font-size: 25px; 
      font-weight: normal;
      line-height: 1.5;
    }
  
    .cds-coustom-form-label {      
      font-weight: 500;
    }

    .mainContent {    
      min-height: 380px;
    }
}

/* Portrait */
@media only screen 
  and (min-device-width: 430px) 
  and (max-device-width: 932px) 
  and (-webkit-min-device-pixel-ratio: 3) 
  and (orientation: portrait) { 
    .cds-accordionContent-log {
    min-height: 40px;
    max-height: 100px !important;
    overflow: auto;
    width: 290px;
}
  .cds-accordionContent {
    min-height: 50px;
    max-height: 150px !important;
    overflow: auto;
  }
  .k-list .k-item {
   font-size: 14px !important;  
  } 
    .cds-sendResend-btn.btn-primary {  
      width: 100px !important;
    }
    .cds-pairLock-account-heading {
		font-size: 20px !important;
	}

	.customerContacts-details {   
		font-size: 14px !important;
	}

	.Continue-paring-details {
		font-size: 14px !important;
	}

  .cds-authenticate-btn.btn-primary {
    font-size: 14px !important;
  }

  .cds-sendResend-btn.btn-primary {
      font-size: 14px !important;
  }

  .cds-OR-label {
      font-size: 14px !important;
  }

  .k-dropdown .k-dropdown-wrap {
      font-size: 14px !important;
  }

  .cds-coustom-form-control {
      font-size: 14px !important;
  }
  .cds-coustom-form-label  {
      font-size: 14px !important;
  }
  .cds-sendResend-btn.btn-primary {  
    width: 100px !important;
  }
  .cds-RegistrationID-invalid-heading {
    font-size: 16px !important;     
    font-weight: normal;
    line-height: 1.5;
  }
  .Continue-close-tab {
    font-size: 16px !important;
  }
    
    .cds-ViewDriverDetails-grid .k-pager-numbers-wrap {
      width: 10%;
      display: inline-grid;
    }
    .cds-ViewDriverDetails-grid .k-pager-wrap.k-pager.k-widget.k-grid-pager {
      display: block;
      width: 100%;
      position: relative;
    }
  
    .cds-ViewDriverDetails-grid  a.k-link.k-pager-nav.k-pager-first.k-state-disabled {
        width: 20%;
        display: inline-flex;
    }
  
    .cds-ViewDriverDetails-grid a.k-link.k-pager-nav {
        width: 20%;
        display: inline-grid;
    }
  
    .cds-ViewDriverDetails-grid span.k-pager-sizes.k-label {
        width: 55%;
        display: inline-block;
        margin-top: 10px;
        margin-left: 0em;
        margin-right: 0em;
    }
  
    .cds-ViewDriverDetails-grid .k-pager-info.k-label {
        display: inline-block;
        text-align: right;
        width: 45%;
        margin-top: 10px;
        margin-left: 0em;
        margin-right: 0em;
    }
    .cds-login-content {
      margin-top: 200px !important;
    }
    .container {
      max-width: 420px;
    }

    .k-grid-content.k-virtual-content {
      height: 100%;
      overflow-x: auto;
      overflow-y: scroll;
      flex: 1 1 auto;
      min-height: 50px !important;
      max-height: 210px !important;
    }

    .k-dialog-wrapper.base-dialog.fbd-12.chc-DeleteDriversDialogModel .k-dialog {
      min-width: 410px;
      max-width: 410px;
    }
    .k-dialog-wrapper.base-dialog.chc-addDriver-modal-popup .k-dialog {
        height: 300px;
    }

    .k-dialog-wrapper.base-dialog.chc-AddDriverType-modal-popup .k-dialog {
        height: 220px;
    }

    .k-dialog-wrapper.base-dialog.chc-AddVendor-modal-popup .k-dialog {
      height: 220px;
    }
    .cds-pairLock-account-heading {
      font-size: 16px;
    }
    
    .customerContacts-details{
      font-size: 14px;
    }

    .Continue-paring-details {
      font-size: 14px;    
    }

    .k-dialog-wrapper.base-dialog.chc-add-Variable-modal-popup .k-dialog {
      min-width: 400px !important;
      max-width: 400px !important;      
    }

    .chc-scrollable-Table {
      width: 355px;
      overflow-y: auto;
      overflow-x: auto;
      height: 310px;
    }

    .cds-productLogo-wrapper {
      margin-top: 0%;
      margin-bottom: 0%;
      text-align: center;
      height: 160px;
    }
  
    .cds-customer-wrapper{
      height: 170px;
    }
    
    .productLogo {
      max-width: 50%;
    }

    .cds-pairLock-account-heading {   
      font-weight: 700;
      font-size: 30px;
    }

    .cds-RegistrationID-invalid-heading{
      font-size: 22px; 
      font-weight: normal;
      line-height: 1.5;
    }
  

    .cds-coustom-form-label {      
      font-weight: 500;
    }

    .mainContent {    
      min-height: 840px;
      max-height: 840px;
      display: block;
      overflow-y: auto;
      overflow-x: hidden;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 430px) 
  and (max-device-width: 932px) 
  and (-webkit-min-device-pixel-ratio: 3) 
  and (orientation: landscape) { 
    .cds-accordionContent-log {
      min-height: 40px;
      max-height: 100px !important;
      overflow: auto;
      width: 540px;
  }
  .cds-accordionContent {
    min-height: 50px;
    max-height: 150px !important;
    overflow: auto;
  }
  .k-list .k-item {
   font-size: 14px !important;  
  } 
  
  .cds-sendResend-btn.btn-primary {  
      width: 75px !important;
    }
  
    .cds-pairLock-account-heading {
		font-size: 20px !important;
	}

	.customerContacts-details {   
		font-size: 14px !important;
	}

	.Continue-paring-details {
		font-size: 14px !important;
	}

  .cds-authenticate-btn.btn-primary {
    font-size: 14px !important;
  }

  .cds-sendResend-btn.btn-primary {
      font-size: 14px !important;
  }

  .cds-OR-label {
      font-size: 14px !important;
  }

  .k-dropdown .k-dropdown-wrap {
      font-size: 14px !important;
  }

  .cds-coustom-form-control {
      font-size: 14px !important;
  }
  .cds-coustom-form-label  {
      font-size: 14px !important;
  }
  .cds-sendResend-btn.btn-primary {  
    width: 100px !important;
  }
  .cds-RegistrationID-invalid-heading {
    font-size: 16px !important;     
    font-weight: normal;
    line-height: 1.5;
  }
  .Continue-close-tab {
    font-size: 16px !important;
  }
    
    .container {
      max-width: 930px;
    }

    .k-grid-content.k-virtual-content {
      height: 100%;
      overflow-x: auto;
      overflow-y: scroll;
      flex: 1 1 auto;
      min-height: 50px !important;
      max-height: 250px !important;
    }

    .k-dialog-wrapper.base-dialog.fbd-12.chc-DeleteDriversDialogModel .k-dialog {
      min-width: 410px;
      max-width: 410px;
    }
    .k-dialog-wrapper.base-dialog.chc-addDriver-modal-popup .k-dialog {
        height: 230px;
    }

    .k-dialog-wrapper.base-dialog.chc-AddDriverType-modal-popup .k-dialog {
        height: 210px;
    }

    .k-dialog-wrapper.base-dialog.chc-AddVendor-modal-popup .k-dialog {
      height: 210px;
    }
    .cds-pairLock-account-heading {
      font-size: 16px;
    }
    .customerContacts-details{
      font-size: 14px;
    }

    .Continue-paring-details {
      font-size: 14px;    
    } 
    
    .k-dialog-wrapper.base-dialog.chc-add-Variable-modal-popup .k-dialog {
      min-width: 650px;
      max-width: 650px;
      max-height: 400px; 
    }

    .chc-scrollable-Table {
      max-width: 720px;
      overflow-y: auto;
      overflow-x: hidden;
      height: 165px;
    }
    
    .cds-productLogo-wrapper {   
    text-align: center;
    height: 340px;
  }

  .cds-customer-wrapper{
    height: 325px;
  }

    .productLogo {
      max-width: 60%;
    }

    .cds-pairLock-account-heading {   
      font-weight: 700;
      font-size: 20px;
    }

    .cds-RegistrationID-invalid-heading{
      font-size: 22px; 
      font-weight: normal;
      line-height: 1.5;
    }
  
    .cds-coustom-form-label {      
      font-weight: 500;
    }
    .mainContent {    
      min-height: 590px;
      max-height: 590px;
      overflow-y: auto;
      overflow-x: hidden;
   }
}


/* iPhone XR */

/* Portrait and Landscape */
@media only screen 
and (min-device-width: 414px) 
and (max-device-width: 896px)
and (-webkit-min-device-pixel-ratio: 3) { 
  .cds-accordionContent {
    min-height: 50px;
    max-height: 150px !important;
    overflow: auto;
  }
  .k-list .k-item {
   font-size: 14px !important;  
  } 
  .cds-RegistrationID-invalid-heading {
    font-size: 16px !important;     
    font-weight: normal;
    line-height: 1.5;
  }
  
  .Continue-close-tab {
    font-size: 16px;
  }
  
  .k-dialog-wrapper.base-dialog.fbd-12.chc-DeleteDriversDialogModel .k-dialog {
    min-width: 410px;
    max-width: 410px;
  }

	.k-dialog-wrapper.base-dialog.chc-add-Variable-modal-popup .k-dialog {
		min-width: 400px;
		max-width: 400px;
	}
 }
 
/* Portrait */
@media only screen 
and (min-device-width: 414px) 
and (max-device-width: 896px) 
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) { 
  .cds-accordionContent-log {
    min-height: 40px;
    max-height: 200px;
    overflow: auto;
    width: 290px;
}
  .cds-MAC-Address-input{
         width: 25%;
    }
    
    .cds-logOperationType-input {
        font-size: 14px !important;
        width: 100% !important;
        padding-right: 15px !important;
    }
    cds-timeDuration{
        font-size: 14px !important;
        width: 18%;
    }
    .cds-queryToExecute{
        font-size: 14px !important;
        width: 81% !important;
        padding-right: 15px !important;
    }
    .cds-infoIcon-button{
      width: 30px;
      padding: 10px;
      margin-top: 20px !important;
    }

  .cds-accordionContent {
    min-height: 50px;
    max-height: 150px !important;
    overflow: auto;
  }
  .k-list .k-item {
   font-size: 14px !important;  
  } 
  .cds-sendResend-btn.btn-primary {  
    width: 100px !important;
  }
  .cds-pairLock-account-heading {
		font-size: 20px !important;
	}

	.customerContacts-details {   
		font-size: 14px !important;
	}

	.Continue-paring-details {
		font-size: 14px !important;
	}

  .cds-authenticate-btn.btn-primary {
    font-size: 14px !important;
  }

  .cds-sendResend-btn.btn-primary {
      font-size: 14px !important;
  }

  .cds-OR-label {
      font-size: 14px !important;
  }

  .k-dropdown .k-dropdown-wrap {
      font-size: 14px !important;
  }

  .cds-coustom-form-control {
      font-size: 14px !important;
  }
  .cds-coustom-form-label  {
      font-size: 14px !important;
  }
  .cds-sendResend-btn.btn-primary {  
    width: 100px !important;
  }
  .cds-RegistrationID-invalid-heading {
    font-size: 16px !important;     
    font-weight: normal;
    line-height: 1.5;
  }
  .Continue-close-tab {
    font-size: 16px !important;
  }
  
  .cds-ViewDriverDetails-grid .k-pager-numbers-wrap {
    width: 10%;
    display: inline-grid;
  }
  .cds-ViewDriverDetails-grid .k-pager-wrap.k-pager.k-widget.k-grid-pager {
    display: block;
    width: 100%;
    position: relative;
  }

  .cds-ViewDriverDetails-grid  a.k-link.k-pager-nav.k-pager-first.k-state-disabled {
      width: 20%;
      display: inline-flex;
  }

  .cds-ViewDriverDetails-grid a.k-link.k-pager-nav {
      width: 20%;
      display: inline-grid;
  }

  .cds-ViewDriverDetails-grid span.k-pager-sizes.k-label {
      width: 55%;
      display: inline-block;
      margin-top: 10px;
      margin-left: 0em;
      margin-right: 0em;
  }

  .cds-ViewDriverDetails-grid .k-pager-info.k-label {
      display: inline-block;
      text-align: right;
      width: 45%;
      margin-top: 10px;
      margin-left: 0em;
      margin-right: 0em;
  }
  .cds-login-content {
    margin-top: 200px !important;
  }

  .container {
    max-width: 410px;
  }

  .k-grid-content.k-virtual-content {
    height: 100%;
    overflow-x: auto;
    overflow-y: scroll;
    flex: 1 1 auto;
    min-height: 50px !important;
    max-height: calc(100vh - 210px) !important;
  }

  .k-dialog-wrapper.base-dialog.fbd-12.chc-DeleteDriversDialogModel .k-dialog {
    min-width: 410px;
    max-width: 410px;
  }

  .k-dialog-wrapper.base-dialog.chc-addDriver-modal-popup .k-dialog {
      height: 300px;
      min-width: 350px;
      max-width: 350px;
  }

  .k-dialog-wrapper.base-dialog.chc-AddDriverType-modal-popup .k-dialog {
      height: 220px;
  }

  .k-dialog-wrapper.base-dialog.chc-AddVendor-modal-popup .k-dialog {
    height: 220px;
  }

	.k-dialog-wrapper.base-dialog.chc-add-Variable-modal-popup .k-dialog {
		min-width: 400px !important;
		max-width: 400px !important;
	}
 }
 
 /* Landscape */
@media only screen 
and (min-device-width: 414px) 
and (max-device-width: 896px) 
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) { 
  .cds-accordionContent-log {
    min-height: 40px;
    max-height: 100px !important;
    overflow: auto;
    width: 540px;
}
  .cds-search-btn {
    margin-top: 40px !important;
  }
  .cds-MAC-Address-input{
         width: 25%;
    }
    
  .cds-logOperationType-input {
        font-size: 14px !important;
        width: 20% !important;
        padding-right: 15px !important;
    }
    .cds-timeDuration{
        font-size: 14px !important;
        width: 18%;
        padding-right: 15px !important;
    }
    .cds-search-OR-text {
      margin-top: 5px !important;
      width: 100% !important;
    }
    
    .cds-queryToExecute{
        font-size: 14px !important;
        width: 81% !important;
        padding-right: 15px !important;
    }
    .cds-infoIcon-button{
      width: 30px;
      padding: 10px;
      margin-top: 40px !important;
    }
  .cds-accordionContent {
    min-height: 50px;
    max-height: 150px !important;
    overflow: auto;
  }
  .k-list .k-item {
   font-size: 14px !important;  
  } 
  .cds-sendResend-btn.btn-primary {  
    width: 75px !important;
  }

  .cds-pairLock-account-heading {
		font-size: 20px !important;
	}

	.customerContacts-details {   
		font-size: 14px !important;
	}

	.Continue-paring-details {
		font-size: 14px !important;
	}

  .cds-authenticate-btn.btn-primary {
    font-size: 14px !important;
  }

  .cds-sendResend-btn.btn-primary {
      font-size: 14px !important;
  }

  .cds-OR-label {
      font-size: 14px !important;
  }

  .k-dropdown .k-dropdown-wrap {
      font-size: 14px !important;
  }

  .cds-coustom-form-control {
      font-size: 14px !important;
  }
  .cds-coustom-form-label  {
      font-size: 14px !important;
  }
  .cds-sendResend-btn.btn-primary {  
    width: 100px !important;
  }
  .cds-RegistrationID-invalid-heading {
    font-size: 16px !important;     
    font-weight: normal;
    line-height: 1.5;
  }
  .Continue-close-tab {
    font-size: 16px;
  }
  
  .container {
    max-width: 890px;
  }

  .k-grid-content.k-virtual-content {
		height: 100%;
		overflow-x: auto;
		overflow-y: scroll;
		flex: 1 1 auto;
		min-height: 50px !important;
    max-height: 250px !important;
	}

  .k-dialog-wrapper.base-dialog.fbd-12.chc-DeleteDriversDialogModel .k-dialog {
    min-width: 410px;
    max-width: 410px;
  }

  .k-dialog-wrapper.base-dialog.chc-addDriver-modal-popup .k-dialog {
      height: 250px;
      min-width: 550px;
      max-width: 550px;
  }

  .k-dialog-wrapper.base-dialog.chc-AddDriverType-modal-popup .k-dialog {
      height: 220px;
      min-width: 550px;
      max-width: 550px;
  }

  .k-dialog-wrapper.base-dialog.chc-AddVendor-modal-popup .k-dialog {
    height: 220px;
    min-width: 550px;
    max-width: 550px;
  }

	.k-dialog-wrapper.base-dialog.chc-add-Variable-modal-popup .k-dialog {
		min-width: 650px;
		max-width: 650px;
    max-height: 330px;
	}
 }

 /* iPhone XR */


 
/* iPhone SE */

/* Portrait and Landscape */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 3) { 
  .cds-baseDialog-addConfirm-Cancel-btn.cds-coustom-btn.btn.btn-primary.btn.btn-primary.cds-admin-confirm {
    margin-right: 0px !important
}
  .k-dialog-wrapper.base-dialog.chc-addDriver-modal-popup .k-dialog .cds-baseDialog-addConfirm-Cancel-btn {
   margin-right: 0px;   
  }

  .k-dialog-wrapper.base-dialog.chc-AddDriverType-modal-popup .k-dialog .cds-baseDialog-addConfirm-Cancel-btn {
    margin-right: 0px;   
  }

  .k-dialog-wrapper.base-dialog.chc-AddVendor-modal-popup .k-dialog .cds-baseDialog-addConfirm-Cancel-btn {
    margin-right: 0px;   
  } 
  .cds-MAC-Address-input{
         width: 25%;
    }
    
    .cds-logOperationType-input {
        font-size: 14px !important;
        width: 100% !important;
        padding-right: 15px !important;        
    }

    .cds-timeDuration{
        font-size: 14px !important;
        width: 18%;
        padding-right: 15px !important;
    }
    .cds-search-OR-text {
      margin-top: 5px !important;
      width: 100% !important;
    }
    .cds-search-btn {
      margin-top: 20px !important;
    }
    .cds-queryToExecute{
        font-size: 14px !important;
        width: 81% !important;
        padding-right: 15px !important;
    }
    .cds-infoIcon-button{
      width: 30px;
      padding: 10px;
      margin-top: 20px !important;
    }
  .cds-accordionContent {
    min-height: 50px;
    max-height: 150px !important;
    overflow: auto;
  }
  .k-list .k-item {
   font-size: 14px !important;  
  } 
  .cds-pairLock-account-heading {
		font-size: 20px !important;
	}

	.customerContacts-details {   
		font-size: 14px !important;
	}

	.Continue-paring-details {
		font-size: 14px !important;
	}

  .cds-authenticate-btn.btn-primary {
    font-size: 14px !important;
  }

  .cds-sendResend-btn.btn-primary {
      font-size: 14px !important;
  }

  .cds-OR-label {
      font-size: 14px !important;
  }

  .k-dropdown .k-dropdown-wrap {
      font-size: 14px !important;
  }

  .cds-coustom-form-control {
      font-size: 14px !important;
  }
  .cds-coustom-form-label  {
      font-size: 14px !important;
  }
  .cds-sendResend-btn.btn-primary {  
    width: 100px !important;
  }
  .cds-RegistrationID-invalid-heading {
    font-size: 16px !important;     
    font-weight: normal;
    line-height: 1.5;
  }
  .Continue-close-tab {
    font-size: 16px;
  }
    
  .k-dialog-wrapper.base-dialog.fbd-12.chc-DeleteDriversDialogModel .k-dialog {
    min-width: 410px;
    max-width: 410px;
  }

	.k-dialog-wrapper.base-dialog.chc-add-Variable-modal-popup .k-dialog {
		min-width: 400px;
		max-width: 400px;
	}
 }
 
/* Portrait */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) { 
  .cds-accordionContent-log {
    min-height: 40px;
    max-height: 200px !important;
    overflow: auto;
}
  .k-dialog-wrapper.base-dialog.chc-addDriver-modal-popup .k-dialog .cds-baseDialog-addConfirm-Cancel-btn {
   margin-right: 0px !important;
  }

  .k-dialog-wrapper.base-dialog.chc-AddDriverType-modal-popup .k-dialog .cds-baseDialog-addConfirm-Cancel-btn {
    margin-right: 0px;   
  }

  .k-dialog-wrapper.base-dialog.chc-AddVendor-modal-popup .k-dialog .cds-baseDialog-addConfirm-Cancel-btn {
    margin-right: 0px;   
  }
  .cds-MAC-Address-input{
         width: 25%;
    }
    
  .cds-logOperationType-input {
        font-size: 14px !important;
        width: 100% !important;
        padding-right: 15px !important;
    }
    .cds-timeDuration{
        font-size: 14px !important;
        width: 100% !important;
        padding-right: 15px !important;
    }
    .cds-search-OR-text {
      margin-top: 5px !important;
      width: 100% !important;
    }
    .cds-search-btn {
      margin-top: 20px !important;
    }

    .cds-queryToExecute{
      font-size: 14px !important;
      width: 100% !important;
      padding-right: 15px !important;
    }
    .cds-infoIcon-button{
      width: 30px;
      padding: 10px;
      margin-top: 20px !important;
    }

    .cds-advancedSearch-button {
      width: 90% !important;
      padding-right: 15px !important;
    }
  .cds-accordionContent {
    min-height: 50px;
    max-height: 150px !important;
    overflow: auto;
  }
  .k-list .k-item {
   font-size: 14px !important;  
  } 
  .cds-pairLock-account-heading {
		font-size: 20px !important;
	}

	.customerContacts-details {   
		font-size: 14px !important;
	}

	.Continue-paring-details {
		font-size: 14px !important;
	}

  .cds-authenticate-btn.btn-primary {
    font-size: 14px !important;
  }

  .cds-sendResend-btn.btn-primary {
      font-size: 14px !important;
  }

  .cds-OR-label {
      font-size: 14px !important;
  }

  .k-dropdown .k-dropdown-wrap {
      font-size: 14px !important;
  }

  .cds-coustom-form-control {
      font-size: 14px !important;
  }
  .cds-coustom-form-label  {
      font-size: 14px !important;
  }
  .cds-sendResend-btn.btn-primary {  
    width: 100px !important;
  }
  .cds-RegistrationID-invalid-heading {
    font-size: 16px !important;     
    font-weight: normal;
    line-height: 1.5;
  }
  .Continue-close-tab {
    font-size: 16px;
  }
  
  .cds-ViewDriverDetails-grid .k-pager-numbers-wrap {
    width: 10%;
    display: inline-grid;
  }
  .cds-ViewDriverDetails-grid .k-pager-wrap.k-pager.k-widget.k-grid-pager {
    display: block;
    width: 100%;
    position: relative;
  }

  .cds-ViewDriverDetails-grid  a.k-link.k-pager-nav.k-pager-first.k-state-disabled {
      width: 20%;
      display: inline-flex;
  }

  .cds-ViewDriverDetails-grid a.k-link.k-pager-nav {
      width: 20%;
      display: inline-grid;
  }

  .cds-ViewDriverDetails-grid span.k-pager-sizes.k-label {
      width: 60%;
      display: inline-block;
      margin-top: 10px;
      margin-left: 0em;
      margin-right: 0em;
  }

  .cds-ViewDriverDetails-grid .k-pager-info.k-label {
      display: inline-block;
      text-align: right;
      width: 40%;
      margin-top: 10px;
      margin-left: 0em;
      margin-right: 0em;
  }
  .cds-login-content {
    margin-top: 200px !important;
  }
  .container {
    max-width: 410px;
  }  

  .k-grid-content.k-virtual-content {
    height: 100%;
    overflow-x: auto;
    overflow-y: scroll;
    flex: 1 1 auto;
    min-height: 50px !important;
    max-height: 210px !important;
  }

  .k-dialog-wrapper.base-dialog.fbd-12.chc-DeleteDriversDialogModel .k-dialog {
    min-width: 410px;
    max-width: 410px;
  }
  .k-dialog-wrapper.base-dialog.chc-addDriver-modal-popup .k-dialog {
      height: 300px;
      min-width: 350px;
      max-width: 350px;
  }

  .k-dialog-wrapper.base-dialog.chc-AddDriverType-modal-popup .k-dialog {
      height: 220px;
      min-width: 350px;
      max-width: 350px;
  }

  .k-dialog-wrapper.base-dialog.chc-AddVendor-modal-popup .k-dialog {
    height: 220px;
    min-width: 350px;
    max-width: 350px;
  }

	.k-dialog-wrapper.base-dialog.chc-add-Variable-modal-popup .k-dialog {
		min-width: 340px;
		max-width: 340px;
    max-height: 500px;
	}
 }
 
 /* Landscape */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) { 
  .cds-accordionContent-log {
    min-height: 40px;
   max-height: 100px !important;
    overflow: auto;
    width: 540px;
}
  .k-dialog-wrapper.base-dialog.chc-addDriver-modal-popup .k-dialog .cds-baseDialog-addConfirm-Cancel-btn {
   margin-right: 0px !important  
  }

  .k-dialog-wrapper.base-dialog.chc-AddDriverType-modal-popup .k-dialog .cds-baseDialog-addConfirm-Cancel-btn {
    margin-right: 0px;   
  }

  .k-dialog-wrapper.base-dialog.chc-AddVendor-modal-popup .k-dialog .cds-baseDialog-addConfirm-Cancel-btn {
    margin-right: 0px;   
  }
  .cds-MAC-Address-input{
         width: 25%;
    }
    
    .cds-logOperationType-input {
        font-size: 14px !important;
        width: 100% !important;
        padding-right: 15px !important;
    }

    .cds-timeDuration{
        font-size: 14px !important;
        width: 100% !important;
        padding-right: 15px !important;        
    }
    .cds-search-OR-text {
      margin-top: 5px !important;
      width: 100% !important;
    }
    .cds-search-btn {
      margin-top: 20px !important;
    }
    .cds-queryToExecute{
        font-size: 14px !important;
        width: 100% !important;
        padding-right: 15px !important;
    }
    .cds-infoIcon-button{
      width: 30px;
      padding: 10px;
      margin-top: 20px !important;
    }
    .cds-accordionContent {
      min-height: 50px;
      max-height: 120px !important;
      overflow: auto;
    }
    .k-list .k-item {
    font-size: 14px !important;  
    } 
    .cds-pairLock-account-heading {
      font-size: 20px !important;
    }

    .customerContacts-details {   
      font-size: 14px !important;
    }

	.Continue-paring-details {
		font-size: 14px !important;
	}

  .cds-authenticate-btn.btn-primary {
    font-size: 14px !important;
  }

  .cds-sendResend-btn.btn-primary {
      font-size: 14px !important;
  }

  .cds-OR-label {
      font-size: 14px !important;
  }

  .k-dropdown .k-dropdown-wrap {
      font-size: 14px !important;
  }

  .cds-coustom-form-control {
      font-size: 14px !important;
  }
  .cds-coustom-form-label  {
      font-size: 14px !important;
  }
  .cds-sendResend-btn.btn-primary {  
    width: 75px !important;
  }

  .cds-RegistrationID-invalid-heading {
   font-size: 16px !important;     
    font-weight: normal;
    line-height: 1.5;
  }
  
  .Continue-close-tab {
    font-size: 16px;
  }
  
  .container {
    max-width: 660px;
  } 
  
  .k-grid-content.k-virtual-content {
		height: 100%;
		overflow-x: auto;
		overflow-y: scroll;
		flex: 1 1 auto;
		min-height: 150px;
		max-height: 150px;
	}

  .k-dialog-wrapper.base-dialog.fbd-12.chc-DeleteDriversDialogModel .k-dialog {
    min-width: 410px;
    max-width: 410px;
  }

  .k-dialog-wrapper.base-dialog.chc-addDriver-modal-popup .k-dialog {
      height: 300px;
  }

  .k-dialog-wrapper.base-dialog.chc-AddDriverType-modal-popup .k-dialog {
      height: 220px;
  }

  .k-dialog-wrapper.base-dialog.chc-AddVendor-modal-popup .k-dialog {
    height: 220px;
  }

  .k-dialog-wrapper.base-dialog.chc-addDriver-modal-popup .k-dialog {
      height: 300px;
  }

  .k-dialog-wrapper.base-dialog.chc-AddDriverType-modal-popup .k-dialog {
      height: 220px;
  }

  .k-dialog-wrapper.base-dialog.chc-AddVendor-modal-popup .k-dialog {
    height: 220px;
  }

	.k-dialog-wrapper.base-dialog.chc-add-Variable-modal-popup .k-dialog {
		min-width: 570px;
		max-width: 570px;
    max-height: 340px;
	}
 }

 /* iPad Mini in portrait & landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) { 
  .k-list .k-item {
   font-size: 14px !important;  
  } 
  .cds-pairLock-account-heading {
		font-size: 20px !important;
	}

	.customerContacts-details {   
		font-size: 14px !important;
	}

	.Continue-paring-details {
		font-size: 14px !important;
	}

  .cds-authenticate-btn.btn-primary {
    font-size: 14px !important;
  }

  .cds-sendResend-btn.btn-primary {
      font-size: 14px !important;
  }

  .cds-OR-label {
      font-size: 14px !important;
  }

  .k-dropdown .k-dropdown-wrap {
      font-size: 14px !important;
  }

  .cds-coustom-form-control {
      font-size: 14px !important;
  }
  .cds-coustom-form-label  {
      font-size: 14px !important;
  }
  .cds-RegistrationID-invalid-heading {
    font-size: 16px !important;     
    font-weight: normal;
    line-height: 1.5;
  }
  
  .Continue-close-tab {
    font-size: 16px;
  }
  
  .cds-login-content {
    margin-top: 50px !important;
  }
   .container {
    max-width: 768px;
  }
}

/* iPad Mini in landscape only */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
  .cds-accordionContent-log {
    min-height: 40px;
    max-height: 100px;
    overflow: auto;
    width: 590px;
}
  .k-list .k-item {
   font-size: 14px !important;  
  } 
  .cds-pairLock-account-heading {
		font-size: 14px;
	}

	.customerContacts-details {   
		font-size: 14px !important;
	}

	.Continue-paring-details {
		font-size: 14px !important;
	}

  .cds-authenticate-btn.btn-primary {
    font-size: 14px !important;
  }

  .cds-sendResend-btn.btn-primary {
      font-size: 14px !important;
  }

  .cds-OR-label {
      font-size: 14px !important;
  }

  .k-dropdown .k-dropdown-wrap {
      font-size: 14px !important;
  }

  .cds-coustom-form-control {
      font-size: 14px !important;
  }
  .cds-coustom-form-label  {
      font-size: 14px !important;
  }
  .cds-sendResend-btn.btn-primary {  
    width: 75px !important;
  }

  .cds-RegistrationID-invalid-heading {
    font-size: 16px !important;     
    font-weight: normal;
    line-height: 1.5;
  }
  
  .Continue-close-tab {
    font-size: 16px;
  }
  
   .container {
    max-width: 1024px; 
  }

}

/* iPad Mini in portrait only */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
  .cds-accordionContent-log {
    min-height: 40px;
    max-height: 200px;
    overflow: auto;
    width: 600px;
}
  .k-list .k-item {
   font-size: 14px !important;  
  } 
  .cds-sendResend-btn.btn-primary {  
    width: 100px !important;
  }
  .cds-RegistrationID-invalid-heading {
    font-size: 16px !important;     
    font-weight: normal;
    line-height: 1.5;
  }
  
  .Continue-close-tab {
    font-size: 16px;
  }
  
   .container {
    max-width: 768px;
  }

  .k-grid-content.k-virtual-content {
    height: 100%;
    overflow-x: auto;
    overflow-y: scroll;
    flex: 1 1 auto;
    min-height: 40px;
    max-height: calc(100vh - 550px) !important;
  }
}

/* iPhone SE */


@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {   
  .cds-accordionContent-log {
    min-height: 40px;
    max-height: 200px;
    overflow: auto;
    width: 320px;
}
  .cds-baseDialog-addConfirm-Cancel-btn.cds-coustom-btn.btn.btn-primary.btn.btn-primary.cds-admin-confirm {
    margin-right: 0px !important
}
  .k-dialog-wrapper.base-dialog.chc-addDriver-modal-popup .k-dialog .cds-baseDialog-addConfirm-Cancel-btn {
   margin-right: 0px;   
  }

  .k-dialog-wrapper.base-dialog.chc-AddDriverType-modal-popup .k-dialog .cds-baseDialog-addConfirm-Cancel-btn {
    margin-right: 0px;   
  }

  .k-dialog-wrapper.base-dialog.chc-AddVendor-modal-popup .k-dialog .cds-baseDialog-addConfirm-Cancel-btn {
    margin-right: 0px;   
  }
  .k-list .k-item {
   font-size: 14px !important;  
  } 
  .cds-pairLock-account-heading {
      font-size: 18px !important;
    }
    
    .customerContacts-details {   
      font-size:  14px !important;
    }

    .Continue-paring-details {
      font-size:  14px !important;
    }

    .cds-authenticate-btn.btn-primary {
      font-size: 14px !important;
    }

    .cds-sendResend-btn.btn-primary {
        font-size: 14px !important;
    }

    .cds-OR-label {
        font-size: 14px !important;
    }

    .k-dropdown .k-dropdown-wrap {
        font-size: 14px !important;
    }

    .cds-coustom-form-control {
        font-size: 14px !important;
    }
    .cds-coustom-form-label  {
      font-size: 14px !important;
    }
}

@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) { 
  .cds-accordionContent-log {
    min-height: 40px;
    max-height: 100px !important;
    overflow: auto;
    width: 560px;
}
  .cds-baseDialog-addConfirm-Cancel-btn.cds-coustom-btn.btn.btn-primary.btn.btn-primary.cds-admin-confirm {
    margin-right: 0px !important
  }
  .k-dialog-wrapper.base-dialog.chc-addDriver-modal-popup .k-dialog .cds-baseDialog-addConfirm-Cancel-btn {
   margin-right: 0px;   
  }

  .k-dialog-wrapper.base-dialog.chc-AddDriverType-modal-popup .k-dialog .cds-baseDialog-addConfirm-Cancel-btn {
    margin-right: 0px;   
  }

  .k-dialog-wrapper.base-dialog.chc-AddVendor-modal-popup .k-dialog .cds-baseDialog-addConfirm-Cancel-btn {
    margin-right: 0px;   
  }
  .k-list .k-item {
   font-size: 14px !important;  
  } 
	.cds-pairLock-account-heading {
		font-size: 20px !important;
	}

	.customerContacts-details {   
		font-size: 14px !important;
	}

	.Continue-paring-details {
		font-size: 14px !important;
	}

  .cds-authenticate-btn.btn-primary {
    font-size: 14px !important;
  }

  .cds-sendResend-btn.btn-primary {
      font-size: 14px !important;
  }

  .cds-OR-label {
      font-size: 14px !important;
  }

  .k-dropdown .k-dropdown-wrap {
      font-size: 14px !important;
  }

  .cds-coustom-form-control {
      font-size: 14px !important;
  }
  .cds-coustom-form-label  {
      font-size: 13px !important;
  }
}

.k-dialog-wrapper.base-dialog.fbd-12.chc-DeleteDriversDialogModel .k-dialog {
  min-width: 450px;
  max-width: 450px;
  height: 150px;
}

.k-grid-content.k-virtual-content {
  height: 100%;
  overflow-x: auto;
  overflow-y: scroll;
  flex: 1 1 auto;
  min-height: 40px;
  max-height: calc(100vh - 400px);
}

.cds-send-message {
  font-size: 14px;
  font-family: "Cerebri Sans Pro";
  display: block;
  font-weight: 600; 
  line-height: 20px;
  max-width: 210px;
  margin-right: auto;
  margin-left: auto; 
}

.cds-send-LinkIsValid-msg {
  font-size:  13px; 
  font-family: "Cerebri Sans Pro"; 
  font-weight: normal;
  display: block;
  margin-bottom: 5px; 
  margin-top: 5px; 
  max-width: 210px;
  margin-right: auto;
  margin-left: auto;
}

.cds-send-returnToConfiguration-msg {
  font-size: 13px;  
  font-weight: normal;
  display: block;
  line-height: 16px;
  max-width: 210px;
  margin-right: auto;
  margin-left: auto;
  
}

.cds-authenticate-btn.btn-primary {
  color: #fff !important;
  background-color: #0070FF !important;
  border-color: #2e6da4 !important;
  font-size: 0.8463541666666666vw;
  letter-spacing: 1px;
  font-family: "Cerebri Sans Pro";
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}

.cds-sendResend-btn.btn-primary {
  color: #fff !important;
  background-color:#163B8F !important;
  border-color: #2e6da4 !important; 
  font-size: 0.8463541666666666vw;
  letter-spacing: 1px;
  font-family: "Cerebri Sans Pro";
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  width: 90px;
}

.cds-customerContacts-text{
  line-height: 22px;
  max-width: 375px;
  max-width: 460px;
}

.cds-OR-label{
	  font-family: 'Cerebri Sans Pro';
    font-weight: 700;    
    font-size: 0.8463541666666666vw;
    letter-spacing: 1px;
    line-height: 26px;
    text-align: center;
    vertical-align: middle;
}

input.cds-oauth-phoneNumber[type="number"]::-webkit-outer-spin-button,
input.cds-oauth-phoneNumber[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cds-baseDialog-addConfirm-Cancel-btn.cds-coustom-btn.btn.btn-primary.btn.btn-primary.cds-admin-confirm {
    margin-right: 24px;
}


@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .cds-MAC-Address-input {
      width: 49% !important;
    }
    .cds-RegistrationID-input {
      width: 49% !important;
    }
    .cds-logOperationType-input {
      width: 49% !important;
    }
    .cds-timeDuration {
      width: 49% !important;
    }
    .cds-OR-text {
      width: 100% !important;
      margin-top: 20px !important;
    }
    .cds-queryToExecute {       
      width: 49% !important;
    }
    .cds-infoIcon-button {
      width: 9% !important; 
      margin-top: 40px !important;
    }
    .cds-advancedSearch-button {
      width: 40% !important;
    }
    .cds-infoIcon-tooltip {
      margin-top: 0px !important;
  }
}

@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape ) {
    .cds-MAC-Address-input {
      width: 49% !important;
    }
    .cds-RegistrationID-input {
      width: 49% !important;
    }
    .cds-logOperationType-input {
      width: 49% !important;
    }
    .cds-timeDuration {
      width: 49% !important;
    }
    .cds-OR-text {
      width: 100% !important;
      margin-top: 20px !important;
    }
    .cds-queryToExecute {       
      width: 49% !important;
    }
    .cds-infoIcon-button {
      width: 9% !important; 
    }
    .cds-advancedSearch-button {
      width: 40% !important;
    }
    .cds-infoIcon-tooltip {
      margin-top: 0px !important;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .cds-MAC-Address-input {
      width: 49% !important;
    }
    .cds-RegistrationID-input {
      width: 49% !important;
    }
    .cds-logOperationType-input {
      width: 49% !important;
    }
    .cds-timeDuration {
      width: 49% !important;
    }
    .cds-OR-text {
      width: 100% !important;
      margin-top: 20px !important;
    }
    .cds-queryToExecute {       
      width: 49% !important;
    }
    .cds-infoIcon-button {
      width: 9% !important; 
    }
    .cds-advancedSearch-button {
      width: 40% !important;
    }
    .cds-infoIcon-tooltip {
      margin-top: 0px !important;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape ) {
    .cds-MAC-Address-input {
      width: 49% !important;
    }
    .cds-RegistrationID-input {
      width: 49% !important;
    }
    .cds-logOperationType-input {
      width: 49% !important;
    }
    .cds-timeDuration {
      width: 49% !important;
    }
    .cds-OR-text {
      width: 100% !important;
      margin-top: 20px !important;
    }
    .cds-queryToExecute {       
      width: 59% !important;
    }
    .cds-infoIcon-button {
      width: 9% !important; 
    }
    .cds-advancedSearch-button {
      width: 30% !important;
    }
    .cds-infoIcon-tooltip {
      margin-top: 0px !important;
  }
}
.base-dialog .k-dialog {
  min-width: 630px;
  max-width: 800px;
}

.cds-modal-footer{
  border: none;
}

.cds-modal-footer.modal-footer {
  padding: .30rem 0rem .30rem .30rem;
}

.cds-modal-footer .cds-baseDialog-footerBtn-wrap {
  margin: .25rem 0rem .25rem 0rem;
}

.cds-baseDialog-addConfirm-Cancel-btn.btn.btn-primary {
  line-height: 1.05;
  background-color: #0070FF !important;
  border-color: #2e6da4 !important;
  font-size: 13px;
}

.cds-coustom-btn {
  line-height: 1.25;
  font-size: 13px;
  height: 40px;
}

.cds-coustom-form-label { 
  font-family: 'Cerebri Sans Pro';
  font-weight: 400;
  font-size: 0.8463541666666666vw; 
  color: #636366 ; 
  line-height: 26px;
  vertical-align: middle;
}

.cds-coustom-form-control {  
  font-size: 0.8463541666666666vw;
  height: 40px;
}
.base-dialog .k-dialog-titlebar {
  background-color: #363940;
  padding: 10px;
}

.base-dialog .k-window-title.k-dialog-title {
  color: white;
  font-size: 15px;
  font-weight: normal !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.base-dialog .base-dialog-btn {
  font-size: 12px !important;
}

.base-dialog .modal-footer button {
  background-color: #337ab7;
  border-color: #337ab7;
}

.k-animation-container.k-reset {
  z-index: 999999 !important;
}

.base-dialog label {
  padding-top: 0;
  padding-bottom: 0;
}

.wrap-dialog {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 9999;
}

.base-dialog .base-dialog-btn.ms-2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.base-dialog div.col-sm-9 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cds-baseDialog-modalBody-fieldset {
  border: 1px solid #ddd !important;
  margin: 5px;
  min-width: 0;
  padding: 0px;
  border-radius: 4px;
}

.k-window-content.k-dialog-content {
  border: 1px solid #ddd !important;
  margin: 6px;
  min-width: 0;
  padding: 0px;
  padding-top: 5px;
  border-radius: 3px;
  padding-top: 1rem!important;
}

/* 
.k-window-content.k-dialog-content {
  height: 100%;
  min-height: fit-content;
  max-height: 410px;
  overflow-y: auto;
  overflow-x: hidden;
} */


.cds-ViewDriverDetails-grid .k-pager-numbers .k-link.k-state-selected {
    color: #666666;
    background-color: rgb(216 216 216);
}

.cds-ViewDriverDetails-grid .k-grid {
    border-color: #ced4da;    
}

.cds-ViewDriverDetails-grid.k-grid-header{
	border-color: #ced4da;
}

.cds-ViewDriverDetails-grid .k-link.k-state-selected {
    color: #666666;
    background-color: rgb(216 216 216);
}

.cds-ViewDriverDetails-grid .k-pager-numbers .k-link:hover, .cds-ViewDriverDetails-grid.k-pager-numbers .k-link.k-state-hover {
    color: #ffffff;
    background-color: #0096d3;
}

.cds-ViewDriverDetails-grid .k-pager-numbers .k-link {
    color: #666666;
}

.cds-ViewDriverDetails-grid table {
    width: 1247px !important;
}

.cds-grid-delet-btn.k-primary {
    background-color: #ff6358 !important;
}

.base-dialog .k-dialog .k-window-content.k-dialog-content {
    padding: 15px;
}

.cds-welcome-text{
    margin-bottom: 10px;
    font-family: 'Cerebri Sans Pro';
    font-weight: 700 !important;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
}

.cds-signinAccess-text {
    font-family: 'Cerebri Sans Pro';
    font-weight: 700;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
  }

.cds-signIn-btn{
    font-size: 1rem;
}

.cds-signIn-btn.btn-primary {
    color: #fff !important;
    background-color: #0070FF !important;
    border-color: #2e6da4 !important;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: "Cerebri Sans Pro";
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
}

.chc-DeleteDriversDynamicDataDialogModel .k-widget.k-window.k-dialog {
    min-width: 500px;
    max-width: 500px;
}

.chc-DeleteDriversDynamicDataDialogModel .k-dialog .cds-modal-footer {
    margin-top: 15px;
    margin-bottom: 10px;
}
.cds-ip-search {
  position: relative;
  border-radius: 0px;
}

.cds-ip-search-icon {
  height: 100%;
  position: absolute;
  padding: 0px 0 0 8px;
  border: none;
  background: none;
  left: 0px;
  color: #707070;
  font-size: 13px;
}

.cds-equipment-searchInput-wrapp .cds-ip-search-icon {
  height: 100%;
  position: absolute;
  padding: 0px 0 0 5px;
  border: none;
  background: none;
  left: 0px;
  color: #707070;
  font-size: 13px;
}
.cds-ip-clear-icon-wrapper {
  height: 100%;
  position: absolute;
  padding: 0px 8px 0 0;
  border: none;
  background: none;
  right: 0px;
  color: #ffffff;
  font-size: 14px;
}


.cds-smartSearch-clear-icon {
  display: inline-block;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.cds-ip-search-input {
  height: 40px;
  padding-left: 25px !important;
  border-radius: .25rem !important;
}

.form-control{
  border: 1px solid #c3c3c3 !important;
}

.form-control:focus {
  border-color: #66afe9 !important;
  outline: 0;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  color: #555555;
}

.k-textbox:focus, .k-textbox.k-state-focus, .k-textbox.k-state-focused {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  border-radius: .25rem !important;
}

input.k-textbox {
  padding: 4px 8px;
  border-radius: .25rem !important;
  border: 1px solid #c3c3c3 !important;
}




.k-list .k-item.k-state-selected, .k-list-optionlabel.k-state-selected {
    color: #ffffff !important;
    background-color: #0099d8 !important;
}


.k-dropdown .k-dropdown-wrap, .k-dropdowntree .k-dropdown-wrap {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #c3c3c3 !important;
    border-radius: .35rem !important;
} 

.k-dropdown .k-dropdown-wrap:hover, .k-dropdowntree .k-dropdown-wrap:hover, .k-dropdown .k-dropdown-wrap.k-state-hover, .k-dropdowntree .k-dropdown-wrap.k-state-hover {
    background-color: #0099d8;
}

.k-list .k-item:hover, .k-list .k-item.k-state-hover, .k-list-optionlabel:hover, .k-list-optionlabel.k-state-hover {
    color: #ffffff  !important;
    background-color: #0099d8 !important;
}

.k-list-container {
    color: #ffffff;
}

.k-animation-container-shown, .k-animation-container > .k-popup {
box-shadow: 0 2px 4px 0 rgb(0 0 0 / 3%), 0 4px 5px 0 rgb(0 0 0 / 4%);
border-color: #999999 !important;
background-color: #fafafa !important;
color: #000000 !important;
z-index: 9999;
}

.k-header, th.k-header {
    border: 1px solid #dfdfdf;
}

.k-grid-footer td {
    border: 1px solid #dfdfdf;
}

.k-grid td{
    border: 1px solid #dfdfdf;
}

.k-grid .k-grid-filter{
    color: #424242;
}

.k-grid-header .k-grid-filter:hover {
    background-color: #363940;
}
  
.k-grid-header .k-i-sort-asc-sm, .k-grid-header .k-i-sort-desc-sm, .k-grid-header .k-sort-order {
    color: #000000;
}

.k-grid-content tr:last-child > td, .k-grid-content-locked tr:last-child > td {
    border-bottom-width: 1px;
}

.k-button, .k-button-secondary {
    border-color: rgba(0, 0, 0, 0.08);
    color: #ffffff;
    background-color: #f5f5f5;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}

table.k-grid-table .k-grid-norecords {
    height: auto;
}

table.k-grid-table .k-grid-norecords td {
    border: 0px;
}

.k-grid tbody tr:hover, .k-grid tbody tr.k-state-hover {
    background: none !important;
}

tr.k-master-row.k-alt:hover {
    background-color: rgba(0, 0, 0, 0.04) !important;
}

.k-dropdown .k-dropdown-wrap {	
    font-size: 0.8463541666666666vw;
    border-radius: .35rem !important;
}

.k-list .k-item { 	
    font-size: 0.8463541666666666vw;
}

.k-dropdown {
    height: 40px;
}

.k-button-primary:hover, .k-button.k-primary:hover {
    border-color: #0095d3;    
}

.cds-grid-delet-btn.k-button-primary:hover, .cds-grid-delet-btn.k-button.k-primary:hover {
    border-color: #f95246;    
}

.k-button.k-primary:focus{
	box-shadow: 0 0 0 2px #5ecefb !important;
    border-color: #019ad8 !important;    
}

.cds-grid-delet-btn.k-button.k-primary:focus {
    box-shadow: 0 0 0 2px #db564c9c !important;
    border-color: #f95246 !important;
}

span.k-icon.k-i-arrow-s::before {
    content: "\e015" !important;
    font-size: 22px;
    color: #636366 !important;
    margin-right: 5px;
}

.btn{
    border-radius: .35rem !important;
}

.form-control {
    border-radius: .35rem !important;
}

.k-input {
    margin: 4px 4px 4px 4px !important;
}

.k-list .k-item.k-state-selected, .k-list-optionlabel.k-state-selected {
    color: #000000 !important;
    background-color: #EBEBEB !important;
}
 
.k-list .k-item:hover, .k-list .k-item.k-state-hover, .k-list-optionlabel:hover, .k-list-optionlabel.k-state-hover {
    color: #000000 !important;
    background-color: #EBEBEB !important;
}

.k-textbox::selection, .k-textbox .k-input::selection {
    color: #ffffff;
    background-color: #0070FF !important;
}

.k-loading-mask, .k-loading-image, .k-loading-color {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.k-pager-wrap .k-link {    
    border-radius: .35rem !important;
}

.k-button {   
    border-radius: .35rem !important;
}
.cds-email-phone-NotifiedDate {
    display: block;
}

.cds-search-btn{
    margin-top: 40px;
}

.cds-search-OR-text{
    margin-top: 40px;
}

.cds-infoIcon-tooltip{
    margin-top: 40px;
    text-align: center !important;
    position: relative !important;
}

.cds-ViewRegistrationModel-grid .k-grid {
    border-color: #ced4da;
    margin-bottom: 0px;
}

.cds-ViewRegistrationModel-grid .k-grid-header{
	border-color: #ced4da;
}


.cds-ViewRegistrationModel-grid .k-link.k-state-selected {
    color: #666666;
    background-color: rgb(216 216 216);
}

.cds-ViewRegistrationModel-grid .k-pager-numbers .k-link:hover, .cds-ViewRegistrationModel-grid .k-pager-numbers .k-link.k-state-hover {
    color: #ffffff;
    background-color: #0070FF !important;
}

.cds-ViewRegistrationModel-grid .k-pager-numbers .k-link {
    color: #666666;
}

.cds-ViewRegistrationModel-grid table {
    width: 1260px !important;
}

.cds-registration-notified-details{
    background-color: #e9ecef;
    opacity: 1;
    font-size: 12px;
    cursor: not-allowed !important;
    max-height: 240px;
    overflow: auto;
}

.form-control:disabled{
    background-color: #e9ecef;
    opacity: 1;
    cursor: not-allowed !important;
}


/* Accordion for the Support sSearch page */

    .cds-Accordian-panel-group .panel {
    margin-bottom: 0px;
    border-radius: 4px;
}

.cds-Accordian-panel {
    box-shadow: rgb(0 0 0 / 5%) 0px 1px 2px;
}

.cds-Accordian-default {
    border-color: rgb(221, 221, 221);
}

.cds-Accordian-panel {
    margin-top: 20px;
    background-color: rgb(255, 255, 255);
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 5%) 0px 1px 1px;
}

.cds-Accordian-panel-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
}

.cds-Accordian-panel .accordion-button {
  padding: 10px !important;
}

.accordion-body {
    padding: 1rem .5rem .5rem .5rem !important;
}

.accordion-button {
    color: #000000;
    background-color: #f7f7f7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

button.accordion-button {
    font-family: 'Cerebri Sans Pro';
    font-weight: 600;
    font-size: 16px;
}

/* Accordion for the Support sSearch page */


.k-widget.k-grid {
    font-family: 'Cerebri Sans Pro';
    font-weight: 400;
    font-size: 14px;
}

th.k-header {
    font-weight: 700;
}

textarea.cds-driver-advanced-search {
    resize: none;
}

.k-grid-header .k-header:last-child {   
    border-right:0px
}

.cds-timeDuration {
    width: 95px;
}

.cds-MAC-Address-input {
    width: 155px;
}

.cds-advancedSearch-button {
    width: 110px;
}

.cds-RegistrationID-input {
    width: 310px;    
}

.cds-infoIcon-button{
    width: 30px;
    padding: 10px;
    margin-top: 40px;
}

.cds-queryToExecute {
    width: 415px;
}

.cds-logOperationType-input {
    font-size: 14px !important;
    width: 120px;
}

.cds-infoIcon-icon {
    font-size: 20px;
    cursor: pointer;
}

.cds-accordionContent{
    min-height: 50px;
    max-height: 200px;
    overflow: auto;
}

.chc-view-sample-queries-popup.base-dialog .k-dialog {
    min-width: 650px;
    max-width: 650px;
}

.tooltip {
  position: relative;
  display: inline-block; 
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: black;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 140%;
    left: 50%;
    margin-left: -20px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -85px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 1 !important;
}

.cds-OR-text {    
    width: 60px;
    text-align: center;
    padding-top: 7px;
    
}

/* css for Unregister modal popup */

.cds-unRegister-modalPopup.base-dialog .k-dialog {
    min-width: 410px;
    max-width: 500px;
}

.cds-unRegister-modalPopup .cds-baseDialog-addConfirm-Cancel-btn {
    margin-top: 25px;
}

/* css for Sample Queries ,odal popup  */

.cds-accordionContent-log {
    min-height: 40px;
    max-height: 200px;
    overflow: auto;
    margin-left: 0px;
}

.cds-sampleQueries-logs-list {
    margin-bottom: 5px;
    margin-top: 5px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5px;
}

.cds-sampleQueries-exceptions-list {
    margin-bottom: 5px;
    margin-top: 5px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5px;
}

.cds-sampleQueries-logs-list:first-child {
    margin-bottom: 5px;
    margin-top: 10px;     
}

.cds-sampleQueries-exceptions-list:first-child {
    margin-bottom: 5px;
    margin-top: 10px;    
}

.cds-sampleQueries-logs-list:last-child {
    margin-bottom: 10px;
    margin-top: 5px;    
    border-bottom: none;
}

.cds-sampleQueries-exceptions-list:last-child {
    margin-bottom: 10px;
    margin-top: 5px;
    border-bottom: none;
}
