/*@import url(https://fonts.googleapis.com/css?family=Varela+Round);
@import 'https://fonts.googleapis.com/css?family=Hind+Madurai:600,700';*/
/*
Template Name: Zircos Dashboard
Author: CoderThemes
Email: coderthemes@gmail.com
File: Core
*/
/* =============
  == Core List==

   - Common
   - Helper classes
   - Extra
   - Bootstrap Custom
   - Waves effect
   - Print (Invoice css)
   - Demo Css (Demo purpose only)

============= */
/* =============
   Common
============= */
body {
    font-family: 'Varela Round', sans-serif;
    margin: 0;
    padding-bottom: 60px;
    overflow-x: hidden;
    color: #797979;
}

html {
    position: relative;
    min-height: 100%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #505458;
    font-family: 'Hind Madurai', sans-serif;
    margin: 10px 0;
}

h5 {
    font-size: 15px;
}

p {
    line-height: 1.6;
}

* {
    outline: none !important;
}

b,
strong {
    font-weight: 600;
    font-family: 'Hind Madurai', sans-serif;
}

a:hover {
    outline: 0;
    text-decoration: none;
}

a:active {
    outline: 0;
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

.container {
    width: auto;
}

.container-alt {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
/* Footer */
.footer {
    border-top: 1px solid rgba(152, 166, 173, 0.2);
    bottom: 0;
    text-align: left !important;
    padding: 19px 30px 20px;
    position: absolute;
    right: 0;
    left: 0;
}

#wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%;
}
/* =============
   Print css
============= */
@media print {
    .page-title-box,
    .topbar-left,
    .hidden-print,
    .breadcrumb,
    .page-title,
    .footer {
        display: none;
        margin: 0;
        padding: 0;
    }

    .left,
    .right-bar {
        display: none;
    }

    .content {
        margin-top: 0 !important;
        padding-top: 0;
    }

    .content-page {
        margin-left: 0;
        margin-top: 0;
    }
}
/* =============
   Demo Css
============= */
.demo-box {
    padding: 10px 15px;
}
/* Button demo */
.button-list {
    margin-left: -8px;
    margin-bottom: -12px;
}

    .button-list .btn {
        margin-bottom: 12px;
        margin-left: 8px;
    }
/* Popover */
.demo-popover .popover {
    position: relative;
    display: block;
    float: left;
    width: 260px;
    margin: 20px;
    z-index: 9;
}
/* Tooltips */
.demo-tooltip .tooltip {
    position: relative;
    display: inline-block;
    margin: 10px 20px;
    opacity: 1;
}
/* Grid page */
.grid-structure .grid-container {
    background-color: rgba(243, 243, 243, 0.5);
    margin-bottom: 10px;
    padding: 10px 20px;
}
/* Demo Animation */
.demo-animation {
    text-align: center;
}

    .demo-animation img {
        position: relative;
        width: 120px;
        display: block;
        margin: 0 auto 40px auto;
        z-index: 1;
        border-radius: 2px;
    }
/* Demo only */
.icon-list-demo div {
    cursor: pointer;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

    .icon-list-demo div p {
        margin-bottom: 0;
        line-height: inherit;
    }

.icon-list-demo i {
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    border: 1px solid #f3f3f3;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 12px;
    color: rgba(43, 61, 81, 0.7);
    border-radius: 3px;
    display: inline-block;
    transition: all 0.2s;
}

.icon-list-demo .col-md-4 {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-clip: padding-box;
    margin-bottom: 10px;
}

    .icon-list-demo .col-md-4:hover i {
        color: #4bd396;
    }
/* Switchery demo */
.switchery-demo .switchery {
    margin-bottom: 10px;
    margin-right: 5px;
}
/* Icon colored demo */
.icon-colored {
    height: 48px;
    width: 48px;
    margin: 2rem;
}
