/* Add here all your css styles (customizations) */
/* Add here all your css styles (customizations) */
/*input:focus ~ .floating-label1,*/
/*input:not(:focus):valid ~ .floating-label1{*/
/*    top: -7px;*/
/*    bottom: 25px;*/
/*    left: 0px;*/
/*    font-size: 12px;*/
/*    opacity: 1;*/
/*    color: #0b3e6f;*/
/*}*/

/*.inputText1 {*/
/*    font-size: 14px;*/
/*    width: 200px;*/
/*    height: 35px;*/
/*}*/

/*.floating-label1 {*/
/*    position: absolute;*/
/*    pointer-events: none;*/
/*    left: 0px;*/
/*    top: 10px;*/
/*    transition: 0.2s ease all;*/
/*}*/

.u-sidebar-navigation-v1-inner {
    height: 100vh;
    background-color: inherit;
}

/*------------------------------------
  Footer Admin
------------------------------------*/
@media (min-width: 768px) {
    .u-side-nav-mini .u-footer--bottom-fixed {
        margin-left: 3.5521429rem;
    }
}

@media (min-width: 992px) {
    .u-side-nav-mini .u-footer--bottom-fixed {
        margin-left: 3.5521429rem;
    }
}

.iframe_holder1 {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.add_payment {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    margin-left: 10px;
    margin-right: 10px;
}
.u-select-dropdown--width-100x .dropdown-menu[role="combobox"] {
    min-width: calc(100% - 2px) !important;
}


.input-currency {
    /*position: relative;*/
    position: static;
}

.input-currency > i {
    /*position: absolute;*/
    /*display: block;*/
    /*transform: translate(0, -50%);*/
    top: 10px;
    /*pointer-events: none;*/
    /*width: 5px;*/
    /*text-align: center;*/
    /*font-style: normal;*/
    /*font-size: 1.14286rem;*/
    /*font-weight: 600;*/
}

.input-currency> input {
    padding-left: 25px;
    padding-right: 0;
    top: 100px;
}

.input-currency1 span {
    position: absolute;
    left: 2px;
}

.input-currency-right1 > i {
    right: 0;
}

.input-currency-right1 > input {
    padding-left: 0;
    padding-right: 25px;
    text-align: right;
}

.input-currency-symbol {
    position: relative;
}
.input-currency-symbol input {
    padding-left:18px;
}
.input-currency-symbol:before {
    position: absolute;
    top: 0;
    content:"$";
    left: 1px;
    font-size: 24px;
    font-weight: 400;

}

.input-default-amount > i{
    top: 12px;
}

.highlighted{
    box-shadow: 0px 2px 0px 0px rgba(81, 203, 238, 1);
    /*padding: 3px 0px 3px 3px;*/
    /*margin: 5px 1px 3px 0px;*/
    /*border-bottom: 1px solid rgba(81, 203, 238, 1);*/

    /*-webkit-box-shadow: 0px 2px 0px 0px rgba(0,0,0,1); // rbg = "border shadow color!"*/
    /*-moz-box-shadow: 0px 2px 0px 0px rgba(0,0,0,1); // rbg = "border shadow color!"*/
    /*box-shadow: 0px 2px 0px 0px rgba(81, 203, 238, 1); // rbg = "border shadow color!"*/

}

.signature {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border: 1px dotted white;
    /*min-height: 200px;*/
    /*height: 100%;*/
}
.signaturepad {
    color:white;
    background-color:#2a2b2b;
    /*min-width:200px;*/
    padding:10px;
    /*max-size: 824px;*/
}
.disableddiv {
    pointer-events: none;
    opacity: 0.3;
}

/*------------------------------------------------------------------
  [Pricing tables]
*/
.pricing-tables {
    margin: 30px 0 20px;
}
.pricing-tables > div {
    padding-left: 10px;
    padding-right: 10px;
}
.pricing-table {
    /*box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04);*/
    /*border-radius: 0;*/
    /*border-top: 3px solid #c9c9c9;*/
    /*padding: 35px 20px;*/
    /*background: #ffffff;*/
    height: 100%;
    text-align: center;
    margin: 0 0 10px;
}
.pricing-table-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.pricing-table-price {
    padding: 0 0 20px;
    color: #525252;
}
.pricing-table-price .currency {
    vertical-align: top;
    font-size: 18px;
    line-height: 1;
}
.pricing-table-price .value {
    font-size: 60px;
    line-height: 40px;
    letter-spacing: -3px;
}
.pricing-table-price .frecuency {
    font-size: 20px;
    font-weight: 300;
    margin-left: 5px;
}
.pricing-table-description {
    color: #858585;
    margin-bottom: 5px;
}
.pricing-table-download {
    color: #858585;
}
.pricing-table-download .bandwidth {
    font-size: 25px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pricing-table-download .bandwidth .upto > div {
    font-size: 8px;
    font-weight: 300;
    display: inline-list-item;
    margin-right: 10px;
}
.pricing-table-features {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}
.pricing-table-features > li {
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    line-height: 33px;
}
.pricing-table .btn {
    line-height: 23px;
    min-width: 120px;
    margin-bottom: 10px;
}
.pricing-table .panel-divider {
    padding-top: 10px;
    margin-bottom: 10px;
}
.pricing-table-primary {
    border-color: #7F64B5;
}
.pricing-table-warning {
    border-color: #FFC870;
}
.pricing-table-success {
    border-color: #44B09C;
}
.pricing-table-danger {
    border-color: #EF6262;
}
.pricing-table-alt1 {
    border-color: #65CEEC;
}
.pricing-table-alt2 {
    border-color: #ffdc7a;
}
.pricing-table-alt3 {
    border-color: #45D8C2;
}
.pricing-table-alt4 {
    border-color: #e0e0e0;
}
.hidden {
    display: none !important;
    visibility: hidden;
}

.dataTables_info,
.dataTables_paginate {
    display: flex;
}

.g-parent.active .g-bg-secondary--parent-active {
    background-color: #1cc9e4 !important;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
    background-image: none;
}
.no-svg .payment-logo {
    width: 200px;
    height: 164px;
    background-image: url(../img-temp/50x100/img1.png);
}
@media (min-width: 768px) {
    .media-md {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .media-body-md {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1;
    }
}

.media-cmd-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: lightblue;
}
.no-touch-action {
    touch-action: none;
}


table.dataTable thead td{
    border: none  !important;
}


table.dataTable tfoot td {
    border: none  !important;
}

table.dataTable.no-footer{
    border: none  !important;
}

.g-bg-gray-dark-v5--active.active,
.active .g-bg-gray-dark-v5--active {
    background-color: #d9dce0 !important;
}
/* Remove Arrows input type number*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

table.dataTable td.dataTables_empty {
    text-align: center;
    /*background-color: #222222;*/
}
.dataTables_wrapper .dataTables_info{
    color: lightgrey;
}
/*.dataTables_wrapper .dataTables_paginate .paginate_button:hover {*/
/*    color: white !important;*/
/*    border: 1px solid #2980B9!important;*/
/*    background-color: #2980B9!important;*/
/*    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2980B9), color-stop(100%, #2980B9))!important;*/
/*    background: -webkit-linear-gradient(top, #2980B9 0%, #2980B9 100%)!important;*/
/*    background: -moz-linear-gradient(top, #2980B9 0%, #2980B9 100%)!important;*/
/*    background: -ms-linear-gradient(top, #2980B9 0%, #2980B9 100%)!important;*/
/*    background: -o-linear-gradient(top, #2980B9 0%, #2980B9 100%)!important;*/
/*    background: linear-gradient(to bottom, #2980B9 0%, #2980B9 100%)!important;*/
/*}*/

/*.dataTables_wrapper .dataTables_paginate .paginate_button {*/
/*    color: white !important;*/
/*    border: 1px solid #2980B9!important;*/
/*    background-color: #2980B9!important;*/
/*    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2980B9), color-stop(100%, #2980B9))!important;*/
/*    background: -webkit-linear-gradient(top, #2980B9 0%, #2980B9 100%)!important;*/
/*    background: -moz-linear-gradient(top, #2980B9 0%, #2980B9 100%)!important;*/
/*    background: -ms-linear-gradient(top, #2980B9 0%, #2980B9 100%)!important;*/
/*    background: -o-linear-gradient(top, #2980B9 0%, #2980B9 100%)!important;*/
/*    background: linear-gradient(to bottom, #2980B9 0%, #2980B9 100%)!important;*/
/*}*/

.outer-container {
    height:100%;
    width: 100%;
    display : table;
}

.top-section {
    background: lightgreen;
}

.bottom-section {
    display : table-row;
    vertical-align : bottom;
    height : 1px;
}

.bottom-alignernu {
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
    width: 3px;
    background: red;
}

.bottom-contentnu {
    display: inline-block;
}

.top-contentnu {
    padding: 8px;
}
.row1 {
    background: yellow;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.col1-container {
    display: table; /* Make the container element behave like a table */
    /* Set full-width to expand the whole page */
}

.col1 {
    display: table-cell; /* Make elements inside the container behave like table cells */
}

.flexbox {
    background: #ae00ff;
    height:100%;
}

.flexbox-item {
    background: #d4ff9a;
    overflow: auto;
}

.clearfix {
    background: yellow;
    display: flex;
    width:100%;
    height:100%;
}

.my-row {
    justify-content: stretch;
    white-space: nowrap;
}

.my-col {
    background: yellowgreen;
    border: 2px #f9f9f9 solid;
    align-self: stretch;
    white-space: nowrap;

}

.service-wrap1 {
    inline-size: 350px;
    overflow-wrap: break-word;
}

.service-container {
    /*background: #ae00ff;*/
}

.service-details-container {
    /*background: #ff0d21;*/
}
.article-container {
    background: #242020;
    display: flex;
    flex-direction: column;
    height: 45vh;
}
.footer {
    /*background: green;*/
    margin-top: auto;

}
.header-container {
    min-height: 75px;
}
.header-container1 {
    min-height: 75px;
}
.bottom-container {
    /*display: inline-block;*/
    align-self: flex-end;
}

.g-min-height-1200 {
    min-height: 1200px;
}
/*.clearfix{*/
/*    clear: both;*/
/*    position: relative;*/
/*}*/
.col-container {
    display: table;
    /*width: 100%;*/
}
.col {
    display: table-cell;
    padding: 16px;
}