/*! CSS Used from: https://www.timelockdocs.com/rsu_css/css.styles.css ; media=screen */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
body {
    /* font-family: 'Roboto'; */
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: none;
    text-rendering: optimizeLegibility;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #231f20;
    cursor: pointer;
}

a:active {
    outline: none;
}

:focus {
    -moz-outline-style: none;
}

ul {
    list-style-type: square;
}

.mb-5 {
    margin-bottom: 5px;
}


/* HEADER CSS */

header {
    position: relative;
    top: 0;
    left: 0;
    /* height: 125px; */
    width: 100%;
    z-index: 1000;
    float: left;
}

header .header-doc {
    color: #fff;
    font-weight: bold;
    background-color: #e7571e;
    padding: 10px;
    font-size: 22px;
    text-align: center;
}

header .layer-1:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

header .left-bridge {
    float: left;
    width: 50%;
    margin-right: -512px;
    height: 125px;
}

header .left-bridge>div {
    margin-right: 512px;
}

header .left-bridge>div>div {
    height: 125px;
    background-color: #414142;
}

header .center {
    float: left;
    width: 1024px;
    max-width: 100%;
    background-color: rgba(54, 96, 124, 0.8);
}


/* header .center .top-logo {
    float: left;
    width: 39.0625%;
    height: 125px;
    background-color: #414142;
    position: relative;
    z-index: 2;
} */

header .center .top-logo {
    float: left;
    width: 232px;
    height: 125px;
    background-color: #414142;
    position: relative;
    z-index: 2;
}


/* header .center .top-logo a {
    display: block;
    height: 100px;
    width: 100px;
    cursor: pointer;
    position: absolute;
    top: 14px;
    left: 20%;
} */

header .center .top-logo a {
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
    padding: 22px 0px 22px;
}


/* header .center .top-logo a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

header .center .top-logo a img {
    max-width: 100%;
    height: 100%;
}

header .center .top-logo a .svg-link {
    position: relative;
    z-index: -1;
    width: 225px;
    height: 104px;
}

header .center .top-logo a .svg-link div {
    width: 300px;
    height: 50px;
    background-image: url("https://www.timelockdocs.com/rsu_images/gr_toplogo.png");
}

header .center .triangle {
    float: left;
    width: 4.8828125%;
}

header .center .triangle div {
    width: 0;
    height: 0;
    border-bottom: 125px solid #414142;
    border-right: 50px solid transparent;
}

header .center .tagline {
    float: left;
    width: 56.0546875%;
    height: 125px;
    color: #fff;
    font-size: 28px;
    line-height: 34px;
}

header .center .tagline p {
    margin: 28px 25px;
}

header .right-bridge {
    float: right;
    width: 50%;
    margin-left: -512px;
    height: 125px;
}

header .right-bridge>div {
    margin-left: 512px;
}

header .right-bridge>div>div {
    height: 125px;
    background-color: rgba(54, 96, 124, 0.8);
}

header nav {
    background-color: #e7571e;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

header nav input[type=checkbox] {
    display: none;
}

header nav .show-menu {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 21px;
    text-transform: uppercase;
    cursor: pointer;
    display: none;
}

header nav .show-menu span {
    font-size: 19px;
}

header nav .show-menu i {
    margin-left: 5px;
}

header nav>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

header nav>ul>li {
    display: inline-block;
    position: relative;
    text-align: center;
}

header nav>ul>li a {
    color: #fff;
    text-transform: uppercase;
    border-right: 1px solid #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 3px 14px;
    text-decoration: none;
}

header nav>ul>li:last-child a {
    border-right: 0;
}

header nav>ul>li a:hover {
    color: #fff !important;
    text-decoration: none;
}

header nav>ul>li ul.dropdown-menu {
    border: none;
    top: 40px;
    min-width: 125px;
    padding: 8px 0;
}

header nav>ul>li ul.dropdown-menu:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -5px;
    left: calc(50% - 6px);
}

header nav>ul>li ul.dropdown-menu a {
    display: block;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 700;
    padding: 4px 0;
}

header nav>ul>li ul.dropdown-menu li {
    color: #414142;
    width: 100%;
    display: block;
    padding: 4px 15px;
}

header nav>ul>li ul.dropdown-menu li:hover {
    background-color: #FADDD2;
}

header nav>ul>li ul.dropdown-menu li img {
    display: inline-block;
    margin-right: 12px;
}

header nav>ul>li ul.dropdown-menu li i {
    display: inline-block;
    margin-right: 12px;
}

header nav>ul>li ul.dropdown-menu li a:hover {
    background-color: #FADDD2;
    color: #414142 !important;
}


/* GET STARTED CSS */

.get-pro-sec {
    float: left;
    width: 100%;
    /* margin-top: 96px; */
    background-color: #fff;
    color: #414142;
    margin: 46px 0;
    border-radius: 6px;
}

.get-pro-content {
    float: left;
    width: 100%;
    margin: 20px 0;
}

.get-pro-content h4.get-header {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.get-pro-content p {
    font-size: 14px;
    line-height: 20px;
}

.get-started-cover {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.get-started-btn {
    float: left;
    margin-right: 20px;
    width: auto;
}

.get-started-btn button {
    background-color: #E7571E;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    padding: 12px 25px;
}

.login-link {
    float: left;
}

.login-link p {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    margin: 4px 0 2px;
}

.login-link h6 {
    font-size: 17px;
    font-weight: 500;
    color: #e7571e;
    text-transform: uppercase;
    margin-top: 0;
}


/* LOGIN CSS */

.login-outer-wrapper {
    float: left;
    width: 100%;
    background-color: #EFEFEF;
    /* margin-top: 96px; */
}

.login-inner-wrapper {
    float: left;
    width: 100%;
    padding: 40px;
    margin: 46px 0;
    background-color: #fff;
    border-radius: 8px;
}

.login-header {
    float: left;
    width: 100%;
    margin-bottom: 13px;
}

.login-header img {
    float: left;
    margin-right: 15px;
}

.login-header h3 {
    float: left;
    color: #E7571E;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 700;
}

.login-inner-wrapper .form-cover label {
    font-size: 14px;
    color: #414142;
    margin-bottom: 4px;
}

.form-cover .input-cover {
    position: relative;
}

.form-cover .input-cover img {
    position: absolute;
    top: 17px;
    left: 15px;
}

.form-cover .select-cover {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.form-cover .select-cover img {
    width: 19px;
    position: absolute;
    top: 13px;
    left: 15px;
}

.check-cover .checkbox label {
    padding-left: 25px;
}

.check-cover .checkbox label input {
    margin-left: -25px;
    bottom: 5px;
}

.form-cover .form-group {
    margin-bottom: 20px;
}

.form-cover .input-cover input.form-control {
    padding-left: 41px;
    padding-right: 15px;
    height: 45px;
    background-color: #E6E6E6;
    border: none;
    box-shadow: none;
}

.form-cover .select-cover .bootstrap-select>.btn {
    padding-left: 15px;
    padding-right: 15px;
    height: 45px;
    color: #414142;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    background: url('../images/drop-down.png') no-repeat #E6E6E6 97% center;
}

.form-cover .select-cover .bootstrap-select.btn-group .btn .caret {
    display: none;
}

.form-cover .select-cover .bootstrap-select.btn-group .dropdown-menu {
    top: 45px;
}

.form-cover .select-cover .bootstrap-select.btn-group .dropdown-menu li a {
    padding: 8px 13px;
}

.form-cover .select-cover .bootstrap-select .img-electrical {
    background: url('../images/electric-small-logo.png');
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    border-radius: 2px;
}

.form-cover .select-cover .bootstrap-select .img-wellness {
    background: url('../images/wellness-logo.png') center;
    background-size: 19px;
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    border-radius: 2px;
}

#backflow_form .modal-body label:not(.switch) input[type="checkbox"] {
    width: auto;
    height: auto;
    display: inline-block;
    padding: 0 5px;
    cursor: pointer;
    position: absolute;
    margin-left: -20px;
}

#backflow_form h5 {
    font-size: 16px;
}

.dashboard-modal #backflow_form .modal-body input {
    padding: 12px 15px 12px 15px;
}

.form-cover .select-cover .bootstrap-select .img-mechanical {
    background: url('../images/mechanical-logo.png') center;
    background-size: 19px;
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    border-radius: 2px;
}

.form-cover .select-cover .bootstrap-select .img-backflow {
    background: url('../images/backflow-logo.png') center;
    background-size: 19px;
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    border-radius: 2px;
}

.form-cover .select-cover .bootstrap-select .img-landscape {
    background: url('../images/landscape-logo.png') center;
    background-size: 19px;
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    border-radius: 2px;
}

.form-cover .select-cover .bootstrap-select .img-snow {
    background: url('../images/snow-logo.png') center;
    background-size: 19px;
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    border-radius: 2px;
}

.form-cover .select-cover .bootstrap-select .img-pressure {
    background: url('../images/pressure-test-logo.png') center;
    background-size: 19px;
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    border-radius: 2px;
}

.form-cover .btn-cover {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.form-cover .btn-cover .orange-btn {
    float: left;
    margin-right: 20px;
}

.orange-btn button {
    background-color: #E7571E;
    border-radius: 4px;
    border: none;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 30px;
}

.form-cover .btn-cover .grey-btn {
    float: left;
}

.grey-btn button {
    background-color: #414142;
    border-radius: 4px;
    border: none;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 30px;
}

.content-wrapper-cover {
    float: left;
    width: 100%;
    background-color: #EFEFEF
}

.content-wrapper .alert-cover {
    float: left;
    width: 100%;
    position: relative;
}

.content-wrapper .alert {
    float: left;
    width: 300px;
    margin-top: 10px;
    position: absolute;
    opacity: 0.9;
    z-index: 1;
    margin: 10px auto 0;
    left: 0;
    right: 0;
}


/*.alert-success{
        border : 1px solid #3c763d;
}*/

.alert h4 i {
    margin-right: 6px;
}

.alert p {
    padding-left: 25px;
}


/* REGISTRATION CSS */

.registration-outer-wrapper {
    float: left;
    width: 100%;
    /* margin-top: 96px; */
    background-color: #EFEFEF;
}

.registration-inner-wrapper {
    float: left;
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    margin: 46px 0;
    padding: 35px;
}

.registration-header-panel {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.registration-header {
    float: left;
    margin-top: 6px;
}

.register-tabset {
    float: right;
}

.register-tabset .nav>li>a:hover,
.register-tabset .nav>li>a:focus {
    background-color: transparent;
    border: none;
}

.register-tabset .nav-tabs>li>a {
    border: none;
}

.register-tabset .nav-tabs {
    border-bottom: none;
}

.register-tabset .nav-tabs>li {
    margin-right: 50px;
}

.register-tabset .nav-tabs>li>a>span {
    background: url('../images/not-selected.png');
    display: inline-block;
    height: 12px;
    width: 12px;
    position: relative;
}

.register-tabset .nav-tabs>li:last-child {
    margin-right: -15px;
}

.register-tabset .nav-tabs>li:last-child>a>span:after {
    display: none;
}

.register-tabset .nav-tabs>li>a>span:after {
    content: '';
    width: 60px;
    height: 2px;
    background-color: #cccccc;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 23px;
}

.register-tabset .nav-tabs>li.active>a>span {
    background: url('../images/select.png');
    display: inline-block;
    height: 12px;
    width: 12px;
    position: relative;
}

.register-tabset .nav-tabs>li.active>a>span:before {
    content: '';
    display: inline-block;
    height: 24px;
    width: 24px;
    border: 2px solid #E7571E;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    left: -6px;
}

.registration-header img {
    float: left;
    margin-right: 15px;
}

.company-logo-cover {
    float: left;
    width: 100%;
}

.company-logo-cover img {
    float: left;
    margin-right: 20px;
    width: 77px;
}

.company-logo-cover .choose-file-cover {
    float: left;
    margin-bottom: 5px;
    max-height: 100px;
    height: 100px
}

.company-logo-cover .choose-file-cover .choose-file .form-group.has-error {
    margin-bottom: 0;
}

.company-logo-cover .choose-file-cover .choose-file .form-group.has-error p {
    margin-bottom: 0;
}

label.choose-file-label {
    font-size: 14px;
    color: #414142;
    font-weight: 500;
    width: 100%;
}

.choose-file {
    position: relative;
    margin-bottom: 0;
}

.choose-file input {
    opacity: 0;
    padding: 10px 0;
}

div.custom-choose-file {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

span.btn-file {
    background-color: #919191;
    border-radius: 5px;
    display: inline-block;
    padding: 12px 25px;
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
    cursor: pointer;
}

.grey-text {
    color: rgba(65, 65, 65, 0.5);
    font-size: 14px;
    font-weight: 500;
}

.registration-form {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.registration-form label.reg-weight {
    font-weight: 500;
}

.registration-header h3 {
    float: left;
    color: #E7571E;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 700;
}

.registration-form .input-cover {
    position: relative;
    height: 70px;
}

.registration-form .input-cover img {
    position: absolute;
    top: 13px;
    left: 15px;
}

.registration-form .input-cover img.tp15 {
    top: 15px;
}

.registration-form .input-cover img.tp17 {
    top: 17px;
}

.registration-form .select-cover {
    position: relative;
}

.registration-form .select-cover img {
    position: absolute;
    top: 13px;
    left: 15px;
}

.registration-form .select-cover img.tp15 {
    top: 15px;
}

.registration-form .select-cover img.tp17 {
    top: 17px;
}

.registration-form .input-cover.pdl-diff input.form-control {
    padding-left: 20px;
}

.registration-form .input-cover input.form-control {
    padding-left: 41px;
    padding-right: 15px;
    height: 45px;
    background-color: #E6E6E6;
    border: none;
    box-shadow: none;
}

.registration-form .select-cover select.form-control {
    padding-left: 41px;
    padding-right: 15px;
    height: 45px;
    border: none;
    /* box-shadow: none; */
    -webkit-appearance: none;
    background: url('../images/drop-down.png') no-repeat #E6E6E6 97% center;
    /* border: none; */
    box-shadow: none;
}

.registration-form .form-group {
    margin-bottom: 10px;
}

.registration-form .btn-cover {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.registration-price {
    float: left;
    width: 100%;
}

.registration-price .register-price-box {
    max-height: 260px;
    padding: 20px;
    /*margin: 10px 0 0px;*/
    border: 1px solid #D6D6D6;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.7s ease-in;
    cursor: pointer;
}

.registration-price .register-price-box h3 {
    margin-top: 0;
    font-size: 25px;
    color: #000;
    transition: all 0.5s ease-in;
}

.registration-price .register-price-box p {
    font-size: 13px;
    color: #8E8E8E;
    max-height: 160px;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 10px;
    transition: all 0.7s ease-in;
    padding-left: 26px;
    position: relative;
}

.registration-price .register-price-box p:before {
    content: '';
    background: url('../images/orange-check.svg') no-repeat;
    position: absolute;
    display: inline-block;
    height: 11px;
    width: 14px;
    left: 0;
    top: 5px;
}

.registration-price .register-price-box:hover {
    max-height: 260px;
    padding: 20px;
    /*margin: 10px 0 0px;*/
    background-color: #414142;
    transition: all 0.7s ease-in;
    border: 1px solid #414142;
}

.registration-price .register-price-box:hover h3 {
    color: #fff;
    transition: all 0.5s ease-in;
}

.registration-price .register-price-box:hover p {
    color: #fff;
    transition: all 0.7s ease-in;
}

.btn-wrapper {
    float: left;
    width: 100%;
    margin-top: 15px;
}


/* DASHBOARD LOGIN CSS */

.dashboard-cover {
    float: left;
    width: 100%;
    background-color: #EFEFEF;
    /* margin-top: 96px; */
}

.dashboard-heading {
    float: left;
    width: 100%;
}

.dashboard-heading h3 {
    font-size: 25px;
    color: #E7571E;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
}

.dashboard-heading .logout {
    float: left;
}

.dashboard-heading .logout img {
    float: left;
    margin-right: 3px;
}

.dashboard-heading .logout p {
    float: left;
    font-size: 13px;
    color: #E7571E;
    font-weight: 700;
}

.dash-logout-cover {
    float: right;
    margin-top: 25px;
    margin-right: 6px;
    text-decoration: none;
}

.dashboard-panel {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    padding: 0 15px;
}

.dashboard-panel .left-panel {
    width: 31.33%;
}

.dashboard-panel .right-panel {
    width: 68.66%;
}

.dashboard-detail-box {
    float: left;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
}

.dash-header {
    float: left;
    width: 100%;
    padding: 15px 20px;
}

.dash-header h4 {
    float: left;
    font-size: 20px;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #414142;
    margin-top: 0;
    margin-bottom: 5px;
}

.dash-header img {
    float: right;
    margin-top: 5px;
}

.dash-header .user-mail {
    float: left;
    width: 100%;
    font-size: 13px;
    color: rgba(65, 65, 65, 0.5);
}

.dash-header .dash-select {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.dash-header .dash-select select {
    background-color: #ECECEC;
    border: none;
    /*	border-radius: 6px;*/
    border-radius: 0px;
    float: left;
    width: 100%;
    color: #000;
    font-size: 13px;
    box-shadow: none;
}

.dash-employees {
    float: left;
    width: 100%;
    padding: 10px 20px;
    background-color: #F6F6F6;
}

.dash-employees img {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

.dash-employees p {
    float: left;
    font-size: 13px;
    color: rgba(65, 65, 65, 0.5);
    margin-bottom: 0;
}

.dash-employees p span {
    color: #414142;
    font-weight: 700;
}

.dash-plan {
    float: left;
    width: 100%;
    padding: 15px 20px 10px;
    background-color: #fff;
}

.dash-plan .plan-header {
    float: left;
    width: 100%;
    font-weight: 700;
    margin-bottom: 10px;
}

.dash-plan .plan-details {
    float: left;
    width: 100%;
}

.dash-plan .plan-details .label-cover {
    float: left;
    width: 100%;
    display: table;
    margin-bottom: 5px;
}

.dash-plan .plan-details label {
    display: table-cell;
    font-size: 14px;
    color: rgba(65, 65, 65, 0.5);
    width: 50%;
    margin-bottom: 0;
    font-weight: 400;
}

.dash-plan .plan-details .value {
    display: table-cell;
    font-size: 14px;
    color: #000;
    width: 50%;
    text-align: right;
    font-weight: 500;
}

.change-plan {
    float: left;
    width: 100%;
    padding: 10px 20px;
    background-color: #E7571E;
    color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.change-plan p {
    float: left;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 700;
}

.change-plan img {
    float: right;
    margin-top: 2px;
}

.dashboard-login {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.dashboard-login .orange-btn button {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
}

.dashboard-other-apps {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.dashboard-other-apps .other-heading {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.dashboard-other-apps .other-heading h6 {
    font-size: 14px;
    font-weight: 700;
    color: #414142;
    margin: 0;
    text-transform: capitalize;
    text-align: center;
}

.dashboard-other-apps .other-images {
    float: left;
    width: 100%;
}

.dashboard-other-apps .other-images img {
    float: left;
    margin-right: 16px;
    width: 62px;
}

.dashboard-other-apps .other-images img:last-child {
    margin-right: 0;
}

.dashboard-team-box {
    float: left;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
}

.dash-team-header {
    float: left;
    width: 100%;
    border-bottom: 1px solid #E2E2E2;
    padding: 15px 20px;
}

.dash-team-header img {
    float: left;
    margin-right: 15px;
}

.dash-team-header h6 {
    float: left;
    font-size: 15px;
    margin: 0;
    color: #E7571E;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 19px;
}

.dash-team-header a {
    float: left;
    margin-left: 20px;
    color: #E7571E;
}

.dash-team-header .team-count {
    float: right;
}

.dash-team-header .team-count span {
    font-size: 15px;
    font-weight: 500;
}

.dash-team-header .team-count span.orange-txt {
    color: #E7571E;
}

.dash-team-header .team-count span.grey-txt {
    color: #C6C6C6;
}

.dash-team-wrapper {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 20px 20px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    max-height: 436px;
    overflow-y: auto;
    overflow-x: hidden;
}

.dash-team-content {
    float: left;
    width: 100%;
}

.dash-team-content .pdr-10 {
    padding-right: 10px;
}

.dash-team-content .pdl-10 {
    padding-left: 10px;
}

.dash-team {
    float: left;
    width: 100%;
    background-color: #F6F6F6;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 10px 20px;
}

.dash-team p.team-name {
    float: left;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.dash-team a {
    float: right;
    width: 15px;
    height: 15px;
    z-index: 99999;
}

.dash-team a.edit {
    margin-right: 20px;
}

.dash-team .team-mail {
    float: left;
    width: 100%;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
}

.dashboard-modal .modal-dialog {
    width: 500px;
}

.dashboard-modal .modal-content {
    padding: 40px;
    width: 500px;
}

.dashboard-modal .modal-header {
    border-bottom: none;
    padding: 0;
    margin-bottom: 15px;
}

.dashboard-modal .modal-header h3 {
    text-transform: uppercase;
    color: #E7571E;
    font-weight: 700;
}

.dashboard-modal .modal-body {
    padding: 0;
}

.dashboard-modal .modal-body .input-cover {
    position: relative;
}

.dashboard-modal .modal-body .input-cover img {
    position: absolute;
    top: 15px;
    left: 15px;
}

.dashboard-modal .modal-body .input-cover img.tp-17 {
    top: 17px;
}

.dashboard-modal .modal-body input {
    background-color: #E6E6E6;
    width: 100%;
    padding: 12px 15px 12px 42px;
    border: none;
    box-shadow: none;
    height: 45px;
}

.dashboard-modal .modal-body .select-cover {
    position: relative;
}

.dashboard-modal .modal-body .select-cover img {
    position: absolute;
    top: 17px;
    left: 15px;
}

.dashboard-modal .modal-body select {
    background-color: #E6E6E6;
    width: 100%;
    padding: 12px 15px 12px 42px;
    border: none;
    box-shadow: none;
    border-radius: 6px;
    height: 45px;
    -webkit-appearance: none;
    background-image: url('../images/drop-down.png');
    background-repeat: no-repeat;
    background-position: 97% center;
}

.dashboard-modal .modal-body .form-group {
    margin-bottom: 20px;
}

.dashboard-modal .modal-body label {
    color: #414142;
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 500;
}

.dashboard-modal .modal-footer {
    border-top: none;
    padding: 0;
    margin-top: 35px;
}

.dashboard-modal .btn-cover {
    float: left;
    width: 100%;
}

.dashboard-modal .btn-cover .orange-btn {
    float: left;
    margin-right: 10px;
}

.light-grey-btn button {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #9F9F9F;
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
    border: none;
}

.dashboard-modal .btn-cover .light-grey-btn {
    float: left;
}

.dashboard-other-apps.mobile-display {
    display: none;
}


/***********************************/

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

body.modal-open {
    overflow: inherit;
    padding-right: 0 !important;
}


/* DASHBOARD CSS */

.applications-cover {
    float: left;
    width: 100%;
    /* margin-top: 96px; */
    background-color: #EFEFEF;
}

.dashboard-applications {
    float: left;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
}

.dashboard-applications .applications-heading {
    float: left;
    width: 100%;
    padding: 22px 19px;
}

.applications-heading h6 {
    color: #414142;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
}

.dashboard-applications .app-box {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.app-box .app-images {
    float: left;
    width: 100%;
    padding: 15px 19px;
    position: relative;
    cursor: pointer;
}

.app-box .app-images:hover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #E7571E;
}

.app-box .app-images:hover {
    background-color: #E8E8E8;
}

.app-box .app-images span {
    float: left;
    width: 2px;
    height: 100%;
}

.app-box .app-images:hover span {
    width: 2px;
    height: 100%;
    background-color: #E7571E;
}

.app-box .app-images img {
    float: left;
    margin-right: 10px;
    width: 30px;
}

.app-box .app-images p {
    float: left;
    font-size: 14px;
    font-weight: 500;
    color: #414142;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 6px;
}

.app-details {
    float: left;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    padding-bottom:40px;
}

.app-details .dash-team-header {
    border-bottom: none;
}

.app-header-text {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.app-details .app-options {
    float: left;
    width: 100%;
    border-bottom: 2px solid rgba(112, 112, 112, 0.2);
    border-top: 2px solid rgba(112, 112, 112, 0.2);
}

.app-details .app-options .task-bar {
    display: none;
}

.app-details .app-options .task-bar a {
    text-decoration: none;
    color: #000;
    display: inline-block;
}

.app-details .app-options .task-bar a i {
    vertical-align: middle;
}

.app-details .app-options ul {
    float: left;
    width: 100%;
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
    padding: 5px 35px 5px 20px;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 0;
}

.app-options .options {
    position: relative
}

.app-options .options:after {
    content: '';
    position: absolute;
    right: -40px;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: rgba(112, 112, 112, 0.2);
}

.app-options .options:last-child:after {
    content: initial;
}

.app-options .options a {
    display: inline-flex;
    text-decoration: none;
    color: #000;
    line-height: 20px;
    align-items: center;
}

.app-options .options a p {
    font-size: 13px;
    margin: 1px 0 0 7px;
}

.app-table {
    float: left;
    width: 100%;
    padding: 9px;
}

.app-table table {
    margin-bottom: 0;
}

.app-table .table-bordered>thead>tr>th {
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: #414142;
    text-transform: uppercase;
    border-bottom-width: 1px;
    padding: 9px 14px;
    vertical-align: top;
    white-space: nowrap;
}

.app-table .table-bordered>tbody>tr>td {
    text-align: left;
    font-size: 13px;
    color: #414142;
    padding: 9px 14px;
    cursor: pointer;
}

.app-table .table-bordered>tbody>tr>td:hover {
    background-color: #E7571E;
    color: #fff;
}

.app-table .table-bordered>tbody>tr>.active {
    background-color: #E7571E;
    color: #fff;
}


/* FOOTER CSS */

section .wrapper {
    font-size: 18px;
    position: relative;
    width: 1024px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 50px;
}

section.contact-us {
    color: #fff;
    background-color: #414142;
    float: left;
    width: 100%;
}

section.contact-us a {
    color: #fff;
}

section.contact-us p:nth-child(1) {
    font-weight: 400;
}

footer {
    color: #fff;
    font-size: 12px;
    font-size: 400;
    padding-bottom: 25px;
    background-color: #414142;
    float: left;
    width: 100%;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}

footer .footer-doc {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

footer .footer-doc div p {
    font-size: 12px;
    line-height: 15px;
    margin-top: 0;
}

footer .footer-doc div:first-of-type {
    font-size: 18px;
    font-weight: bold;
    padding: 0 24px;
}

footer .footer-doc div a img {
    width: 50%;
}

.copyright-text {
    float: left;
    width: 100%;
    text-align: center;
}


/* HIDE RADIO */

.app-type-div {
    margin-bottom: 20px;
}

.app-type-div label {
    margin: 5px;
}

.app-type-div label:first-child {
    margin-left: 0;
}

.app-type-div [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 10px;
}


/* IMAGE STYLES */

.app-type-div [type=radio]+img {
    cursor: pointer;
}


/* CHECKED STYLES */

.app-type-div [type=radio]:checked+img {
    border: 4px solid #ec794b;
    border-radius: 5px;
}


/* subscription */

.subs-type-div [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 10px;
}


/* IMAGE STYLES */

.subs-type-div [type=radio]+div {
    cursor: pointer;
}


/* CHECKED STYLES */

.subs-type-div [type=radio]:checked+div div.register-price-box {
    max-height: 260px;
    padding: 20px;
    /*margin: 10px 0 20px;*/
    background-color: #414142;
    transition: all 0.7s ease-in;
    border: 1px solid #414142;
}

.subs-type-div [type=radio]:checked+div div.register-price-box h3 {
    color: #fff;
}

.subs-type-div [type=radio]:checked+div div.register-price-box p {
    color: #fff;
}


/* error font size */

.help-block-error {
    font-size: 11px;
}


/* Increase box width */
.swal-wide {
  width: 600px !important;
}

/* Bigger title */
.swal-title-lg {
  font-size: 24px;
  font-weight: bold;
}

/* Bigger text */
.swal-text-lg {
  font-size: 18px;
}

/* Optional: Button styles */
#swal2-title {
  font-size: 22px;
}
.swal2-icon.swal2-question.swal2-icon-show {
  display: none !important;
}
.swal2-popup.swal2-modal.swal-wide.swal2-show {
  padding: 20px 20px 27px;
}
#swal2-html-container {
  font-size: 15px;
}
.swal2-popup .swal2-actions .swal2-styled {
  font-size: 14px;
  padding: 10px 23px 9px;
}

.email-wrapper {
  width: 20%;
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
}
.certificate .icon_test {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
}
#emailviewpopup .response-message .alert {
    float: none;
    position: unset;
    text-align: center;
    width: 100%;
    opacity: 1;
}
#emailForm .alert {
    position: unset;
    float: unset;
    padding: 0px;
    border: none;
    background-color: transparent;
    opacity: 1;
}
.app-table .table-bordered > tbody > tr > td {
    position: relative;
}
.certificate .email-wrapper a {
  color: #00b8e6;
  font-weight: bold;
  text-decoration: none;
}
.certificate.active .email-wrapper a,
.certificate:hover .email-wrapper a {
  color: #fff;
}

.filter_by {
    float: none !important;
}
.filter_by input {
    width: 100%;
}
.combine-filter .filter_by, .combine-filter .order_by {
    width: 48%;
}
.combine-filter .filter_by {
    float: left !important;
}
.final-event-filter .order_by label {
    float: left;
}
.final-event-filter .order_by label.date_label {
    float: right;
    width: 59%;
    margin-top: 16px;
}
.certificate {
  width: 32%;
}
.email-wrapper {
    position: unset;
    margin-top: 18px;
    text-align: right;
    width: 100%;
}
.certificate_align_table {
    display: block !important;
}
@media screen and ( max-width: 1627px) {
    .reminder-btn {
        margin-left: 0px !important;
    }
    .span_cert {
        min-width: unset;
        font-size: 12px;
    }
    .span_cert img {
      width: 14px;
      height: auto;
      margin-right: 4px;
    }
}

@media screen and ( max-width: 1538px) {
    .filter_by label strong, .order_by label strong {
        font-size: 13px;
    }
}

@media screen and ( max-width: 1447px) {
    .filter_by label strong, .order_by label strong {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }   
    .reminder-btn {
        margin-left: 0px !important;
        padding: 2px 5px !important;
    }
    .reminder-btn i {
        font-size: 16px !important;
    }
}

@media screen and ( max-width: 1200px) {
    /* .login-outer-wrapper {
                margin-top: 270px;
        }
        .registration-outer-wrapper {
                margin-top: 270px;
        }
        .dashboard-cover {
                margin-top: 270px;
        } */
        .col-md-2.final-event-filter {
            width: 100%;
            float: none;
            clear: both;
        }
        .final-event-filter .order_by label {
            float: none;
        }
        .col-md-2.combine-filter {
            width: 32%;
        }
        .final-event-filter .order_by label.date_label {
            float: none;
            width: auto;
            margin-top: 0px;
            margin-left: 19px;
        }
}

@media screen and (min-width: 992px) {
    .app-details .app-options ul {
        display: flex !important;
    }
}

@media screen and (max-width: 991px) {
    .col-md-2.combine-filter {
        width: auto;
    }
    .app-details .col-md-2 {
        margin-top: 14px;
    }
}

@media screen and ( max-width: 1199px) {
    header nav>ul>li a {
        font-size: 17px;
    }
    .dashboard-other-apps .other-images img {
        width: 48px;
        margin-right: 12px;
    }
    .dash-team-wrapper {
        max-height: 368px;
    }
    .dash-team {
        margin-bottom: 20px;
    }
    .app-details .app-options ul {
        padding: 5px 30px 5px 20px;
    }
    .app-options .options:after {
        right: -28px;
    }
    .get-pro-sec.get-pro-sec-iPad .container,
    .registration-outer-wrapper .container,
    .login-outer-wrapper .container {
        max-width: 970px;
        width: 100%;
    }
    header .center .top-logo{

        padding-left: 15px;

    }
    .email-wrapper {
        position: unset;
        transform: unset;
        width: 100%;
    }
}

@media screen and ( max-width: 1024px) {
    header .left-bridge {
        display: none;
    }
    header .right-bridge {
        display: none;
    }
}

@media screen and ( max-width: 991px) {
    header .center {
        float: none;
    }
    header .center .top-logo {
        height: 100px;
        width: 41.5%;
        text-align: center;
        padding-left: 0px;
    }
    header .center .top-logo a {
        position: static;
        left: auto;
        top: auto;
        display: inline-block;
        margin-top: 3px;
        height: inherit;
        width: inherit;
        padding: 0;
    }
    
    header .center .top-logo a .svg-link {
        width: 180px;
    }
    header .center .triangle {
        display: none;
    }
    header .center .tagline {
        height: 100px;
        width: 58.5%;
        background-color: rgba(54, 96, 124, 0.8);
        font-size: 24px;
        line-height: 27px;
    }
    header .center .tagline p {
        margin: 22px 0 19px 15px;
    }
    header nav input[type=checkbox]:checked~ul {
        display: block;
    }
    header nav .show-menu {
        display: block;
    }
    header nav>ul {
        display: none;
        margin-top: 10px;
    }
    header nav>ul>li {
        width: 100%;
        background-color: #eee;
        border-bottom: 1px solid #d4d4d4;
    }
    header nav>ul>li:hover {
        background-color: #fff;
    }
    header nav>ul>li>a {
        color: #333;
        display: block;
        border: 0;
        padding: 5px 0;
    }
    .get-pro-sec {
        margin-top: 205px;
    }
    .get-pro-sec.get-pro-sec-iPad {
        margin: 46px 0;
        overflow-x: hidden;
    }
    .get-pro-sec.get-pro-sec-iPad .container,
    .registration-outer-wrapper .container,
    .login-outer-wrapper .container {
        max-width: 750px;
        width: 100%;
    }
    .get-pro-content {
        margin: 35px 0;
    }
    .login-outer-wrapper {
        /* margin-top: 81px; */
    }
    .registration-outer-wrapper {
        /* margin-top: 81px; */
    }
    .dashboard-panel .left-panel {
        width: 40%;
    }
    .dashboard-panel .right-panel {
        width: 60%;
    }
    .dashboard-cover {
        /* margin-top: 81px; */
    }
    .app-details .dash-team-header {
        padding: 12px 11px;
    }
    .app-details .app-options .task-bar {
        display: block;
    }
    .app-details .app-options {
        padding: 5px 11px;
    }
    .app-details .app-options .options {
        float: left;
        width: 100%;
        padding: 6px 0;
    }
    .app-options .options a {
        float: left;
        width: 100%;
        display: block;
    }
    .app-options .options a img {
        float: left;
        margin-top: 5px;
    }
    .app-options .options a p {
        float: left;
        margin: 1px 0 0 10px;
    }
    .app-details .app-options ul {
        display: none;
    }
    .app-details .app-options ul {
        padding: 5px 20px 5px 0;
    }
    .applications-cover {
        /* margin-top: 81px; */
    }
    .app-options .options:after {
        content: initial;
    }
    .registration-form .input-cover {
        height: auto;
    }
    .registration-form .form-group {
        margin-bottom: 20px;
    }
}

@media screen and ( max-width: 767px) {
    header .center .top-logo {
        height: 75px;
    }
    
    header .center .top-logo a {
        margin-top: 3px;
        height: inherit;
        width: inherit;
        padding: 0;
    }
    header .center .top-logo a .svg-link {
        width: 135px;
        height: 75px;
    }
    header .center .tagline {
        height: 75px;
        font-size: 19px;
        line-height: 22px;
    }
    header .center .tagline p {
        margin-top: 17px;
    }
    footer .footer-doc {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    footer .footer-doc div:first-of-type {
        width: 100%;
        padding-bottom: 24px;
    }
    .get-pro-sec {
        /* margin-top: 56px; */
    }
    .get-pro-content {
        margin: 25px 0 35px;
    }
    .get-started-cover {
        margin-top: 25px;
    }
    .login-outer-wrapper {
        /* margin-top: 56px; */
    }
    .registration-outer-wrapper {
        /* margin-top: 56px; */
    }
    .dashboard-cover {
        /* margin-top: 56px; */
    }
    .dashboard-panel .left-panel {
        width: 100%;
    }
    .dashboard-panel .right-panel {
        width: 100%;
    }
    .dashboard-detail-box {
        margin-bottom: 25px;
    }
    .dashboard-other-apps.desktop-display {
        display: none;
    }
    .dashboard-other-apps.mobile-display {
        margin-top: 25px;
        display: block;
    }
    .dashboard-other-apps .other-images {
        text-align: center;
    }
    .dashboard-other-apps .other-images img {
        float: initial;
        width: 60px;
    }
    .dashboard-other-apps .other-heading h6 {
        font-size: 16px;
    }
    .dashboard-applications {
        margin-bottom: 25px;
    }
    .app-box .app-images {
        width: 155px;
        padding: 15px 8px 15px 12px;
    }
    .dashboard-applications .applications-heading {
        padding: 18px 12px 14px;
    }
    .app-box .app-images img {
        margin-right: 8px;
    }
    .dashboard-applications .app-box {
        padding-bottom: 0;
    }
    .app-options .options:after {
        right: -32px;
    }
    .applications-cover {
        /* margin-top: 56px; */
    }
    .app-details .app-options {
        justify-content: space-around;
    }
    #company-subscription_id+p {
        margin-top: 0;
    }
    .certificate .icon_test {
        top: 6px;
        transform: unset;
        right: 6px;
    }
}

@media screen and (min-width: 621px) and (max-width: 701px) {
    .app-options .options:after {
        right: -24px;
    }
}

@media screen and (min-width: 575px) and (max-width: 620px) {
    .app-options .options:after {
        right: -35%;
    }
    .app-options .options:first-child:after {
        right: -20%;
    }
}

@media screen and ( max-width: 575px) {
    header {
        position: relative;
        height: 145px;
    }
    header:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
    }
    header .center {
        text-align: center;
    }
    header .center .top-logo {
        width: 100%;
        float: none;
        height: 72px;
    }
    header .center .top-logo a {
        margin-top: 3px;
        height: inherit;
        width: inherit;
        padding: 0;
    }
    header .center .tagline {
        width: 100%;
        float: none;
        height: 60px;
        padding: 5px 0;
    }
    header .center .tagline p {
        margin-top: 2px;
    }
    section .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .get-pro-sec {
        margin-top: 85px;
    }
    .login-outer-wrapper {
        margin-top: 85px;
    }
    .form-cover .select-cover select {
        background: url('../images/drop-down.png') no-repeat #E6E6E6 95% center;
    }
    .registration-outer-wrapper {
        margin-top: 85px;
    }
    .registration-header {
        width: 100%;
    }
    .register-tabset {
        float: left;
        width: 100%;
        margin-top: 15px;
    }
    .register-tabset .nav-tabs>li:first-child a {
        padding-left: 5px;
    }
    .company-logo-cover {
        margin-top: 15px;
    }
    .company-logo-cover .choose-file-cover {
        margin-top: 10px;
    }
    div.custom-choose-file .btn-file {
        padding: 10px 25px;
    }
    .dashboard-cover {
        margin-top: 93px;
    }
    .dashboard-modal .modal-dialog {
        width: 340px;
    }
    .dashboard-modal .modal-content {
        width: 100%;
        padding: 15px;
    }
    .dashboard-modal .modal-header h3 {
        font-size: 22px;
    }
    .dashboard-modal .btn-cover .orange-btn {
        width: 47%;
    }
    .dashboard-modal .btn-cover .orange-btn button {
        width: 100%;
    }
    .dashboard-modal .btn-cover .light-grey-btn {
        float: right;
        font-size: 16px;
        width: 47%;
    }
    .dashboard-modal .btn-cover .light-grey-btn button {
        width: 100%;
    }
    .orange-btn button {
        font-size: 16px;
    }
    .grey-btn button {
        font-size: 16px;
    }
    .light-grey-btn button {
        font-size: 16px;
    }
    .applications-cover {
        margin-top: 93px;
    }
    .app-options .options:after {
        right: -17px;
    }
    .company-logo-cover .choose-file-cover {
        max-height: initial;
        height: auto;
    }
    .form-cover .btn-cover .grey-btn.largeBtnMobile {
        float: left;
        margin-top: 0;
    }
    .marginBottom {
        margin-bottom: 15px !important;
    }
    .get-pro-sec.get-pro-sec-iPad {
        margin: 142px 0 46px;
    }
    span.btn-file.browseMobile {
        float: left;
    }
    .grey-text.grey-textInMobile {
        float: left;
        margin-top: 12px;
    }
}

@media screen and ( max-width: 375px) {
    .get-pro-content {
        margin: 25px 0 15px;
    }
    .get-started-btn button {
        padding: 10px 20px;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .login-link p {
        margin: 0 0 2px;
    }
    .form-cover .btn-cover .orange-btn {
        margin-right: 10px;
    }
    .orange-btn button {
        padding: 10px 30px;
    }
    .form-cover .btn-cover .grey-btn {
        float: right;
    }
    .grey-btn button {
        padding: 10px 30px;
    }
    .login-inner-wrapper {
        padding: 26px;
    }
    .registration-inner-wrapper {
        padding: 26px;
    }
    .orange-btn.orangeMobile button,
    .grey-btn.grayMobile button {
        padding: 0 25px;
        line-height: 40px;
    }
    .form-cover .btn-cover .grey-btn.grayMobile {
        float: left;
    }
    .login-header img,
    .registration-header img {
        margin-right: 12px;
        max-width: 22px;
        height: auto;
    }
    .login-header h3,
    .registration-header h3 {
        line-height: 1.1;
        font-size: 22px;
    }
    .login-header h3.resetH3 {
        line-height: 1.15;
        font-size: 20px;
    }
}

@media screen and ( max-width: 359px) {
    .form-cover .btn-cover .grey-btn {
        float: left;
        margin-top: 20px;
    }
    .form-cover .btn-cover .grey-btn.grayMobile {
        margin-top: 0;
    }
    .dashboard-modal .modal-dialog {
        width: 300px;
    }
    .orange-btn.orangeMobile button,
    .grey-btn.grayMobile button {
        padding: 10px 19.8px;
    }
    .login-inner-wrapper,
    .registration-inner-wrapper {
        padding: 20px;
    }
    .login-header img,
    .registration-header img {
        max-width: 18px;
        margin-right: 9px;
    }
    .login-header h3,
    .registration-header h3 {
        font-size: 19px;
        line-height: 1.1;
    }
    .login-header h3.resetH3 {
        font-size: 16px;
        line-height: 1.2;
    }
}


/*! CSS Used from: https://www.timelockdocs.com/rsu_css/css.font-awesome.min.css ; media=screen */

@media screen {
    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
    }
    .fa-lg {
        font-size: 1.33333333em;
        line-height: .75em;
        vertical-align: -15%;
    }
    .fa-bars:before {
        content: "\f0c9";
    }
}


/*! CSS Used fontfaces */

@font-face {
    font-family: 'FontAwesome';
    src: url('https://www.timelockdocs.com/rsu_fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('https://www.timelockdocs.com/rsu_fonts/fontawesome-webfont.eot#iefix&v=4.3.0') format('embedded-opentype'), url('https://www.timelockdocs.com/rsu_fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('https://www.timelockdocs.com/rsu_fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('https://www.timelockdocs.com/rsu_fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('https://www.timelockdocs.com/rsu_fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#company-subscription_id+p {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -5px;
}

.modal-body .form-control[disabled],
.modal-body fieldset[disabled] .form-control {
    color: rgba(142, 142, 142, 0.7) !important;
}

.dashboard-modal .modal-body .input-cover img.key-black {
    max-width: 17px;
    top: 15px;
}

select#companyalias-alias_id {
    font-weight: 600;
}

.dash-header h4.clipLongText,
.dash-team p.team-name.withLengthyName {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 18px);
}

.dash-team p.team-name.withLengthyName {
    width: calc(100% - 55px);
}

.imagesWithPlus ul {
    margin: 0 -8px -15px;
    float: left;
}

.imagesWithPlus ul>li {
    padding: 0 16px;
    float: left;
    width: 25%;
    height: 62px;
    display: inline-block;
    margin-bottom: 16px;
    text-align: center;
}

.logoImgCover {
    display: inline-block;
    width: 62px;
    height: 100%;
}

.dashboard-other-apps .other-images.imagesWithPlus img {
    float: left;
    margin-right: 0;
    width: 62px;
    border-radius: 4px;
    object-fit: cover;
}

.dashboard-other-apps .other-images.imagesWithPlus li.active>.logoImgCover {
    position: relative;
    margin: 0 auto;
}

.dashboard-other-apps .other-images.imagesWithPlus li.active>.logoImgCover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9;
    border-radius: 4px;
}

.dashboard-other-apps .other-images.imagesWithPlus li.active>.logoImgCover::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    background: url(../images/plus-white.svg) center no-repeat;
    background-size: cover;
    z-index: 99;
}

.showPwd {
    position: relative;
}

.showPwd .field-icon {
    margin: 0;
    position: absolute;
    right: 10px;
    top: 15px;
}

.app-box .app-images.active .alias-name-dropdown {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.app-box .app-images.active .alias-name-dropdown-cover {
    width: calc(100% - 45px);
    float: left;
}

.app-box .app-images.active .alias-name-dropdown select {
    font-size: 12px;
    background: none;
    border: none;
    color: #A7A7A8;
    -webkit-appearance: none;
    padding-right: 12px;
}

.app-box .app-images.active .alias-name-dropdown::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #A7A7A8;
    position: absolute;
    right: 0px;
    top: 9px;
    pointer-events: none;
}

@media screen and (max-width: 1199px) {
    .imagesWithPlus ul>li {
        width: 33.33%;
    }
}

@media screen and (max-width: 767px) {
    .imagesWithPlus ul>li {
        width: 20%;
    }
}

@media screen and (max-width: 495px) {
    .imagesWithPlus ul>li {
        width: 25%;
    }
}

@media screen and (max-width: 375px) {
    .imagesWithPlus ul>li {
        width: 33.33%;
    }
}


.certificate_align_table{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.span_cert{
    min-width: 200px;
    display: inline-block;
    padding-bottom: 4px;
}
.certifticate_type_span{
    font-weight: bold;
    color:#e7571e;
    padding-left: 27px !important
}

.app-table .table-bordered>tbody>tr>td:hover .certifticate_type_span {
    color: #fff !important;
}

.app-table .table-bordered>tbody>tr>.active  .certifticate_type_span{
    color: #fff;
}

a[disabled="disabled"] {
    pointer-events: none;
}

#complience_backflow_confirmation_modal .modal-header h3 {
    text-transform: uppercase;
    color: #E7571E;
    font-weight: 700;
}
.date_label{
    float: right;
   
}
.certificate_name_span{
    display: inline-block;
    width: 52%;
    vertical-align: top;
    padding-left: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 500px;
}
.teste {
    width: 100%;
}
.w-100{
    width:100%!important;
}

.app-table .preference-table.table-bordered thead tr th:first-child {
    border-left: 9px solid #414142 !important;
    border-top: 1px solid #414142 !important;
}
.date_min_width{
        min-width: 155px;
        display: inline-block;
        padding-left: 5px;

        }

        body {
            position: relative;
          }
          
          #loader {
            border: 16px solid #f3f3f3; /* Light grey */
            border-top: 16px solid #e7571e; /* Custom color code */
            border-radius: 50%;
            width: 120px;
            height: 120px;
            animation: spin 2s linear infinite;
            margin: 0 auto;
            display: none; /* Hide the loader by default */
            position: fixed; /* Position the loader in the center of the viewport */
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            z-index: 9999; /* Set a high z-index to ensure it appears above other elements */
            background-color: white; /* Set the background color to white */
            opacity: 0.8; /* Set the opacity to create a fade effect */
          }
          
          /* #loader::before {
            content: "";
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5); 
            z-index: 9998; 
          } */
          
          @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
          }
          
           

body.overlay {
    position: relative;
  }
  
  body.overlay::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    z-index: 9999;
    pointer-events: none; /* Allow interaction with underlying elements */
  }
  
  body.overlay .dashbord,
  body.overlay #loader {
    opacity: 0.5; /* Reduce opacity to create a faded effect */
    pointer-events: none; /* Allow interaction with underlying elements */
  }
  
  .swal2-styled.swal2-confirm{
    background-color :#e7571e !important;
  }
  .swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 0 rgba(115,103,240,.5) !important;
}

.imgcoversign{
    height: 150px;
    width: 100%;
    text-align: center;
}

.imgcoversign img{
    max-height: 100%;
    max-width: 100%;
    display: inline-block;
}
   