﻿/*******************************************
GLOBAL
/*******************************************/
* {
    font-family: 'Roboto', sans-serif;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*******************************************
FONT STYLESta
/*******************************************/
h1 {
    font-size: 32px;
    font-weight: 500;
    margin: 16px 0px 8px 0px;
}

h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 8px 0px;
}

h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 8px 0px;
    line-height: 1.4;
}

h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 8px 0px;
}

h5 {
    font-size: 14px;
    font-weight: 500;
    margin: 8px 0px;
    line-height: 1.4;
}

h6 {
    font-size: 12px;
    font-weight: 500;
    color: #484848;
    opacity: .5;
    margin: 8px 0px;
}

p {
    line-height: 1.6;
    color: #888888;
    margin: 8px 0px;
    font-size: 14px;
    margin-bottom: 15px;
}

/*******************************************
SMALL TABS
/*******************************************/

/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #fff!important;
    border: 1px solid #ddd!important;
    border-bottom-color: transparent;
}
    .nav-tabs a {
    text-decoration: none;
}

    .nav-tabs a:active,
    .nav-tabs a:hover {
        background: #F5F8FA !important;
    }

.nav-tabs .active {
    border-bottom: none;
}

.nav-tabs > li > a {
    border-radius: 0px;
    width: 100%;
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 0px;
}*/

.nav-user-info {
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

    .nav-user-info h4 {
        color: #444 !important;
    }

.open-nav {
    width: 400px;
    position: absolute;
    right: 0;
    top: 30px;
    left:-120px;
    z-index: 9999;
}

.nav-blue {
    background: #0372BC;
    color: #fff;
    border-left: 1px solid #0372BC;
    border-right: 1px solid #0372BC;
}

.nav-open {
    width: 100%;
    height: 42px;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    position: relative;
}

.nav-tabs > li > a:active, .nav-tabs > li > a:hover {
    background: #F5F8FA !important;
}

/*******************************************
INPUTS
/*******************************************/
input::-webkit-input-placeholder {
    color: #484848 !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #484848 !important;
}

input:-ms-input-placeholder { /* IE 10+ */
    color: #484848 !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #484848 !important;
}

textarea {
    border: 1px solid #D3E0E9 !important;
    padding: 8px !important;
    border-radius: 4px !important;
    width: 100% !important;
    color: #484848 !important;
    overflow: hidden;
}

input {
    border: 1px solid #D3E0E9;
    padding: 8px;
    border-radius: 4px;
    height: 34px;
    width: 100%;
    color: #484848;
}

.input-wrapper {
    max-width: 200px;
    margin-bottom: 16px;
}


    .input-wrapper h6 {
        float: left;
    }

    .input-wrapper .fa {
        float: right;
        margin-top: 6px;
    }

.dropdown-wrapper {
    max-width: 200px;
    margin-bottom: 16px;
}

    .dropdown-wrapper .fa {
        float: right;
    }

.dropdown-toggle {
    width: 100%;
    max-width: 200px;
}

.dropdown-menu {
    max-width: 200px;
    width: 100%;
    text-align: center;
}

.dropdown-toggle {
    color: #484848;
    background: #ffffff !important;
    text-align: left !important;
}

    .dropdown-toggle:hover {
        background: #ffffff;
        color: #484848;
    }

.dropdown-toggle-version {
    color: #0372BC;
    background: #ffffff !important;
    float: left !important;
}

    .dropdown-toggle-version:hover {
        background: #ffffff;
        color: #0372BC;
    }

.dropdown-menu li a {
    color: #0372BC;
    text-decoration: none;
}

    .dropdown-menu li a:hover {
        background: #F5F8FA;
    }



/*******************************************
TOOLTIP
/*******************************************/
.tooltip {
    opacity: 1;
    /*//!important;*/
}

.tooltip-inner {
    z-index: 1001 !important;
    background: #484848 !important;
    color: #ffffff !important;
    min-width: 100px;
}

tooltip-inner .tooltip-arrow {
    z-index: 1001 !important;
    background: #484848 !important;
}
/*.tooltip > .tooltip-inner {
    background-color: #858585 !important;
    color: #fff !important;
    text-align: center !important;
    border-radius: 6px !important;
}*/

/*.tooltip > .tooltip-arrow {
    border-bottom-color: #484848 !important;
}*/


/*******************************************
LIST ITEMS
/*******************************************/
.modifiers {
    list-style: none;
}

    .modifiers .fa {
        font-size: 9px;
        color: #fff;
        position: absolute;
        margin-left: 2px;
        margin-top: 2px;
    }

.list-plus {
    width: 13px;
    height: 13px;
    background: #0372BC;
    position: absolute;
    margin-top: 4px;
    border-radius: 6px;
    margin-left: -18px;
}

.list-minus {
    width: 13px;
    height: 13px;
    background: #ea4335;
    position: absolute;
    margin-top: 4px;
    border-radius: 6px;
    margin-left: -18px;
}

/*******************************************
TEXT ITEMS
/*******************************************/

.text-align-left {
    text-align: left !important;
}

.text-align-right {
    text-align: right !important;
}
