﻿html {
   
    margin: 0;
    padding: 0;
    min-height: 100%;
   
}

iframe {
    border: solid 0;
}

#GridSrc_Table td,
#GridDest_Table td {
    transform: scale(1);
}

body {
    /* background: url("/Images/mediaadminfinalpng.jpg") center center / cover no-repeat fixed aliceblue;*/
    font-size: 16px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif !important;
    margin: 0;
    padding: 0;
    height: 680px;
    background-color: #FAFAFA;
}


/* Layer_2 */
.body2 {
    position: absolute;
    left: 43.15%;
    right: 39.11%;
    top: 23.97%;
    bottom: 41.93%;
    /* Inner shadow input */
    display: none;
}

.select2-selection.select2-selection--single {
    border-color: #D9D9D9 !important;
}

a {
    color: White;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #F3F3F3;
    }

    a:hover {
        background: rgba(255,255,255,.3);
    }

/* MediaAdmin2 *******************************************/

.AppBody {
  /* background: url(../../Images/mediaadminfinalpng.jpg) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

#FrameImage {
    position: fixed !important;
    bottom: 0 !important;
    right: 200px !important;
}

.center {
    display: table;
    margin: 0 auto !important;
}

/* lista horizontal */
#menuSandwich {
	top: 0;
	right: 0;
	height: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	color: black;
	display: none;
	outline: none;
	border: solid 0;
	position: absolute;
	min-width: inherit;
	background: transparent;
}

#menuSandwich::before,
#menuSandwich::after {
	top: 50%;
	right: -10%;
	content: "";
	width: 30px;
	height: 20px;
	position: absolute;
	border-top: solid 4px;
	border-bottom: solid 4px;
	transition: all linear 0.2s;
    color: rgba( 255, 255, 255, 0.8);
	transform: translate(-50%, -50%);
}

#menuSandwich::after,
#menuSandwich.close::before  {
	height: 0;
	border-top: solid 2px;
	border-bottom: solid 2px;
}

#menuSandwich.close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

#menuSandwich.close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

/* lista horizontal */
.listhorizontal {
    margin: 0;
    padding: 0;
    height: 100%;
    list-style: none;
}
.listhorizontal.n1 {
	margin-top: -11px;
}

    .listhorizontal li {
        display: inline-block;
    }

    .listhorizontal form {
        display: inline-block;
    }

/* Cabecero ***********************************************/
.maheader {
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    background: #31BDEB; /* #159ccb - Azul syncfusion */
    margin: 0 0 5px 0;
    z-index: 999999;
}

    .maheader .left {
        width: 248px;
        display: inline-block;
    }

    .maheader .right {
        display: inline-block;
        text-transform: capitalize;
        float: right;
        margin-top: 1.5rem;
        margin-right: 1.0rem;
    }

/* Menu ***************************************************/
.mamenu {
    position: fixed;
    left: 0;
    margin-right: 5px;
    z-index: 1000;
    height: 100%;
    background: #F2F7F9;
}
ul#nav {
	padding: 0px;
}
    .mamenu ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    /* Sombra al pasar el mouse sobre un elemento */
    .mamenu li:hover {
        background: rgba(0,0,0, 0.1);
    }

    /* Boton que Extiende el panel */
    .mamenu .menu-button {
        display: block;
        width: 50px;
        height: 50px;
        background-repeat: no-repeat;
        background-position: 10px 5px;
        /* background-position: -490px 5px; */
    }

    /* Panel que se Contrae y se Extiende */
    .mamenu .menu-panel {
        position: fixed;
        background: #F2F7F9;
        display: none;
        top: 49px;
        left: 55px;
        border-left: 7px solid Gray;
        border-right: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
        padding: 10px;
    }

        /* Panel */
        .mamenu .menu-panel div,
        .mamenu .menu-panel ul {
            display: inline-block;
            vertical-align: top;
        }

            /* Titulo del Panel */
            .mamenu .menu-panel .title,
            .mamenu .menu-panel ul li:first-child {
                background: #FFC200;
                color: white;
                padding: 5px;
                text-align: center;
                font-weight: bold;
            }

        /* Boton dentro del Panel  */
        .mamenu .menu-panel a {
            display: block;
            color: Black;
            padding: 5px 10px;
        }

    /* Abrir menu */
    .mamenu .menu-button:hover + div,
    .mamenu .menu-button + div:hover {
        display: block;
    }

#mnuConfig {
    background-image: url('../../Images/menu/config.png');
}

#mnuSales {
    background-image: url('../../Images/menu/cartera.png');
}

#mnuTraffic {
    background-image: url('../../Images/menu/bitacora.png');
}

#mnuAdmin {
    background-image: url('../../Images/menu/ordenes.png');
}

#mnuDownloads {
    background-image: url('../../Images/menu/descargas.png');
}

#mnuReport {
    background-image: url('../../Images/menu/report.png');
}

/* Espacio de trabajo ****************************/
.maworkspace {
    width: 100%;
    margin-top: 49px;
    margin-bottom: 90px;
    padding: 5px 5px 0;
    box-sizing: border-box;
    background: #FAFAFA;
    
}

.maworkspace1 {
    width: 100%;
    margin-top: 49px;
    margin-bottom: 90px;
    padding: 5px 5px 0;
    box-sizing: border-box;
    background: url('../../Images/mediaadminfinalpng.jpg') center center / cover no-repeat fixed aliceblue;
}


/* formularios ****************************/
.maform,
.maform form {
    /*background: #F2F7F9;*/
    margin: 0;
    margin-top: 250px;
}

    .maform section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background-color: #254AB0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

        .maform hgroup h1{
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 60px;
            background-color: #254AB0;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

    .maform section {
        padding: 15px;
        width: 430px;
        height: 250px;
        /* -webkit-border-radius: 10px; */
        -moz-border-radius: 10px;
        border-radius: 10px;
        background: #00000040;
        box-shadow: rgba(1, 1, 1, 0.04) 0px 8px 8px;
        position: relative;
        overflow: hidden;
        color: #AFD6FF;
        /* text-align: center; */
        font-weight: bold;
        z-index: 1;
    }

    .maform fieldset {
        display: block;
        padding: 0;
        border: none;
        margin: 0;
        background: Transparent;
    }

        .maform fieldset legend {
            /* background: #FFC200;
    padding: 5px 15px; */
            border-radius: 15px 0px;
        }

        .maform fieldset ol {
            display: inline-block;
            padding: 15px;
            margin: 0;
            list-style: none;
            vertical-align: top;
           
        }

            .maform fieldset ol:last-of-type {
                border: none;
            }

            .maform fieldset ol li {
                padding-bottom: 5px;
            }

        .maform fieldset label {
            display: block;
        }

            .maform fieldset label.checkbox {
                display: inline-block;
            }

        .maform fieldset input[type="text"],
        .maform fieldset input[type="password"],
        .maform fieldset input[type="tel"],
        .maform fieldset input[type="email"],
        .maform fieldset input[type="number"],
        .maform fieldset textarea,
        .maform fieldset select {
            border: 1px solid #e2e2e2;
            color: #333;
            margin: 5px 0 6px 0;
            padding: 5px;
        }

            .maform fieldset input[type="text"]:focus,
            .maform fieldset input[type="password"]:focus,
            .maform fieldset input[type="tel"]:focus,
            .maform fieldset input[type="email"]:focus,
            .maform fieldset input[type="number"]:focus,
            .maform fieldset textarea:focus {
                border: 1px solid #FFC200;
                outline: none;
            }

        .maform fieldset input[type="password"],
        .maform fieldset input[type="text"] {
            width: 300px;
        }

        .maform fieldset input[type="tel"] {
            width: 120px;
        }

        .maform fieldset input[type="email"] {
            width: 250px;
        }

        .maform fieldset input[type="number"] {
            width: 100px;
        }

        .maform fieldset textarea {
            width: 300px;
        }

        .maform fieldset input[type="submit"] {
            display: block;
        }

    .maform a {
        color: Navy;
        font-weight: bold;
    }

        .maform a:hover {
            background: rgba(0, 0, 0, .1);
        }

/*Syncfusion Changes*/

.EditorDialog {
    padding: 0px !important;
}

    .EditorDialog td {
        padding: 0px 0px 3px 3px !important;
    }

div[id$="ToolTip"] table td {
    padding: 0px;
}

.tabstyle {
    background: #F9F9F9;
    border-radius: 10px;
    border: 1px solid #99CFE3;
    display: block;
}

.sf-samples .column {
    width: 24%;
    height: 24px;
    font-size: 14px;
    color: #616161;
    list-style-type: circle;
    position: relative;
}

.desc {
    font-size: 12px;
    color: #616161;
}

.ulstyle {
    margin: 0px;
    padding-left: 20px;
    display: inline-block;
}

.list {
    float: left;
    color: #99CFE3;
    line-height: 10px;
    min-width: 177px;
}

header, footer, hgroup,
nav, section {
    display: block;
}

header.maheader {
	top: 0px;
	width: 100vw;
	position: fixed;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #6a6a6a;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}

.main-content {
    background: url("../../Images/accent.png") no-repeat;
    padding-left: 10px;
    padding-top: 30px;
}

.featured + .main-content {
    background: url("../../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding-top: 20px;
}

footer {
    display: table;
    width: 100%;
    bottom: 0;
    position: fixed;
    background: rgba(23, 38, 55, 0.75);
    color: #999;
    padding: 5px;
    z-index: 1000;
    font-family: 'Nunito', sans-serif !important;
}

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
    
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    padding: 4px 0;
}

    fieldset legend {
        color: #3685EE;
        display: block;
        font-size: 20px;
        font-weight: 600;
    }

    fieldset ol {
        padding: 5px;
        list-style: none;
        font-size: 16px;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    
   /* color: #808080 !important;*/
    display: inline-block;
    width: auto;
}

    label.checkbox {
        display: inline;
    }


textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"], input[type="button"], input[type="reset"], button,
.btn.btn-default {
    cursor: pointer;
    font-size: 14px !important;
    font-weight: 600;
    padding-bottom: 2px;
    width: auto;
    height: 30px;
    z-index: 1003;
    min-width: 90px;
    border: 0px solid;
    color: #FFFFFF;
    background: #3685EE ;
    transition: linear 0.2s;
    /*background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));*/
    border-radius: 3px;
    box-shadow: 0px 3px 0px rgb(1 1 1 / 4%);
}

.btn.btn-default {
    background: #1C3A8E !important;
}
.btn-gray {
    
    background-color: transparent !important;
    border: 1px solid #999999 !important;
    color: #999999;
}
/* borrar */
.btn-red {
    background-color: #FF0000 !important;
    color: white !important;
}


.cancel-action,
.confirm-cancel-button,
input[value="Restaurar"],
input[value="Restore"],
input[value="Limpiar"],
input[data-close-button-text="Cancelar"],
input[data-close-button-text="Cerrar"],
button#RestoreOrderDetails,
button#RestoreProgramsAndVersions {
    background-color: transparent !important;
    border: 1px solid #999999 !important;
    color: #999999 !important;
}

.expand-button {
    border: 1px solid gray !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
    padding: 2px 11px 2px 24px !important;
    width: auto !important;
}

    .expand-button:hover {
        box-shadow: none !important;
        background-color: #A09E9E !important;
    }

.spritesplitdropdownbutton {
    width: 18px;
    min-width: 18px;
}


input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover,
.btn.btn-default:hover,
input[data-close-button-text="Cerrar"]:hover {
    /*background: linear-gradient(to bottom, #4EB5ED 0px, #119FEB 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); */
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  /*  background-color: #61d3f8;*/
    box-shadow: 0px 5px 1px rgb(1 1 1 / 4%);
}

.submit_button:hover, .btn.btn-default:hover {
   /* background-color: #4F9BFF !important;*/
}

.cancel-action:hover,
.confirm-cancel-button:hover,
input[value="Restaurar"]:hover,
input[value="Restore"]:hover,
input[value="Limpiar"]:hover,
button#RestoreOrderDetails:hover,
button#RestoreProgramsAndVersions:hover {
    background-color: transparent !important;
    border: 1px solid #999999 !important;
    color: #999999 !important;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    background: #00CC00;
    color: #fff;
    font-size: 1.1em;
    font-size: 1.1em;
    box-shadow: 0px 0px 6px #000;
    -moz-box-shadow: 0px 0px 6px #000;
    -webkit-box-shadow: 0px 0px 6px #000;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #e80c4d !important;
}

.input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    background: #ee0101;
    color: #fff;
    font-size: 1.1em;
    box-shadow: 0px 0px 6px #000;
    -moz-box-shadow: 0px 0px 6px #000;
    -webkit-box-shadow: 0px 0px 6px #000;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

    .validation-summary-errors ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: center;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

.sf-grid-edit-buttons {
    margin-left: 0 !Important;
}

/* new menu */
/* main menu styles */
.menu {
    background-color: #EFEFEF;
    margin: 5px 0 0 26px;
    text-align: left;
	min-width: 446px;
    width: 50%;
}

    .menu > span {
        display: inline-block;
        margin: 0 auto;
    }

#nav {
    display: inline;
    text-align: left;
    list-style-type: none;
}

    #nav > li {
        float: left;
        padding: 0;
        position: relative;
    }

        #nav > li > a {
            border: 1px solid transparent;
            color: gray;
            display: block;
            font-size: 100%;
            font-weight: bold;
            padding: 10px 11px 11px 30px;
            position: relative;
            text-decoration: none;
        }

            #nav > li > a:hover {
                background-color: #f9feff;
                border-color: transparent !important;
            }

        #nav > li.selected > a {
            background-color: #FFFFFF;
            border-color: #c9d5d8 #c9d5d8 #FFFFFF;
            border-top-color: transparent;
            z-index: 2;
            color: black;
        }

    #nav li div {
        position: relative;
    }

        #nav li div div {
            background-color: #FFFFFF;
            border: 1px solid #c9d5d8;
            padding: 2px 0 0 0;
            display: none;
            font-size: 0.75em;
            margin: 0;
            position: absolute;
            top: -1px;
            z-index: 1;
            width: 190px;
        }

            #nav li div div.wrp2 {
				overflow-y: auto;
                max-width: 660px;
				max-height: 490px;
				overflow-x: hidden;
                border-radius: 0px 4px 4px 4px; 
                box-shadow: 0px 6px 49px rgba(1,1,1,0.1);
				width: calc(100vw - 60px);
            }
			
.menu span {
    background: rgba(236, 243, 245, 0.90);
}
.wrp2::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.wrp2::-webkit-scrollbar-track {
  background: white; 
}
 
/* Handle */
.wrp2::-webkit-scrollbar-thumb {
  background: rgb(40, 156, 195); 
}

    #nav .sep {
        left: 165px;
        border-left: 1px solid #E3E3E3;
        bottom: 0;
        height: auto;
        margin: 15px 0;
        position: absolute;
        top: 0;
        width: 1px;
    }

    #nav li div ul {
        padding-left: 5px;
        padding-right: 5px;
        position: relative;
        width: 155px;
        float: left;
        list-style-type: none;
    }

        #nav li div ul li {
            margin: 0;
            padding: 0;
        }

            #nav li div ul li h3 {
                border-bottom: 1px solid #30BDEB;
                color: #185D8A;
                font-weight: bold;
                margin: 0 5px 1px;
                font-size: 1.1em;
                padding-bottom: 3px;
                padding-top: 2px;
            }

    #nav li ul ul {
        padding: 0 0 8px;
    }

        #nav li ul ul li {
            margin: 0;
            padding: 0;
        }

            #nav li ul ul li a {
                color: #8b9198;
                display: block;
                padding: 3px 5px;
                font-size: 1.2em;
                text-decoration: none;
                border-radius: 2px 2px;
            }
            #nav li ul ul li a:hover {
                box-shadow: 0px 4px 4px rgba( 1, 1, 1, 0.06);
                background-image: linear-gradient(45deg, transparent 0%, rgba( 255, 255, 255, 0.5) 100%);
            }
/*#nav li ul ul li a:hover{
    background-color:#31BDEB;
    color:#fff;
}*/
.normal-hover {
    background-color: #31BDEB !important;
    color: #fff !important;
}

.empty-hover {
    background-color: #808080 !important;
    color: #fff !important;
}

/*************** Actual Layout************/
.maheader {
    z-index: 1001;
    background: #3685EE; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(49,189,235,0.8)), color-stop(48%,rgba(49,189,235,0.9)), color-stop(80%,rgba(129,209,234,0.96)), color-stop(99%,rgba(195,235,247,1)), color-stop(100%,rgba(195,235,247,1))); /* Chrome,Safari4+ */
    background: #3685EE; /* Chrome10+,Safari5.1+ */
    background: #3685EE; /* Opera 11.10+ */
    background: #3685EE; /* IE10+ */
    background: #3685EE; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc31bdeb', endColorstr='#c3ebf7',GradientType=0 ); /* IE6-9 */
    border-color: #3685EE;
    border-image: none;
    border-style: solid;
    border-width: 2px 0 0px;
    backdrop-filter: blur(7px) saturate(180%);
    box-shadow: 0px 4px 2px rgba(1, 1, 1, 0.03);
}

.login-partial {
    font-weight: bold;
    color: #E9F5F4;
    font-size: 1.1em;
}

.menu-parent {
    border: 1px solid #E7E7E7;
    border-top: none;
    border-right: none;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.mamenu {
    border: 1px solid #E7E7E7;
}

.logo-header {
    margin-left: 18px;
}

.layout_area {
    text-align: center;
    vertical-align: 7px;
}

.layout_area_center {
    cursor: pointer;
    display: inline !important;
}

    .layout_area_center span {
        /*border: 2px solid #FFFFFF;*/
        color: #F3F3F3;
        font-weight: bold;
        max-width: 44px;
        padding: 2px 5px;
    }


.maheader {
    height: 49px;
}

.ma-sub-header {
    border-image: none;
    border-style: solid;
    border-width: 2px 0 1px;
    z-index: 1000;
    min-height: 115px;
    margin-top: -223px;
    border-color: rgba( 255, 255, 255, 0.08);
}

.submenu-search {
    color: #FFFFFF;
    font-weight: bold;
}

    .submenu-search #search-button {
        cursor: pointer;
        float: left;
        margin-top: 3px;
        width: 21px;
    }

    .submenu-search input[type="text"] {
        background: none;
        border: none;
        outline: none;
        border-bottom: 2px solid rgba(255, 255, 255, 0.69);
        color: #FFFFFF;
        font-family: "Segoe UI",Verdana,Helvetica,Sans-Serif;
        font-size: 1.5em;
        font-weight: bold;
        margin-left: 7px;
        min-width: 200px;
        width: 45%;
    }

.submenu-space {
    margin: 15px 26px 0;
    padding-bottom: 6px;
}

.submenu-footer {
    margin-top: 16px;
    text-align: center;
    vertical-align: bottom;
    cursor: pointer;
}

    .submenu-footer span {
        width: 26px;
        height: 26px;
    }

.submenu-footer img {
    filter: invert(100%);
}

#search-result {
    margin: 0 50px;
}

    #search-result a {
        background: rgba(17, 159, 235, 0.40);
        display: inline-block;
        font-size: 0.85em;
        font-weight: bold;
        height: 39px !important;
        line-height: 1.15;
        margin: 4px 5px 0 0;
        padding: 3px 4px 3px 6px;
        text-align: left;
        vertical-align: top;
        width: 104px !important;
        transition: all linear 0.2s;
        border-radius: 4px 4px;
    }

        #search-result a:hover {
            background: rgba(17, 159, 235, 1);
            transform: translateY(2px);
            box-shadow: 0px 4px 16px rgba( 33, 37, 43, 0.1);
        }

.layout_area_center div {
    border-bottom: 1px solid #ffffff;
    margin: 2px;
}

.header-text-sepator {
    color: #31BDEB;
}

/* End of new layout */

.SimpleMsgDialog ui-dialog ui-widget ui-widget-content ui-corner-all ui-front {
    background: white !important;
}

    .SimpleMsgDialog section {
        text-align: right;
    }

    .SimpleMsgDialog p {
        font-size: 16px;
        margin: 0 auto 15px;
        text-align: center;
    }

.SimpleMsgDialog input[type="button"] {
    margin: 15px 76px 0 0;
    margin-right: 180px;
}

.hr-light-line {
    background: url("../../Images/hr.png") repeat scroll 50% 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #E0E0E0;
    display: inline-block;
    height: 1px;
    margin: 25px auto;
    outline: medium none;
    width: 100%;
}

.hr-line-form {
    background: url("../../Images/hr.png") repeat scroll 50% 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #E0E0E0;
    display: inline-block;
    height: 1px;
    margin: 15px auto;
    outline: medium none;
    width: 90%;
}



.form-body {
    background: #ffffff; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 47%, #f0f2f4 68%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(47%,#ffffff), color-stop(68%,#f0f2f4)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 47%,#f0f2f4 68%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #ffffff 47%,#f0f2f4 68%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #ffffff 47%,#f0f2f4 68%); /* IE10+ */
    background: radial-gradient(ellipse at center, #ffffff 47%,#f0f2f4 68%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f2f4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.section-borders {
   /* padding: 0px 8px;
    border: 1px solid rgb(211, 211, 211);*/
}

.page_title {
    color: #6a6a6a;
    font-size: 30px !important;
    margin-top: 30px !important;
}

.disableGridbutton {
    cursor: default !important;
    box-shadow: none !important;
    opacity: 0.30 !important;
}

.gray-button {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
    border: 1px solid #808080 !important;
    border-radius: 0 !important;
    padding: 2px 11px 2px 24px !important;
    width: auto !important;
}
/*.formError {
        z-index: auto !important;
    }*/
.start-wrapper {
    background: none repeat scroll 0 0 #88D6EE;
    border-bottom: 1px solid #E5E5E5;
    height: 200px;
    margin-left: -61px;
    margin-right: -5px;
    padding-top: 20px;
    width: auto;
    margin-top: -2px;
}

.start-wrapper-lastElement {
    border-bottom: none;
}

.start-wrapper p {
    width: 300px;
}

#left-area-start, #right-area-start {
    display: inline-block;
    padding-top: 20px;
    width: 39%;
    vertical-align: top;
}

#left-area-start {
    width: 50%;
}

#title-area-start {
    font-size: 26pt;
    font-weight: bold;
    margin: 0;
}

#subTitle-area-start {
    font-size: 16pt;
    margin: -9px 0 5px 1px;
}

#content-area-start {
    margin: 0;
}

    #content-area-start a {
        color: #185d8a;
        text-decoration: underline;
    }
/* Modal Dialog Background */
.ui-widget-overlay {
    background-color: #5F5F5F !important;
}

.line-home-separator {
    border-image: url("../../Images/hr.png") 100 130 100 130;
    border-style: solid;
    border-width: 1px;
    float: left;
    margin: 0 120px;
    width: 76%;
}

#search-menu::-webkit-input-placeholder { /* WebKit browsers */
    color: #f0ffff;
    opacity: 0.5;
}

#search-menu:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #f0ffff;
    opacity: 0.5;
}

#search-menu::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #f0ffff;
    opacity: 0.5;
}

#search-menu:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #f0ffff;
    opacity: 0.5;
}

#message-confirm-msgDialog {
    word-wrap: break-word;
}

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {
}

/*NOTIFICATIONS WIDGET*/
#notification_li {
    position: relative;
}

#notificationContainer {
    background-color: white;
    border: 1px solid gray;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    overflow: visible;
    position: absolute;
    top: 26px;
    margin-left: -556px;
    width: 800px;
    z-index: -1;
    display: none;
    height:600px
}

#notificationOrderContainer {
    background-color: white;
    border: 1px solid gray;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    overflow: visible;
    position: absolute;
    top: 54px;
    margin-left: -598px;
    width: 800px;
    z-index: -1;
    display: none;
    height: 600px;
}
/*Popup Arrow*/
#notificationContainer:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    color: transparent;
    border: 10px solid black;
    border-color: transparent transparent white;
    margin-top: -19px;
    margin-left: 556px;
}

#notificationOrderContainer:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    color: transparent;
    border: 10px solid black;
    border-color: transparent transparent white;
    margin-top: -19px;
    margin-left: 600px;
}

#notificationTitle {
    background-color: white;
    border-bottom: 1px solid #dddddd;
    color: black;
    font-size: 13px;
    font-weight: bold;
    padding: 8px;
    position: fixed;
    width: 384px;
    z-index: 1000;
}

#notificationsBody {
    padding: 33px 0px 0px 0px !important;
    min-height: 300px;
}

#notificationFooter {
    background-color: #fcfcfc;
    /*border-top: 1px solid #dddddd;*/
    border-top: 1px solid lightgray;
    font-size: 12px;
    font-weight: bold;
    padding: 8px;
    text-align: center;
}

    #notificationFooter a {
        color: #333333 !important;
    }

.notification_count {
    border-radius: 9px;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    margin-left: 16px;
    margin-top: -7px;
    padding: 3px 7px;
    position: absolute;
    display: none;
}

#notification_count {
    background: none repeat scroll 0 0 #c52828;
}

#invoicenotification_count {
    background: none repeat scroll 0 0 #cc0000;
}

#notificationOrder_count {
    background: none repeat scroll 0 0 #F5A9BC;
}

#notificationLink, #invoicenotificationlink, #versionnotificationlink {
    display: inline-block;
   
}

    #notificationLink img, #invoicenotificationlink img, #versionnotificationlink img {
        height: 17px;
        padding-top: 0;
        vertical-align: -3px;
        width: 19px;
    }
/*Notification Description*/
.notificationMsgDescription {
    border-bottom: 1px dotted gray;
    display: block;
    margin: 3px 0 0px;
    opacity: 0.8;
    cursor: pointer;
}

.notificationMsgTitle {
    background: none repeat scroll 0 0 #f4f4f4;
    color: black;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 4px;
}

.notificationMsgContent {
    display: block;
    font-weight: normal;
}

.notificationMsgSubContentLeft {
    display: inline-block;
    width: 17%;
}

.notificationMsgSubContentRight {
    color: black;
    display: inline-block;
    height: 65px;
    vertical-align: top;
    width: 80%;
}

.notificationTime {
    color: gray;
    font-size: 12px;
    opacity: 0.6;
    text-align: right;
}

.amaran-close:before {
    color: gray;
}

.amaran-wrapper.bottom {
    bottom: 19px !important;
}

.notificationImage {
    background-image: url("../../Images/User64_2.png");
}

.amaran.awesome.CheckAlert .icon {
    background-color: white !important;
    background-image: url("../../Images/CheckAlert.png");
    background-position: 0px 1px;
    background-repeat: no-repeat;
    color: #fff;
}

.amaran.awesome.CloseAlert .icon {
    background-color: white !important;
    background-image: url("../../Images/CloseAlert.png");
    background-position: 0px 1px;
    background-repeat: no-repeat;
    color: #fff;
}

.amaran.awesome.warningAlert .icon {
    background-color: white !important;
    background-image: url("../../Images/warningAlert.png");
    background-position: 0px 1px;
    background-repeat: no-repeat;
    color: #fff;
}

.amaran.awesome.userPersonalized .icon {
    background-color: white !important;
    background-image: url("../../Images/User64_2.png");
    background-position: -6px -2px;
    background-repeat: no-repeat;
    color: #fff;
}

.amaran.awesome.systemPersonalized .icon {
    background-color: white !important;
    background-image: url("../../Images/mediaadmin2.png");
    background-position: 0 -2px;
    background-repeat: no-repeat;
    background-size: 52px auto;
    border-radius: 0;
    color: #fff;
}

.NotificationMsgSuccess {
    background: #3685EE;
    color: white;
}

    .NotificationMsgSuccess p.bold {
        color: white;
        background: #3685EE;
        height: 21px;
    }

.NotificationMsgInfo {
    background: #FF6600;
    color: white;
}

    .NotificationMsgInfo p.bold {
        color: white;
        background: #FF6600;
        height: 21px;
    }

.NotificationMsgError {
    background: #d82222;
    color: white;
}

    .NotificationMsgError p.bold {
        color: white;
        background: #d82222;
        height: 21px;
    }

.amaran.awesome p span.light {
    color: #777;
    display: block;
    font-size: 13px;
    margin-top: 10px;
}

.NotificationSeeMore {
    color: gray;
    display: block;
    text-align: right;
    width: 96%;
}

    .NotificationSeeMore:hover {
        font-weight: bolder !important;
        color: gray;
    }

.amaran.awesome p span {
    font-weight: normal !important;
}

.amaran-close:before {
    color: black !important;
}

.chosen-container {
    min-width: 90px;
}

#notificationGrid {
    height: 230px;
    border: 1px solid lightgray;
    margin-left: -7px !important;
}

#notificationOrderGrid {
    height: 230px;
    border: 1px solid lightgray;
    margin-left: -7px 0px 0px -25px !important;
}

.AlertTypeModalTitle {
    border: medium none !important;
    border-radius: 0 !important;
    color: white;
    font-size: 18px !important;
    font-weight: 600 !important;
    height: 30px;
    margin-left: 0;
    padding: 6px 0 10px 10px !important;
}


.logo-station {
    height: 53px;
}

textarea {
    resize: none;
}

input#UserName {
    /*background-image: url('../../Images/avatartxtbx.png');*/
    background-position: 5px center;
    background-repeat: no-repeat;
    padding-left: 20px;
    width: 180px;
    border-width: 2px;
    border-style: groove;
    border-image: initial;
    border-color: initial;
}

.wideLoginFields {
    width: 100px;
}

input#Password {
    /*background-image: url('../../Images/candadotxtbx.png');*/
    background-position: 5px center;
    background-repeat: no-repeat;
    padding-left: 20px;
    width: 180px;
    border-width: 2px;
    border-style: groove;
    border-image: initial;
    border-color: initial;
}

.loginContainer {
    width: 458px;
    height: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #00000040;
    box-shadow: rgba(1, 1, 1, 0.04) 0px 8px 8px;
    position: relative;
    overflow: hidden;
    color: #AFD6FF; /* Texto blanco */
    text-align: center; /* Centra el texto horizontalmente */
    font-weight: bold;
    z-index: 1;
}
    .loginContainer::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px; /* Ajusta el alto del encabezado */
        background-color: #254AB0; /* Color azul */
        border-top-left-radius: 10px; /* Redondea las esquinas superiores */
        border-top-right-radius: 10px;
    }



.loginContainer #CaptchaHead {
    height: 23px;
}

.loginContainer label[for="CaptchaLbl"] {
    transform: translateY(-17px);
}

.loginContainer .tituloh1 {
    margin-top: 0;
}

.loginContainer input[type="text"],
.loginContainer input[type="password"] {
    margin-top: 9px;
    margin-bottom: 9px;
    width: 170px !important;
    min-width: initial !important;
}

.loginContainer input#UserName {
    margin-right: 22px;
}

.curvedbtm {
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #08BDFF;
}

#loginContainer{
    padding-top:50px;
    margin-top:1000px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.btn-primary:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}
.btn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}
.btn {
    display: inline-block;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
   /* padding: .5rem 1rem;*/
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.tituloh1{
    color:#505e66;
}
hr {
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    background-color: #3685EE;
    color: #FF0066;
    border: 0 none;
}

.txtbox219{
    width:219px;
}

.dropbox_size{
    width:250px !important;
}

.dropbox_size_medium{
    width:200px !important;
}

.jconfirm-buttons .btn {
   line-height: 0 !important;
   box-shadow: 0 0 0 !important;
}

.jconfirm-cell,
.ui-widget-overlay ui-front {
    /*backdrop-filter: blur(4px) saturate(180%) !important;*/
}

.jc-bs3-container.container {
    width: 500px !important;
    margin: auto !important;
}
.jconfirm.jconfirm-light .jconfirm-box {
    /*height: 150px ;*/
    width: 500px !important;
}

#menuPrincipal {
    top: 11px;
    right: 2px;
    position: absolute;
    margin-left: 970px;
    display: inline-block;
    cursor: pointer !important;
}

.awaitBlock {
    position: relative;
}
.awaitBlock::before {
    top: 0px;
    left: 0px;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 300;
    position: absolute;
    /*backdrop-filter: blur(2px);*/
    background: rgba( 1, 1, 1, 0.2);
}
.awaitBlock::after {
    top: 50%;
    left: 50%;
    width: 42px;
    content: "";
    z-index: 300;
    height: 42px;
    position: absolute;
    transform: translate(-50%, -50%);
    background: url(../../Images//spinner.gif);
}

#ConfigurationMenu span {
    font-weight: bold;
    border: solid 0 !important;
    background: red !important;
    color: rgba(33, 37, 43, 0.49);
    background: linear-gradient(45deg, rgb(125, 213, 240) 0%, rgba( 255, 255, 255, 0.5) 100%) !important;
}

.tz-container .chosen-container .chosen-drop {
    border-bottom: 0;
    border-top: 1px solid #aaa;
    top: auto;
    bottom: 40px;
}

.tz-container .chosen-container.chosen-with-drop .chosen-single {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-image: none;
}

.tz-container .chosen-container.chosen-with-drop .chosen-drop {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: none;
    margin-bottom: -16px;
}





@media (max-width: 1200px) {
	#menuPrincipal {
		/*right: 600px;*/
	}
}

@media (max-width: 900px) {
	#menuPrincipal {		
		/*left: 290px; 
		right: inherit;*/
	}
}

@media (max-width: 480px) {
	.maworkspace {
		overflow: auto;
	}
	.ui-resizable {
		width: 320px !important;
	}
	.ui-resizable fieldset label,
	.ui-resizable fieldset input {
		width: 100% !important;
		display: block !important;
		margin: auto auto !important;
		text-align: center !important;
	}
	.loginContainer * {
		text-align: center;
	}
	.loginContainer 
	td[colspan="2"] {
		display: block;
	}	
	.loginContainer input[type="text"],
	.loginContainer input[type="password"],
	.loginContainer input[type="button"] {
		display: initial !important;
	}

	.submenu-footer {
		margin-top: calc(100vh - 500px) !important;
	}
	.menu {
		width: 140px;
		min-width: inherit;
	}
	ul#nav {
		position: relative;
		width: 140px !important;
	}
	ul#nav > li {
		width: 140px;
		float: inherit;
		position: initial;
	}
	ul#nav .subs {
		top: 0;
		left: 140px;
		position: absolute;
	}
	ul#nav .wrp2 {
		width: 180px !important;
	}

    #CaptchaSection,
    #LoginSection {
        width: 350px;
    }

    #CaptchaDiv {
        width: 320px;
    }

    #LoginSection table {
        width: 100%;
    }
}

footer ul {
    width: 100%;
    float: left;
    margin-left: 0px;
    padding-left: 0px;
}


.jconfirm.jconfirm-light .jconfirm-box,
.ui-dialog.ui-widget {
    border-radius: 4px 4px !important;
    box-shadow: 0 4px 48px rgba(0,0,0,0.2) !important;
}

.jconfirm-type-default .jconfirm-title-c {
    height: 30px;
    color: white;
    margin-left: 0px;
    position: relative;
    border: none !important;
    width: calc(100% + 30px);
    font-size: 30px !important;
    border-radius: 0 !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    transform: translate(-15px, -15px);
    padding: 6px 0 10px 10px !important;
    background: #3685EE;
}


.jconfirm-type-default .jconfirm-content {
    font-size: 16px;
    text-align: center;
}

.jconfirm-type-default .jconfirm-buttons {
    float: initial !important;
    text-align: center !important;
}

.jconfirm-type-default .btn-default {
    width: auto;
    height: 30px;
    padding-bottom: 2px;
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-family: "Segoe UI",Verdana,Helvetica,Sans-Serif !important;
}

.ui-widget-overlay {
    background: rgba(68, 68, 68, 0.40) !important;
}

.ui-dialog-title {
    line-height: 28px !important;
}

.this {
  color: #388ca8 !important;
}

section.content {
    padding-left: 50px;
    padding-right: 50px;
}

section.content h2 {
    margin: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px !important;
}

section.content h3 {
    height: 30px;
    line-height: 30px;
    margin-top: 28px;
    margin-bottom: 28px;
    animation: fade 1s;
}
 
section.content h2,
section.content h3 {
    color: #333743;
}

section.content h2 button, section.content h3 button {
    float: right;
}

button.warn,
.warn {
    transition: all linear 0.1s;
    background: linear-gradient(rgba(202, 73, 73, 1.00), rgb(186, 52, 52)) !important;
    border-color: rgba(202, 73, 73, 1.00) !important;
}

button.warn:hover,
.warn:hover{
    box-shadow: 0px 2px 4px rgba(202, 73, 73, 0.4) !important;
}

button.gray,
.gray {
    transition: all linear 0.1s;
    background: linear-gradient(rgb(162, 162, 162), rgb(195, 195, 195)) !important;
    border-color: rgba(202, 73, 73, 1.00) !important;
}

    button.gray:hover,
    .gray:hover {
        box-shadow: 0px 2px 4px rgba(195, 195, 195, 0.4) !important;
    }

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.btn-skip {
    width: 100px !important;
    background-color: transparent !important;
    border: 1px solid #999999 !important;
    color: #999999 !important;
}

.btn-skip:hover {
    background: #c2c5c9;
}

.chosen-container a div::before {
	top: 10px;
	right: 9px;
	width: 0px;
	height: 0px;
	content: "";
	opacity: 0.4;
	position: absolute;
	/*border: solid 5px transparent;
	border-top-color: black;*/
}

input[type="text"],
input[type="password"],
input[type="number"],
.hasDatepicker,
.disablebutton,
.chosen-container-single .chosen-single,
input[type="checkbox"],
.multiselect,
.modal-body input[readonly="readonly"],
textarea {
    /*box-shadow: 0pc 2px 2px rgb(1 1 1 / 4%) !important;*/
}

/* Quitar las flechas en Chrome, Safari y Edge */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Quitar las flechas en Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="checkbox"]:focus,
.multiselect:focus,
.hasDatepicker:focus,
.modal-body input[readonly="readonly"]:focus,
textarea:focus,
.chosen-container-single .chosen-single:focus,
.b-content .b-input:focus {
    outline: 2px solid #3182ce;
}

.multiselect__input:focus {
    outline: none !important;
}

.disablebutton {
    background: #DBDBDB !important;
    cursor: default !important;
    border: 1px solid #BBBBBB !important;
    box-shadow: none !important;
    opacity: 1 !important;
    /* font-size:16px !important; */
}
/* Estilos Nuevos para la prime fase rb */

.close_top_section input {
    width: 170px !important;
    margin-top: 15px !important;
    background-color: transparent !important;
    border: 1px solid #999999;
    color: #999999 !important;
    padding: 5px 10px !important;
    /*margin-left: 852px !important;*/
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold !important;
    cursor: pointer;
    /* Mantener el icono visible siempre */
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3334 2.16666L1.66675 10.8333' stroke='%23999999' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M10.3334 10.8333L1.66675 2.16667' stroke='%23999999' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50px;
    background-size: 12px 12px;
    text-align: center;
    padding-left: 30px !important;
}

    /* Aseguramos que el icono siga visible en hover y focus */
    .close_top_section input:hover,
    .close_top_section input:focus {
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3334 2.16666L1.66675 10.8333' stroke='%23999999' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M10.3334 10.8333L1.66675 2.16667' stroke='%23999999' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
       
    }

.catalog-page #close-top-section input {
    width: 170px !important;
    margin-top: 15px !important;
    background-color: transparent !important;
    border: 1px solid #999999;
    color: #999999 !important;
    padding: 5px 10px !important;
/*    margin-left: 852px !important;
*/    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    /* Mantener el icono visible siempre */
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3334 2.16666L1.66675 10.8333' stroke='%23999999' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M10.3334 10.8333L1.66675 2.16667' stroke='%23999999' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50px;
    background-size: 12px 12px;
    text-align: center;
    padding-left: 30px !important;
}

/* Aseguramos que el icono siga visible en hover y focus */
    .catalog-page #close-top-section input:hover,
    .catalog-page #close-top-section input:focus {
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3334 2.16666L1.66675 10.8333' stroke='%23999999' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M10.3334 10.8333L1.66675 2.16667' stroke='%23999999' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
    }




.print_top_section input {
    width: 170px !important;
    margin-top: 15px !important;
    background-color: #3685EE !important;
}


.catalog-page .pagetitle {
    font-size: 30px !important;
}

/* diseño nuevo de los dialogos de busqueda  */

.custom-dialog-css .ui-widget-header {
    background: #E5E5E5 !important;
    color: #777777 !important;
    padding-left: 60px !important;
}

.custom-dialog-css .ui-widget-content {
    border: 1px solid #aaa;
    background: #fff none 50% top repeat-x;
    color: #2e2e2e;
}

.custom-dialog-css .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    display: block;
    left: 0px;
    background: url('data:image/svg+xml;utf8,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M31 5L5 31" stroke="white" stroke-width="2.16667" stroke-linecap="round"/><path d="M31 31L5 5" stroke="white" stroke-width="2.16667" stroke-linecap="round"/></svg>') no-repeat center, /* SVG */
    #4F9BFF;
    width: 50px;
    height: 51px;
    margin-top: -30px;
    border-radius: 0px;
}

    .custom-dialog-css .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close::before,
    .custom-dialog-css .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close::after {
        content: none;
    }

    /*boton de accion */
input[type="submit"] {
    width: 170px;
    background-color: #1C3A8E !important;
    color: #ffffff !important;
    border: #1C3A8E !important;
}

.btn-ac {
    width: auto ;
    background-color: #1C3A8E !important;
}
 /*Boton de cerrar*/
.Close {
    width: 100px !important;
    background-color: transparent !important;
    border: 1px solid #999999 !important;
    color: #999999 !important;
    margin-top: -30px;
}
.Close-btn {
    width: 100px !important;
    background-color: transparent !important;
    border: 1px solid #999999 !important;
    color: #999999 !important;
}

.CSL-dialog-container .CSL-dialog section ol .center-elements {
    margin-left: -40px !important;
}

.dialog-body-scroll {
    max-height: 600px;
    overflow-y: auto;
    padding-right: 10px; /* para no cortar el scroll */
}

#CloseReportDialog {
    width: 100px !important;
    background-color: transparent !important;
    border: 1px solid #999999 !important;
    color: #999999 !important;
}

#BtnClean {
    
    background-color: transparent !important;
    border: 1px solid #999999 !important;
    color: #999999 !important;
}

.page-close {
    width: 170px !important;
    margin-top: 15px !important;
    background-color: transparent !important;
    border: 1px solid #999999 !important;
    color: #999999 !important;
    padding: 5px 10px !important;
    margin-left: 852px !important;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold !important;
    /* Mantener el icono visible siempre */
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3334 2.16666L1.66675 10.8333' stroke='%23999999' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M10.3334 10.8333L1.66675 2.16667' stroke='%23999999' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: 50px !important;
    background-size: 12px 12px !important;
    text-align: center;
    padding-left: 30px !important;
}

.sf-jqueryui.Metro .ui-widget-header {
    background: #3685EE none 50% 50% repeat;
}

.sf-jqueryui.Metro .ui-state-default, .sf-jqueryui.Metro .ui-widget-content .ui-state-default {
    background: #3685EE none 50% 50% repeat-x;
}

.sf-jqueryui.Metro .ui-state-highlight, .sf-jqueryui.Metro .ui-widget-content .ui-state-highlight {
    border: 1px solid #ff9700;
    background: #ff9700 none 50% bottom repeat-x;
    color: #ffffff;
}
.sf-jqueryui.Metro .ui-state-active, .sf-jqueryui.Metro .ui-widget-content .ui-state-active {
    border: 1px solid #d8cecb;
    background: #b7b7b7 none 50% 50% repeat-x;
    font-weight: normal;
    color: #555;
    outline: none;
}

.btn-mail {
    background: #3685EE !important;
}
.search-action {
    width: 180px !important;
    background: #1C3A8E !important;
}

.buttons-search-dialog {
    width: 500px !important;
    margin-left: 516px !important;
}

.client_search_content {
    background: #dbdbdb36 !important;
    border-radius: 10px !important;
    height: 55px !important;
    margin-bottom: 10px !important;
    margin-top: 20px !important;
    width: 100% !important;
}