﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
#printerDiv{
    position:absolute;
    left:-9999px;
}

body {
    background-color: #5c87b2;
    font-size: 0.85em !important; 

    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969!important;
    display: block;
}

#left_impresion
{
    width:200px;
    float:left;
    background-color:antiquewhite;
    margin-left:10px;
}
#content_impresion
{
    overflow:hidden;
    margin-left:10px;
    background-color:AppWorkspace;
}

/*@media only screen and (max-width : 820px) {
    body {
        background-color: #5c87b2;
        font-size: .85em !important;
        font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
        margin: 0;
        padding: 0;
        color: #696969;
    }
}

@media only screen and (max-width : 720px) {
    body {
        background-color: #5c87b2;
        font-size: .85em !important;
        font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
        margin: 0;
        padding: 0;
        color: #696969;
    }
}*/

a:link {
    color: #034af3;
    text-decoration: none;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
    position: relative;
    z-index: 4;
      
}

header,
footer,
nav,
section {
    display: block;
}

    header img {
        border-radius: 10px;
    }

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
    /*margin-top: 10%;*/
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    /*font-size: 2em !important;*/
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main {
   /* padding: 2% 5% 5% 5%; *//*JGV*/
   /*Para visualizacion de imprsiones*/
    padding: 0 1% .5% 1%;
   /* background-color: #fff;*/
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    /*margin-top: -8%;*/
    /*padding-top: 1%;*/
}
    /*z-index:1;*/
/*}*/

footer, #footer {
    background-color: #fff;
    color: #999;
    /*padding: 10px 0;*/
    text-align: center;
    line-height: normal;
    /*margin: 0 0 30px 0;*/
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    /*//cambio*/
    width: 100%;
}

    footer img {
        border-radius: 10px;
    }

/* TAB MENU   
----------------------------------------------------------*/
#PEWMenu {
    text-align: left;
    margin-right: auto;
    /*background-color:  transparent !important;*/
    width: 100% !important;

}

    #PEWMenu ul {
          border-radius: 5px;
    }

#tabstrip
{
      background-color:  transparent !important;
}
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
   
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
   /*cambio*/
   padding: 5px;
   border-radius: 5px;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
    width: 90%
    ;
}

input[type="text"], 
input[type="password"],
input[type="number"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    /*width: 200px;*/
    /*width: 100%;*/
    border-radius:5px;
}

.ColorsLabel {
    border-radius: 10px !important;
    border: none !important;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
    margin-top: -9%;
}

table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    border-color:transparent;
    /*width: 100%;    */
}

.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}

.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
    text-align: center;
}

.toolbar {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    height:10px;
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}
.info {
    color: green;
}
nav, 
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1em !important;
    display: block;
    text-align: right;
    /*margin: 5px;*/
    color: black;
   /* cambio color: White;*/
}

/*@media only screen and (max-width : 820px) {
    #logindisplay {
        font-size: .85em !important;
        display: block;
        text-align: right;
        margin: 10px;
        color: black;
        /* cambio color: White;*/
    /*}
}*/

#logindisplay a:link 
{
   color: gray;
   /* cambio color: white;*/
    text-decoration: underline;
}

#logindisplay a:visited 
{
    color: black;
    /*cambio color: white;*/
    text-decoration: underline;
}

#logindisplay a:hover {
    color: GrayText;
   /*CAMBIO color: white;*/
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}
.Margin4{
    margin-bottom:14px;
}
.fourcolumns 
{     
    width: 100%;    
    overflow: hidden; 
}  
.fourcolumns div 
{     
    width: 25%;     
    float: left; 
} 
.twocolumns
{     
    width: 75%;    
    overflow: hidden; 
}   
.twocolumns div
{     
    width: 75%;    
    float:left;
}   

.twocolumns2 div
{     
    width: 50%;    
    float:left;
    white-space:nowrap;
}

.fourcolumns2 div
{     
    width: 25%;    
    float:left;
    white-space:nowrap;
}
/*--------------------------JGV INICIO-------------------------*/
/*--------------------------Catalogo INICIO-------------------------*/

#catalogo {
    display: block;
}

    #catalogo h2 {
        font-size: 1.4em;
        margin-left: 10px;
    }

    #catalogo .k-link {
        height: 40px;
        text-align: center;
        width: 40px;
        margin: 10px 5px;
    }

        #catalogo .k-link span {
            margin: 11px 7px 5px 5px;
        }

    #catalogo .k-state-active {
        height: 30px;
        text-align: center;
        width: 40px;
        margin: 0px 10px;
    }

    #catalogo .k-label {
        margin: 10px 0 0;
    }

    .dropL .k-dropdown {
        width: 100% !important;
    }

    .catalogo .listView {
        height: 100%;
        margin-top: 15px;
        display: block;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border: transparent;
    }

#pager {
    margin-top: 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.k-pager-wrap {
    border-top: 0;
}

#pager #Refresh{
    float: right;
    border: transparent;

}

    #pager #btnRefresh:hover {
        background-position: -46px -110px;
    }

#pager #btnRefresh {
    float: right;
    background-position: -30px -110px;
    /*vertical-align: top;
    opacity: 1;*/
    /*cursor: pointer;
    /*display: inline-block;*/
    width: 20px;
    height: 20px;
    /*overflow: hidden;*/
    background-repeat: no-repeat;
    /*font-size: 0;
    line-height: 0;
    text-indent: -3333px;*/
}

k-state-border-down {
    width: 55px;
}

.k-listview:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.demo-section {
    padding: 10px;
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.2);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.01) 0%, rgba(0,0,0,0.07) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.01)), color-stop(100%,rgba(0,0,0,0.07)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.07) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.07) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.07) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.07) 100%);
}

    .demo-section h2 {
        font-size: 1.2em;
        margin-bottom: 10px;
        text-transform: uppercase;
        margin-left: 1%;
        margin-right: 1%;
    }

    .demo-section .console {
        margin: 0;
    }

#filtros {
    width: 85%;
    margin-top: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
    #filtros fieldset {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    #filtros label {
        font-weight: bold;
        font-size: 1.1em;
    }
    #filtros #Descripcion {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        width: 100%;
    }

#ListViewNew {
    border-radius: 10px !important;
    background: #316d3e !important;
    background: -webkit-linear-gradient(#316d3e, #264c2e, #316d3e) !important; 
    background: -o-linear-gradient(#316d3e, #264c2e, #316d3e) !important;
    background: -moz-linear-gradient(#316d3e, #264c2e, #316d3e) !important;
    background: linear-gradient(#316d3e, #264c2e, #316d3e) !important;
}

.buttonRest {
  margin: 0 0 0 5px;
  text-indent: -9999px;
  cursor: pointer;
  width: 29px;
  height: 29px;
  float: left;
  text-align: center;
  background: url(../images/buttons.png) no-repeat;
}
.dec {
  background-position: 0 -29px;
}

/*Usuarios List View*/
.Users {
    box-shadow: 0px 1px 1px 1px #CCCCCC;
    cursor: pointer;
    float: left;
    height: 85px;
    margin: 4px 9px 4px 8px;
    padding: 5px;
    width: 29%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

    .Users img {
        float: left;
        width: 40%;
        height: 90%;
        border-radius: 10px;
    }

    .Users h3 {
        height: auto;
        /*width: 70px;*/
        width: 50%;
        margin: 5px;
        font-size: 80%;
        overflow: hidden;
        font-weight: normal;
        float: left;
        max-width: 50%;
        text-transform: uppercase;
    }

    .Users p1 {
        margin: 0;
        padding: 5px;
        font-size: 80%;
        overflow: hidden;
        font-weight: normal;
        float: left;
        max-width: 50%;
        max-height: 60%;
        height: 60%;
        text-transform: uppercase;
    }

#pagerUsuarios {
    margin-top: 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    height: 60px;
}

#pagerUsuarios #RefreshUsuarios{
    float: right;
    border: transparent;

}

#pagerUsuarios #btnRefreshUsuarios:hover {
    background-position: -46px -110px;
}

#pagerUsuarios #btnRefreshUsuarios {
    float: right;
    background-position: -30px -110px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

#UsuariosSystem {
    display: block;
    border-color: transparent;
}

    #UsuariosSystem h2 {
        font-size: 1.4em;
        margin-left: 10px;
    }

    #UsuariosSystem .k-link {
        height: 50px;
        text-align: center;
        width: 50px;
        margin: 10px 5px;
        border: 1px solid #ccc;
        border-radius: 10px;
    }

        #UsuariosSystem .k-link span {
            margin: 16px 7px 5px 5px;
        }

    #UsuariosSystem .k-state-active {
        height: 30px;
        text-align: center;
        width: 40px;
        margin: 0px 10px;
    }

    #UsuariosSystem .k-label {
        margin: 10px 0 0;
    }

    .dropL .k-dropdown {
        width: 100% !important;
    }

    #UsuariosSystem #listViewUsuarios {
        height: 100%;
        margin-top: 15px;
        display: block;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border: transparent;
    }
/*Usuarios List View*/

.product {
    box-shadow: 0px 1px 1px 1px #CCCCCC;
    cursor: pointer;
    float: left;
    height: 134px;
    margin: 4px 9px 4px 8px;
    padding: 5px;
    width: 29%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}



    .product img {
        float: left;
        width: 45%;
        height: 65%;
        border-radius: 10px;
    }

    .product h3 {
        height: 20px;
        /*width: 70px;*/
        width: 43%;
        margin: 5px;
        font-size: .9em;
        overflow: hidden;
        font-weight: normal;
        float: left;
        max-width: 45%;
        text-transform: uppercase;
    }

    .product p1 {
        margin: 0;
        padding: 5px;
        font-size: .6em;
        overflow: hidden;
        font-weight: normal;
        float: left;
        max-width: 50%;
        max-height: 60%;
        height: 60%;
        text-transform: uppercase;
    }

    .product p2 {
        margin: 1% 1% 1% 3%;
        font-size: .8em;
        overflow: hidden;
        font-weight: normal;
        float: left;
        max-width: 60%;
        text-transform: uppercase;
        color: black;
    }

/*CATALOG EN PEDIDO*/
#catalogo {
    display: block;
    border-color: transparent;
}

    #catalogo h2 {
        font-size: 1.4em;
        margin-left: 10px;
    }

    #catalogo .k-link {
        height: 40px;
        text-align: center;
        width: 40px;
        margin: 10px 5px;
    }

        #catalogo .k-link span {
            margin: 11px 7px 5px 5px;
        }

    #catalogo .k-state-active {
        height: 30px;
        text-align: center;
        width: 40px;
        margin: 0px 10px;
    }

    #catalogo .k-label {
        margin: 10px 0 0;
    }

    .dropL .k-dropdown {
        width: 100% !important;
    }

    #catalogo #listView {
        height: 100%;
        margin-top: 15px;
        display: block;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border: transparent;
    }

.productOrder {
    box-shadow: 0px 1px 1px 1px #CCCCCC;
    cursor: pointer;
    float: left;
    height: 134px;
    margin: 4px 5px 4px 8px;
    padding: 5px;
    width: 30%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

@media only screen and (max-width: 1300px) {
    .productOrder {
        width:45% !important;
    }

    .product {
        width:45% !important;
    }

    .carShopping {
        width:5% !important;
    }
}

    .productOrder img {
        float: left;
        width: 86px;
        height: 75px;
        border-radius: 10px;
        /*background: url(Default/Add_Black.png) 0 0 no-repeat !important;*/
    }

    .productOrder img:hover {
        height: 132px;
        width: 176px;

        -webkit-box-shadow: 3px 4px 5px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow:    3px 4px 5px 0px rgba(50, 50, 50, 0.75);
        box-shadow:         3px 4px 5px 0px rgba(50, 50, 50, 0.75);

        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
        /*background: url(Default/Add_Black.png) 0 0 no-repeat !important;*/
    }

    

    .productOrder h3 {
        height: 20px;
        /*width: 70px;*/
        width: 50%;
        margin: 2px;
        font-size: .9em;
        overflow: hidden;
        font-weight: normal;
        float: left;
        max-width: 50%;
        text-transform: uppercase;
    }

    .productOrder p1 {
        margin: 0;
        padding: 3px;
        font-size: .9em;
        overflow: hidden;
        font-weight: normal;
        float: left;
        max-width: 51%;
        max-height: 45%;
        height: 45%;
        width: 51%;
        text-transform: uppercase;
    }

    .productOrder p2 {
        /*margin: 1% 1% 1% 3%;*/
        font-size: .8em;
        overflow: hidden;
        font-weight: normal;
        float: left;
        max-width: 60%;
        text-transform: uppercase;
        color: black;
    }

    .productOrder img:hover + #DescripcionCat {
        display:none;
    }

    

    .productOrder .carShopping {
        width: 3%;
        height: 25px;
        float: left;
        /*margin-right: 2%;*/
        background: url('Default/shopping_cart_icon.png') 2px 2px no-repeat; /*-284px -50px ;*/
    }

    .carShopping {
        position:absolute;
        margin-top: 90px;
        margin-left: -36px;
    }

    .productOrderHotel {
    box-shadow: 0px 1px 1px 1px #CCCCCC;
    cursor: pointer;
    float: left;
    height: 134px;
    margin: 4px 5px 4px 8px;
    padding: 5px;
    width: 30%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

    .productOrderHotel img {
        float: left;
        width: 45%;
        height: 65%;
        border-radius: 10px;
        /*background: url(Default/Add_Black.png) 0 0 no-repeat !important;*/
    }
        /*.productOrder img:hover {
            background: url(Default/Add_Black.png) 15px 8px no-repeat !important;
            /*opacity: 0.3 !important;
        }
        */

    .productOrderHotel h3 {
        height: 20px;
        /*width: 70px;*/
        width: 50%;
        margin: 2px;
        font-size: .9em;
        overflow: hidden;
        font-weight: normal;
        float: left;
        max-width: 50%;
        text-transform: uppercase;
    }

    .productOrderHotel p1 {
        margin: 0;
        padding: 3px;
        font-size: .6em;
        overflow: hidden;
        font-weight: normal;
        float: left;
        max-width: 51%;
        max-height: 45%;
        height: 45%;
        width: 51%;
        text-transform: uppercase;
    }

    .productOrderHotel p2 {
        margin: 1% 1% 1% 3%;
        font-size: .8em;
        overflow: hidden;
        font-weight: normal;
        float: left;
        max-width: 60%;
        text-transform: uppercase;
        color: black;
    }

.GoPedido {
    display: inline-block;
    width: 34px;
    height: 26px;
    background: url('Default/shopping_cart.png') 8px 2px no-repeat;
    border-radius: 40px 20px 20px 20px;
}

.GoSearchPedido{
    display: inline-block;
    width: 34px;
    height: 26px;
    background: url('Default/OrderSearch.png') 8px 2px no-repeat;
    border-radius: 40px 20px 20px 20px;
}
/*.GoSearchPedido:hover {
    background-color: white;
}*/

.InicioTSMP {
    display: inline-block;
    width: 3%;
    height: 27px;
    background: url('Default/calendar_TSMP.png') 6px 1px no-repeat;
    border-radius: 20px 20px 20px 20px;
}

/*.GoPedido:hover {
    background-color: white;
}*/


.GoNewPedido {
    display: inline-block;
    width: 34px;
    height: 26px;
    background: url('Default/new.png') 7px 2px no-repeat;
    border-radius: 40px 20px 20px 20px;
}

/*.GoNewPedido:hover {
    background-color: white;
}*/


.GoCliente {
    display: inline-block;
    width: 34px;
    height: 26px;
    background: url('Default/users.png') 8px 3px no-repeat;
    border-radius: 40px 20px 20px 20px;
}

.GoClientNew {
    display: inline-block;
    width: 34px;
    height: 26px;
    background: url('Default/add-user-24.png') 8px 3px no-repeat;
    border-radius: 40px 20px 20px 20px;
}
.imgCodigo {
    display: inline-block;
    width: 134px;
    height: 126px;
    background: url('Default/CodigoBarra.png') 8px 3px no-repeat;
    border-radius: 40px 20px 20px 20px;
}
.GoNotification {
    display: inline-block;
    width: 34px;
    height: 26px;
    background: url('Default/bell.png') 8px 3px no-repeat;
    border-radius: 40px 20px 20px 20px;
   
}

.GoSS {
    display: inline-block;
    width: 34px;
    height: 26px;
    background: url('Default/ssNew.png') 8px 3px no-repeat;
    border-radius: 40px 20px 20px 20px;
}
.GoNotification {
    display: inline-block;
    width: 34px;
    height: 26px;
    background: url('Default/bell.png') 8px 3px no-repeat;
    border-radius: 40px 20px 20px 20px;
}

.GoNotification2 {
    display: inline-block;
    width: 34px;
    height: 26px;
    background: url('Default/bell5.png') 8px 3px no-repeat;
    border-radius: 40px 20px 20px 20px;
}
/*
.parpadea {
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 1s;
    background-color:red;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}*/

/*@-moz-keyframes parpadeo {
    0%

{
    opacity: 1.0;
}

50% {
    opacity: 0.0;
}

100% {
    opacity: 1.0;
}

}

@-webkit-keyframes parpadeo {
    0%

{
    opacity: 1.0;
}

50% {
    opacity: 0.0;
}

100% {
    opacity: 1.0;
}

}

@keyframes parpadeo {
    0%

{
    opacity: 1.0;
}

50% {
    opacity: 0.0;
}

100% {
    opacity: 1.0;
}

}*/

.GoNotesCliente {
    display: inline-block;
    width: 34px;
    height: 26px;
    background: url('Default/comments.png') 8px 3px no-repeat;
    border-radius: 40px 20px 20px 20px;
}

/*.GoNotesCliente:hover {
    background-color: white;
}*/

.GoOportunidadesCliente {
    display: inline-block;
    width: 34px;
    height: 26px;
    background: url('Default/Opportunities.png') 8px 3px no-repeat;
    border-radius: 40px 20px 20px 20px;
}

/*.GoOportunidadesCliente:hover {
    background-color: white;
}*/

.GoCalendar {
    display: inline-block;
    width: 34px;
    height: 26px;
    background: url('Default/calendar_CEMP.png') 8px 3px no-repeat;
    border-radius: 40px 20px 20px 20px;
}

.GoNewAppointment {
    display: inline-block;
    width: 34px;
    height: 26px;
    background: url('Default/taskblue.png') 8px 3px no-repeat;
    border-radius: 40px 20px 20px 20px;
}
/*.GoCalendar:hover {
    background-color: white;
}*/

.GoLogisticaEmb {
    display: inline-block;
    width: 34px;
    height: 26px;
    background: url('Default/LogisticaEmb.png') 8px 3px no-repeat;
    border-radius: 40px 20px 20px 20px;
}

/*.GoLogisticaEmb:hover {
    background-color: white;
}*/

/*CATALOG EN PEDIDO*/

#filtros button {
    background: -moz-linear-gradient(center top, #EDEDED 5%, #DFDFDF 100%) repeat scroll 0 0 #EDEDED;
    border: 1px solid #DCDCDC;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
    display: inline-block;
    float: left;
    font-family: Arial;
    font-size: 1em;
    font-style: normal;
    font-weight: bold;
    height: 55px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    width: 70px;
    margin: 10px 5px 10px 18px;
}

    #filtros button:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
        background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
        background-color: #dfdfdf;
    }

    #filtros button:active {
        position: relative;
        top: 1px;
    }

.RadioB {
    width: 20px;
    height: 20px;
}



/*--------------------------Ventana Emergente Catalogo-------------------------*/

.VentanaDetalle {
    float: left;
    height: auto;
    margin: auto;
    text-align: center;
    width: auto;
}

    .VentanaDetalle img {
        display: block;
        float: right;
        height: 275px;
        margin: 20px 10px 10px;
        width: 275px;
        border-radius: 10px;
    }

    .VentanaDetalle label {
        text-align: initial;
    }

    .VentanaDetalle ul {
        float: right;
        font-size: 1.1em;
        line-height: 1.6em;
        margin: 30px 0 10px;
        width: 410px;
        height:30px;
    }

    .VentanaDetalle li {
        list-style: none outside none;
        margin: 10px 0;
        text-align: left;
    }

    .VentanaDetalle table {
        font-size: 1.15em;
        float: left;
        margin: 15px 10px 10px 40px;
        width: 690px;
        border: 5px;
        border-style: double;
        border-color: #ccc;
        text-align: center;
        box-shadow: 6px 6px 4px 0 #CCCCCC;
        *border-collapse: collapse;
    }

    .VentanaDetalle caption {
        font: bold;
        font-family: Arial;
        font-size: 1.6em;
    }

    .VentanaDetalle tr {
        height: 50px;
    }

    .VentanaDetalle th, td {
        border: 1px;
        border-style: solid;
        border-color: #ccc;
        text-align: center;
    }

    .VentanaDetalle button {
        background: -moz-linear-gradient(center top, #EDEDED 5%, #DFDFDF 100%) repeat scroll 0 0 #EDEDED;
        border: 1px solid #DCDCDC;
        border-radius: 20px 20px 20px 20px;
        box-shadow: 0 1px 0 0 #FFFFFF inset;
        display: inline-block;
        float: left;
        font-family: Arial;
        font-size: 1em;
        font-style: normal;
        font-weight: bold;
        height: 65px;
        line-height: 65px;
        margin-left: 50px;
        /*margin-top: 60px;*/
        margin-top: 21%;
        text-align: center;
        text-decoration: none;
        text-indent: 0;
        width: 86px;
    }

        .VentanaDetalle button:hover {
            background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
            background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
            background-color: #dfdfdf;
        }

        .VentanaDetalle button:active {
            position: relative;
            top: 1px;
        }

    .k-header 
    {
        height:auto!important; /*JGV*/
    }

body .k-widget {
    -webkit-transform: scale(1) !important;/*Important Chrome*/
    /*background-color: transparent !important;*/
    /*width:auto !important;*/
    /*margin-right: 4%;
    margin-left: 4%;*/
}
#Notes .k-widget {
    -webkit-transform: scale(1) !important;/*Important Chrome*/
    /*width:90% !important;*/
    /*margin-right: 4%;
    margin-left: 4%;*/
}

#marginButtonfour
{
    margin-top: 65px;
    margin-left: -39px;
}

#marginButtonA
{
    margin-top: 63px;
    margin-left: -217px;
}

.separador {
    margin-top: 1%;
}
.centrado 
{
     text-align: center;
     height: auto;
}
.centradoMain {
     margin: auto 5% 3%;
}
.centradoP
{
     text-align: center;
}

.izquierda
{
    text-align:left;
}
.derecha
{
    text-align:right;
    margin-top: 0.5%;
}
.derechaBoton
{
    text-align:right;
}
.centrarBoton
{
    text-align:right;
    margin-top: 0.5%;
}
.help
{
   margin-top: 10%;
}
.tablaV
{
    border-color:transparent;
}
.bordaerBotones
{
     border-radius: 10px;
}

.tamanoCompleto
{

    /*margin-top:10%;
    z-index:auto;*/
}
#OrderSearchGrid
{
  /*   margin-top:10%;
    z-index:1;*/
}
.rPaddingTop
{
    padding-top:5%;
}

/*/*--------------Consolidacion------------- jgv*/ 

#gridByPedido {
    
}

#PedidosConsolidar {
    margin-bottom: 1%;
    margin-top: 1%;
}
#Consolidado {
    margin-bottom: 2%;
    margin-top: 1%;
}

    #Consolidado label {
        margin-left: 1%;
    }

#loadRutas {
    width: 25%;
    margin-top: 2%;
}

#SearchRuta {
    margin-bottom: 1%;
}
.arriba{ position: relative; z-index:2;}.abajo{ position: relative; z-index:1;}.expandir{ /*width:100% !important;*/}

#tableConsolidado td,tr{
    border: transparent;
    margin: 1% 0% 0% 1%;
}

#tableConsolidado .separador{
    width: 5%;
}

#tablePedidos td, tr {
    border: transparent;
    margin: 1% 0% 0% 1%;
}
.separador {
    width: 5%;
}

#lbRutas {
    text-align: left;
}

#TableInfoConsolidado .RubrosConsolidados {
    width: 200px;
    margin: 1%;
}

#TableInfoConsolidado td,tr{
    border: transparent;
    margin: 1% 0% 0% 1%;
}

#infoAdicional {
    margin: 4% 0% 0%;
    width: 100%;
    text-align: left;
}

#btnFinalizarConsolidado {
    margin: 2%;
}
#tableConsulta {
    margin: 3% 0% 2% 1%;
}

#btnActualizarDetalle {
    margin: 2% 0% 1% 4%;
}


.tableCons td, tr {
    border: transparent;
    margin: 1% 0px 1% 0px;
}

#loadConsolidados {
    text-align: left;
}

/*SEPARADOR DE COLUMNAS*/
.separarCol {
    width: 2%;
    display:block;
}

#ContNIT span {
    width: 19em;
}

.DropDownList span[role="listbox"]{
    width: 100% !important;
}
#Comentarios {
    max-width: 100%;
    width: 100%
}

#EquipoAsociado {
    margin-top: 2%;
}

#EquipoAsociado button {
    margin-top: 2%;
}

#SucursalesAsociadas {
    margin-top: 2%;
}

#SucursalesAsociadas button{
    margin-top: 2%;
}

#SearchSucursal
{
    margin-top: 6%;
}

#templateTipoEquipo {
    margin-bottom: 5%;
}

#Observaciones {
    height: 100%;
    width: 100%;
}

.k-button {
    margin-top: 2%;
}

#FileUpdate {
    height: 20%;
    width: 40%;
}

.BusquedaOrden {
    width: 100%;
}

.BackGroundRed {
    background-color: red;
}

.wide {
    width:100% !important;
}

/*DVS INPUT ERRROR*/
 
.error {  /* para campos obligadorios */
   border: 1px red inset;
   padding: 2px;
}
input.validado {  /* para campos obligadorios */
   border: 1px inset;
   padding: 2px;
}


/*Ventana Detalle File*/
.VentanaDetalleFile {
    height: auto;
    margin: auto;
    width: auto;
}

    .VentanaDetalleFile img {
        display: block;
        height: 275px;
        border-radius: 10px;
        width: 100%;
    }

.tablaV tr td
{    
    border-color:transparent;
}

/*jgv*/
.fristImage {
    height: 22em;
    width: 28em;
    float: none;

    -webkit-box-shadow: 3px 4px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 4px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         3px 4px 5px 0px rgba(50, 50, 50, 0.75);

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.fristImage:hover {
    cursor: pointer;
    height:320px;
    width: 330px;
    padding-left: 54px;
    transform:scale(1.5);
    -ms-transform:scale(1.5); /* IE 9 */
    -moz-transform:scale(1.5); /* Firefox */
    -webkit-transform:scale(1.5); /* Safari and Chrome */
    -o-transform:scale(1.5); /* Opera */
}

.secondImage
{
    -webkit-box-shadow: 3px 4px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 4px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         3px 4px 5px 0px rgba(50, 50, 50, 0.75);
    margin-bottom: 5px;
}

.imageCatalog {
    height: 22em;width: 28em;
    -webkit-box-shadow: 3px 4px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:3px 4px 5px 0px rgba(50, 50, 50, 0.75); 
    box-shadow:3px 4px 5px 0px rgba(50, 50, 50, 0.75); 
    margin-bottom: 5px;
}


/* ----------------------  Tab Restaurant Inicio----------------------*/
/*CATALOG EN PEDIDO*/
#Mesas {
    display: block;
    border-color: transparent;
}

    #Mesas h2 {
        font-size: 1.4em;
        margin-left: 10px;
    }

    #Mesas .k-link {
        height: 40px;
        text-align: center;
        width: 40px;
        margin: 10px 5px;
    }

        #Mesas .k-link span {
            margin: 11px 7px 5px 5px;
        }

    #Mesas .k-state-active {
        height: 30px;
        text-align: center;
        width: 40px;
        margin: 0px 10px;
    }

    #Mesas .k-label {
        margin: 10px 0 0;
    }

    .dropL .k-dropdown {
        width: 100% !important;
    }

    #Mesas #listViewTabRest {
        height: 100%;
        margin-top: 15px;
        display: block;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border: transparent;
        background-color:transparent;
    }

#pagerTabRest #RefreshTabRest{
    float: right;
    border: transparent;

}

    #pagerTabRest #btnRefreshTabRest:hover {
        background-position: -46px -110px;
    }

#pagerTabRest #btnRefreshTabRest {
    float: right;
    background-position: -30px -110px;
    /*vertical-align: top;
    opacity: 1;*/
    /*cursor: pointer;
    /*display: inline-block;*/
    width: 20px;
    height: 20px;
    /*overflow: hidden;*/
    background-repeat: no-repeat;
    /*font-size: 0;
    line-height: 0;
    text-indent: -3333px;*/
}

#pagerTabRest {
    background-color: transparent;
}

.imagenMesa {
    width: 60%;
    height: 60%;
    margin-left: 30%;
    /*margin-right: 2%;*/
    background: url('Default/mesa.jpg') no-repeat;
}

#Mesas .demo-section {
    padding: 20px;
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.2);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.01) 0%, rgba(0,0,0,0.07) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.01)), color-stop(100%,rgba(0,0,0,0.07)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.07) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.07) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.07) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.07) 100%);
    /*background-image: @url;*/
}

.productOrder .k-state-selected {
    background-image: none,linear-gradient(to bottom,#344855 0,#C9CFD3 100%);
}

#ProductSearchGrid2 .k-grid-content
{
    height: 80%!important;
}
#ProducInfoSearchGrid .k-grid-content
{
    height: 80%!important;
}

/*.productOrderRestaurant {
    box-shadow: 0px 1px 1px 1px #CCCCCC;
    cursor: pointer;
    float: left;
    height: 134px;
    margin: 4px 9px 4px 8px;
    padding: 5px;
    width: 22%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

    .productOrderRestaurant img {
        float: left;
        width: 56%;
        height: 73%;
        margin-left: 20%;
        border-radius: 10px;
    }

    .productOrderRestaurant h3 {
        height: 20px;*/
        /*width: 70px;*/
        /*width: 100%;
        margin: 10px 0px 0px 10px;
        font-size: .9em;
        overflow: hidden;
        font-weight: normal;
        float: left;
        text-transform: uppercase;
    }*/


.productOrderRestaurant {
    box-shadow: 0px 1px 1px 1px #CCCCCC;
    cursor: pointer;
    width: 20%;
    height: 134px;
    display: grid;
    float: left;
    grid-template-areas:
        "Img"
        "text";
    grid-template-columns: 100%;
    grid-template-rows: 75% 25%;
    border-radius: 20px;
    text-align: center;
    font-size: 18px;
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 4px 9px 4px 8px;
    padding: 5px;
}

    .productOrderRestaurant img {
        display: grid;
        grid-area: Img;
        width: 60%;
        height: 75%;
        border-radius: 10px;
    }

    .productOrderRestaurant h3 {
        display: grid;
        grid-area: text;
        height: 20px;
        /*width: 70px;*/
        width: 100%;
        /*margin: 10px 0px 0px 10px;*/
        font-size: .9em;
        overflow: hidden;
        font-weight: normal;
        /*float: left;*/
        /*text-transform: uppercase;*/
    }
        .productOrderRestaurant h3 {
            color: #000000;
        }
            .productOrderRestaurant h3 span {
                color: #eb3838;
            }


.Espaciador div {
    margin-top: 5%;
}

.k-content
{
    background-color:transparent;
    border-radius: 5px;
    /*background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.65) 52%, rgba(0,0,0,0.05) 96%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, right bottom, color-stop(52%,rgba(0,0,0,0.65)), color-stop(96%,rgba(0,0,0,0.05)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
   /* background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.65) 52%,rgba(0,0,0,0.05) 96%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(-45deg, rgba(0,0,0,0.65) 52%,rgba(0,0,0,0.05) 96%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
   /* background: -ms-linear-gradient(-45deg, rgba(0,0,0,0.65) 52%,rgba(0,0,0,0.05) 96%,rgba(0,0,0,0) 100%); /* IE10+ */
   /* background: linear-gradient(135deg, rgba(0,0,0,0.65) 52%,rgba(0,0,0,0.05) 96%,rgba(0,0,0,0) 100%); /* W3C */
   /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
/*.k-widget .k-window div*/
.rPaddingTop .k-window-content .k-content div 
{
    background: rgb(255,255,255) !important; /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%) !important; /* IE10+ */
    background: linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 ) !important; /* IE6-9 fallback on horizontal gradient */

}
.k-link
{
    background-color:transparent !important;
}


.k-animation-container {
    width: 249px !important;
}

#ReservasGrid tr[role="row"]
{
     height: 7em;
}
#Resumen
{
    padding-top:2%;
}


/*--------------------------Command Restaurant Ini-------------------------*/
 .ImageCol {
       height: 10%;
}
.photodiv {
     height: 10%;
}
.photo {
    width: 45%;
    height: initial;
}
.details {
    width: 400px;
}
.name {
    display: block;
    font-size: 1.6em;
}
.title {
    display: block;
    padding-top: 1.6em;
}
.Cantidad,
.Time {
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #898989;
}
td.photo, .Cantidad {
    text-align: center;
}
.k-grid-header .k-header {
    padding: 10px 20px;
}
.k-grid td 
{
     padding: 20px;
}
.k-grid .k-alt td {
}

.k-button-next-icon {
    background-image: url(Silver/sprite.png);
    border-color: transparent;
    background-position: 0px -16px !important;
}

.k-button-previous-icon {
    background-image: url(Silver/sprite.png);
    border-color: transparent;
    background-position: 0px -48px !important;
}

.k-button-refresh-icon{
    background-image: url(Silver/sprite.png);
    border-color: transparent;
    background-position: -34px -112px !important;
}

.gridButtom .k-button{
      min-width: 20% !important;
}

.gridButtomDESC {
      min-width: 20% !important;
      background-color: #FF0001;
}

.gridModifyButtomRest .k-button{
      min-width: 50% !important;
      min-height: 50px;
      background-image: url('Default/ModifyOrden.png') !important;/*5px 3px no-repeat*/
      background-repeat: no-repeat !important;
    background-color: #f3f3f4;
}

.gridMoveButtomRest .k-button{
      min-width: 50% !important;
      min-height: 50px;
      background-image: url('Default/MoveOrder.png') !important;/*5px 3px no-repeat*/
      background-repeat: no-repeat !important;
    background-color: #f3f3f4;
}

.gridSelectButtomRest .k-button{
      min-width: 50% !important;
      min-height: 50px;
      background-image: url('Default/SelectOrden.png') !important;/*5px 3px no-repeat*/
      background-repeat: no-repeat !important;
    background-color: #f3f3f4;
}

.gridDeleteButtomRest .k-button{
      min-width: 75% !important;
      min-height: 50px;
      background-image: url('Default/DeleteOrden.png') !important;/*5px 3px no-repeat*/
      background-repeat: no-repeat !important;
    background-color: #f3f3f4;
}

#OrderGrid .Seleccionado-check{
    width: 60%;
    height: 45px;
}

.gridDeleteButtomRest .k-button span{
      display:none;
}

#tabStrip .k-content{
    opacity: 1 !important;
}

.panelbar li .k-state-selected {
    background-color: #1984c8 !important;
}

#GanttReservas .k-popup {
    background-color: #1984c8 !important;
}

.panelbar li .k-state-selected:hover {
    background-color: #FFF !important;
    border:1px solid #1984c8;
}

.panelbar .k-link{
    height: 50px !important;
}

/*#PanelBarCl1 .k-link {
}*/

.k-grid-content a:hover {
    color: rgba(13, 35, 245, 0.62);
}

.k-state-selected a{
    color: white !important;
}

.k-state-selected .k-button{
    color: rgb(81, 89, 103) !important;
}

.k-state-selected a:hover{
    color: rgb(81, 89, 103) !important;
}

.tc-color {
    border-radius: 20%;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px 1px 1px 1px;
}

.phoneButton {
    width: 35px;
    height: 33px;
    background-image: url('Default/phone-button.png') !important;/*5px 3px no-repeat*/
      background-repeat: no-repeat !important;
    background-color: #f3f3f4;
}

.phoneBigButton {
    width: 45px;
    height: 45px;
    background-image: url('Default/phone_big.png') !important;/*5px 3px no-repeat*/
      background-repeat: no-repeat !important;
    background-color: #f3f3f4;
}

.SMSBigButton {
    width: 45px;
    height: 45px;
    background-image: url('Default/SMS_big.png') !important;/*5px 3px no-repeat*/
      background-repeat: no-repeat !important;
    background-color: #f3f3f4;
}

#PrintCommandButton {
    width: 45px;
    height: 45px;
    background-image: url('Default/Command.png') !important;/*5px 3px no-repeat*/
      background-repeat: no-repeat !important;
    background-color: #f3f3f4;
}

#PrintOrdenButton{
    width: 45px;
    height: 45px;
    background-image: url('Default/Order_with_Price.png') !important;/*5px 3px no-repeat*/
      background-repeat: no-repeat !important;
    background-color: #f3f3f4;
}

.ModifyOrdenButton {
    width: 45px;
    height: 45px;
    background-image: url('Default/ModifyOrden.png') !important;/*5px 3px no-repeat*/
      background-repeat: no-repeat !important;
    background-color: #f3f3f4;
}

.MoveOrdenButton {
    width: 45px;
    height: 45px;
    background-image: url('Default/MoveOrder.png') !important;/*5px 3px no-repeat*/
      background-repeat: no-repeat !important;
    background-color: #f3f3f4;
}

.NewOrdenButton {
    width: 45px;
    height: 45px;
    background-image: url('Default/NewOrden.png') !important;/*5px 3px no-repeat*/
      background-repeat: no-repeat !important;
    background-color: #f3f3f4;
}

.Dial-button span {
    display:none;
}

#UploaderFile .k-button {
    width: 120px;
    height: 50px;
}

/*Para login Simplificado*/
.dropdown-header {
    border-width: 0 0 1px 0;
    text-transform: uppercase;
}

    .dropdown-header > span {
        display: inline-block;
        padding: 10px;
    }

        .dropdown-header > span:first-child {
            width: 50px;
        }

.selected-value {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-size: 100%;
    margin-right: 5px;
    border-radius: 50%;
}

#UsuarioLoging-list .k-item {
    line-height: 1em;
    min-width: 300px;
}
                
/* Material Theme padding adjustment*/

.k-material #UsuarioLoging-list .k-item,
.k-material #UsuarioLoging-list .k-item.k-state-hover,
.k-materialblack #UsuarioLoging-list .k-item,
.k-materialblack #UsuarioLoging-list .k-item.k-state-hover {
    padding-left: 5px;
    border-left: 0;
}

#UsuarioLoging-list .k-item > span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin: 20px 10px 10px 5px;
}

    #UsuarioLoging-list .k-item > span:first-child {
        -moz-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
        -webkit-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
        box-shadow: inset 0 0 30px rgba(0,0,0,.3);
        margin: 10px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

#UsuarioLoging-list h3 {
    font-size: 1.2em;
    font-weight: normal;
    margin: 0 0 1px 0;
    padding: 0;
}

#UsuarioLoging-list p {
    margin: 0;
    padding: 0;
    font-size: .8em;
}

/*
    VENTANA DE MANTENIMIENTO DE IMAGENES DE ARTICULOS
    FARH 19/10/2015 
 */
.product-view
        {
            float: left;
            width: 30%;
            height: 300px;
            box-sizing: border-box;
            border-top: 0;
            position: relative;
        }
        .product-view:nth-child(even) {
            border-left-width: 0;
        }
        .product-view dl
        {
            margin: 10px 10px 0;
            padding: 0;
            overflow: hidden;
        }
        .product-view dt, dd
        {
            margin: 0;
            padding: 0;
            width: 100%;
            line-height: 24px;
            font-size: 18px;
        }
        .product-view dt
        {
            font-size: 11px;
            height: 16px;
            line-height: 16px;
            text-transform: uppercase;
            opacity: 0.5;
        }
        
        .product-view dd
        {
            height: 35px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;

        }
        
        .product-view dd .k-widget,
        .product-view dd .k-textbox {
            font-size: 14px;
        }
        .k-listview
        {
            border-width: 1px 0 0;
            padding: 0;
            overflow: hidden;
            min-height: 298px;
        }
        .edit-buttons
        {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            text-align: right;
            padding: 5px;
            background-color: rgba(0,0,0,0.1);
        }
        .k-pager-wrap
        {
            border-top: 0;
        }
        span.k-invalid-msg
        {
            position: absolute;
            margin-left: 6px;
        }
        
        .k-add-button {
            margin-bottom: 2em;
        }
        
        @media only screen and (max-width : 100%) {
        
            .product-view
            {
                width: 100%;
            }
            .product-view:nth-child(even) {
                border-left-width: 1px;
            }
        }


 
/*
    -------Imagenes de Catalogo----------
             FARH 04/11/2015
 */

    .divPrincipal{
        width:100%;
        height:100px;
        float:right;
    }

.diviMiniImagenes
{
    width: 9%;
    height:100px;
    float:left;
    margin:1px;
    opacity: 2;
    border-radius: 10px;
}

.divPrincipal img
{
    opacity:0.4;
    cursor: pointer;
    height:80px;
    width: 100%;
    transform:scale(0.9);
    -ms-transform:scale(0.9); /* IE 9 */
    -moz-transform:scale(0.9); /* Firefox */
    -webkit-transform:scale(0.9); /* Safari and Chrome */
    -o-transform:scale(0.9); /* Opera */
}

.divPrincipal img:hover
{
   width: 100%;height:80px;
   transform:scale(1);
    -ms-transform:scale(1); /* IE 9 */
    -moz-transform:scale(1); /* Firefox */
    -webkit-transform:scale(1); /* Safari and Chrome */
    -o-transform:scale(1); 
    opacity:1;
    box-shadow: 0 0 5px #000;
}

#imgGrande
{
     display: block;
     height: 288px;
     width: 384px;
     border-radius: 10px;
}

/*.TableEmailCEMP{
    border:1px solid tan;
    /*border: transparent;
    border-style: solid;
    border-color: tan;
}

.TableEmailCEMP td,th{
    border-bottom:1px solid tan;
    /*border: transparent;
}

.TableTituloCEMP {
    color:sienna;
}*/

/*path stroke-linejoin{
    fill: transparent;
}*/

/*--------------------------Tab Restaurant FIN-------------------------*/

/*CITAS*/
.Reprograming-button {
    background: url("Default/Citas/Reprograming.png") 0px 0px no-repeat !important;
        /*background-position: 0 240px;*/
}

.Open-button {
    background: url("Default/Citas/Abrir.png") 0px 0px no-repeat !important;
        /*background-position: 0 240px;*/
}

.Close-button {
    background: url("Default/Citas/Cerrar.png") 0px 0px no-repeat !important;
        /*background-position: 0 240px;*/
}

.Cancel-button {
    background: url("Default/Citas/Cancelar.png") 0px 0px no-repeat !important;
        /*background-position: 0 240px;*/
}

/*MAP*/

#ImagePointBlue {
    display: block;
    /*width: 28px !important;*/
    height: 40px;
    background: url('Default/markers5.png') 0 -160px no-repeat;
    /*border-radius: 40px 20px 20px 20px;*/
}

#ImagePointYellow {
    display: block;
    /*width: 28px !important;*/
    height: 40px;
    background: url('Default/markers5.png') 0 -320px no-repeat;
    /*border-radius: 40px 20px 20px 20px;*/
}

#ImagePointOrange {
    display: block;
    /*width: 28px !important;*/
    height: 40px;
    background: url('Default/markers5.png') 0 0px no-repeat;
    /*border-radius: 40px 20px 20px 20px;*/
}

#ImagePointViolet {
    display: block;
    /*width: 28px !important;*/
    height: 40px;
    background: url('Default/markers5.png') 0 -240px no-repeat;
    /*border-radius: 40px 20px 20px 20px;*/
}

#ImagePointGreen {
    display: block;
    /*width: 28px !important;*/
    height: 40px;
    background: url('Default/markers5.png') 0 -80px no-repeat;
    /*border-radius: 40px 20px 20px 20px;*/
}

#ImagePointGray {
    display: block;
    /*width: 28px !important;*/
    height: 40px;
    background: url('Default/markers5.png') 0 -400px no-repeat;
    /*border-radius: 40px 20px 20px 20px;*/
}

#multiSelect_Email_taglist li
{
    color:black;
}

#WindowLock
{
    position:fixed;
    top:0px;
    left:0px;
    z-index:3200;
    filter:alpha(opacity=65);
   -moz-opacity:65;
    opacity:0.65;
    background:#999;
}


   .watermark_2 {
        position: static;
        margin-top:20px;
        opacity: 0.1;
        z-index: 99;
        color: white;
        text-transform: uppercase;
        text-align: center;
        font-family: "Times New Roman", Times, serif;
        font-style: normal;
        font-size: 10px;
        width: 50%;
        /* Safari */
        -webkit-transform: rotate(-45deg);
        /* Firefox */
        -moz-transform: rotate(-45deg);
        /* IE */
        -ms-transform: rotate(-45deg);
        /* Opera */
        -o-transform: rotate(-45deg);
        /* Internet Explorer */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }
    .watermark {
            position: absolute;
            top: 530px;
        /*position: static;
        margin-top: 500px;*/
        opacity: 0.1;
        z-index: 99;
        color: white;
        text-transform: uppercase;
        text-align: center;
        font-family: "Times New Roman", Times, serif;
        font-style: normal;
        font-size: 80px;
        width: 100%;
        /* Safari */
        -webkit-transform: rotate(-45deg);
        /* Firefox */
        -moz-transform: rotate(-45deg);
        /* IE */
        -ms-transform: rotate(-45deg);
        /* Opera */
        -o-transform: rotate(-45deg);
        /* Internet Explorer */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }
    /*#WindowLoad img {
        background: url('images/Circulo-Carga.gif') no-repeat;
    }*/

/*@media print {
    .PageBreak {
        page-break-before: always;
    }
}
@media screen { 
    .PageBreak { 
        border-bottom: 1px dashed black; 
        width: 100%;
        margin-bottom: 12px; 
    }
}*/


page {
  background: white;
  display: block;
  margin: 0;
  margin-bottom: 0.2cm;
  box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
}

page[size="Carta"] {  
  width: 21.59cm;
  height: 26.94cm; 
}

page[size="Carta"][layout="portrait"] {  
  width: 27.94cm;
  height: 21.59cm; 
}

page[size="A4"] {  
  width: 21cm;
  height: 29.7cm; 
}
page[size="A4"][layout="portrait"] {
  width: 29.7cm;
  height: 21cm;  
}
page[size="A3"] {
  width: 29.7cm;
  height: 42cm;
}
page[size="A3"][layout="portrait"] {
  width: 42cm;
  height: 29.7cm;  
}
page[size="A5"] {
  width: 14.8cm;
  height: 21cm;
}
page[size="A5"][layout="portrait"] {
  width: 21cm;
  height: 14.8cm;  
}

@media all {
    page, .footer, .page-break {
        display: none;
    }
}

@media print {
    page, .footer, .page-break {
        margin: 0;
        display: inline;
        box-shadow: 0;
    }

        page .tablaVL {
            /*page-break-after: always;*/
        }

            page .tablaVL tr {
                page-break-inside: auto;
            }

    page .page-break {
        page-break-after: always;
    } 
}


/*NOTIFICACIONES EMERGENTES*/
.k-notification {
    border: 0;
}

.upload-success {
    width: 250px;
    height: 80px;
}

    .upload-success h3 {
        font-size: 1.7em;
        font-weight: normal;
        display: inline-block;
        vertical-align: middle;
    }

    .upload-success img {
        display: inline-block;
        vertical-align: middle;
        margin: 10px;
    }

.BoardRest {
    color: #b60000 !important;
}

.NumbOrderRest {
    color: #316d3e;
}

/*TABLE FOR PRINT IN THERMAL PRINTER*/
.TablePT {
    width: 100%;
    border-collapse: collapse;
    border: 2px;
    border-radius: 25px;
}

    .TablePT th,
    .TablePT td {
        padding: 5px;
        text-align: left;
        border-bottom: 0px solid #000000;
    }

    .TablePT th {
        white-space: nowrap;
        font-weight: normal;
    }

    .TablePT td {
        text-align: left;
    }

        .TablePT td h3 {
            color: #000000;
            /*font-size: 1em;*/
            /*font-weight: bold;*/
            margin: 0 0 0 0;
            /*font-family: Lucida Sans Unicode;*/
        }

    .TablePT .no {
        color: #000000;
        /*font-size: 1em;*/
        background: #DDDDDD;
    }

    .TablePT .desc {
        text-align: left;
    }

    .TablePT .unit {
        background: #DDDDDD;
    }

    .TablePT .qty {
    }

    .TablePT .total {
        background: #57B223;
        color: #000000;
    }

    .TablePT td.unit,
    .TablePT td.qty,
    .TablePT td.total {
    }

    .TablePT tbody tr:last-child td {
        border: none;
    }

    .TablePT tfoot td {
        background: #FFFFFF;
        /*font-size: 1.2em;*/
        white-space: nowrap;
    }

    .TablePT tfoot tr:first-child td {
    }

    .TablePT tfoot tr:last-child td {
        /*color: #57B223;*/
        /*font-size: 1.4em;*/
    }

    .TablePT tfoot tr td:first-child {
        border: none;
    }

.addButtomRest {
    display: block;
    background: url(Default/Icons_ken.png) -48px -92px no-repeat !important;
    width: 18% !important;
    height: 34px !important;
}

.removeButtomRest {
    background: url(Default/Icons_ken.png) -94px -92px no-repeat !important;
    width: 18% !important;
    height: 34px !important;
}

/*LOGISTICA EMBARQUES*/
/*Puntos de Embarque*/
#GridBoardingPoint .GPS {
    width: 40%;
}
#GridBoardingPoint .details {
    width: 60%;
}
#GridBoardingPoint .name {
    display: block;
    font-size: 1.6em;
}
#GridBoardingPoint .location {
    display: block;
    padding-top: 1.6em;
}
#GridBoardingPoint .country {
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 30px !important;
    font-weight: bold;
    color: #898989;
}

#GridBoardingPoint td.photo {
    text-align: center;
}
#GridBoardingPoint .k-grid-header .k-header {
    padding: 10px 20px;
}
#GridBoardingPoint .k-grid td {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.15) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.05)), color-stop(100%,rgba(0,0,0,0.15)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.15) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.15) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.15) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.15) 100%);
    padding: 20px;
}
#GridBoardingPoint .k-grid .k-alt td {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0.1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.1) 100%);
}

/*Contenedores*/
#GridContainer .GPS {
    width: 40%;
}
#GridContainer .details {
    width: 60%;
}
#GridContainer .name {
    display: block;
    margin-top: 5%;
    font-size: 1.6em;
}
#GridContainer .location {
    display: block;
    padding-top: 1.6em;
}
#GridContainer .country {
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 30px !important;
    font-weight: bold;
    color: #898989;
}

#GridContainer td.photo {
    text-align: center;
}
#GridContainer .k-grid-header .k-header {
    padding: 10px 20px;
}
#GridContainer .k-grid td {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.15) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.05)), color-stop(100%,rgba(0,0,0,0.15)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.15) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.15) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.15) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.15) 100%);
    padding: 20px;
}
#GridContainer .k-grid .k-alt td {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0.1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.1) 100%);
}

#chartContainers svg g{
    width:100% !important;
}

#chartOC svg g{
    width:100% !important;
}

#chartBarckOrder svg g{
    width:100% !important;
}

#chartTopOC svg g{
    width:100% !important;
}

.fixed {
    position: fixed;
    z-index: 1 !important;
    top: 0;
    left: 0;
    width: 210px;
    height: 60px;
    border: 3px solid #3d8b92;
}


/*IMAGENES GRANDES EN CATALOGO*/


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 90%;
}



/* Add Animation */
.modal-content{  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.closeImgCatalog {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.closeImgCatalog:hover,
.closeImgCatalog:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.navbar-default .dropdown-menu.notify-drop {
  min-width: 330px;
  background-color: #fff;
  min-height: 360px;
  max-height: 360px;
}
.navbar-default .dropdown-menu.notify-drop .notify-drop-title {
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 15px 10px 15px;
}
.navbar-default .dropdown-menu.notify-drop .drop-content {
  min-height: 280px;
  max-height: 280px;
  overflow-y: scroll;
}
.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-track
{
  background-color: #F5F5F5;
}

.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar
{
  width: 8px;
  background-color: #F5F5F5;
}

.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-thumb
{
  background-color: #ccc;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0px 5px 0px;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li:nth-child(2n+0) {
  background-color: #fafafa;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li:after {
  content: "";
  clear: both;
  display: block;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li:hover {
  background-color: #fcfcfc;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li:last-child {
  border-bottom: none;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li .notify-img {
  float: left;
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 0px 0px 8px 0px;
}
.navbar-default .dropdown-menu.notify-drop .allRead {
  margin-right: 7px;
}
.navbar-default .dropdown-menu.notify-drop .rIcon {
  float: right;
  color: #999;
}
.navbar-default .dropdown-menu.notify-drop .rIcon:hover {
  color: #333;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li a {
  font-size: 12px;
  font-weight: normal;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li {
  font-weight: bold;
  font-size: 11px;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li hr {
  margin: 5px 0;
  width: 70%;
  border-color: #e2e2e2;
}
.navbar-default .dropdown-menu.notify-drop .drop-content .pd-l0 {
  padding-left: 0;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li p {
  font-size: 11px;
  color: #666;
  font-weight: normal;
  margin: 3px 0;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li p.time {
  font-size: 10px;
  font-weight: 600;
  top: -6px;
  margin: 8px 0px 0px 0px;
  padding: 0px 3px;
  border: 1px solid #e2e2e2;
  position: relative;
  background-image: linear-gradient(#fff,#f2f2f2);
  display: inline-block;
  border-radius: 2px;
  color: #B97745;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li p.time:hover {
  background-image: linear-gradient(#fff,#fff);
}
.navbar-default .dropdown-menu.notify-drop .notify-drop-footer {
  border-top: 1px solid #e2e2e2;
  bottom: 0;
  position: relative;
  padding: 8px 15px;
}
.navbar-default .dropdown-menu.notify-drop .notify-drop-footer a {
  color: #777;
  text-decoration: none;
}
.navbar-default .dropdown-menu.notify-drop .notify-drop-footer a:hover {
  color: #333;
}

.formularioCliente {
    margin: 0 auto;
    align-content: center;
    border-radius: 10px;
    width: 90%;
}

.formularioCliente input {
    border-radius: 7px;
    height: 25px;
    width: 90%;
}

.formularioCliente #UsarNombreEmpresaFE {
    width: 4%;
}

.formularioCliente textarea {
    max-width:100%;
}

.buttonRegiter {
    height:45px;
    border-radius:7px;
    margin-top:10px !important;
}

/*SweetAlert*/
.swal2-title {
    font-size: 1.5em !important;
}

@media only screen and (max-width: 600px) {
    .k-animation-container {
        left :  auto!important; 
    }
}
@media only screen and (min-width: 600px) and (max-width: 768px) {
    .k-animation-container {
        left :  auto!important; 
    }
}