@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:300,400,500,700,800');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
/** {
    margin: 0;
    outline: 0 none;
    font-family: 'Alegreya Sans', sans-serif;
}*/
.clear {
    clear: both;
}
.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, a selectbox1ress, code, del, dfn, em, img, q, dl, dt, selectbox1, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
    border: 0 none;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    vertical-align: baseline;
}
article, aside, dialog, figure, figcaption, footer, header, hgroup, nav, section {
   display: block;
}
a {
    color: #01c5db;
    text-decoration: none;
    cursor: pointer;
}
a img {
    border: medium none;
}
a:hover{
    transition:all 300ms ease-in-out;
    -webkit-transition:all 300ms ease-in-out;
    -moz-transition:all 300ms ease-in-out;
    -ms-transition:all 300ms ease-in-out;
    -o-transition:all 300ms ease-in-out;
    color: #fff;
}
a:focus{
    text-decoration:none;
    color: #fff;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
    line-height: 26px;
    vertical-align: middle;
}

blockquote::before, blockquote::after, q::before, q::after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
:focus {
    outline: 0 none;
}
del {
    text-decoration: line-through;
}
button::-moz-focus-inner {
    border: 0 none;
}
body {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow-x:hidden;
}
ul {
    list-style: outside none none;
    padding: 0;
}
img {
    border: 0 none;
    height: auto;
    max-width: 100%;
}
a img {header
    border: medium none;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
* {
    box-sizing: border-box;
}
a:focus {
    outline: none !important;
    outline-offset:none !important;
}


.help-block{
	color: red;
}
.login-form {
    background: #e6e3e3;
    border-radius: 3px;
    text-align: left;
    display: flex;
    height: 100vh;
    align-items: center;
}
.login-content {
    background: #fff;
    border: 1px solid #4c0178;
    border-bottom: 3px solid #4c0178;
}
.login-content fieldset{
  position: relative;
}
.login-content fieldset .form-control{
  padding-right: 25px;
}
.login-content .input-group{
    margin: 10px 0;
}
.login-form h2 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #4c0178;
    padding: 14px;
    letter-spacing: 1px;
    font-weight: 500;
}
.login-form form{
    padding: 15px;
}
.login-form form label input[type=checkbox]{
    margin-top: 6px;
}
.login-form p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 15px;
}
.login-form form label {
    font-size: 14px;
    line-height: 24px;
    color: #222;
    margin-bottom: 5px;
    font-weight: 600;
}
.login-content fieldset span{
    font-size: 18px;
}
.login-content img {
    margin: 20px auto 0;
    display: block;
}
.login-form button{
    color: #fff;
    text-align: center;
    background: #4c0178;
    font-size: 14px;
    border:1px solid #4c0178;
    text-transform: uppercase;
    display: block;
    padding: 10px 20px;
    margin: 0 auto;
}
.navbar-inverse{
    border-radius: 0px;
    margin-bottom: 0px;
}
.footer {
    padding: 12px;
    background: #000;
    color: #fff;
    letter-spacing: 1px;
    font-size: 12px;
}
.main-content {
    height: calc(100vh - 88px);
}
.dashboard {
    padding: 20px 0;
}
.dashboard table{
    width: 100%;
    height: auto;
}
.dashboard table{
    border:none;
}
.dashboard table thead tr th {
    background: #333;
    text-align: center;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 28px;
    vertical-align: middle;
    border-color: #555;
    border-bottom: 0;
}
.dashboard table tbody tr{
    /*//cursor: pointer;*/
}
.dashboard table tbody tr td{
    font-size: 14px;
    text-align: center;
     line-height: 28px;
     vertical-align: middle;
     background: #fff;
     border-color: #333;
}
.button-top {
    text-align: right;
    margin-bottom: 15px;
}
.dashboard-top-row form.form-inline{
    margin-bottom: 15px;
}
.button-top a.release-key {
    font-weight: 600;
    margin-left: 8px;
    line-height: 24px;
    color: #4c0178;
    letter-spacing: 0.5px;
    border: 1px solid #4c0178;
    padding: 4px 20px;
    border-radius: 1px;
    background: transparent;
    display: inline-block;
    font-size: 13px;
}
.button-top a.release-key.return{
    background: #4c0178;
    color: #fff;
}
.login-content .input-group {
    margin-bottom: 20px;
    position: relative;
}
.help-block {
    /*color: red;
    position: absolute;
    top: 95%;
    left: 0;
    font-size: 12px;*/
    color: red;
    position: absolute;
    top: 90%;
    left: 15px;
    font-size: 12px;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, .pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #4c0178;
    border-color: #4c0178;
}
.pagination>li>a, .pagination>li>span{
    color: #4c0178;
}
.login-content .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    background: transparent;
    border: none;
    text-align: center;
    padding: 0;
    margin-top: 24px;
    margin-bottom: 0;
}
.btn .drop-font,
.btn .drop-font:focus{
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}
.form{
    padding: 30px 0;
}
.form h2 {
    color: #333;
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
.form h3 {
    color: #333;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 20px;
}
.form fieldset{
    margin: 15px 0;
}
.form fieldset label{
    font-size: 16px;
    font-weight: 500;
    color: #4c0178;
    margin-bottom: 10px;
}
.form fieldset input, .form fieldset textarea, .form fieldset select{
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
}
.form fieldset select{
    padding: 8px 10px;
}
.form fieldset textarea{
    resize: none;
    height: 150px;
}
.form fieldset input[type=submit]{
    color: #fff;
    text-align: center;
    background: #4c0178;
    font-size: 14px;
    border: 1px solid #4c0178;
    text-transform: uppercase;
    display: block;
    padding: 10px 20px;
    margin: 0 auto;
    width: auto;
}
.back-btn, .print-btn{
    color: #fff;
    text-align: center;
    background: #4c0178;
    font-size: 14px;
    border: 1px solid #4c0178;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
}
.back-btn:hover, .print-btn:hover{
    background: #333;
    color: #fff;
}
.print-btn{
    float: right;
    margin-left: 10px;
}
header .navbar-inverse .navbar-brand {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
}
header .navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}
.early-checkin{
    background: #4c0178;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.simple-option span{

     color: #0e0c0c !important;
}
.early-checkin input[type=checkbox]{
    vertical-align: sub;
    height: 18px;
    width: 16px;
    margin-right: 5px;
}
.early-checkin select{
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd
}
.early-checkin label{
    padding: 3px 0;
}
.react-datepicker-wrapper, .react-datepicker__input-container{
    display: block !important;
}
.react-selectize-toggle-button-container{
    position: absolute;
    right: -24px;
    top: 20px;
}
.react-selectize-reset-button-container{
    display: none !important;
}
.resizable-input{
    width: 300px !important;
}
/*.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 15px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 300px;
    padding: 6px 0px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    max-height: 200px;
    overflow-y: scroll;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu ul li{
    cursor: pointer;
}

.dropdown .dropdown-menu {
    overflow-y: auto;
}*/

.option-wrapper{
    padding: 5px 10px;
    border-bottom: 1px solid #0000002e;
    cursor: pointer;
}

.option-wrapper:hover{
    background-color: #0000002e;
}
fieldset.for-panel {
    background-color: #fcfcfc;
    border: 1px solid #8154af;
    border-radius: 4px;
    padding: 15px 10px;
    background-color: #d9edf7;
    border-color: #7547a6;
    background-color: #ffffff;
    margin-bottom: 12px;
}
fieldset.for-panel legend {
    background-color: #fafafa;
    border: 1px solid #7c50af;
    border-radius: 5px;
    color: #7246a4;
    font-size: 14px;
    font-weight: bold;
    line-height: 10px;
    margin: inherit;
    padding: 7px;
    width: auto;
    background-color: #ffffff;
    margin-bottom: 0;
}

.googleSuggestbox{

    line-height: 18px;
    font-size: 12px !important;
    padding: 5px;
}
.remove-btn{
    margin-top: 34px;
}


.myCheckbox1 label:before {
  position: absolute;
  z-index: 100;
}

/*pure cosmetics:*/
.easy-let img {
    width: 180px;
    height: 70px;
    float: left;
}
label {
  margin: 10px;
}
.key-log-span{

    padding-top: 19px !important;
    
}

.spinnermsg{

    margin-top: 230px;
}
.spinner{
    position: absolute;
    height: 100px;
    width: 100px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    background-size: 100%;
}