﻿/*normalize*/
html, 
body, 
form {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font: normal 16px "Segoe UI", Arial, sans-serif;
    xcolor: #555555;
}

@media only screen and (min-width: 481px) and (max-width: 720px) {
    body {
        font-size: 18px;
    }
}

@media only screen and (max-width: 480px) {
    body {
        font-size: 20px;
    }
}
a {
  background: transparent;
}

img {
  border: 0;
}

button,
input {
  -webkit-appearance: none; 
  cursor: pointer; 
}

hr {
    border-width: 1px 0 0 0;
    border-color: #767676;
    border-style: solid;
}

/*typography*/
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}

h1, h2, h3 {
    font-weight: normal;
    margin: .5em 0;
}

h4, h5, h6 {
    font-weight: bold;
}

h1 {
    font-size: 2.25em;
}

h2 {
    font-size: 1.875em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.125em
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: .875em;
}

/*template*/
#wrapper .t-container-fluid {
    max-width: 100%;
}

#wrapper .RadButton {
    font-size: 1em;
}

#wrapper .RadMenu,
div.RadMenuPopup,
#wrapper .RadMenu_Default, #wrapper .RadMenu_Default a.rmLink  {
    font-size: 1em;
}

.text-custom {
    color:#df5532;
}

/* DRAWER  ------------------------------------------------------------------*/


.RadToolBar .rtbItem .k-icon.k-i-menu {
    text-align: left;
}

    .RadToolBar .rtbItem .k-icon.k-i-menu:before {
        content: "\e030";
    }

.RadToolBar .rtbItem h3.toolbar-title {
    margin: 0 0 0 20px;
    font-size: 1.1em;
    line-height: 30px
}

.sunny, .cloudy, .rainy {
    display: block;
    margin: 30px auto 10px;
    width: 128px;
    height: 128px;
    background: url('https://demos.telerik.com/kendo-ui/content/web/tabstrip/weather.png') transparent no-repeat 0 0;
}

.flag {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.k-icon.france-flag {
    background-image: url('https://demos.telerik.com/kendo-ui/content/web/drawer/france-flag.png');
}

.k-icon.spain-flag {
    background-image: url('https://demos.telerik.com/kendo-ui/content/web/drawer/spain-flag.png');
}

.k-icon.italy-flag {
    background-image: url('https://demos.telerik.com/kendo-ui/content/web/drawer/italy-flag.png');
}

.k-icon.germany-flag {
    background-image: url('https://demos.telerik.com/kendo-ui/content/web/drawer/germany-flag.png');
}

.cloudy {
    background-position: -128px 0;
}

.rainy {
    background-position: -256px 0;
}

.weather {
    margin: 0 auto 30px;
    text-align: center;
}

.hide {
    display: none;
}

.k-drawer-content {
    padding: 1em;
}

.k-drawer-content {
    padding: 1em;
}

#example .demo-section {
    max-width: 640px;
}

.k-toolbar .k-icon {
    font-size: 18px;
}

body {
    margin-top: 0
}

/* DRAWER  ------------------------------------------------------------------*/

/* Forms  ------------------------------------------------------------------*/

.required::placeholder {
    color: #df5f32;
    opacity: 1; /* Firefox */
}
.required::-ms-input-placeholder { /* Edge 12-18 */
    color: #df5f32;
}

/* DRAWER  ------------------------------------------------------------------*/
