/*@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');
body {
    font-family: "Montserrat",'Times New Roman' !important;
}

p, ul, ol {
  font-size: 1.3em;
}

h1 {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 38px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 44px;
  }
}

h2 {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 34px;
  }
}

h3 {
  font-size: 23px;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 25px;
  }
}

/*** Font ***/
/***** Colors ****/
/*** Shadow ****/
/********** Common ***********/
body {
    /*background-color: #f9f9f9;*/
    background-color: #F3F2F4;
    /*font-family: "Roboto", sans-serif;*/
}

a:hover {
  text-decoration: none;
}

.main-ico {
  width: 50px;
}

.yellow-bg {
    background-color: #E7D335;
}

.btn-main {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 11px 20px;
    background-color: #E7D335;
    color: #fff !important;
    display: block;
    text-align: center;
}
.btn-main:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.card-footer .btn-main {
    border-radius: 0px;
    color: black !important;
    font-size: 18px;
}

.alternate-btn {
    padding: 8px 10px;
    font-size: 14px;
    letter-spacing: 0.03em;
    background-color: #FFEB3B;
    width: 190px;
    max-width: 80%;
    max-width: 80%;
    color: #fff;
    margin: auto;
    border: 1px solid #ffc64a;
    border-radius: 6px;
    margin-top: 30px;
    text-transform: none;
    font-weight: 400;
    display: block;
    text-align: center;
}
.alternate-btn:hover {
  color: #fff;
}

.btn-dark {
  background-color: #121c20;
}

.btn-cancel {
  background-color: #DA3539;
}

.centered-logo {
  display: block;
  margin: auto;
}

.text-center {
  text-align: center;
}

input, select {
  height: 48px !important;
  margin-bottom: 20px;
}
input.no-border, select.no-border {
  border: 0 solid transparent;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

input[type=checkbox] {
  height: auto !important;
}

.mw-9 {
  max-width: 900px;
  margin: auto;
}

.mw-6 {
  max-width: 600px;
  margin: auto;
}

.btn-secondary {
  background-color: #808080;
  border-color: #808080;
}

.email-btn {
  background-color: #D44638;
}

.whatsapp-btn {
  background-color: #1BD741;
}

.download-btn {
  background-color: #808080;
}

.success-bg, .success-btn {
  background-color: #8CC63E;
}

/********** End of common ***********/
header {
    background-color: #E7D335;
    height: inherit;
}
header .content-width {
  position: relative;
  box-sizing: border-box;
  width: 1170px;
  max-width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
header .content-width .flex-item {
  flex-grow: 1;
  min-width: 33%;
  display: flex;
}
header .content-width .flex-item.mw-30 {
  max-width: 30%;
}
header .content-width .flex-item.align-center {
  justify-content: center;
}
header .content-width .flex-item.align-end {
  justify-content: flex-end;
}
header .cta-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 170px;
  max-width: 50%;
}
header .logout-btn {
    /*background-color: #FFEB3B;*/
    color: #121c20;
    /*padding: 0.6em 1em;
    border-radius: 3px;*/
}

.main-logo {
  max-width: 100%;
  width: 200px;
}

.dashboard-nav {
  background-color: #fff;
  padding: 2em 0;
}

.content-section {
  padding-top: 2em;
  padding-bottom: 3em;
}

/*** Dashboard ***/
.head-section {
  margin-bottom: 20px;
}
.head-section h2 {
  margin-bottom: 0;
  font-weight:bold;
  font-size:28px;
}
    .head-section #pUser{
        margin-bottom: 0;
        font-weight: 500;
        font-size: 22px;
    }
    .head-section #pService {
        margin-top: 18px;
        font-weight: 400;
        font-size: 16px;
    }


.head-section.head-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.current-page .ico-return {
  color: #121c20;
  font-size: 1.5em;
}

/** End of Dashboard **/
.login-form {
  width: 90%;
  margin: 30px auto 0;
  display: flex;
  flex-direction: column;
}
.login-form .btn-primary {
  margin-top: 30px;
}

.login-page .main-logo {
  width: 284px;
}
.login-page:before {
  content: "";
  background-image: url(/Img/taxi-bg-img.jpg);
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}

/** Cards **/
.card {
    border: 1px solid #E7D335;
    border-radius: 0.30 rm !important;
}

.dashboard-card {
  margin-bottom: 30px;
}
.dashboard-card .card-body {
  min-height: calc(90px + 2vw);
  padding: 10px 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.dashboard-card .card-body .card-title {
  margin-bottom: 0;
  margin-left: 20px;
  font-weight:700;
  font-size: 19px;
}
.dashboard-card .card-body .card-title span {
  display: block;
  font-size: 0.6em;
}
    .dashboard-card .card-footer {
        border-top: 0 solid transparent;
        background-color: transparent;
        /*padding: 0px 30px 20px;*/
        padding: 0px 0px 0px 0px;
    }
.dashboard-card .card-footer .btn-main {
  width: 100%;
}
.dashboard-card .dashboard-ico {
  width: 60px;
}

.car-card .card-body {
  min-height: calc(90px + 1vw);
}
    .car-card .card-body i {
        font-size: 1.8em;
        color: #E7D335;
    }
.car-card .card-body .card-detail {
  margin-left: 30px;
}
.car-card .card-body .card-detail ul {
  padding: 20px 0;
  margin: 0;
  list-style: none;
  font-size: 1.1em;
}
.car-card .card-body .card-detail ul li {
  margin: 0 0 3px;
}
.car-card .card-body .card-detail ul li .title {
  color: #B3B3B3;
  min-width: 50px;
  display: inline-block;
}

.get-file .btn-main {
  margin: 10px 0 0;
  text-transform: none;
  letter-spacing: 0;
  width: 100%;
}
.get-file .btn-main i {
  margin-right: 5px;
  font-size: 1.2em;
}
@media screen and (min-width: 768px) {
  .get-file {
    display: flex;
  }
  .get-file .btn-main {
    margin: 10px 10px;
  }
}

.custom-cta {
  max-width: 600px;
  margin: 40px auto 20px;
}

/**** Form *****/
.form-heading {
  background-color: #e6e6e6;
  padding: 20px;
  border-radius: 5px;
}
    .form-heading i {
        margin-right: 10px;
        color: #E7D335;
    }

form h5 {
  margin-top: 10px;
  margin-bottom: 15px;
}
form h5 i {
  color: #b3b3b3;
  margin-right: 5px;
}

.form-actions button {
  display: flex;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.2em;
  line-height: 1.1em;
  align-items: center;
  padding: 1em 2em;
  margin-bottom: 20px;
}
.form-actions button span {
  display: block;
  font-size: 0.9em;
  font-weight: 400;
}
.form-actions button i {
  font-size: 1.4em;
  margin-right: 10px;
}

/******** Table *********/
.table .thead-dark th {
  background-color: #121c20;
  border-color: transparent;
  vertical-align: middle;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 400;
  padding: 1.6em 1em;
}
.table tbody td, .table tbody th {
  padding: 1em 1em;
  vertical-align: middle;
}
.table tbody .table-actions {
  display: flex;
  padding: 0;
  justify-content: center;
}
.table tbody .table-actions button {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.table tr {
  background-color: #fff;
}
.table tr.disabled {
  color: #808080;
  background-color: #f5f5f5;
}
.table tr.disabled .table-actions {
  opacity: 0.6;
}

/******* Modal *******/
.modal .modal-content {
  border: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.modal .modal-content .modal-header {
  border-bottom: none;
  padding: 1.2em 2em 0.2em;
}
.modal .modal-content .modal-header .modal-title {
  font-size: 2em;
  line-height: 1.3em;
}
.modal .modal-content .modal-body {
  padding: 0 2em;
}
.modal .modal-content .modal-body form {
  width: 100%;
  padding: 10px 0 40px;
}
.modal .modal-content .modal-footer {
  padding: 1.6em 1em;
  justify-content: center;
  border: none;
}
.modal .modal-content .modal-footer button {
  display: block;
  min-width: 40%;
}

/******* Menu *********/
/* menu button */
.menu-trigger {
  height: 30px;
  width: 30px;
  position: absolute;
  z-index: 101;
  cursor: pointer;
  top: 17px;
  cursor: pointer;
}
.menu-trigger > span {
  background-color: #121c20;
  border-radius: 1px;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -15px;
  transition: height 100ms;
}
.menu-trigger > span:after, .menu-trigger > span:before {
  content: "";
  background-color: #121c20;
  border-radius: 1px;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  transition: all 200ms;
}
.menu-trigger > span:after {
  top: -7px;
}
.menu-trigger > span:before {
  bottom: -7px;
}
.menu-trigger.act {
  position: fixed;
  top: 17px;
  left: 6%;
}
.menu-trigger.act > span {
  height: 0;
}
.menu-trigger.act > span:after, .menu-trigger.act > span:before {
  background-color: #121c20;
  top: 1px;
}
.menu-trigger.act > span:after {
  transform: rotate(45deg);
}
.menu-trigger.act > span:before {
  transform: rotate(-45deg);
}

/* main menu block */
.main-menu {
  overflow: hidden;
  background-color: #f9f9f9;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  height: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: all 0.1s ease-in;
}
.main-menu.act {
  opacity: 1;
  height: 100%;
}
.main-menu.act ul li {
  opacity: 1;
}
.main-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  text-align: left;
  align-self: center;
  padding: 0 20px;
  margin: 0;
}
.main-menu li {
  transition: all 0.1s ease-in;
  opacity: 0;
}
.main-menu li.secundary-btn a {
  border: 1px solid #1BD741;
}
.main-menu li.secundary-btn a i {
  margin-right: 10px;
  font-size: 1.3em;
  color: #1BD741;
  transition: all ease-in 0.2s;
}
.main-menu li.secundary-btn a:hover {
  background-color: #1BD741;
}
.main-menu li.secundary-btn a:hover i {
  color: #fff;
}
    .main-menu a {
        color: #121c20;
        background-color: #f5f5f5;
        font-size: calc(0.8em + 0.4vw);
        display: flex;
        font-weight: 500;
        padding: 20px 20px;
        align-items: center;
        border-radius: 3px;
        margin-bottom: 17px;
        border: 1px solid #E7D335;
        transition: all ease-in 0.2s;
    }
.main-menu a .menu-ico {
  width: 30px;
  margin-right: 10px;
}
.main-menu a .menu-ico.ico-logo {
  width: 30px;
}
        .main-menu a:hover {
            background-color: #E7D335;
            color: #fff;
        }

/*# sourceMappingURL=styles.css.map */

label.error {
    color: red !important;
    font-size: 14px !important;
    margin-bottom: 0px !important;
}


.editPro {
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

#Asignados{
    border:double !important;
    
}

#Sistema {
    border: double !important;
}


.alignButtonAdd {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background: #1e7e34 !important;
}

.alignButtonQuit {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background: #6c757d !important;
}
.back {
    background: #545b62;
}

.alignButton {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.returnPro {
    background: #1e7e34 !important;
}


.admin-permission {
    margin-bottom: 2em !important;
}
    

    .admin-permission > span {
        float: left !important;
        width: 100% !important;
        padding: 10px 20px !important;
        background: black !important;
        color: #fff !important;
        font-size: 1.2em !important;
    }

    .admin-permission > ul {
        width: 100% !important;
        float: left !important;
        height: 400px !important;
        overflow-y: scroll !important;
        list-style:none;
    }

        .admin-permission > ul > li {
            float: left !important;
            width: 100% !important;
            padding: 10px !important;
            border-bottom: 1px solid #ccc !important;
            height: 50px !important;
        }

            .admin-permission > ul > li > input {
                background: #fff !important;
                border: 1px solid #ccc !important;
                float: right !important;
                padding: 5px 10px !important;
            }

            .admin-permission > ul > li > button {                
                border: 1px solid #ccc !important;
                float: right !important;
                padding: 5px 10px !important;
            }


                .admin-permission > ul > li > input:hover {
                    background: #e8e8e8 !important  ;
                }


.get-file-prof .btn-main {
    margin: 10px 0 0;
    text-transform: none;
    letter-spacing: 0;
    width: 100%;
    ali
}

    .get-file-prof .btn-main i {
        margin-right: 1px;
        font-size: 1.2em;
    }

@media screen and (min-width: 768px) {
    .get-file-prof {
        display: flex;
    }

        .get-file-prof .btn-main {
            margin: 10px 10px;
            position:absolute;
        }
}

/*CUSTOM TABLE STYLE*/
.table .thead-dark th {
    background-color: #e7d335 !important;
    color: #000 !important;
    font-weight: 600;
}



.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
}

header .content-width {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 95%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
}

header {
    background-color: #E7D335;
    height: 80px;
}

    header .logout-btn {
        padding: 0.6em 0.1em;       
    }
.menu-ico {
    height: 1.3rem;
}

.menu-ico-md {
    height: 2rem;
}


.footer {
    position: sticky;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #000;
    height: 70px;
}

.v-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.custom-navbar {
    /*box-shadow: 10px 10px 10px #E7D335;*/

    background-color: #E7D335 !important;
    
}
.nav-link {
    color: #f7204e !important;
}
.custom-toggler.navbar-toggler {
    border-color: #000 !important;
}

.custom-toggler:hover {
    border-color: #000 !important;
    background-color: #000 !important;
}

.navbar-toggler-icon:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#logo_custom {
    margin-top: -6px;
}

@media only screen and (max-width: 760px) {
    #logo_custom {
        width: 40%;
    }
}

.card-text > p {
    font-size:13px !important;
}
.logout-btn {
    color: inherit;
    text-decoration: inherit;
}


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

/*.custom-tabs-nav  {
    border-bottom: none;    
}

.custom-tabs-nav .nav-link.active {
    border-top: #FFFFFF;
    border-right: #FFFFFF;
    border-left: #FFFFFF;
    color: black;
    background-color: transparent;
    border-bottom: 3px solid #E7D335;
}
    .custom-tabs-nav .nav-link:hover {
        border: none;
    }
*/
.nav-link-custom {
    color: black !important;
}
/* Tabs*/
section {
   
}

section .section-title {
    text-align: center;    
    margin-bottom: 5rem;
    text-transform: uppercase;
}

#tabs {
    background-color:white;
}
    #tabs .nav-tabs {
        border: none;
    }

    #tabs h6.section-title {
    }

    #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #f3f3f3;
        background-color: transparent;
        border-color: transparent transparent #f3f3f3;
        border-bottom: 4px solid #E7D335 !important;
        font-size: 16px;
        font-weight: bold;
    }

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 16px;
}
 .main-logo  {
    width: 123px;
}

.label-icon-sm {
    font-size: 12px;
    font-weight: 500;
}


.label-icon-md {
    font-size: 14px;
    font-weight: 500;
}

.navbar {
    padding: .3rem 3rem
}

.card {    
    border-radius: 0.625rem;
}
.card-title {
    font-size: 14px;
    font-weight: 600;
}

.notice-img {
    /*max-height: 140px;*/
    border-radius: 0.55rem;
    border: none;
    /*max-width: 267px;*/
}

#navbarlg {
  display: flex;
}

#navbarsm {
    display: none;
}

#navbarsmchild {
    display: none;
}
#navbarlgchild {
    display: flex;
}
#tabs {
    display: flex;
}

@media screen and (max-width: 770px) {
    #navbarlg {
        display: none;
    }

    #navbarsm {
        display: flex;
    }

    #navbarsmchild {
        display: flex;
    }

    #navbarlgchild {
        display: none;
    }

    #tabs {
        display: none;
    }
}


html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

main {
    flex: 1 0;
}

.footer {

    position: relative;

}

.btnCustom {
    text-transform: none;
    border-radius: 1.5em;
    background-color: #121c2063;
    border: none;
    color:white;
}

    .btnCustom:hover {
        text-transform: none;
        border-radius: 1.5em;
        background-color: #121c20a4;
        border: none;
        color: white;
    }


.btnCustomActive {
    background-color: #121c20a4;
}