﻿@font-face {
    font-family: "Roboto";
    src: url("../Css/fonts/Roboto-Regular.ttf");
    font-weight: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../Css/fonts/Roboto-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: "Roboto";
    src: url("../Css/fonts/Roboto-Light.ttf");
    font-weight: lighter;
}

@font-face {
    font-family: "Roboto";
    src: url("../Css/fonts/Roboto-Italic.ttf");
    font-style: italic;
}

@font-face {
    font-family: "Roboto";
    src: url("../Css/fonts/Roboto-BoldItalic.ttf");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "proxima-nova-thin";
    src: url("../Css/fonts/proxima-nova/Proxima-Nova-Thin.otf");
    font-weight: 300;
}

@font-face {
    font-family: "proxima-nova-light";
    src: url("../Css/fonts/proxima-nova/Proxima-Nova-Alt-Light.otf");
    font-weight: 300;
}

@font-face {
    font-family: "proxima-nova";
    src: url("../Css/fonts/proxima-nova/Proxima-Nova-Regular.otf");
    font-weight: 400;
}

@font-face {
    font-family: "proxima-nova-semibold";
    src: url("../Css/fonts/proxima-nova/Proxima-Nova-Semibold.otf");
    font-weight: 600;
}

@font-face {
    font-family: "proxima-nova-bold";
    src: url("../Css/fonts/proxima-nova/Proxima-Nova-Bold.otf");
    font-weight: bold;
}

@font-face {
    font-family: "proxima-nova-black";
    src: url("../Css/fonts/proxima-nova/Proxima-Nova-Black.otf");
    font-weight: bolder;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(Fuente/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), 
        url(../Css/fonts/MaterialIcons-Regular.woff2) format('woff2'), 
        url(../Css/fonts/MaterialIcons-Regular.woff) format('woff'), 
        url(../Css/fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    float: left;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration:none;
    text-decoration-color:transparent;
    color:black;
}

input[type='text'], input[type='password'], input[type='date'] {
    border: 1px solid #dcdcdc;
    color: #424242;
    border-radius: 2px;
    font-weight: 100;
    font-size: 16px;
    font-size: 14px;
    padding: 7px 12px;
    line-height: 1;
}

input[type='text']:focus, input[type='password']:focus {
    outline: none;
    border: 1px solid #66afe9;
}

input[type='text']::placeholder, input[type='password']::placeholder {
    color: #b5b5b5;
}

button {
    border: none;
    padding: 10px 19px;
    cursor: pointer;
    outline: none;
    font-weight: bold;
    background-color: #b71c1c;
    top: 0;
    color: white;
    border-radius: 5px;
}

select {
    padding: 5px 10px;
    border: 1px solid #dcdcdc;
    background-color: white;
    outline: none;
}

select option{
    font-weight:300;
    outline: none;
    border:0;
}

/* Reset Checkbox style */
.checkbox {
    display: inline;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.checkbox input[type="checkbox"] {
    opacity: 0;
    margin:0;
    position:absolute !important;
    width: auto;
}

.checkbox label {
    position: relative;
    cursor: inherit;
    margin-left: 28px;
    font-weight: 300;
    min-height: 0;
    padding: 0;
    line-height: 20px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #e57373;
    position: absolute;
    left: -28px;
    bottom: 1px;
    top: 0px;
}

.checkbox label::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 12px;
    border-bottom: 2px solid #e57373;
    border-right: 2px solid #e57373;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    position: absolute;
    left: -21px;
    top: 2px;
}

.checkbox input[type="checkbox"] ~ label::after {
    display: none;
}

.checkbox input[type="checkbox"]:checked ~ label::after {
    display: inline-block;
}

.checkbox.tristate label::after
{
  -webkit-transform:rotate(90deg);
      -ms-transform:rotate(90deg);
          transform:rotate(90deg);
  border-bottom:0;
}
/* Checkbox style ends */

