﻿/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}


/*DESDE ACA*/
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #646464;
}

.body-layout {
    margin-top: 150px;
}

.header {
    background: #00708c;
    background: -moz-linear-gradient(-45deg, #00708c 0%, #28c18b 100%);
    background: -webkit-linear-gradient(-45deg, #00708c 0%,#28c18b 100%);
    background: linear-gradient(135deg, #00708c 0%,#28c18b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00708c', endColorstr='#28c18b',GradientType=1 );
    height: 100px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 60%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 60%);
}

#scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#scrollbar::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

#scrollbar::-webkit-scrollbar-thumb {
    background-color: #28c18b;
}

.title {
    font-size: 20px;
    color: #000000;
}

h4,
p {
    margin: 0;
}

.p-10 {
    padding:10px;
}
label {
    font-weight: normal;
}

a {
    color: #339966;
}

    a:hover,
    a:focus {
        text-decoration: none;
        cursor: pointer;
    }

i {
    vertical-align: middle;
}

.m-10 {
    margin: 10px 0;
}

.overflow-hidden {
    overflow: hidden;
}

.well {
    padding: 10px;
}

.asterisk {
    color: #FF9933;
    font-size: 20px;
    line-height: 10px;
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
}

.col-button {
    text-align: center;
}

.form-group {
    margin-bottom: 25px;
    position: relative;
}

.inline-block {
    display: inline-block;
}

.dropdown {
    display: inline-block;
}

.navbar-light {
    background-color: #F3F3F4;
    border-bottom: 1px solid #C8C8C8;
    padding: 10px 0;
}

.navbar-toggle .icon-bar {
    border: 1px solid;
}

.navbar-header {
    float: right;
}

.top-nav {
    padding: 0 15px;
}

    .top-nav > li {
        display: inline-block;
    }

        .top-nav > li > a:hover,
        .top-nav > li > a:focus,
        .nav .open > a,
        .nav .open > a:hover,
        .nav .open > a:focus,
        .side-nav li a:hover,
        .side-nav li a:focus {
            background-color: transparent;
        }

.navbar-nav > li > .dropdown-menu {
    position: inherit;
    background-color: #00708C;
    width: 100%;
    font-size: 12px;
}

.side-nav > li > ul > li > a {
    display: block;
    padding: 10px 15px 10px 25px;
    text-decoration: none;
    color: #fff;
}

    .side-nav > li > ul > li > a:hover {
        color: #fff;
    }

.nav > li > a {
    color: #646464;
}

    .nav > li > a.navbar-brand {
        color: #646464;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
    }

        .nav > li > a.navbar-brand span {
            font-size: 12px;
            margin-right: 10px;
        }

.side-nav > li > a.menu-flex,
.menu-flex {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

    .side-nav > li > a.menu-flex span,
    .menu-flex span {
        margin-left: 10px;
    }

.title-page {
    text-transform: uppercase;
    font-size: 14px;
}

.icon-color {
    color: #339966;
}

.box {
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
    border-radius: 5px;
    margin-top: 30px;
    padding: 10px;
}

.tabs {
    display: flex;
    justify-content: space-around;
}

    .tabs a {
        color: #000000;
        font-size: 18px;
        text-align: center;
        flex-grow: 1;
        background: #F3F3F4;
        padding: 20px 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

        .tabs a:hover,
        .tabs a:focus {
            text-decoration: none;
        }

        .tabs a.tab-button {
            background: #FF9933;
            color: #ffffff;
        }

.field-validation-error {
    display: block;
    width: 100%;
    color: red;
    font-size: 12px;
}

.btn {
    padding: 10px 20px;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: 0;
        outline-offset: inherit;
    }

.btn-primary {
    background: #FF9933;
    color: #ffffff;
    border: 0;
    border-radius: 30px;
    transition: 0.5s all;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active {
        color: #ffffff;
        transition: 0.5s all;
        outline: none;
        background-color: #FF9933;
        border-color: transparent;
        box-shadow: inset 0 0 0 25px #FF6600;
    }

.btn-secondary {
    background: #646464;
    color: #ffffff;
    border: 0;
    border-radius: 30px;
    transition: 0.5s all;
}

    .btn-secondary:hover,
    .btn-secondary:focus,
    .btn-secondary:active {
        color: #ffffff;
        transition: 0.5s all;
        outline: none;
        background-color: #646464;
        border-color: transparent;
        box-shadow: inset 0 0 0 25px #444444;
    }

.btn-green {
    background: #339966;
    color: #ffffff;
    border: 0;
    border-radius: 30px;
    transition: 0.5s all;
}

    .btn-green:hover,
    .btn-green:focus,
    .btn-green:active {
        color: #ffffff;
        transition: 0.5s all;
        outline: none;
        background-color: #339966;
        border-color: transparent;
        box-shadow: inset 0 0 0 25px #256D47;
         }

.btn-100 {
    width: 100%;
}

.facebook-btn {
    background-color: #426FA5;
    padding: 10px 20px;
    color: #ffffff;
}

.google-btn {
    background-color: #E05F53;
    padding: 10px 20px;
    color: #ffffff;
}

.link-primary {
    color: #339966;
    background: transparent;
    border: 0;
}

.link-secondary {
    color: #396FB2;
}

    .link-primary:hover,
    .link-primary:focus,
    .link-secondary:hover,
    .link-secondary:focus {
        text-decoration: none;
        cursor: pointer;
    }

.checkbox-style,
.radio-style {
    cursor: default;
    height: 25px;
    margin: -5px 0 5px;
}

    .checkbox-style span[disabled],
    .radio-style span[disabled] {
        opacity: .5;
        cursor: not-allowed;
    }

    .checkbox-style input[type="checkbox"] {
        width: 25px;
        height: 25px;
    }

        .checkbox-style input[type="checkbox"][disabled] {
            opacity: .5;
        }

    .radio-style input[type="radio"] {
        margin: 15px 10px;
    }

    .checkbox-style label,
    .radio-style label {
        margin: 0 20px 0 5px;
        font-weight: normal;
        vertical-align: super;
    }

    .checkbox-style input[type="checkbox"]::after,
    .radio-style input[type="radio"]::after {
        content: "";
        display: inline-block;
        width: 25px;
        height: 25px;
        vertical-align: middle;
        margin-right: 0;
        border-radius: 4px;
        border-width: 1px;
        border-style: solid;
        border-color: #646464;
        border-image: initial;
        background: rgb(255, 255, 255);
    }

    .radio-style input[type="radio"]::after {
        border-radius: 100%;
        margin: -5px;
    }

    .checkbox-style.fixCheckbox input[type="checkbox"]::after,
    .radio-style.fixCheckbox input[type="radio"]::after {
        margin-left: -6px;
    }

    .checkbox-style.horizontalCheckbox,
    .radio-style.horizontalCheckbox {
        margin-top: -5px;
    }

    .checkbox-style input[type="checkbox"]:checked::after,
    .radio-style input[type="radio"]:checked::after {
        content: "✔";
        color: white;
        background-color: #FF9933;
        text-align: center;
        line-height: 25px;
        border-width: 0px;
        border-style: initial;
        border-color: initial;
        border-image: initial;
    }

.notifications .dropdown-menu {
    min-width: 300px;
}

.notifications h6 {
    padding: 20px;
}

.icon-absolute {
    position: absolute;
    right: 10px;
    top: 20px;
}

.tables .table-striped a {
    color: #339966;
    margin: 0 10px;
}

    .tables .table-striped a.rotate,
    .rotate {
        display: inline-block;
        transition: transform .5s ease-in-out;
        -webkit-transition: transform .5s ease-in-out;
        -moz-transition: transform .5s ease-in-out;
    }

        .tables .table-striped a.rotate:hover,
        .rotate:hover {
            text-decoration: none;
            transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
        }

.pagination {
    white-space: nowrap;
}

    .pagination a {
        position: relative;
        padding: 7px 15px;
        line-height: 1.5;
        height: 34px;
        text-decoration: none;
        color: #139c9b;
        background-color: #ffffff;
        border: 1px solid #dddddd;
        margin-left: -1px;
        border-radius: 4px;
    }

        .pagination a.disabled,
        .pagination a:hover {
            z-index: 2;
            color: #ffffff;
            background-color: #139c9b;
            border-color: #139c9b;
            cursor: pointer;
        }

.records {
    margin: 20px 0;
}

    .records select {
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.modal-header {
    background: #00708c;
    background: -moz-linear-gradient(45deg, #00708c 0%, #28c18b 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #00708c), color-stop(100%, #28c18b));
    background: -webkit-linear-gradient(45deg, #00708c 0%, #28c18b 100%);
    background: -o-linear-gradient(45deg, #00708c 0%, #28c18b 100%);
    background: -ms-linear-gradient(45deg, #00708c 0%, #28c18b 100%);
    background: linear-gradient(45deg, #00708c 0%, #28c18b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00708c', endColorstr='#28c18b', GradientType=1 );
}

    .modal-header .modal-title {
        color: #FFFFFF;
    }

input[type="file"]#fileUpload {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

label[for="fileUpload"] {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #106BA0;
    display: inline-block;
    transition: all .5s;
    cursor: pointer;
    padding: 15px 40px !important;
    text-transform: uppercase;
    width: fit-content;
    text-align: center;
}

.errorPage {
    background-color: #FEFEFE;
}

    .errorPage img {
        max-width: 100%;
    }

    .errorPage h1 {
        color: #414042;
        font-size: 3em;
    }

    .errorPage h3 {
        color: #5AB3B1;
    }

    @media(min-width:768px) {
        .body-layout {
        margin-top: 70px;
    }

    #wrapper {
        padding-left: 225px;
    }

    #page-wrapper {
        padding: 22px 10px;
    }

    h1 {
        font-size: 22px;
        color: #000000;
    }

    .margin-md {
        margin: 50px 0;
    }

    .col-button {
        text-align: right;
    }

    .carousel-control .icon-arrow-right,
    .carousel-control .icon-arrow-left {
        position: absolute;
        top: 40%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-next,
    .carousel-control .icon-arrow-right {
        right: 5%;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-arrow-left {
        left: 5%;
    }

    .carousel-control.left,
    .carousel-control.right {
        background-image: none;
    }

    .navbar-header {
        padding-left: 225px;
    }

    .side-nav {
        position: fixed;
        top: 0;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        background: #00708c;
        background: -moz-linear-gradient(-45deg, #00708c 0%, #28c18b 100%);
        background: -webkit-linear-gradient(-45deg, #00708c 0%,#28c18b 100%);
        background: linear-gradient(135deg, #00708c 0%,#28c18b 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00708c', endColorstr='#28c18b',GradientType=1 );
        bottom: 0;
        padding-bottom: 40px;
    }

        .side-nav > li > a {
            width: 225px;
            color: #ffffff;
        }

    .side-nav {
        height: 100%;
        z-index: 10000;
        transition: all .4s ease 0s;
    }

    .navbar-left {
        padding-left: 225px;
    }

    #wrapper.active,
    #wrapper.active .navbar-left {
        padding-left: 50px;
    }

        #wrapper.active #sidebar-wrapper {
            left: 60px;
        }

        #wrapper.active .side-nav {
            width: 60px;
        }

            #wrapper.active .side-nav > li > a {
                width: auto;
                padding: 15px 10px;
            }

                #wrapper.active .side-nav > li > a i:first-child {
                    margin-right: 15px;
                }

    .navbar-nav > li > .dropdown-menu {
        position: absolute;
        left: 225px;
        top: 15%;
        min-width: 320px;
        border-radius: 5px;
    }

    #wrapper.active .navbar-nav > li > .dropdown-menu {
        left: 50px;
    }

    #wrapper.active .navbar-nav > li a.user-menu {
        width: auto;
        margin-bottom: 40px;
    }

        #wrapper.active .navbar-nav > li a.user-menu p,
        #wrapper.active .navbar-nav > li a.user-menu span,
        #wrapper.active .side-nav > li > a span {
            display: none;
        }

    .arrow-menu {
        position: absolute;
        right: 5px;
    }

    .title {
        font-size: 30px;
    }

    .bkg-page {
        position: relative;
    }

        .bkg-page:before {
            position: absolute;
            font-family: 'btsap';
            top: 60%;
            left: 50%;
            font-size: 40em;
            color: #EFEFEF;
            margin: -110px 0 0px -260px;
        }

    #emptyPagePersonalPasswords .bkg-page:before {
        content: "\e011";
    }

    #emptyPageSpecialUser .bkg-page:before,
    #emptyPageSpecialUserInteractions .bkg-page:before,
    #emptyPageSpecialUserPasswordActions .bkg-page:before,
    #emptyPageSpecialUserOpeningMotives .bkg-page:before {
        content: "\7d";
    }

    #emptyPagePlatforms .bkg-page:before,
    #emptyPagePasswordTemplate .bkg-page:before,
    #emptyPageServers .bkg-page:before,
    #emptyPageSystems .bkg-page:before {
        content: "\e00f";
    }

    .tables .table-striped {
        width: 100%;
    }

        .tables .table-striped th,
        .tables .table-striped td {
            text-align: center;
        }

    .stepwizard {
        display: table;
        width: 100%;
        position: relative;
    }

    .stepwizard-row {
        display: flex;
    }

    .stepwizard-step p {
        margin-top: 20px;
    }

    .stepwizard-step {
        text-align: center;
        position: relative;
        flex: 1;
    }

        .stepwizard-step:after {
            top: 14px;
            bottom: 0;
            left: 65%;
            position: absolute;
            content: "";
            width: 70%;
            border-top: 5px dotted #646464;
        }

        .stepwizard-step:last-child::after {
            display: none;
        }

    .step-circle {
        display: inline-block;
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 6px 0;
        border-radius: 100%;
        background: #ffffff;
        border: 1px solid #00708c;
    }

        .step-circle.active-step {
            background: #28c18b;
            background: -moz-radial-gradient(center, ellipse cover, #28c18b 0%, #00708c 100%);
            background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #28c18b), color-stop(100%, #00708c));
            background: -webkit-radial-gradient(center, ellipse cover, #28c18b 0%, #00708c 100%);
            background: -o-radial-gradient(center, ellipse cover, #28c18b 0%, #00708c 100%);
            background: -ms-radial-gradient(center, ellipse cover, #28c18b 0%, #00708c 100%);
            background: radial-gradient(ellipse at center, #28c18b 0%, #00708c 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28c18b', endColorstr='#00708c', GradientType=1 );
            border: 0;
            width: 50px;
            height: 50px;
            margin: -10px;
        }
}

@media only screen and (max-width: 800px) {
    .tables table,
    .tables thead,
    .tables tbody,
    .tables td,
    .tables tr {
        display: block;
    }

    .tables th {
        display: none;
    }

    .tables tr {
        border: 1px solid #ccc;
    }

    .tables td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: right;
    }

        .tables td:before {
            position: absolute;
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        .tables td:before {
            content: attr(data-title);
        }
}
