/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/
/*Import Global Compulsory CSS Files
@import url(./app.css?v=1);
@import url(./blocks.css?v=1);
*/

* {
    border-radius: 0;
}

body {
    color: #333;
    font-size: 13px;
    line-height: 1.6;
}

body.header-fixed-space {
    padding-top: 94px;
}

body.header-fixed-space-v2 {
    padding-top: 135px;
}

@media (max-width: 991px) {
    body.header-fixed-space,
    body.header-fixed-space-v2 {
        padding-top: 0;
    }
}

p,
li,
li a,
label {
    color: #232323;
}

a {
    color: #72c02c;
    text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
    outline: 0 !important;
}

a:focus {
    text-decoration: none;
}

a:hover {
    color: #72c02c;
    text-decoration: underline;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
    display: none;
}

#systemInfo {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 280px;
    padding: 10px 12px;
    border: 1px solid #e6e6e6;
    background: #fff;
    margin: 30px auto;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(200, 200, 200, 0.5);
    border-radius: 4px;
}

#systemInfo .system-info-icon {
    position: relative;
    top: -1px;
    width: 18px;
    margin: 0 10px 0 5px;
}
