*{
    font-size: 12px !important;
}

@font-face {
    font-family: 'Blogger Sans';
    src: url('/fonts/Blogger_Sans/Blogger_Sans.otf') format('truetype');
    font-style: normal;
    font-weight: 100, 200, 300, 400;
}

@font-face {
    font-family: 'Blogger Sans Light';
    src: url('/fonts/Blogger_Sans/Blogger_Sans-Light.otf') format('truetype');
    font-style: light;
}

@font-face {
    font-family: 'Blogger Sans Medium';
    src: url('/fonts/Blogger_Sans/Blogger_Sans-Medium.otf') format('truetype');
    font-style: medium;
}

@font-face {
    font-family: 'Blogger Sans Bold';
    src: url('/fonts/Blogger_Sans/Blogger_Sans-Bold.otf') format('truetype');
    font-style: bold;
    font-weight: bold;
}

h1,h2,h3,h4,h5{
    font-family: 'Blogger Sans', 'Open Sans', sans-serif;    
}
h1{
    font-size: 2.5em !important;  
}
h2 {
    font-size: 2em !important;
}
h3{
    font-size: 1.5em !important;  
}
.text-bold{
    font-weight: bold;
}
label{
    font-weight: bold;
}
.action{
    cursor: pointer
}
.autocomplete{
    width: 100%;
}
.bootstrap-tagsinput {
    vertical-align: middle!important;
    padding: 0px!important;    
}
.bootstrap-tagsinput .tag{
    background: #6C757D;
    border-radius: 2px;
    padding: 2px;
}
a.view{
    text-decoration: none;
    color: black;
}
.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
    background-color: #fff3f3; /* #f2dede;*/
}
.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
    background-color: #ffedcb /* #fcf8e3;*/
}
.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
    background-color: #d9edf7;
}
.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
    background-color: #dff0d8;
}
.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
    background-color: #f5f5f5;
}
.table>tbody>tr.alert>td, .table>tbody>tr.alert>th, .table>tbody>tr>td.alert, .table>tbody>tr>th.alert, .table>tfoot>tr.alert>td, .table>tfoot>tr.alert>th, .table>tfoot>tr>td.alert, .table>tfoot>tr>th.alert, .table>thead>tr.alert>td, .table>thead>tr.alert>th, .table>thead>tr>td.alert, .table>thead>tr>th.alert {
    background-color: #fefff3 /* #fdffd3;*/
}

.semaforo{
    border: 1px solid #000;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: block;
}
.semaforo.fa-check-circle{
    border: 0;
    font-size: 16px !important;
    color: green;
}
.semaforo.semaforo-success{
    background-color: green;
}
.semaforo.semaforo-info{
    background-color: cyan;
}
.semaforo.semaforo-primary{
    background-color: blue;
}
.semaforo.semaforo-danger{
    background-color: red;
}
.semaforo.semaforo-warning{
    background-color: orange;
}
.semaforo.semaforo-alert{
    background-color: yellow;
}
.semaforo.semaforo-default{
    background-color: gray;
}

.color-primary{
    color: #1E658B; /** 1E658B */
}
.login-container{
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;  
    flex-direction: row;  
}
.login-section{
    width: 100%;
}
.login-header{
    height: 10rem;
    width: 100%;
    text-align: center;
}
.title-login-header{
    font-size: 3.5rem !important;
    font-weight: bold !important;
}
.subtitle-login-header{
    font-size: 2.5rem !important;
}

@media (max-width: 300px) {
    .title-login-header{
        font-size: 2.5rem !important;
    }
    .subtitle-login-header{
        font-size: 2rem !important;
    }
}

.login-footer{
    height: 10rem;
    width: 100%;
    text-align: center;
}
.form-data {
    background-color: #e3e3e3;
    width: 100%;
    min-height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-signin{
    max-width: 19rem !important;
    border: solid 1px #ccc;
    background-color: #efefef !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}
.form-signin .title-login{
    font-size: 3rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
}
.footer_link_logos{
    /*width: 208px !important;*/
}
.footer_logos{
    height: 7rem;
}
.content-link{
    background-color: #F7F2D7;
    width: 100% !important;
    min-height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.content-link a{
    color: #000;
}
.input-group>.custom-select:not(:first-child), .input-group>.content-link:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group>.custom-select:not(:last-child), .input-group>.content-link:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.content-link, .input-group>.content-link-plaintext {
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}
.copy-link .input-group-text{
    background-color: #6EC1AB !important;
    color: #fff !important;
}
.copy-link .input-group-text:hover{
    background-color: #66b19d !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #20949b !important;
    border-color: #477875 !important;
}
.btn-flujo{
    color: #000 !important;
    background-color:#72ccd1 !important;
    border-color: #72ccd1 !important;
}
.btn-secondary {
    color: #fff !important;
    background-color: #1E658B !important;
    border-color: #1E658B !important;
}
.btn.row-add, .btn.row-del{
    color: #212529;
    background-color: #65BAE1 !important;
    border-color: #4488a7 !important;
}
.btn.row-add:hover, .btn.row-del:hover {
    color: #fff !important;
    background-color: #1E658B !important;
    border-color: #1E658B !important;
}
.btn-warning {
    color: #212529;
    background-color: #FDCE0C !important;
    border-color: #FDCE0C !important;
}
.btn-primary:hover {
    background-color: #187176 !important;
}
.btn-secondary:hover {
    background-color: #1f5470 !important;
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800 !important;
    border-color: #d39e00 !important;
}
.btn-flujo:hover{
    background-color:#31b8c0 !important;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #77d7d0 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(31 122 114 / 25%) !important;
}
input[type=checkbox].form-control, 
input[type=checkbox].form-check-input,
input[type=radio].form-control
{
    width: 2rem !important;
    height: 2rem !important;
}

select > option:focus { 
   background: #000 !important;
}

.bootstrap-tagsinput{
    height: auto !important;
}
.bootstrap-tagsinput input{
    padding: .2rem !important; 
}

.table .thead-dark th{
    /*color: #fff;
    background-color: #3e6588;
    border-color: #454d55;*/

    /*color: #3e3e3e;
    background-color: #3e658852;
    border-color: #454d5514;*/

    /*color: #f1f1f1;
    background-color: #4a4e51;
    border-color: #454d5514;*/

    color: #ebebeb;
    background-color: #3C3C3B;
    border-color: #4c4c4c;
}
.form-container{
    background-color: #ededed;
    padding: 1rem;
}

.container-screen{
    padding-top: 1rem;
}

.menu-pmesut{
    background-color: #1E658B !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1E658B;
}

.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1E658B;
}

.modal-header{
    background-color: #1E658B  !important;
    color: #fff;
}
.modal-header .close{
    text-shadow: none !important;
    color: #fff;;
}
.modal-body, .modal-footer{
    background-color: #f5f5f5;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
    border: 0;
}

.nav.nav-pills{
    background-color: #C7E7F3 !important;
}
.nav-pills .nav-link{
    color: #000;
    background-color: #C7E7F3 !important;
    border: 0;
    border-radius: 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    font-weight: bold;
    color: #000;
}

.nav-pills .nav-link.active:focus, .nav-pills .show > .nav-link:focus,
.nav-pills .nav-link.active:focus-visible, .nav-pills .show > .nav-link:focus-visible {
    border: 0;
    background-color: #C7E7F3 !important;
    outline-color: #C7E7F3;
}

.content-iframe{
    /*height: 100vh;
    width: 100vw;
    position: fixed;
    left: 0;
    top: 51px;
    z-index: 20;
    padding-bottom: 51px;*/

    width: calc(100%);
    padding: 0;
    height: calc(100vh - 54px);
    transition: all 0.3s;
    position: absolute;
    top: 4rem;
    right: 0;    
}

.nav-menu.dropdown-toggle::after {
    display: none;
}

.navbar .container-fluid{
    padding-right: 0;
    padding-left: 0;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #456d9f;
    font-weight: bold;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 200px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #1E658B;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -200px;
}

#sidebar .sidebar-header {
    padding: 1rem;
    background: #1E658B;
}

#sidebar ul.components {
    padding: 0px 0;
    border-bottom: 1px solid #1E658B;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: #dfdfdf;
}

#sidebar ul li a:hover {
    color: #19548f;
    background: #fff;
    text-decoration: auto;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #115a81;
}

#sidebar a.menu-item.active {
    color: #19548f;
    background: #fff;
    text-decoration: auto;
    font-weight: bold;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    color: #000 !important;
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #C7E7F3;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content-pmesut {
    width: calc(100% - 200px);
    padding: 0;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content-pmesut.active {
    width: 100%;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -200px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content-pmesut {
        width: 100%;
    }
    #content-pmesut.active {
        width: calc(100% - 200px);
    }
    #sidebarCollapse span {
        display: none;
    }
}

.page-item.active .page-link{
    background-color: #1E658B;
    border-color: #1E658B;
}
.page-link {
    color: #326aa7;
}
.page-item.active .page-link:hover {
    background-color: #185778;
}