@CHARSET "UTF-8";

html {
    position: relative;
    min-height: 100%;
overflow-x:hidden;

}

body {
    margin-bottom: 0;
}

a {
    color: inherit;
    cursor: pointer;
}

/**
 * Match to Bootstrap's navbar-inverse.
 */
header {
    background-color: #fff;
}

footer {
    background-color: #fff;
    color: #677788;
}

main {
    height: 100%;
    padding: 20px 0 20px;
    margin-bottom: 40px;
   /* display: flex; */
    align-items: center;
    justify-content: center;

}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

/* --8x---------------------------------------------------------------x8-- */
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: auto;
    padding: 22px 20px 10px;
}

/* --8x---------------------------------------------------------------x8-- */

/**
 * cfr30 print
 */
#cfr30-cert {
    margin: 5px;
    padding: 5px;
    background-color: #FFF;
    border: 1px solid green;
    width: 600px;
    font-weight: bold;
}

#cfr30-cert img {
    border: 0;
    margin-right: 5px;
    margin-bottom: 10px;
}

/* --8x---------------------------------------------------------------x8-- */

/**
 * Form sign-in.
 */
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/**
 * Form sign-in.
 * end
 */

/* --8x---------------------------------------------------------------x8-- */

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
.icon .btn-default {
    height: 100px;
    max-width: 100%;
}

/**
 * FontAwesome fixes.
 */
/**
 * Replacement for FontAwesome fa-lg for when the stacked icon set is too large.
 * Usage: <div class="fa fa-stack fa-1x">...stacked set...</div>
 */
.fa-1x {
    font-size: 1em;
}

/* --8x---------------------------------------------------------------x8-- */

/**
 * Icomoon override
 */
.im {
    display: inline-block;
    font: normal normal normal 14px/1 icomoon;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* --8x---------------------------------------------------------------x8-- */
#today {
    text-align: right;
}

/* --8x---------------------------------------------------------------x8-- */
.copyright .top {
    margin-top: 0;
    font-size: 0.9em;
    text-align: left;
    margin-bottom: 0;
}

.copyright .link {
    font-size: 0.9em;
    text-align: left;
    font-weight: bold;
    text-align: end;
}

.copyright .bottom {
    font-size: 0.85em;
    text-align: left;
}

img.logo {
    max-width: 200px;
    margin: 15px 0px;
}

/**
 * /miner
 */
.miner td {
    font-size: small;
    vertial-align: bottom;
}

.miner .sheet-header {
    font-size: x-large;
}

.miner .sheet-header {
    font-size: x-large;
}

.miner td.req {}

.miner tr.category {
    background-color: #f9f9f9;
}

.miner tr.category.passed {
    background-color: #d8ebd1;
}

.miner tr td:first-child,
.miner tr td:nth-child(3),
.miner tr td:nth-child(4),
.miner tr td:nth-child(5),
.miner tr td:nth-child(6),
.miner tr td:nth-child(7),
.miner tr th:first-child,
.miner tr th:nth-child(3),
.miner tr th:nth-child(4),
.miner tr th:nth-child(5),
.miner tr th:nth-child(6),
.miner tr th:nth-child(7) {
    text-align: center;
}

.miner td a {
    color: #0073ea;
}

.miner-info {
    margin-bottom: 10px;
}

.miner-info td {
    padding-right: 15px;
}

.miner-status {
    width: 100%;
    margin-bottom: 10px;
}

.miner-status tr {
    border-bottom: 1px solid black;
}

.miner-status tr td:nth-child(odd) {
    position: relative;
    display: inline-block;
    margin-bottom: -1px;
    background-color: white;
    padding: 0px 10px;
}

.miner-status tr td:first-child {
    padding-left: 0px;
}

/* --8x---------------------------------------------------------------x8-- */
.removeChosenModule {
    float: right;
    margin-top: -7px;
    margin-right: -12px;
}

#chosen_modules {
    width: 45%;
    margin-top: 10px;
    min-height: 30px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 40px;
}

.list-group {
    margin-bottom: 0px;
}

.save_modules {
    text-align: center;
    margin-left: 40%;
    width: 20%;
}

.error_block {
    color: red;
}

.video-js {
    margin: 0 auto;
    margin-bottom: 20px;
}

#take-module {
    margin: 0 auto;
    width: 640px;
}

.video {
    width: 640px;
}

.video #module-video {
    width: 100%;
}

@media screen and (max-width: 800px) {
    img.logo {
        max-width: 100%;
        margin: 15px 0px;
    }

    #take-module {
        width: 90%;
    }

    .video {
        width: 90% !important;
    }
}

.form {
    padding: 10px;
    border: 1px solid #ddd;
    width: 800px;
    margin: 0 auto;
}

.form ul {
    list-style-type: none;
}

.form input[type=radio] {
    cursor: pointer;
}

.no-pad>div {
    margin: 5px 0px;
}

@media screen and (max-width: 1000px) {
    .form {
        width: 95%;
    }
}

.btn-block img {
    width: 39px;
}

.how-to-lib {
    border: 1px solid #ddd;
    padding: 40px;
    background-color: #fff;
}

.how-to-lib .td-icon {
    display: inline-block;
}

.how-to-lib .td-icon img {
    margin-top: -4px;
    margin-right: 5px;
}

.how-to-lib tr a {
    color: blue;
}

.how-to-lib tr p {
    margin: 10px 0px;
}


.form.test .radio {
    display: flex;
    float: left;
    margin: 0px;
}

.rounded {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
}

.rounded a {
    color: blue;
}

.forklift-status table.info {
    margin: 0 auto;
}

.forklift-status table.info td {
    padding: 0 10px;
}

.module-assign tr.company {
    background: #f9f9f9;
    font-weight: bold;
}

.module-assign tr input {
    cursor: pointer;
}

.module-assign table {
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}

.module-assign td {
    border-left-width: 0;
    border-bottom-width: 0;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.module-assign tr td:first-child {
    width: 2%;
}

.module-assign input[type=submit] {
    margin-top: 20px;
}

.blue_link {
    color: blue;
}


table tr th.module,
table tr td.module {
    text-align: center;
}

table tr td.module a,
.forklift-status table tr td a {
    color: #0000FF;
    text-decoration: underline;
}

.btn {
    margin: 2px;
}

button[type=submit] {
    margin-bottom: 20px;
}

.navbar-header a:hover {
    background-color: #f7f7f7;
}

.red {
    color: red;
}

.green {
    color: green;
}

.grey {
    color: dimgrey;
}

.forklift-link {
    text-decoration: underline;
    text-decoration-color: #337ab7;
}

.all-location-div {
    text-align: right;
}

.all-location-btn {
    margin: 10px;
}

.dashboard-icon-btn {
    white-space: normal;
}

table.fixed_layout {
    table-layout: fixed;
}

.user_checkbox_block.inline-block {
    display: inline-block;
    vertical-align: middle;
    padding-right: 100px;
}

.wrapper {
    height: 100%;
    width: 300px;
    position: relative;
}

.wrapper .menu-btn {
    position: fixed;
    left: 300px;
    top: 10px;
    background: #fff;
    color: #fff;
    height: 45px;
    width: 45px;
    z-index: 9999;
    border: 1px solid #677788;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s all ease-in-out;
}

.wrapper .menu-btn i {
    position: absolute;
    font-size: 23px;
    transition: all 0.3s ease;
    color: #677788;
}

.wrapper .menu-btn i.fa-times {
    opacity: 1;
}

.wrapper .menu-btn i.fa-bars {
    opacity: 0;
}

#btn:checked~.menu-btn i.fa-times {
    opacity: -0;
    transform: rotate(-180deg);
}

#btn:checked~.menu-btn i.fa-bars {
    opacity: 1;
    transform: rotate(180deg);
}

#sidebar {
    position: fixed;
    background: transparent;
    height: 100vh;
    width: 300px;
    overflow: hidden;
    left: 0px;
    z-index: 0;
    transition: 0.6s all ease-in-out;
    box-shadow: 0 0 6px 1px #0000004f;
}


#sidebar .title {
    line-height: 65px;
    text-align: center;
    background: #677788;
    font-size: 25px;
    font-weight: 600;
    color: #f2f2f2;
    border-bottom: 0;
}

#sidebar .list-items {
    padding-left: 0;
    position: relative;
    background: transparent;
    width: 100%;
    height: 630px;
    list-style: none;
}

#sidebar .list-items li {
    padding-left: 15px;
    line-height: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 0;
    transition: all 0.3s ease;
}

#sidebar .list-items li:hover {
    background-color: #00000008;
}

#sidebar .list-items li:first-child {
    border-top: none;
}

#sidebar .list-items li a {
    color: #677788;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    height: 100%;
    width: 100%;
    display: block;
}

#sidebar .list-items li a i {
    margin-right: 20px;
}

#sidebar .list-items .icons {
    width: 100%;
    height: 40px;
    text-align: center;
    position: absolute;
    bottom: 100px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sidebar .list-items .icons a {
    height: 100%;
    width: 40px;
    display: block;
    margin: 0 5px;
    font-size: 18px;
    color: #f2f2f2;
    background: #4a4a4a;
    border-radius: 5px;
    border: 1px solid #383838;
    transition: all 0.3s ease;
}

#sidebar .list-items .icons a:hover {
    background: #404040;
}

.list-items .icons a:first-child {
    margin-left: 0px;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #202020;
    z-index: -1;
    width: 100%;
    text-align: center;
}

.content .header {
    font-size: 20px;
    font-weight: 700;
}

.content p {
    font-size: 20px;
    font-weight: 700;
}

.scrollbar {
    margin-left: 0px;
    float: left;
    height: 300px;
    width: 65px;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 0;
}

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #677788;
}

.user-menu-wrap {
    position: relative;
    width: 36px;
    margin: 17px 20px 12px auto;
}

.menu-container {
    visibility: hidden;
    opacity: 0;
}

.menu-container.active {
    visibility: visible;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

.user-menu {
    position: absolute;
    /* right: -22px; */
    left: 0;
    background-color: #FFFFFF;
    width: 256px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 66px;
    list-style: none;
    padding-left: 0;
    z-index: 99;
}

.user-menu .profile-highlight {
    display: flex;
    border-bottom: 1px solid #E0E0E0;
    padding: 12px 16px;
    margin-bottom: 6px;
}

.user-menu .profile-highlight img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.user-menu .profile-highlight .details {
    display: flex;
    flex-direction: column;
    margin: auto 12px;
}

.user-menu .profile-highlight .details #profile-name {
    font-weight: 600;
    font-size: 16px;
}

.user-menu .profile-highlight .details #profile-footer {
    font-weight: 300;
    font-size: 14px;
    margin-top: 0;
}

.user-menu .footer {
    border-top: 1px solid #E0E0E0;
    padding-top: 6px;
    margin-top: 6px;
}

.user-menu .footer .user-menu-link {
    font-size: 13px;
}

.user-menu .user-menu-link {
    display: flex;
    text-decoration: none;
    color: #333333;
    font-weight: 400;
    font-size: 14px;
    padding: 12px 16px;
}

.user-menu .user-menu-link div {
    margin: auto 10px;
}

.user-menu .user-menu-link:hover {
    background-color: #F5F5F5;
    color: #333333;
}

#main_block {
    padding-bottom: 0 !important;
    background-color: #f3f4f4 !important;
	overflow-x:hidden;
}

.mini-photo {
    position: relative;
    border-radius: 50%;
}

.image-dot {
    position: relative;
}

.active-dot {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #39da8a;
    box-shadow: 0 0 0 2px #fff;
}



.bg-black-color {
    background-color: #000 !important;
    display: block !important;
}

.bg-white-color {
    background-color: #fff;
    width: 30%;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 2rem;
}

.main-cls-bg {
    display: flex;
    align-items: center;
}

.logo-bg {
    width: 70%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-icon-div a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-bg img {
    width: 500px;
}

.eye-icon {
    position: relative;
}

.eye-icon-gen {
    position: absolute;
    top: 14px;
    right: 10px;
}

.eye-icon-gen i {
    color: #000;
}

.main-icon-div span {
    font-size: 25px;
    letter-spacing: -0.45px;
    flex-shrink: 0;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    font-weight: 700 !important;
    margin-bottom: 0;
}

.main-icon-div a {
    text-decoration: none !important;
}

.main-icon-div a:hover {
    color: #000 !important;
}

.main-icon-div a span:hover {
    color: #000 !important;
}

.welcome-heading {
    font-size: 22px;
    font-family: "Rubik", "Times New Roman", serif;
    font-weight: 500;
    line-height: 1.1;
    color: #516377;
    margin-bottom: 7px;
    margin-top: 17px;
}

.welcome-text {
    font-size: 16px;
    font-family: "Rubik", "Times New Roman", serif;
    font-weight: 400;
    line-height: 1.1;
    color: #516377;
    margin-bottom: 30px;
}

.form-fields {
    width: 100%;
    margin-bottom: 16px;
}

.form-fields label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: inherit;
    margin-bottom: 0.25rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.form-fields .form-control {
    font-size: 15px;
    font-weight: 400;
    color: #677788;
    height: auto;
    padding: 11px 31px 11px 11px;
    width: 100%;
    background-color: transparent !important;
    border-radius: 6px;
}

.bg-white-color form {
    width: 100%;
}

.turn-right {
    text-align: end;
    display: inline-block;
    text-decoration: none !important;
    color: #5a8dee;
    font-size: 14px;
    text-transform: capitalize;
}

.remember-me span {
    display: block;
    font-size: 16px;
    font-family: "Rubik", "Times New Roman", serif;
    font-weight: 400;
    color: #516377;
}

.remember-me span input {
    margin-right: 2px;
}

.remember-me {
    padding: 0px 0 10px;
}

.submit-btn {
    width: 100%;
}

.submit-btn .btn-primary {
    color: #fff;
    background-color: #5a8dee !important;
    border-color: #5a8dee !important;
    width: 100%;
    background-image: none;
    outline: none;
    padding: 10px;
    cursor: pointer;
}

.submit-btn .btn-primary:focus {
    outline: none;
}

.submit-btn .btn-primary:hover {
    background-color: #7ba4f1 !important;
    border-color: #7ba4f1 !important;
}

.contact-text p {
    text-align: center;
    font-size: 16px;
    font-family: "Rubik", "Times New Roman", serif;
    font-weight: 400;
    color: #516377;
}

.contact-text a {
    color: #5a8dee;
    text-decoration: none !important;
}

.ct-bottom {
    margin-bottom: 0;
}





/* DASHBOARD RESPONSIVE BEGIN */
@media only screen and (min-width: 320px) and (max-width: 529px) {
    .main-dashboard-blade .card-body.text-center canvas {
        height: auto !important;
        width: 100% !important;
    }





    #sidebar {
        z-index: 1;
        background-color: #fff;
    }

    img.logo {
        max-width: 200px;
    }

    #sidebar .list-items {
        height: 420px;
    }

    .wrapper .menu-btn {
        background: #fff;
        border: 1px solid #ffff;
        box-shadow: 0px 2px 3px 0px #00000057;
    }

    main {
        height: auto;
        padding: 10px 0px 73px;
    }

    .user-menu {
        z-index: 1;
    }

    .copyright .link {
        text-align: center;
    }

    .copyright .top {
        text-align: center;
        margin-bottom: 10px;
    }

    .main-cls-bg {
        display: block;
    }

    .logo-bg {
        width: 100%;
        padding: 0 40px;
        display: none;
    }

    .bg-white-color {
        width: 100%;
        padding: 3rem;
    }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
    #sidebar .list-items {
        height: 350px;
    }

    main {
        padding: 10px 0px 56px;
    }
}

@media only screen and (min-width: 530px) and (max-width: 767px) {
    .main-dashboard-blade .card-body.text-center canvas {
        height: auto !important;
        width: 100% !important;
    }



    #sidebar {
        z-index: 1;
        background-color: #fff;
    }

    img.logo {
        max-width: 200px;
    }

    #sidebar .list-items {
        height: 290px;
    }

    .wrapper .menu-btn {
        background: #fff;
        border: 1px solid #ffff;
        box-shadow: 0px 2px 3px 0px #00000057;
    }

    main {
        height: auto;
        padding: 10px 0px 73px;
    }

    .user-menu {
        z-index: 1;
    }

    .copyright .link {
        text-align: center;
    }

    .copyright .top {
        text-align: center;
        margin-bottom: 10px;
    }

    .main-cls-bg {
        display: block;
    }

    .logo-bg {
        width: 100%;
        padding: 0 40px;
        display: none;
    }

    .bg-white-color {
        width: 100%;
        padding: 3rem;
        height: auto;
    }
}

@media only screen and (min-width:768px) and (max-width: 991px) {
    .main-dashboard-blade .card-body.text-center canvas {
        height: auto !important;
        width: 100% !important;
    }


    #sidebar {
        z-index: 1;
        background-color: #fff;
    }

    img.logo {
        max-width: 200px;
    }

    #sidebar .list-items {
        height: 520px;
    }

    .wrapper .menu-btn {
        background: #fff;
        border: 1px solid #ffff;
        box-shadow: 0px 2px 3px 0px #00000057;
    }

    main {
        height: auto;
        padding: 10px 0px 60px;
    }

    .user-menu {
        z-index: 1;
    }

    .copyright .link {
        text-align: center;
    }

    .copyright .top {
        text-align: center;
        margin-bottom: 10px;
    }

    footer {
        z-index: 0;
    }

    .bg-white-color {
        width: 50%;
        padding: 3rem;
    }

    .logo-bg {
        width: 50%;
        height: 100vh;
        padding: 0 15px;
    }
}

@media only screen and (min-width:992px) and (max-width: 1199px) {

    #sidebar {
        z-index: 1;
        background-color: #fff;
    }

    .user-menu {
        z-index: 1;
    }

    main {
        position: relative;
    }

    #sidebar .list-items {
        height: 350px;
    }

    footer {
        z-index: 1;
    }

    .bg-white-color {
        width: 40%;
        padding: 3rem;
    }

    .logo-bg {
        width: 60%;
        height: 100vh;
        padding: 0 15px;
    }
}

@media only screen and (min-width:1260px) and (max-width: 1365px) {

    #sidebar {
        z-index: 1;
        background-color: #fff;
    }

    .user-menu {
        z-index: 1;
    }

    main {
        position: relative;
    }

    #sidebar .list-items {
        height: 380px;
    }

    footer {
        z-index: 1;
    }

    .bg-white-color {
        width: 40%;
        padding: 3rem;
    }

    .logo-bg {
        width: 60%;
        height: 100vh;
        padding: 0 15px;
    }
}

@media only screen and (min-width:1366px) and (max-width: 1439px) {
    .wrapper .menu-btn {
        left: 240px;
    }

    #sidebar {
        z-index: 1;
        background-color: #fff;
        width: 240px;
    }

    .user-menu {
        z-index: 1;
    }

    main {
        position: relative;
    }

    #sidebar .list-items {
        height: 340px;
    }

    footer {
        z-index: 1;
    }

    .bg-white-color {
        width: 40%;
        padding: 3rem;
    }

    .logo-bg {
        width: 60%;
        height: 100vh;
        padding: 0 15px;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {
    #sidebar {
        z-index: 1;
        background-color: #fff;
    }

    .user-menu {
        z-index: 1;
    }

    main {
        position: relative;
    }

    #sidebar .list-items {
        height: 460px;
    }

    footer {
        z-index: 1;
    }

    .bg-white-color {
        padding: 2rem;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {

    #sidebar {
        z-index: 1;
        background-color: #fff;
    }

    .user-menu {
        z-index: 1;
    }

    main {
        position: relative;
    }

    #sidebar .list-items {
        height: 480px;
    }

    footer {
        z-index: 1;
    }
}

@media only screen and (min-width: 1680px) and (max-width: 1919px) {}

@media only screen and (min-width: 2560px) {}

/* DASHBOARD RESPONSIVE END */

#users_block {
    background-color: #fff;
    padding: 40px;
}

#manage-tasks {
    background-color: #fff;
    padding: 40px;
}

#tasks\/create\/\{one\?\}\/\{two\?\}\/\{three\?\}\/\{four\?\}\/\{five\?\} {
    background-color: #fff;
    padding: 40px;
}

#manage_users {
    background-color: #fff;
    padding: 40px;
}

#tasks {
    background-color: #fff;
    padding: 40px;
}

.table {
    width: 100% !important;
}

table {
    background-color: #fff;
    padding: 40px;
}

#templates_list_wrapper {
    background-color: #fff;
    padding: 40px;
}

#manage_locations {
    background-color: #fff;
    padding: 40px;
}

#locations_list_wrapper {
    background-color: #fff;
    padding: 40px;
}

#track_block {
    background-color: #fff;
    padding: 40px;
}

.reports_block {
    background-color: #fff;
    padding: 40px;
}

.report_form {
    background-color: #fff;
    padding: 40px;
}

#documents_list_wrapper {
    background-color: #fff;
    padding: 40px;
}

.panel-group {
    background-color: #fff;
    padding: 40px;
}

#results_list_wrapper {
    background-color: #fff;
    padding: 40px;
}

#tracks_list_wrapper {
    padding: 40px;
    background-color: #fff;
}

#tasks_list_wrapper {
    background-color: #fff;
    padding: 40px;
}

#gtc_snapshot {
    background-color: #fff;
    padding: 40px;
}

#tracks_list {
    width: 100%;
    table-layout: auto;
}

.form-horizontal {
    padding: 40px;
    background-color: #fff;
}

#create_document {
    background-color: #fff;
    padding: 40px;
}

ul {
    padding-left: 0;
}

.dl-horizontal {
    background-color: #fff;
    padding: 40px;
}

#users_list {
    border-collapse: collapse !important;
}

table.no-footer {
    padding: 40px;
    background-color: #fff;
    display: inline-table !important;
}

table.table-bordered.dataTable {
    border-collapse: collapse !important;
}

.transcript_form {
    background: #fff;
    padding: 40px;
}

.column.scroll.perhistcontent {
    background-color: #fff;
    padding: 40px;
}

.dl-horizontal dd {
    margin-left: 0;
}

.dl-horizontal dt {
    text-align: left;
}

.bg-change-color {
    background-color: #fff;
    padding: 40px;
}

.form-horizontal .control-label {
    text-align: left;
}

#modules_list {
    padding: 40px;
    background-color: #fff;
}

main form {
    background-color: #fff;
    padding: 40px;
}

#SelectCompanies {
    padding: 40px;
    background-color: #fff;
}

main .form-location {
    margin-left: 0;
}

#libraries_list {
    padding: 40px;
    background-color: #fff;
    border-collapse: separate !important;
}

#modules_list_wrapper {
    background-color: #fff;
    padding: 40px;
}

.desire-table {
    padding: 40px;
    background-color: #fff;
}


.company-logo {
    width: 45%;
    margin: 20px auto 20px auto;
}

.company-name-heading h5 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.company-back-btn a {
    color: #677788;
    font-size: 15px;
    font-weight: 500;
}

.company-back-btn {
    text-align: center;
    margin-bottom: 20px;
}

.main-dashboard-blade {
    position: relative;
    transition: 0.6s all ease-in-out;
}

.card-body.text-center canvas {
    height: 420px !important;
    width: auto !important;
    margin: 0px auto;
    display: inline-block !important;
}


#exTab2 h3 {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}


#exTab1 .nav-pills>li>a {
    border-radius: 0;
}

#exTab3 .nav-pills>li>a {
    border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

.main-dashboard-blade .nav-pills>li.active>a {
    background-color: #677788;
}

.main-dashboard-blade .nav>li>a:hover {
    background-color: #677788;
    color: #fff;
}

main form.pull-right {
    padding: 0px;
}

#eye {
    position: absolute;
    top: 28%;
    right: 4%;
    cursor: pointer;
    color: lightgray;
}
.top-bar img {
    width: 150px;
    height: 50px;
}
.topbar-left {
    max-width: 100%;
}




.db-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
    padding: 0px 20px;
}


@media only screen and (min-width: 320px) and (max-width: 529px) {
.top-bar{flex-direction:column;gap:25px;}
.topbar-left img {height:auto;width:70%;}
.topbar-left{display:flex;justify-content:center;}
.db-bar{flex-direction:column;}
.nav-center ul{flex-direction:column;}
.topbar-left{max-width:100%;}
.db-bar{padding:30px 20px;}
.gtc-lg{width:100% !important;}

}
@media only screen and (min-width: 375px) and (max-width: 424px) {
}
@media only screen and (min-width: 425px) and (max-width: 529px) {
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
gtc-lg{width:100% !important;}
.top-bar{flex-direction:column;gap:25px;}
.topbar-left img {height:auto;width:70%;}
.topbar-left{display:flex;justify-content:center;}
.db-bar{flex-direction:column;}
.nav-center ul{flex-direction:column;}
.topbar-left{max-width:100%;}
.db-bar{padding:30px 20px;}
}
@media only screen and (min-width:768px) and (max-width: 991px) {
}

@media only screen and (min-width:992px) and (max-width: 1199px) {
}
@media only screen and (min-width:1260px) and (max-width: 1365px) {
}
@media only screen and (min-width:1366px) and (max-width: 1439px) {
}
@media only screen and (min-width: 1440px) and (max-width: 1599px){
}
@media only screen and (min-width: 1600px) and (max-width: 1900px) {
}
@media only screen and (min-width: 1680px) and (max-width: 1919px){
}
@media only screen and (min-width: 2560px) {
}
