﻿@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500);

body, html {
    -webkit-print-color-adjust: exact;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto' !important;
}

.div_login {
    /*align-items:center;
   -webkit-box-align: center; -moz-box-align: center; 
   -ms-flex-align: center; 
   -webkit-align-items: center;
            
   display:flex;
   display: -webkit-box;   
   display: -moz-box;      
   display: -ms-flexbox;   
   display: -webkit-flex;  

   flex:1 1 auto;
   -webkit-box-flex:1;
   -webkit-flex:1 1 auto;
   -moz-box-flex:1;
   -ms-flex:1 1 auto;
          
   justify-content:center;
   -webkit-box-pack: center; -moz-box-pack: center;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   */
    min-height: 100%;
    margin: 4px;
    padding: 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    flex-flow: row;
    flex: 3 1 auto;
    -webkit-order: 1;
    order: 1;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    border-radius: 15px;
    background: #A4C8EC; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#A4C8EC, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#A4C8EC, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#A4C8EC, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#A4C8EC, white); /* Standard syntax */
    border: 1px outset darkblue;
    box-shadow: 1px 3px 7px #000;
    border-top: 1px solid darkblue;
    border-right: 1px solid darkblue;
    border-bottom: 1px solid darkblue;
    border-left: 1px solid darkblue;
    text-align: center;
    text-indent: 1px;
    text-decoration: none;
    font-family: "Roboto" !important;
}


.myFooter {
    // margin: 4px;
    // padding: 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    flex-flow: row;
    flex: 3 1 auto;
    -webkit-order: 1;
    order: 1;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    border: 1px outset #D8F6CE;
    box-shadow: 1px 3px 7px #000;
    border-top: 1px solid #D8F6CE;
    border-right: 1px solid #D8F6CE;
    border-bottom: 1px solid #D8F6CE;
    border-left: 1px solid #D8F6CE;
    text-align: center;
    text-indent: 1px;
    text-decoration: none;
    font-family: "Roboto" !important;
}


.flex_div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 15px;
    background: #1A75CF; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#1A75CF, #A4C8EC); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#1A75CF, #A4C8EC); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#1A75CF, #A4C8EC); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#1A75CF, #A4C8EC); /* Standard syntax */
    border: 1px outset #178acc;
    box-shadow: 1px 3px 7px #000;
    border-top: 1px solid darkblue;
    border-right: 1px solid darkblue;
    border-bottom: 1px solid darkblue;
    border-left: 1px solid darkblue;
    text-align: center;
    text-indent: 1px;
    text-decoration: none;
    font-family: "Roboto" !important;
}



.flex_div_c {
    /*
    display: -webkit-box;   
    display: -moz-box;      
    display: -ms-flexbox;   
    display: -webkit-flex;  
    display: flex;          

    -webkit-box-align: center; -moz-box-align: center; 
    -ms-flex-align: center; 
    -webkit-align-items: center;
    align-items: center;

    -webkit-box-pack: center; -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    */
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-family: "Roboto" !important;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    height: 100% !important;
    font-family: "Roboto" !important;
}


.text-muted {
    font-family: Roboto;
    font-size: 40px;
    font-family: "Roboto" !important;
}

.espacioH {
}


.espacioScroll {
    overflow: hidden;
    overflow-y: auto;
    /*height: calc(100vh - 188.16px);*/
}



#footer_ft {
    font-size: 1.1em;
}

.menubar {
    display: table-row-group;
}


@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}


@media screen and (max-width: 767px) {
    .text-muted {
        font-size: 15px;
    }

    .espacioH {
        padding-top: 3em;
    }

    .menubar {
        display: block;
    }

    #footer_ft {
        font-size: 0.7em;
    }
}



.colorgraph {
    height: 5px;
    border-top: 0;
    background: #c4e17f;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}


div.menu {
    height: 136.16px;
    background-color: #e0ffdb !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

div.polaroid {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    height: 136.16px;
}

.navbar-brand {
    padding: 0px;
}

    .navbar-brand > img {
        height: 100%;
        padding: 15px;
        width: auto;
    }

.example2 .navbar-brand {
    height: 100px;
}

.example2 .nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
}

.example2 .navbar-toggle {
    padding: 10px;
    margin: 25px 15px 25px 0;
}

.example2 .navbar-brand > img {
    /*padding: 7px 15px;*/
    padding: 0px;
}



#sidebar-wrapper {
    margin-left: -250px;
    top: 51px;
    left: 250px;
    width: 250px;
    background: #000;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.4s ease 0s;
}


.asterisco {
    color: red !important;
    font-weight: bold !important;
}



.encaFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}






.error {
    border: 2px solid red !important;
    background-color: #fee !important;
}

.tooltip.top .tooltip-inner {
    background-color: red;
}


.Gridview tr:hover {
    color: red !important;
    cursor: pointer;
    border-bottom: 1px solid #ED7A0A;
}



.vcenter {
    display: flex;
    align-items: center;
}



.ChkBoxClass input {
    width: 45px;
    height: 45px;
}



/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
/* END ANIMATED X */



.no-transition {
    -webkit-transition: height 0.01s;
    -moz-transition: height 0.01s;
    -ms-transition: height 0.01s;
    -o-transition: height 0.01s;
    transition: height 0.01s;
}





*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.integration-list {
    width: 100%;
    margin: 0 auto;
    display: table;
    font-family: "Roboto" !important;
}

    .integration-list ul {
        padding: 0;
        margin: 20px 0;
        color: #555;
    }

        .integration-list ul > li {
            list-style: none;
            border-top: 1px solid #ddd;
            display: block;
            padding: 15px;
            overflow: hidden;
        }

        .integration-list ul:last-child {
            border-bottom: 1px solid #ddd;
        }

        .integration-list ul > li:hover {
            background: #efefef;
        }

.expand {
    display: block;
    text-decoration: none;
    color: #555;
    cursor: pointer;
}

h2 {
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-weight: 400;
}

span {
    font-size: 12.5px;
}

#left, #right {
    display: table;
}

#sup {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
}

.detail a {
    text-decoration: none;
    color: #C0392B;
    border: 1px solid #C0392B;
    padding: 6px 10px 5px;
    font-size: 14px;
}

.detail {
    margin: 10px 0 10px 0px;
    display: none;
    line-height: 22px;
}

    .detail span {
        margin: 0;
    }

.right-arrow {
    margin-left: 20px;
    width: 10px;
    height: 100%;
    float: right;
    font-weight: bold;
    font-size: 20px;
}

.icon {
    height: 75px;
    width: 75px;
    float: left;
    margin: 0 15px 0 0;
}



.close {
    color: #000 !important;
    opacity: 1 !important;
    font-size: 30px !important;
}
