/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    background-color: #41586e; /*#f8f8f8*/
}

h1, .h1 {
    font-size: 20px;
}

h2, .h2 {
    font-size: 22px;
}

h3, .h3 {
    margin-top: 10px;
}

a, a:active, a:focus, 
button, button:focus, button:active, 
.btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none;
    outline: 0;
}

.input-sm, .form-horizontal, .form-group-sm, .form-control {
    border-radius: 2px !important;
}

.btn-sm, .btn-group-sm>.btn {
    border-radius: 2px;
}

input::-moz-focus-inner {
    border: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #adbece;
}

.navbar .navbar-header {
    min-height: 55px;
}

.navbar-brand {
    height: 55px;
}

.navbar-toggle {
    margin-top: 12px;
}

.navbar-toggle:focus, .navbar-toggle:hover{
    background-color: transparent !important;
}

.navbar-top-links li a {
    min-height: 55px !important;
    padding: 17px !important;
}

.page-header {
    padding-bottom: 9px;
    margin: 25px 0 20px;
    border-bottom: 1px solid #eee;
}

.navbar-default {
    background-color: #343f4b; /*#f8f8f8*/
    /*border-color: #dddddd;*/
}
.navbar-static-top {
    border-width: 0 !important;
}

.nav>li>a:hover,.nav>li>a:focus{
	text-decoration:none;
	background-color:rgba(0, 0, 0, 0.05) !important;
}

.nav>li.disabled>a{
	color:#777;
}

.btn-success {
    background-color: #4baed0;
    border-color: #4baed0;
    color: #fff;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-color: #4baed0;
    border-color: #4baed0;
    color: #fff;
}

.login-panel {
    border-radius: 2px !important;
    box-shadow: none !important;
    border: 0 none;
    box-shadow: none;
}

.panel {
    border-radius: 2px;
}

.panel-heading {
    border-radius: 2px 2px 0 0 !important;
    background-color: #f5f5f5;
}

.panel-footer-table {
    background-color: #ffffff;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 0px 15px 5px 15px;
    margin-top: 15px;
    border-top: 1px solid #ddd;
}

.panel-footer {
    background-color: #fafafa;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top: 1px solid #ddd;
    padding: 10px 15px;
    margin-top: -1px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 2px !important;
    border-top-right-radius: 2px !important;
}

.modal-content {
    border-radius: 2px !important;
}

.btn {
    border-radius: 2px !important;
}

.btn:focus {
  outline: none !important;
}

div.dataTables_info {
    padding-top: 16px !important;
}

div.dataTables_paginate ul.pagination {
    margin: 10px 0 0 0 !important;
}
.table-responsive {
    border: 0 !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 12px;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

li.list-group-item.active a { color: white !important; }

#module_icon_Home::before {
    font-family: FontAwesome;
    margin-right: 5px;
    content: "\f015";
}
#module_icon_HelpDesk::before {
    font-family: FontAwesome;
    margin-right: 5px;
    content: "\f1cd";
}
#module_icon_Invoice::before {
    font-family: FontAwesome;
    margin-right: 5px;
    content: "\f044";
}
#module_icon_Quotes::before {
    font-family: FontAwesome;
    margin-right: 5px;
    content: "\f0ea";
}
#module_icon_Products::before {
    font-family: FontAwesome;
    margin-right: 5px;
    content: "\f07a";
}
#module_icon_Services::before {
    font-family: FontAwesome;
    margin-right: 5px;
    content: "\f046";
}
#module_icon_Documents::before {
    font-family: FontAwesome;
    margin-right: 5px;
    content: "\f0f6";
}
#module_icon_Contacts::before {
    font-family: FontAwesome;
    margin-right: 5px;
    content: "\f2bd";
}
#module_icon_Accounts::before {
    font-family: FontAwesome;
    margin-right: 5px;
    content: "\f2b5";
}
#module_icon_Assets::before {
    font-family: FontAwesome;
    margin-right: 5px;
    content: "\f06e";
}
#module_icon_ProjectMilestone::before {
    font-family: FontAwesome;
    margin-right: 5px;
    content: "\f123";
}
#module_icon_ProjectTask::before {
    font-family: FontAwesome;
    margin-right: 5px;
    content: "\f097";
}
#module_icon_Project::before {
    font-family: FontAwesome;
    margin-right: 5px;
    content: "\f201";
}
@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 230px;
        padding: 0 30px;
        border-left: 0px solid #e7e7e7;
    }
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    border-top: 0 none;
    clear: both;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

.nav > li > a {
    color: #adbece;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 230px;
        margin-top: 55px;
        background-color: #41586e;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

@media(max-width:768px) {
	.navbar-header {
        width: auto !important;
    }
    #dataTables-example_length > label i, #dataTables-example_filter > label i {
        display: none;
    }
}

@media(max-width:500px) {
    .navbar-header h3 {
        font-size: 18px;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom: 0;
    font-weight: normal !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}
/*
table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}
*/

table.dataTable thead .sorting {
    background: url('images/sort_both.png') no-repeat center right;
}

table.dataTable thead .sorting_asc {
    background: url('images/sort_asc.png') no-repeat center right;
}

table.dataTable thead .sorting_desc {
    background: url('images/sort_desc.png') no-repeat center right;
}

table.dataTable thead .sorting_asc_disabled {
    background: url('images/sort_asc_disabled.png') no-repeat center right;
}

table.dataTable thead .sorting_desc_disabled {
    background: url('images/sort_desc_disabled.png') no-repeat center right;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 30px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

.panel {
    box-shadow: none;
}

/**
 * source: tooltip-core.scss
 *
 * Defines the basic styling for the tooltip.
 * Each tooltip is made of 2 parts:
 * 	1) body (:after)
 * 	2) arrow (:before)
 *
 * Classes added:
 * 	1) tooltip
 */
.tooltip, [data-tooltip] {
  position: relative;
  display: inline-block;
  /**
   * tooltip arrow
   */
  /**
   * tooltip body
   */ }
  .tooltip:before, .tooltip:after, [data-tooltip]:before, [data-tooltip]:after {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    transition: 0.2s ease;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }
  .tooltip:hover:before, .tooltip:hover:after, .tooltip:focus:before, .tooltip:focus:after, [data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after {
    visibility: visible;
    opacity: 1; }
  .tooltip:hover:before, .tooltip:hover:after, [data-tooltip]:hover:before, [data-tooltip]:hover:after {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms; }
  .tooltip:before, [data-tooltip]:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 6px solid transparent;
    z-index: 1000001; }
  .tooltip:after, [data-tooltip]:after {
    content: attr(data-tooltip);
    background: #3EBEBB;
    color: white;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
    border-radius: 2px; }

[data-tooltip='']:before, [data-tooltip='']:after {
  display: none !important; }

/**
 * source: tooltip-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) tooltip-top
 * 	2) tooltip-bottom
 * 	3) tooltip-left
 * 	4) tooltip-right
 */
/**
 * set default color for tooltip arrows
 */
.tooltip-top:before {
  border-top-color: #3EBEBB; }

.tooltip-bottom:before {
  border-bottom-color: #3EBEBB; }

.tooltip-left:before {
  border-left-color: #3EBEBB; }

.tooltip-right:before {
  border-right-color: #3EBEBB; }

/**
 * top tooltip
 */
.tooltip-top:before {
  margin-bottom: -12px; }
.tooltip-top:after {
  margin-left: -18px; }
.tooltip-top:before, .tooltip-top:after {
  bottom: 100%;
  left: 50%; }
.tooltip-top:hover:after, .tooltip-top:hover:before, .tooltip-top:focus:after, .tooltip-top:focus:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

/**
 * bottom tooltip
 */
.tooltip-bottom:before {
  margin-top: -12px; }
.tooltip-bottom:after {
  margin-left: -18px; }
.tooltip-bottom:before, .tooltip-bottom:after {
  top: 100%;
  left: 50%; }
.tooltip-bottom:hover:after, .tooltip-bottom:hover:before, .tooltip-bottom:focus:after, .tooltip-bottom:focus:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

/**
 * right tooltip
 */
.tooltip-right:before {
  margin-left: -12px;
  margin-bottom: -6px; }
.tooltip-right:after {
  margin-bottom: -14px; }
.tooltip-right:before, .tooltip-right:after {
  left: 100%;
  bottom: 50%; }
.tooltip-right:hover:after, .tooltip-right:hover:before, .tooltip-right:focus:after, .tooltip-right:focus:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px); }

/**
 * left tooltip
 */
.tooltip-left:before {
  margin-right: -12px;
  margin-bottom: -6px; }
.tooltip-left:after {
  margin-bottom: -14px; }
.tooltip-left:before, .tooltip-left:after {
  right: 100%;
  bottom: 50%; }
.tooltip-left:hover:after, .tooltip-left:hover:before, .tooltip-left:focus:after, .tooltip-left:focus:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px); }

/**
 * source: tooltip-theme.scss
 *
 * Defines basic theme for tooltips.
 *
 */
.tooltip, [data-tooltip] {
  /**
   * tooltip body
   */ }
  .tooltip:after, [data-tooltip]:after {
    /*text-shadow: 0 -1px 0px black;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);*/ }

/**
 * source: tooltip-color-types.scss
 *
 * Contains tooltips of various types based on color differences.
 *
 * Classes added:
 * 	1) tooltip-error
 * 	2) tooltip-warning
 * 	3) tooltip-info
 * 	4) tooltip-success
 *
 */
/**
 * Error
 */
.tooltip-error:after {
  background-color: #b34e4d;}
.tooltip-error.tooltip-top:before {
  border-top-color: #b34e4d; }
.tooltip-error.tooltip-bottom:before {
  border-bottom-color: #b34e4d; }
.tooltip-error.tooltip-left:before {
  border-left-color: #b34e4d; }
.tooltip-error.tooltip-right:before {
  border-right-color: #b34e4d; }

/**
 * Warning
 */
.tooltip-warning:after {
  background-color: #c09854; }
.tooltip-warning.tooltip-top:before {
  border-top-color: #c09854; }
.tooltip-warning.tooltip-bottom:before {
  border-bottom-color: #c09854; }
.tooltip-warning.tooltip-left:before {
  border-left-color: #c09854; }
.tooltip-warning.tooltip-right:before {
  border-right-color: #c09854; }

/**
 * Info
 */
.tooltip-info:after {
  background-color: #3986ac; }
.tooltip-info.tooltip-top:before {
  border-top-color: #3986ac; }
.tooltip-info.tooltip-bottom:before {
  border-bottom-color: #3986ac; }
.tooltip-info.tooltip-left:before {
  border-left-color: #3986ac; }
.tooltip-info.tooltip-right:before {
  border-right-color: #3986ac; }

/**
 * Success
 */
.tooltip-success:after {
  background-color: #458746; }
.tooltip-success.tooltip-top:before {
  border-top-color: #458746; }
.tooltip-success.tooltip-bottom:before {
  border-bottom-color: #458746; }
.tooltip-success.tooltip-left:before {
  border-left-color: #458746; }
.tooltip-success.tooltip-right:before {
  border-right-color: #458746; }

/**
 * source: tooltip-always.scss
 *
 * Defines a persisted tooltip which shows always.
 *
 * Classes added:
 * 	1) tooltip-always
 *
 */
.tooltip-always:after, .tooltip-always:before {
  opacity: 1;
  visibility: visible; }
.tooltip-always.tooltip-top:after, .tooltip-always.tooltip-top:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }
.tooltip-always.tooltip-bottom:after, .tooltip-always.tooltip-bottom:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }
.tooltip-always.tooltip-left:after, .tooltip-always.tooltip-left:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px); }
.tooltip-always.tooltip-right:after, .tooltip-always.tooltip-right:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px); }

/**
 * source: tooltip-rounded.scss
 *
 * Defines rounded corner tooltips.
 *
 * Classes added:
 * 	1) tooltip-rounded
 *
 */
.tooltip-rounded:after {
  border-radius: 4px; }

/**
 * source: tooltip-effects.scss
 *
 * Defines various transition effects for the tooltips.
 *
 * Classes added:
 * 	1) tooltip-no-animate
 * 	2) tooltip-bounce
 *
 */
.tooltip-no-animate:before, .tooltip-no-animate:after {
  -webkit-transition-duration: 0ms;
  -moz-transition-duration: 0ms;
  transition-duration: 0ms; }

.tooltip-bounce:before, .tooltip-bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24); }