@font-face {
    font-family: 'Proxima Nova Black';
    src: url('/fonts/Mark Simonson - Proxima Nova Alt Black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('/fonts/Mark Simonson - Proxima Nova Alt Bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova SC';
    src: url('/fonts/Mark Simonson - Proxima Nova ScOsf Thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova SB';
    src: url('/fonts/Mark Simonson - Proxima Nova Semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova CSB';
    src: url('/fonts/Mark Simonson - Proxima Nova Alt Condensed Semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Thin';
    src: url('/fonts/Mark Simonson - Proxima Nova Thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    width: 100%;
    height: 100%;
}
.ant-modal{ top: 10px !important;}
.ant-checkbox-wrapper ,.ant-breadcrumb a , .ant-modal , .ant-tooltip , .ant-select-dropdown , .ant-steps {
    font-family: 'Proxima Nova', sans-serif !important;
}

body .DraftEditor-editorContainer .public-DraftStyleDefault-block > span {
    font-family: Arial;
    font-style: unset;
    font-weight: unset;
}


body, .atd-full-container, .atd-main-container {
    height: 100%;
    float: left;
    width: 100%;
}

.thin {
    font-style: normal;
    font-weight: 100;
}
.w100 {
    width:100%;
}
.bold {
    font-weight: 700 !important;
}

.secondary {}

.bordered {
    font-size: 13px;
}

.no_padding {
    padding: 0px !important;
}

button {
    border-radius: 3px;
    font-size: 10px;
    padding: 5px 15px;
    letter-spacing: 1px;
    font-weight: 300;
    border: 0px;
}

.w_50 {
    width: 50%;
    float: left;
}

.bold {
    font-family: 'Proxima Nova SB', sans-serif;
}

button.secondary {
    padding: 5px 20px;
}

.white_link {
    font-size: 11px;    
    margin-top: 5px;
}

a {
    cursor: pointer;
}


.ant-scroll-number.ant-badge-count {
    box-shadow: none;
}

.ant-select-search__field {
    margin-left: -5px;
}
.ant-input {
    outline: 0;
    box-shadow: none !important;
    color: black !important;
}

.ant-select-selection__rendered {
    margin: 0px 5px !important;
}

.ant-select-selection__placeholder {
    font-family: 'Proxima Nova SB', sans-serif;
    font-size: 11px !important;
    margin-top: -9px !important;
    letter-spacing: 1px;
    padding-left: 5px;
}

.ant-select, .ant-select-selection-selected-value {
    font-size: 13px !important;
}

.ant-select-selection.ant-select-selection--single {
    border: 0 !important;
    box-shadow: none !important;
}

/* Input styling */
.group {
    position: relative;
    margin-bottom: 20px;
}

.group input {
    font-size: 13px;
    padding: 5px 10px 5px 5px;
    display: block;
    width: 100%;
    border: none;
}

.group input:focus {
    outline: none;
}

/* LABEL ======================================= */

.group label {
    font-size: 11px;
    font-weight: normal;
    position: absolute;
    letter-spacing: 1px;
    pointer-events: none;
    left: 40px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
@media only screen and (max-width:767px) {
    .group label {
        font-size: 10px;
    }
}
/* active state */

.group input:focus~label,
input:valid~label {
    top: -10px;
    font-size: 10px;
}

/* BOTTOM BARS ================================= */

.group .bar {
    position: relative;
    display: block;
    border-bottom: 0;
}

.group .bar:before,
.bar:after {
    content: '';
    height: 1px;
    width: 0;
    bottom: 1px;
    position: absolute;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.group .bar:before {
    left: 50%;
}

.group .bar:after {
    right: 50%;
}

/* animation for login input only */

.group .login_input~.bar1 {
   position: absolute;
     bottom: 0 ;
     left: 50% ;
     width: 0 ;
     height: 2px;
     transition: 0.2s;
}

.group .login_input:focus~.bar1 {
    width: 100%;
     transition: 0.2s;
     left: 0;
}

/* animation for login input only ends */

/* active state */

.group input:focus~.bar:before,
input:focus~.bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */

.group .highlight {
    position: absolute;
    height: 60%;
    width: 100%;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.group input:focus~span.invalid {
    position: absolute;
    right: 10px;
    top: -10px;
    font-size: 11px;
    pointer-events: none;
}
.domain_selector input:focus~span.invalid {
    top:-10px !important;
}
.group span.domain {
    top: -10px !important;
}
.group span.invalid {
    top: -10px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    font-size: 11px;
}

.group span.invalid.select_right {
    top: -6px;
    left: 4px;
}
.dategroup span.invalid {
    top: 10px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    font-size: 11px;
    top: -20px;
    right: 4px;
}
.selectgroup span.invalid {
    pointer-events: none;
    font-size: 11px;
    float: right;
}
.form-control-label {
    height: auto !important;
    word-break: break-all;
}
/* .ant-select-dropdown {
    z-index: 90 !important;
} */
/* Input styling ends */


/* responsive mobile  */
@media only screen and (max-width:767px) {
    .height_auto_mob {
        height: 100% !important;
        overflow: scroll;
    }
    .form-control {
        font-size: 16px !important;
        height: 32px;
    }
    .ant-select-search--inline .ant-select-search__field {
        font-size: 16px !important;
    }
    
}
.form-control {
    height: 32px;
}
@media (max-width:991px) {
    input[type='text'],
    input[type='number'],
    input[type='password'],
    input:focus,
    input:not([type=range]),
    select:focus,
    textarea:focus,
    textarea {
    font-size: 16px;
    }
}

.sidebar_open_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
    z-index: 99;
    overflow: hidden;
  }

  /* fix for tag input  */
.ant-select-search__field__wrap input {
    margin-left: 5px;
}

.ReactTable .rt-th, .ReactTable .rt-td {
    padding: 5px 10px !important;
}

 .ReactTable .rt-tbody {
     overflow: auto;

 }
 .ReactTable .rt-tbody{

 }

 /* width */
 .ReactTable .rt-tbody::-webkit-scrollbar {
    width: 6px;
    display: block !important;
    height: 0px;
  }
  
  /* Track */
  .ReactTable .rt-tbody::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 0px;
  }
   
  /* Handle */
  .ReactTable .rt-tbody::-webkit-scrollbar-thumb {
     
    border-radius: 10px;
  }
  
  /* Handle on hover */
  .ReactTable .rt-tbody::-webkit-scrollbar-thumb:hover {
    background: #083146; 
  }



  .rt-th {
      height: 100%;
      display: flex;
      align-items: center;

  }
  .ReactTable .rt-thead .rt-resizable-header-content {
      white-space: pre-wrap !important;
      word-break: break-all;
      word-break: break-word;           
  }
  .rt-thead .rt-tr {
    background-color: #f3f4f8;
  }
.ant-modal-header { background-color: #5e6c76 !important;}
.ant-modal-title , .ant-modal-close{ color: #fff !important;}
.nav > li > a { padding: 10px !important;}
.ant-popover-inner-content { width: auto !important;}
.nav-tabs .parcourse_checkbox { line-height: 16px;}