/**------------------------------Fonts------------------------------**/

@font-face {
    font-family: 'icomoon';
    src: url('../../fonts/manual/fonts/icomoon.eot?qyur5v');
    src: url('../../fonts/manual/fonts/icomoon.eot?qyur5v#iefix') format('embedded-opentype'), url('../../fonts/manual/fonts/icomoon.ttf?qyur5v') format('truetype'), url('../../fonts/manual/fonts/icomoon.woff?qyur5v') format('woff'), url('../../fonts/manual/fonts/icomoon.svg?qyur5v#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/**------------------------------Body------------------------------**/

* {
    outline: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

body {
    background-color: white;
    font-family: 'Open Sans', sans-serif;
}

.blue {
    color: #009EB8;
}

.red {
    color: #fc8984 !important;
}

.green {
    color: #5CB85C !important;
}

.red-rounded {
    border-radius: 50%;
    display: inline-block;
    background: #FC8984;
    color: #fff;
    text-align: center;
    padding: 4px 3px 4px 5px;
}

.btn-rep,
.btn-side {
    font-size: 15px;
    margin: 0 5px;
    white-space: nowrap;
}

.btn-rep {
    color: #009EB3;
}

.btn-side {
    color: #2D353C;
    text-transform: uppercase;
}

.btn-rep i,
.btn-side i {
    margin-right: 3px;
}


/**------------------------------Navigation Bar------------------------------**/

.navbar-brand img {
    height: 100%;
}

.navbar {
    margin-bottom: 0;
    background-color: #2C353C;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
    border: none;
    height: 60px 100%;
}

.navbar-form .search {
    border-radius: 25px;
    width: 500px;
    border: none;
    height: 32px;
    padding: 5px 10px;
}

.navbar-default .navbar-collapse {
    border: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.navbar-default .navbar-brand {
    padding: 10px;
}

@media(max-width:991px) {
    .navbar-form .twitter-typeahead {
        display: block !important;
    }
    .navbar-form .search {
        width: 100%;
    }
}


/**------------------------------Sidebar and Content------------------------------**/

section > .container {
    background: #ffffff;
}


/*section {
    margin-top: 56px;
}*/


/**--------------------Sidebar--------------------**/

.mt50 {
    margin-top: 50px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.pl30 {
    padding-left: 30px;
}

.sidebar {
    position: fixed;
    width: 300px;
    height: 100%;
    overflow-y: auto;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #009EB8 !important;
    border-color: #009EB8 !important;
}

.list-group-item.active {
    background-color: #009EB8;
    border-color: #009EB8;
}

.list-group-item.active:hover,
.list-group-item.active:focus,
a.list-group-item:hover,
a.list-group-item:focus {
    outline: none;
    background-color: #ffffff;
    color: #009EB8;
}

.panel-default {
    border-radius: 0 !important;
}

.panel-group .panel + .panel {
    margin-top: 0;
    border-top: none;
}

.panel-heading:first-child {
    border-radius: 0;
    border-top: none;
}

.panel-heading {
    padding: 0;
    background-color: #fff !important;
}

.panel-heading:hover {
    cursor: pointer;
}

.panel-heading a {
    color: #555;
    padding: 14px 20px;
    display: block;
}

.panel-heading:hover a,
.panel-heading:focus a {
    outline: none;
    background-color: #ffffff;
    color: #009EB8;
    text-decoration: none;
}

.panel-heading.main a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 15px;
    width: 15px;
    height: 15px;
    text-align: center;
}

.panel-heading.main.cloud a:before {
    content: "\f251";
}

.panel-heading.main.invoice a:before {
    content: "\f036";
}

.panel-heading.main.quoate a:before {
    content: "\f15b";
}

.panel-heading.main.expense a:before {
    content: "\f155";
}

.panel-heading.main.dash a:before {
    font-family: 'icomoon';
    content: "\e905";
}

.panel-heading.main.report a:before {
    font-family: 'icomoon';
    content: "\e903";
}

.panel-heading.main.project a:before {
    content: "\f283";
}

.panel-heading.main.accountant a:before {
    content: "\f1ec";
}

.panel-heading.main.setting a:before {
    content: "\f013";
}

.panel-heading.main.backup a:before {
    content: "\f019";
}

.panel-heading.main.import a:before {
    font-family: 'icomoon';
    content: "\e900";
}

.panel-heading.main.help a:before {
    content: "\f087";
}

.panel-heading.main.upgrade a:before {
    content: "\f0ae";
}

.panel-heading.main.account a:before {
    font-family: 'icomoon';
    content: "\e904";
}

.panel-heading.main a:after,
.list-group-item.sub:after {
    content: "\f105";
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 15px;
    font-size: 20px;
    color: #cccccc;
    transition: all .2s ease-in-out;
}

.list-group-item.sub:after {
    color: #E4E4E4;
}

.list-group-item:hover:after,
.panel-heading:hover a:after {
    color: #009EB8;
}

.panel-collapse .sub {
    padding-left: 50px;
    border: transparent !important;
}

.flow {
    padding: 0 15px;
    list-style: none;
    margin-top: 20px;
    background: #FDFDFD;
    border-radius: 3px;
    border: 1px solid #E8E8E8;
}

.flow li {
    display: inline-block;
    padding: 8px 0;
    margin-right: 10px;
}

.flow li.side {
    color: #2D353C;
    text-transform: uppercase;
}

.flow li.btn-blue {
    color: #009EB8;
}

.flow li:after {
    content: "\f105";
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    color: #cccccc;
    margin-left: 15px;
}

.flow li:last-child:after {
    display: none;
}

.flow + .flow {
    margin-top: 0;
}

.num {
    padding-left: 15px;
}


/**--------------------Content--------------------**/

@media(max-width:800px) {
    .pages .row {
        padding: 16px 22px 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pages .row {
        padding: 16px 20px 0px;
        margin-left: 140px;
        z-index: 1;
    }
    .sidebar {
        z-index: 2;
    }
}

.pages img {
    max-width: 100%;
    margin-bottom: 20px;
}

.pages img.portrait {
    max-width: 50%;
}

.screen {
    margin-bottom: 30px;
}

.screen img {
    border-radius: 3px;
}

.screen.width300 img {
    width: 300px;
}

.screen p {
    font-size: 12px;
    font-weight: 600;
}

.btns {
    width: auto;
    height: 30px;
    margin: 0 !important;
    padding: 0 !important;
}

.pages span.theme,
.pages span.theme a {
    color: #009EB8 !important;
}

.pages a {
    text-decoration: none;
    color: #009EB8;
}

h1 {
    font-size: 35px;
    color: #009EB8;
    padding-bottom: 20px;
}

h2 {
    color: #555555;
    font-size: 25px;
}

h3 {
    color: #555555;
    font-size: 22px;
}

h4 {
    color: #555555;
    font-size: 16px;
    font-weight: 600;
    margin: 30px 0 0 0;
}

p {
    padding: 10px 0px;
    font-size: 16px;
    color: #555555;
    font-size: 16px;
    padding-bottom: 5px;
}

.fig {
    font-size: 14px;
    font-style: italic;
}

.block {
    display: block;
}


/*search result*/

#tipue_search_results_count {
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 15px;
}

.tipue_search_content_title {
    display: inline-block;
}

.tipue_search_content_title a {
    color: #2C353C;
    position: relative;
}

.tipue_search_content_title a:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: -10px;
    top: 2px;
    color: #2C353C;
}

.tipue_search_content_url {
    display: inline-block;
    padding-left: 25px;
}

.tipue_search_content_url a {
    position: relative;
}

.tipue_search_content_url a:before {
    content: "\f0c1";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: -16px;
    top: 4px;
    color: #2C353C;
}

.tipue_search_content_text {
    margin: 5px 0 20px 0;
}

#tipue_search_foot ul {
    padding: 0;
    margin: 0;
    float: right;
}

#tipue_search_foot ul li {
    display: inline-block;
    height: 30px;
    background: #F3F3F3;
}

#tipue_search_foot ul li:hover {
    cursor: pointer;
}

#tipue_search_foot ul li.current {
    padding: 5px 20px;
    background: #2992A0;
    color: #fff;
}

#tipue_search_foot ul li a {
    padding: 5px 20px;
    display: block;
    transition: .2s all ease-in-out;
}

#tipue_search_foot ul li a:hover {
    cursor: pointer;
    background: #2992A0;
    color: #fff;
}


/*end search result*/