@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/lato/lato-black.eot");
    src: url("../fonts/lato/lato-black.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-black.woff") format("woff"), url("../fonts/lato/lato-black.ttf") format("truetype"), url("../fonts/lato/lato-black.svg#latoblack") format("svg");
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/lato/lato-bold.eot");
    src: url("../fonts/lato/lato-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-bold.woff") format("woff"), url("../fonts/lato/lato-bold.ttf") format("truetype"), url("../fonts/lato/lato-bold.svg#latobold") format("svg");
}

@font-face {
    font-family: "Lato";
    font-style: italic;
    font-weight: bold;
    src: url("../fonts/lato/lato-bolditalic.eot");
    src: url("../fonts/lato/lato-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-bolditalic.woff") format("woff"), url("../fonts/lato/lato-bolditalic.ttf") format("truetype"), url("../fonts/lato/lato-bolditalic.svg#latobold-italic") format("svg");
}

@font-face {
    font-family: "Lato";
    font-style: italic;
    font-weight: normal;
    src: url("../fonts/lato/lato-italic.eot");
    src: url("../fonts/lato/lato-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-italic.woff") format("woff"), url("../fonts/lato/lato-italic.ttf") format("truetype"), url("../fonts/lato/lato-italic.svg#latoitalic") format("svg");
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/lato/lato-light.eot");
    src: url("../fonts/lato/lato-light.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-light.woff") format("woff"), url("../fonts/lato/lato-light.ttf") format("truetype"), url("../fonts/lato/lato-light.svg#latolight") format("svg");
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/lato/lato-regular.eot");
    src: url("../fonts/lato/lato-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-regular.woff") format("woff"), url("../fonts/lato/lato-regular.ttf") format("truetype"), url("../fonts/lato/lato-regular.svg#latoregular") format("svg");
}

@font-face {
    font-family: "Flat-UI-Icons";
    src: url("../fonts/glyphicons/flat-ui-icons-regular.eot");
    src: url("../fonts/glyphicons/flat-ui-icons-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons/flat-ui-icons-regular.woff") format("woff"), url("../fonts/glyphicons/flat-ui-icons-regular.ttf") format("truetype"), url("../fonts/glyphicons/flat-ui-icons-regular.svg#flat-ui-icons-regular") format("svg");
}

@font-face {
    font-family: "OpenSansReguler";
    src: url("../fonts/opensans/OpenSans-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OpenSansLight";
    src: url("../fonts/opensans/OpenSans-Light.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OswaldLight";
    src: url("../fonts/oswald/Oswald-Light.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SourceSansProRegular";
    src: url("../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

label {
    /*font-weight: normal;*/
}

.form-control::-webkit-input-placeholder {
    color: #9e9e9e;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #9e9e9e;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #9e9e9e;
}

.form-control:-ms-input-placeholder {
    color: #9e9e9e;
}

.datepicker.input-group {
    padding: 0px !important;
}

.has-success .input-group-addon,
.has-info .input-group-addon,
.has-warning .input-group-addon,
.has-error .input-group-addon,
.input-group-addon {
    color: #ffffff;
}

.input-group-addon {
    background-color: #ccc;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #d60017 !important;
    background-image: none !important;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-image: none !important;
}


/* Theme Customization */

body {
    font-family: "SourceSansProRegular", "Lato", Helvetica, Arial, sans-serif !important;
    background-color: #efefef;
}

.content-wrapper,
.right-side {
    min-height: 100%;
    background-color: #efefef;
    z-index: 800;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "SourceSansProRegular", sans-serif;
}

p {
    margin-top: 3px;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

.content-header>h1 {
    font-size: 20px;
}

.skin-blue .main-header .navbar {
    background-color: #3c8dbc;
}

.input-group .input-group-addon .fa {
    color: #444444;
}

.content-header>h1>small {
    font-size: 11px;
    font-weight: 300;
    padding-left: 4px;
}

.mr-1 {
    margin-right: 1rem !important;
}