body,h1,h2,h3,h4,p,ul,li,a,button
{
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    color: #37474f;
	
}

body,
html {
	height:100%;
	/* Oculta scrolls de navegador*/
	overflow:auto;
  /* min-height: 100%;*/
}

img {
    border: 0;
}

.k-menu:not(.k-context-menu)>.k-item {
    text-decoration:none!important;
    color:#00000095!important;
}

a {
    text-decoration:none;
	color:#007bff;
}

.k-fab-primary {
    background-color:#007bff!important;
}

#archivo a {
    text-decoration:underline;
    color:#007bff;
}

/* Header */
.responsive-header {
    margin: 0;
    position: relative;
    min-height: 80px;
    color: #fff;
    background-color: #05172a;
/*    background-image: -webkit-linear-gradient(right, #174770 0%, #092646 100%);
    background-image: -moz-linear-gradient(right, #174770 0%, #092646 100%);
    background-image: -ms-linear-gradient(right, #174770 0%, #092646 100%);
    background-image: -o-linear-gradient(right, #174770 0%, #092646 100%);
    background-image: linear-gradient(to left, #174770 0%, #092646 100%);*/
}

.responsive-header h1 {
    float: left;
    font-size: 24px;
    font-weight: normal;
}

.responsive-header h1 a {
    color: #fff;
    display: inline-block;
    padding: 28px 29px;
    line-height: 24px;   
}

#responsive-nav {
    float: right;
}

#responsive-nav ul {
    font-size: 18px;
    line-height: 80px;
    float: left;
}

#responsive-nav ul > li {
    float: left;
    border-bottom: 3px solid transparent;
}

#responsive-nav ul > li.selected {
    float: left;
    border-color: #00b5f1;
}

#responsive-nav ul > li > a {
    padding: 30px;
    color: #fff;
}

#responsive-nav ul > li > a:hover {
    color: #00b5f1;
}

.nav-buttons {
    float: right;
    padding: 0 30px;
}

.btn {
    /*color: #fff;*/
    /*background-color: #1e2f40;
    border: 1px solid #374555;*/
    background-clip: padding-box;
    position: relative;
    display: inline-block;
    padding: 0.667em 2.000em;
    line-height: 0.933em;
    transition-property: background-color, color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    border-radius: 2px;
    -webkit-appearance: none;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin: 23px 0 0 10px;
}

.btn:hover {
   background-color: #374555;
}

.btn-primary {
    background-color: #ee5315;
    border-color: #ee5315;
}

.btn-primary:hover
{
    background-color: #c2410e;
    border-color: #c2410e;
    cursor: pointer;
}

.responsive-section {
    position: relative;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.responsive-bootstrap-section {
    background: #f3f5f7;
}

.responsive-section h2 {
    font: 36px "Roboto Slab", Arial, Helvetica, sans-serif;  
}

.responsive-section h3 {
    font: 24px "Roboto Slab", Arial, Helvetica, sans-serif;
    display: inline-block;
    border-bottom: 1px solid rgba(255,255,255,.6);
    height: 28px;
}


.responsive-section > p {
    font: 400 16px/1.25 Arial,Helvetica,sans-serif;
}

.responsive-section > h2,
.responsive-section > p {
    margin-bottom: 40px;
}

.responsive-section > p,
#responsive-QR,
.responsive-widgets-container {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}

#responsive-QR > div {
    display: inline-block;
}

/* Index page */

.responsive-hero {
    background-color: #174770;
    background-image: -webkit-linear-gradient(bottom, #014f80 0%, #092646 100%);
    background-image: -moz-linear-gradient(bottom, #014f80 0%, #092646 100%);
    background-image: -ms-linear-gradient(bottom, #014f80 0%, #092646 100%);
    background-image: -o-linear-gradient(bottom, #014f80 0%, #092646 100%);
    background-image: linear-gradient(to top, #014f80 0%, #092646 100%);
    color: #fff;
    padding-top: 140px;
    padding-bottom: 140px;
}

.responsive-hero h2 {
    font-size: 72px;
    margin-bottom: 20px;
}

.responsive-hero p {
    font-size: 22px;
    margin-bottom: 120px;
}

.responsive-btn {
    display: inline-block;
    color: #fff;
    padding: .773em 1.091em;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    border-radius: 2px;
}

.responsive-documentation-btn {
    background-color: #015991;
}

.responsive-documentation-btn:hover {
    background-color: #013a5e;
}

.kendo-with-bootstrap-btn {
    background-color: #e84b3c;
}

.kendo-with-bootstrap-btn:hover {
    background-color: #ec6052;
}

.responsive-widget {
   display: block;
   float: left;
   width: 25%;
   position: relative;
   min-height: 1px;
   color: #fff;
}

.responsive-widget:hover {
   color: #00b5f1;
}
.responsive-widget:hover h3 {
   border-color: #00b5f1;
}


.responsive-img {
    display: block;
    margin: 0 auto 30px;
}

.responsive-widget-wrapper {
    position: relative;
    display: block;
    padding: 80px 0;
    overflow: hidden;
}

.responsive-widget-wrapper #scheduler {
   position: relative; 
}

.responsive-horizontal-ruler {
    position:absolute; 
    left: 0;
    width: 100%;
    height: 10px;
    background-repeat: repeat-x;
}

.top-ruler {
    top: 23px;
    background-image: url('images/horizontal-ruler-top.png');
}

.bottom-ruler {
    bottom: 0;
    background-image: url('images/horizontal-ruler-bottom.png');
}

.responsive-vertical-ruler {
    position: absolute;
    top: 0;    
    bottom: 10px;
    width: 22px; 
}

.res-320 {
    left: 298px;
    background-image: url('images/vertical-ruler-320.png');
}

.res-480 {
    left: 458px;
    background-image: url('images/vertical-ruler-480.png');
}

.res-768 {
    left: 746px;
    background-image: url('images/vertical-ruler-768.png');
}

.res-1024 {
    width: 25px;
    left: 999px;
    background-image: url('images/vertical-ruler-1024.png');
}

/* Footer */
#responsive-footer {
    padding-top: 30px;
    padding-bottom: 30px;
}

.k-rpanel-toggle {
    width: 48px;
    height: 48px;
    background-color: transparent;
    border: none;
}

.k-rpanel-toggle:hover {
    cursor: pointer;
}

.k-rpanel-toggle .k-icon {
    background-image: none;
    font-family: "Kendo UI Examples";
    color: #fff;
    opacity: 1;
}

.k-rpanel-toggle .k-icon:after{
    content: "\e105";
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    margin-top: 8px;
}

.activeHamburger {   
    background-color: #fff;
}

.activeHamburger .k-icon {
     color: #10375c;
}

#fieldContent{
	float:left; 
	position:relative; 
	width:30%
}

#btnClientes{
	right:200px; 
	float:right; 
	position:relative; 
	margin-top:-50px;
}


@media (max-width: 1280px) {
    .responsive-section > p,
    #responsive-QR,
    .responsive-widgets-container {
        max-width: 80%;
    }

    .responsive-header {
        min-height: 48px;
    }

    .responsive-header h1 a {
        padding: 12px 17px;
    }

    #responsive-nav ul {
        font-size: 14px;
        line-height: 48px;
    }

    #responsive-nav ul > li > a {
        padding: 17px;
    }
    
    .responsive-hero {
    padding-top: 100px;
    padding-bottom: 100px;
    }
    
    .responsive-hero h2 {
        font-size: 60px;
        margin-bottom: 20px;
    }
    
    .responsive-hero p {
        font-size: 22px;
        margin-bottom: 60px;
    }
    
    .nav-buttons {
        float: right;
        padding: 0 17px;
    }
    /*
    .btn {
        font-size: 13px;
        padding: 0.5em 2em 0.667em 2em;
        margin-top: 10px;
        margin-left: 6px;
    }
	*/
	#fieldContent{
		float:left; 
		position:relative; 
		width:50%
	}
	#btnClientes{
		right:100px; 
		float:right; 
		position:relative; 
		margin-top:-50px;
	}
	
	body,
	html {
		height:100%;
		/* Oculta scrolls de navegador*/
		/*overflow:scroll;*/
	  	/* min-height: 100%;*/
	}
}

@media (max-width: 1000px) {
    #responsive-nav ul > li > a {
        padding: 10px;
    }
    /*
    .btn {
        font-size: 13px;
        padding: 0.5em 1em 0.667em 1em;
        margin-top: 10px;
    }
    */
	#fieldContent{
		float:left; 
		position:relative; 
		width:70%
	}
	#btnClientes{
		right:50px; 
		float:right; 
		position:relative; 
		margin-top:-50px;
	}	
	body,
	html {
		height:100%;
		/* Oculta scrolls de navegador*/
		/*overflow:scroll;*/
	  	/* min-height: 100%;*/
	}	
}

@media (max-width: 870px) {
    .nav-buttons {
        display: none;
    }
	#btnClientes{
		right:100px; 
		float:right; 
		position:relative; 
		margin-top:-50px;
	}
	body,
	html {
		height:100%;
		/* Oculta scrolls de navegador*/
		/*overflow:scroll;*/
	  	/* min-height: 100%;*/
	}	
}

@media (max-width: 768px) {
    .nav-buttons {
        display: block;
    }
    
    #responsive-nav {
        width: 100%;
        line-height: 46px;
        z-index: 10;
        box-shadow: 0 0 9px #000000; 
        text-align: left;
        background-color: #fff;
    }
    
    #responsive-nav ul {
        width: 100%;
        float: none;
    }
    
    .nav-buttons {
        float: none;
        margin: 0;
        padding: 10px 20px;
        border-top: 1px solid #eee;
    }
    .btn {
        display: block;
        margin: 10px 0;
        padding: 1em;
        font-size: 15px;
    }

    .responsive-header {
        text-align: center;
    }

    .responsive-header h1 {
        display: inline-block;
        float: none;
    }

    #responsive-nav ul li {
        display: block;
        float: none;
        width: 100%;
        background: #fff;
    }

    #responsive-nav ul li:hover,
    #responsive-nav ul li:active {
        border-left-color: #00b5f1;
    }

    #responsive-nav ul > li {
        border-top: 0;
        border-bottom: 0;
        border-left: 3px solid #fff;
    }

     #responsive-nav ul > li:first-child {
        margin-top: 10px;
        border-top: 0;
    }

    #responsive-nav ul > li:last-child {
        margin-bottom: 10px;
    }

    #responsive-nav ul > li > a {
        display: block;
        padding: 0 20px;
        color: #272727;
    }

    #responsive-nav ul > li.selected {
        float: none;
    }

    #responsive-nav ul .selected a {
        color: #00b5f1;
    }

    .k-rpanel-toggle {
        position: absolute;
        top: 0;
        right: 0;
    }

    .responsive-widgets-container {
        max-width: 100%;
    }

    /* Index page */
    .responsive-widget {
        display: block;
        width: 100%;
        float: none;
        border-bottom: 1px solid rgba(255,255,255,.05);
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .responsive-widget:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .hide-small {
        display: none;
    }
    
    .responsive-hero {
    padding-top: 40px;
    padding-bottom: 40px;
    }
    
    .responsive-hero h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    
    .responsive-hero p {
        font-size: 18px;
        margin-bottom: 0;
    }

    /* Menu */
    #menu .k-item {
        display: block;
        clear: both;
        float: none;
        width: auto;
    }
	
	#fieldContent{
		float:left; 
		position:relative; 
		width:70%
	}
	
	#btnClientes{
		right:0px; 
		float:right; 
		position:relative; 
		margin-top:-50px;
	}
	body,
	html {
		height:100%;
		/* Oculta scrolls de navegador*/
		/*overflow:scroll;*/
	  	/* min-height: 100%;*/
	}	

}

@media (max-width: 387px) {
    .responsive-btn {
       font-size: 16px; 
    }
	#fieldContent{
		float:left; 
		position:relative; 
		width:90%
	}
	#btnClientes{
		right:0px; 
		float:right; 
		position:relative; 
		margin-top:-50px;
	}	
	body,
	html {
		height:100%;
		/* Oculta scrolls de navegador*/
		/*overflow:scroll;*/
	  	/* min-height: 100%;*/
	}	
}


@media (max-width: 361px) {
    .responsive-header h1 {
        float: left;
    }

    .responsive-header h1 a {
        padding-left: 16px;
        padding-right: 0;
    }
	
	#fieldContent{
		float:left; 
		position:relative; 
		width:90%
	}
	#btnClientes{
		right:-40px; 
		float:right; 
		position:relative; 
		margin-top:-50px;
	}	
	body,
	html {
		height:100%;
		/* Oculta scrolls de navegador*/
		/*overflow:scroll;*/
	  	/* min-height: 100%;*/
	}	
}

@media (max-width: 315px) {
    .responsive-header h1 a {
        padding-left: 1px;
    }
	#fieldContent{
		float:left; 
		position:relative; 
		width:100%
	}
	#btnClientes{
		right:-40px; 
		float:right; 
		position:relative; 
		margin-top:-50px;

	}
	body,
	html {
		height:100%;
		/* Oculta scrolls de navegador*/
		/*overflow:scroll;*/
	  	/* min-height: 100%;*/
	}		
}

/* Clear floats */
.responsive-header:after,
#responsive-nav ul:after,
.responsive-widgets-container:after {
    content: "";
    display: block;
    clear: both;
}

       html, body,
      #parent
      {
        margin: 0;
        padding: 0;
        border-width: 0;
        height: 100%; /* DO NOT USE !important for setting the Grid height! */
      }
.k-grid-filter.k-state-active {
    background-color: #ccc!important
}      



.k-popup.k-list-container, .k-popup.k-calendar-container{
    /*height:21rem!important;*/
}

.form-control{
    font-size: 1rem!important;
}   

select.form-control:not([size]):not([multiple]) {
    height: auto
}

.k-dropdown-wrap{
/*    padding: .125rem .25rem!important;*/
}   
