<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* FONT */

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&amp;amp;lang=en");
/* GLOBAL */

 body {
     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
     /*background-color: #eee;*/
     font-size: 13px;
     color: #676a6c;

}

body.tmpbs_boxed-layout {
    background: url('patterns/shattered.png');
}

body.tmpbs_boxed-layout #wrapper {
    background-color: #2f4050;
    width: 1200px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.tmpbs_block {
    display: block;
}

.tmpbs_clear {
    display: block;
    overflow: hidden;
}

a:hover, a:focus {
    text-decoration: none;
}

.tmpbs_border-bottom {
    border-bottom: 1px solid #e7eaec !important;
}
.tmpbs_font-bold {
    font-weight: 600;
}

.tmpbs_font-noraml {
    font-weight: 400;
}

.tmpbs_text-uppercase {
    text-transform: uppercase;
}

.tmpbs_b-r {
    border-right: 1px solid #E7EAEC;
}

.tmpbs_hr-line-dashed {
    border-top: 1px dashed #E7EAEC;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}

.tmpbs_hr-line-solid {
    border-bottom: 1px solid #EAEEF1;
    background-color: rgba(0, 0, 0, 0);
    border-style: solid !important;
    margin-top: 15px;
    margin-bottom: 15px;
}


/* ERROR &amp; LOGIN &amp; LOCKSCREEN*/

.tmpbs_middle-box {
    height: 400px;
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -200px;
    z-index: 100;
}

.tmpbs_lockscreen.tmpbs_middle-box {
    width: 200px;
    margin-left: -100px;
    margin-top: -190px;
}

.tmpbs_loginscreen.tmpbs_middle-box {
    width: 300px;
    margin-left: -150px;
    margin-top: -330px;
}

.tmpbs_logo-name {
    color: #e6e6e6;
    font-size: 180px;
    font-weight: 800;
    letter-spacing: -10px;
    margin-bottom: 0px;
}

.tmpbs_middle-box h1 {
    font-size: 170px;
}


.tmpbs_wrapper .tmpbs_middle-box {
    margin-top: 140px;
}

.tmpbs_lock-word {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -180px;
    margin-left: -470px;
}

.tmpbs_lock-word span {
    font-size: 100px;
    font-weight: 600;
    color: #e9e9e9;
    display: inline-block;
}

.tmpbs_lock-word .tmpbs_first-word {
    margin-right: 160px;
}

/* DASBOARD */

.tmpbs_dashboard-header {
    border-top: 4px solid #E7EAEC;
    padding: 20px 20px 20px 20px;
}

.tmpbs_dashboard-header h2 {
    margin-top: 10px;
    font-size: 26px;
}

.tmpbs_fist-item {
    border-top: none !important;
}

.tmpbs_statistic-box {
    margin-top: 40px;

}

.tmpbs_dashboard-header .tmpbs_list-group-item span.tmpbs_label {
    margin-right: 10px;
}

.tmpbs_list-group.tmpbs_clear-list .tmpbs_list-group-item {
    border-top: 1px solid #E7EAEC;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    padding: 10px 0;
}
ul.tmpbs_clear-list:first-child {
    border-top: none !important;
}

/* EASY PIE CHART*/

.tmpbs_easypiechart {
    position: relative;
    text-align: center;
}
.tmpbs_easypiechart .tmpbs_h2 {
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block;
}
.tmpbs_easypiechart canvas {
    /*position: absolute;*/
    top: 0;
    left: 0;
}
.tmpbs_easypiechart .tmpbs_easypie-text {
    line-height: 1;
    position: absolute;
    top: 33px;
    width: 100%;
    z-index: 1;
}
.tmpbs_easypiechart img {
    margin-top: -4px;
}

/* Intimeline */

.tmpbs_date i {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    width: 30px;
    text-align: center;
    border-top: 1px solid #E7EAEC;
    border-bottom: 1px solid #E7EAEC;
    border-left: 1px solid #E7EAEC;
    background: #f8f8f8;
}

.tmpbs_timelnie-item .tmpbs_date {
    text-align: right;
    width: 110px;
    position: relative;
    padding-top: 30px;
}

.tmpbs_timelnie-item .tmpbs_content {
    border-left:1px solid #E7EAEC;
    border-top:1px solid #E7EAEC;
    padding-top: 10px;
    min-height: 100px;
}

.tmpbs_timelnie-item .tmpbs_content:hover {
    background: #f6f6f6;
}


/* BACKGROUNDS */

.tmpbs_gray-bg {
    background-color: #f3f3f4;
}

.tmpbs_white-bg {
    background-color: #ffffff;
}

.tmpbs_navy-bg {
    background-color: #bb2322;
    color: #ffffff;
}

.tmpbs_blue-bg {
    background-color: #1c84c6;
    color: #ffffff;
}

.tmpbs_lazur-bg {
    background-color: #23c6c8;
    color: #ffffff;
}

.tmpbs_yellow-bg {
    background-color: #f7c029;
    color: #ffffff;
}

.tmpbs_red-bg {
    background-color: #ED5565 ;
    color: #ffffff;
}

.tmpbs_black-bg {
    background-color: #262626;
}

.tmpbs_panel-primary  {
    border-color: #bb2322;
}

.tmpbs_panel-primary &gt; .tmpbs_panel-heading {
    background-color: #bb2322;
    border-color: #bb2322;
}

.tmpbs_panel-success  {
    border-color: #1c84c6;
}

.tmpbs_panel-success &gt; .tmpbs_panel-heading {
    background-color: #1c84c6;
    border-color: #1c84c6;
    color: #ffffff;
}

.tmpbs_panel-info  {
    border-color: #23c6c8;
}

.tmpbs_panel-info &gt; .tmpbs_panel-heading {
    background-color: #23c6c8;
    border-color: #23c6c8;
    color: #ffffff;
}

.tmpbs_panel-warning  {
    border-color: #f7c029;
}

.tmpbs_panel-warning &gt; .tmpbs_panel-heading {
    background-color: #f7c029;
    border-color: #f7c029;
    color: #ffffff;
}

.tmpbs_panel-danger  {
    border-color: #ED5565 ;
}

.tmpbs_panel-danger &gt; .tmpbs_panel-heading {
    background-color: #ED5565 ;
    border-color: #ED5565 ;
    color: #ffffff;
}

.tmpbs_progress-bar {
    background-color: #bb2322;
}

.tmpbs_progress-small, .tmpbs_progress-small .tmpbs_progress-bar {
    height: 10px;
}

.tmpbs_progress-small, .tmpbs_progress-mini {
    margin-top: 5px;
}

.tmpbs_progress-mini, .tmpbs_progress-mini .tmpbs_progress-bar {
    height: 5px;
    margin-bottom: 0px;
}

.tmpbs_progress-bar-navy-light {
    background-color: #3dc7ab;
}

.tmpbs_progress-bar-success {
    background-color: #1c84c6;
}

.tmpbs_progress-bar-info {
    background-color: #23c6c8;
}

.tmpbs_progress-bar-warning {
    background-color: #f7c029;
}

.tmpbs_progress-bar-danger {
    background-color: #ED5565 ;
}



.tmpbs_panel-title {
    font-size: inherit;
}

.tmpbs_jumbotron {
    border-radius: 6px;
}

.tmpbs_jumbotron h1 {
    margin-top: 0;
}

/* COLORS */

.tmpbs_text-navy {
    color: #bb2322;
}


.tmpbs_text-primary {
    color: inherit;
}

.tmpbs_text-success {
    color: #1c84c6;
}

.tmpbs_text-info {
    color: #23c6c8;
}

.tmpbs_text-warning {
    color: #f7c029;
}

.tmpbs_text-danger {
    color: #ED5565 ;
}

.tmpbs_text-muted {
    color: #888888;
}



/* GALLERY */
.tmpbs_gallery &gt; .tmpbs_row &gt; div {
    margin-bottom: 15px;
}

/* INPUTS */
.tmpbs_inline {
    display: inline-block !important;
}

.tmpbs_input-s-sm {
    width: 120px;
}
.tmpbs_input-s {
    width: 200px;
}
.tmpbs_input-s-lg {
    width: 250px;
}

.tmpbs_i-checks {
    padding-left: 0;
}

.tmpbs_form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.tmpbs_form-control:focus {
    border-color: #bb2322 ;
}

.tmpbs_has-success .tmpbs_form-control {
    border-color: #bb2322;
}

.tmpbs_has-warning .tmpbs_form-control {
    border-color: #f7c029;
}

.tmpbs_has-error .tmpbs_form-control {
    border-color: #ED5565 ;
}

.tmpbs_has-success .tmpbs_control-label {
    color: #bb2322;
}

.tmpbs_has-warning .tmpbs_control-label {
    color: #f7c029;
}

.tmpbs_has-error .tmpbs_control-label {
    color: #ED5565 ;
}

.tmpbs_input-group-addon {
    background-color: #fff;
    border: 1px solid #E5E6E7;
    border-radius: 1px;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
}

.tmpbs_modal-content {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0 none;
    position: relative;
}

.tmpbs_modal-body {
    padding: 20px 30px 30px 30px;
}

.tmpbs_spinner-buttons.tmpbs_input-group-btn .tmpbs_btn-xs {
    line-height: 1.13;
}
.tmpbs_spinner-buttons.tmpbs_input-group-btn {
    width: 20%;
}

.tmpbs_noUi-connect {
    background: none repeat scroll 0 0 #bb2322;
    box-shadow: none;
}

.tmpbs_slider_red .tmpbs_noUi-connect {
    background: none repeat scroll 0 0 #ED5565;
    box-shadow: none;
}
/* TOOGLE SWICH */

.tmpbs_onoffswitch {
    position: relative; width: 64px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.tmpbs_onoffswitch-checkbox {
    display: none;
}
.tmpbs_onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #bb2322; border-radius: 2px;
}
.tmpbs_onoffswitch-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.tmpbs_onoffswitch-inner:before, .tmpbs_onoffswitch-inner:after {
    float: left; width: 50%; height: 20px; padding: 0; line-height: 20px;
    font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.tmpbs_onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #bb2322; color: #FFFFFF;
}
.tmpbs_onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #FFFFFF; color: #999999;
    text-align: right;
}
.tmpbs_onoffswitch-switch {
    width: 20px; margin: 0px;
    background: #FFFFFF;
    border: 2px solid #bb2322; border-radius: 2px;
    position: absolute; top: 0; bottom: 0; right: 44px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
}
.tmpbs_onoffswitch-checkbox:checked + .tmpbs_onoffswitch-label .tmpbs_onoffswitch-inner {
    margin-left: 0;
}
.tmpbs_onoffswitch-checkbox:checked + .tmpbs_onoffswitch-label .tmpbs_onoffswitch-switch {
    right: 0px;
}

/* CHOSEN PLUGIN */

.tmpbs_chosen-container-single .tmpbs_chosen-single {
    background: #ffffff;
    box-shadow: none;
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #CBD5DD;
    border-radius: 2px;
    cursor: text;
    height: auto !important;
    margin: 0;
    min-height: 30px;
    overflow: hidden;
    padding: 4px 12px;
    position: relative;
    width: 100%;
}

.tmpbs_chosen-container-multi .tmpbs_chosen-choices li.tmpbs_search-choice {
    background: #f1f1f1;
    border: 1px solid #ededed;
    border-radius: 2px;
    box-shadow: none;
    color: #333333;
    cursor: default;
    line-height: 13px;
    margin: 3px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    position: relative;
}


/* PAGINATIN */

.tmpbs_pagination &gt; .tmpbs_active &gt; a, .tmpbs_pagination &gt; .tmpbs_active &gt; span, .tmpbs_pagination &gt; .tmpbs_active &gt; a:hover, .tmpbs_pagination &gt; .tmpbs_active &gt; span:hover, .tmpbs_pagination &gt; .tmpbs_active &gt; a:focus, .tmpbs_pagination &gt; .tmpbs_active &gt; span:focus {
    background-color: #f4f4f4;
    border-color: #DDDDDD;
    color: inherit;
    cursor: default;
    z-index: 2;
}

.tmpbs_pagination &gt; li &gt; a, .tmpbs_pagination &gt; li &gt; span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: inherit;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}

/* TOOLTIPS */

.tmpbs_tooltip-inner {
    background-color: #2F4050;
}
.tmpbs_tooltip.tmpbs_top .tmpbs_tooltip-arrow {
    border-top-color: #2F4050;
}
.tmpbs_tooltip.tmpbs_right .tmpbs_tooltip-arrow {
    border-right-color: #2F4050;
}
.tmpbs_tooltip.tmpbs_bottom .tmpbs_tooltip-arrow {
    border-bottom-color: #2F4050;
}
.tmpbs_tooltip.tmpbs_left .tmpbs_tooltip-arrow {
    border-left-color: #2F4050;
}

/* WRAPPERS */

 #wrapper {
    width: 100%;
}

.tmpbs_wrapper {
    padding: 0 20px;
}

.tmpbs_wrapper-content {
    padding: 20px 10px 0px 10px
}

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

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 240px;
        min-height: 1000px;
    }
}

.tmpbs_title-action {
    text-align: right;
    padding-top: 30px;
}
/* TYPOGRAPHY */

h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

h3,h4,h5 {
    margin-top: 5px;
    font-weight: 600;
}

.tmpbs_ibox-content h1,.tmpbs_ibox-content h2,.tmpbs_ibox-content h3,.tmpbs_ibox-content h4,.tmpbs_ibox-content h5,
.tmpbs_ibox-title h1,.tmpbs_ibox-title h2,.tmpbs_ibox-title h3,.tmpbs_ibox-title h4,.tmpbs_ibox-title h5
{
    margin-top: 5px;
}

ul.tmpbs_unstyled, ol.tmpbs_unstyled {
    list-style: none outside none;
    margin-left: 0;
}

.tmpbs_big-icon {
    font-size: 160px;
    color: #e5e6e7;
}

/* PANELS */

.tmpbs_page-heading {
    border-top: 4px solid #E7EAEC;
    padding: 0px 10px 20px 10px;
}

.tmpbs_panel-heading h1, .tmpbs_panel-heading h2 {
    margin-bottom: 5px;
}

/* PIN BOARD */
ul.tmpbs_notes li, ul.tmpbs_tag-list li{
    list-style:none;
}
ul.tmpbs_notes li h4 {
    margin-top: 20px;
    font-size: 16px;
}
ul.tmpbs_notes li div{
    text-decoration:none;
    color:#000;
    background:#ffc;
    display:block;
    height:140px;
    width:140px;
    padding:1em;
    position: relative;
}

ul.tmpbs_notes li div small {
    position: absolute;
    top:5px;
    right: 5px;
    font-size: 10px
}

ul.tmpbs_notes li div a {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: inherit;
}

ul.tmpbs_notes li{
    margin:10px 40px 50px 0px;
    float:left;
}
ul.tmpbs_notes li div p {
    font-size: 12px;
}
ul.tmpbs_notes li div{
    text-decoration:none;
    color:#000;
    background:#ffc;
    display:block;
    height:140px;
    width:140px;
    padding:1em;
    /* Firefox */
    -moz-box-shadow:5px 5px 2px rgba(33,33,33,1);
    /* Safari+Chrome */
    -webkit-box-shadow: 5px 5px 2px rgba(33,33,33,.7);
    /* Opera */
    box-shadow: 5px 5px 2px rgba(33,33,33,.7);
}

ul.tmpbs_notes li div{
    -webkit-transform:rotate(-6deg);
    -o-transform:rotate(-6deg);
    -moz-transform:rotate(-6deg);
}

ul.tmpbs_notes li:nth-child(even) div{
    -o-transform:rotate(4deg);
    -webkit-transform:rotate(4deg);
    -moz-transform:rotate(4deg);
    position:relative;
    top:5px;
}
ul.tmpbs_notes li:nth-child(3n) div{
    -o-transform:rotate(-3deg);
    -webkit-transform:rotate(-3deg);
    -moz-transform:rotate(-3deg);
    position:relative;
    top:-5px;
}
ul.tmpbs_notes li:nth-child(5n) div{
    -o-transform:rotate(5deg);
    -webkit-transform:rotate(5deg);
    -moz-transform:rotate(5deg);
    position:relative;
    top:-10px;
}

ul.tmpbs_notes li div:hover,ul.tmpbs_notes li div:focus{

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    position:relative;
    z-index:5;
}

ul.tmpbs_notes li div{
    text-decoration:none;
    color:#000;
    background:#ffc;
    display:block;
    height:210px;
    width:210px;
    padding:1em;
    -moz-box-shadow:5px 5px 7px rgba(33,33,33,1);
    -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
    box-shadow: 5px 5px 7px rgba(33,33,33,.7);
    -moz-transition:-moz-transform .15s linear;
    -o-transition:-o-transform .15s linear;
    -webkit-transition:-webkit-transform .15s linear;
}

/* FILE MANAGER */

.tmpbs_file-box {
    float: left;
    width: 220px;
}

.tmpbs_file-manager h5 {
    text-transform: uppercase;
}
    }
.tmpbs_file-manager {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.tmpbs_folder-list li a {
    color: #666666;
    display: block;
    padding: 5px 0;
}
.tmpbs_folder-list li {
    border-bottom: 1px solid #E7EAEC;
    display: block;
}
.tmpbs_folder-list li i {
    margin-right: 8px;
    color: #3d4d5d;
}

.tmpbs_category-list li a {
    color: #666666;
    display: block;
    padding: 5px 0;
}

.tmpbs_category-list li {
    display: block;
}

.tmpbs_category-list li i {
    margin-right: 8px;
    color: #3d4d5d;
}

.tmpbs_category-list li a .tmpbs_text-navy {
    color: #bb2322;
}
.tmpbs_category-list li a .tmpbs_text-primary {
    color: #1C84C6;
}
.tmpbs_category-list li a .tmpbs_text-info {
    color: #23C6C8;
}
.tmpbs_category-list li a .tmpbs_text-danger {
    color: #EF5352;
}
.tmpbs_category-list li a .tmpbs_text-warning {
    color: #F8AC59;
}

.tmpbs_file-manager h5.tmpbs_tag-title {
    margin-top: 20px;
}
.tmpbs_file-manager .tmpbs_tag-list li {
    float: left;
}

.tmpbs_file-manager .tmpbs_tag-list li a {
    font-size: 10px;
    background-color: #F3F3F4;
    padding: 5px 12px;
    color: inherit;
    border-radius: 2px;
    border: 1px solid #E7EAEC;
    margin-right: 5px;
    margin-top: 5px;
    display: block;
}

.tmpbs_file {
    border: 1px solid #E7EAEC;
    padding: 0;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
}

.tmpbs_file-manager .tmpbs_hr-line-dashed {
    margin: 15px 0;
}

.tmpbs_file .tmpbs_icon, .tmpbs_file .tmpbs_image {
    height: 100px;
    overflow: hidden;
}

.tmpbs_file .tmpbs_icon {
    padding: 15px 10px;
    text-align: center;
}
.tmpbs_file-control {
    color: inherit;
    font-size: 11px;
    margin-right: 10px;
}

.tmpbs_file-control.tmpbs_active {
    text-decoration: underline;
}

.tmpbs_file .tmpbs_icon i {
    font-size: 70px;
    color: #dadada;
}

.tmpbs_file .tmpbs_file-name {
    padding: 10px;
    background-color: #f8f8f8;
    border-top: 1px solid #E7EAEC;
}

.tmpbs_file-name small {
    color: #676A6C;
}


.tmpbs_corner {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 0.6em solid transparent;
    border-right: 0.6em solid #f1f1f1;
    border-bottom: 0.6em solid #f1f1f1;
    right: 0em;
    bottom: 0em
}

a.tmpbs_compose-mail {
    padding: 8px 10px;
}

/* NAVIGATION */

.tmpbs_nav &gt; li &gt; a {
    color: #A7B1C2;
    font-weight: 600;
    /*text-transform: uppercase;*/
    padding: 14px 20px 14px 25px;
}

.tmpbs_nav.tmpbs_navbar-right &gt; li &gt; a {
    color: #999c9e;
}

.tmpbs_nav &gt; li.tmpbs_active &gt; a {
    /*background-color: #2a3947;*/
    color: #ffffff;
}

.tmpbs_nav &gt; li &gt; a:hover, .tmpbs_nav &gt; li &gt; a:focus  {
    background-color: #2a3947;
}

.tmpbs_nav.tmpbs_navbar-top-links &gt; li &gt; a:hover, .tmpbs_nav.tmpbs_navbar-top-links &gt; li &gt; a:focus  {
    background-color: #ececec;
}

.tmpbs_nav &gt; li &gt; a i {
    margin-right: 6px;
}

.tmpbs_navbar {
    border: 0;
}

.tmpbs_navbar-default {
    /*background-color: #2f4050;*/
    background-color: transparent;
    border-color: #2f4050;
}

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

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

.tmpbs_navbar-top-links li a {
    padding: 20px 10px;
    min-height: 50px;
}
.tmpbs_dropdown-menu {
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 1000;
    border-radius: 2px;
}

.tmpbs_dropdown-menu &gt; li &gt; a {
    border-radius: 3px;
    color: inherit;
    line-height: 25px;
    margin: 4px;
    text-align: left;
    font-weight: normal;
}

.tmpbs_dropdown-menu &gt; li &gt; a.tmpbs_font-bold {
    font-weight: 600;
}

.tmpbs_navbar-top-links .tmpbs_dropdown-menu li {
    display: block;
}

.tmpbs_navbar-top-links .tmpbs_dropdown-menu li:last-child {
    margin-right: 0;
}

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

.tmpbs_navbar-top-links .tmpbs_dropdown-menu li a div {
    white-space: normal;
}

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

.tmpbs_navbar-top-links .tmpbs_dropdown-messages {
    margin-left: 5px;
}

.tmpbs_navbar-top-links .tmpbs_dropdown-tasks {
    margin-left: -59px;
}

.tmpbs_navbar-top-links .tmpbs_dropdown-alerts {
    margin-left: -123px;
}

.tmpbs_navbar-top-links .tmpbs_dropdown-user {
    right: 0;
    left: auto;
}

.tmpbs_dropdown-messages, .tmpbs_dropdown-alerts {
    padding: 10px 10px 10px 10px;
}

.tmpbs_dropdown-messages li a, .tmpbs_dropdown-alerts li a {
    font-size: 12px;
}

.tmpbs_dropdown-messages li em, .tmpbs_dropdown-alerts li em {
    font-size: 10px;
}

.tmpbs_nav.tmpbs_navbar-top-links .tmpbs_dropdown-alerts a {
    font-size: 12px;
}

.tmpbs_nav-header {
    padding: 33px 25px;
    background: url("patterns/header-profile.png") no-repeat;
}

.tmpbs_nav &gt; li.tmpbs_active {
    border-left: 4px solid #882322;
    background: #233646;
}

.tmpbs_nav.tmpbs_nav-second-level &gt; li.tmpbs_active {
    border: none;
}

.tmpbs_nav.tmpbs_nav-second-level.tmpbs_collapse[style] {
    height: auto !important;
}

.tmpbs_nav-header a {
    color: #DFE4ED;
}

.tmpbs_nav-header .tmpbs_text-muted {
    color: #8095a8;
}

.tmpbs_minimalize-styl-2 {
    padding: 4px 12px;
    margin: 14px 5px 5px 20px;
    font-size: 14px;
    float: left;
}

.tmpbs_navbar-form-custom {
    float: left;
    height: 50px;
    padding: 0;
    width: 200px;
}

.tmpbs_nav.tmpbs_navbar-top-links a {
    font-size: 14px;
}

.tmpbs_navbar-form-custom .tmpbs_form-control {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    font-size: 14px;
    height: 60px;
    margin: 0;
    z-index: 2000;
}

.tmpbs_count-info .tmpbs_label {
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    right: 6px;
    top: 12px;
}

.tmpbs_arrow {
    float: right;
}

.tmpbs_fa.tmpbs_arrow:before {
    content: "\f104";
}

.tmpbs_active &gt; a &gt; .tmpbs_fa.tmpbs_arrow:before {
    content: "\f107";
}

.tmpbs_nav-second-level li,
.tmpbs_nav-third-level li {
    border-bottom: none !important;
}

.tmpbs_nav-second-level li a {
    padding: 7px 10px 7px 10px;
    padding-left: 52px;
}

.tmpbs_nav-third-level li a {
    padding-left: 62px;
}

.tmpbs_mini-navbar .tmpbs_nav li:hover &gt; .tmpbs_nav-second-level, .tmpbs_mini-navbar .tmpbs_nav li:focus &gt; .tmpbs_nav-second-level {
    display: block;
    border-radius: 0 2px 2px 0;
    min-width: 140px;
    height: auto;
}

body.tmpbs_mini-navbar .tmpbs_navbar-default .tmpbs_nav &gt; li &gt; .tmpbs_nav-second-level li a {
    font-size: 12px;
    border-radius: 3px;
}

.tmpbs_mini-navbar .tmpbs_nav-second-level li a {
    padding: 10px 10px 10px 15px;
}

.tmpbs_mini-navbar .tmpbs_nav-second-level {
    position: absolute;
    left: 70px;
    top: 0px;
    background-color: #2F4050;
    padding: 10px 10px 10px 10px;
    font-size: 12px;
}

.tmpbs_mini-navbar li.tmpbs_active .tmpbs_nav-second-level {
    left:65px
}

.tmpbs_logo-element {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: white;
    display: none;
    padding: 18px 0;
}

.tmpbs_navbar-static-side, #page-wrapper {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}


body.tmpbs_mini-navbar .tmpbs_navbar-static-side {
    width: 70px;
}

body.tmpbs_mini-navbar .tmpbs_profile-element, body.tmpbs_mini-navbar .tmpbs_nav-label, body.tmpbs_mini-navbar .tmpbs_nav-second-level, body.tmpbs_mini-navbar .tmpbs_navbar-default .tmpbs_nav li a span {
    display: none;
}



body.tmpbs_mini-navbar .tmpbs_navbar-default .tmpbs_nav &gt; li &gt; a {
    font-size: 16px;
}

body.tmpbs_mini-navbar .tmpbs_logo-element {
    display: block;
}

body.tmpbs_mini-navbar .tmpbs_nav-header {
    padding: 0;
    background-color: #bb2322;
}

body.tmpbs_mini-navbar #page-wrapper {
    margin: 0 0 0 70px;
}


/* BUTTONS */

.tmpbs_btn {
    border-radius: 3px;
}

.tmpbs_float-e-margins .tmpbs_btn {
    margin-bottom: 5px;
}

.tmpbs_btn-w-m {
    min-width: 120px;
}

.tmpbs_btn-primary.tmpbs_btn-outline {
    color: #bb2322;
}

.tmpbs_btn-success.tmpbs_btn-outline {
    color: #1C84C6;
}

.tmpbs_btn-info.tmpbs_btn-outline {
    color: #23C6C8;
}

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

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

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

.tmpbs_btn-primary {
    background-color: #bb2322;
    border-color: #bb2322;
    color: #FFFFFF ;
}
.tmpbs_btn-primary:hover, .tmpbs_btn-primary:focus, .tmpbs_btn-primary:active, .tmpbs_btn-primary.tmpbs_active, .tmpbs_open .tmpbs_dropdown-toggle.tmpbs_btn-primary {
    background-color: #882322;
    border-color: #882322;
    color: #FFFFFF ;
}
.tmpbs_btn-primary:active, .tmpbs_btn-primary.tmpbs_active, .tmpbs_open .tmpbs_dropdown-toggle.tmpbs_btn-primary {
    background-image: none;
}
.tmpbs_btn-primary.tmpbs_disabled, .tmpbs_btn-primary.tmpbs_disabled:hover, .tmpbs_btn-primary.tmpbs_disabled:focus, .tmpbs_btn-primary.tmpbs_disabled:active, .tmpbs_btn-primary.tmpbs_disabled.tmpbs_active, .tmpbs_btn-primary[disabled], .tmpbs_btn-primary[disabled]:hover, .tmpbs_btn-primary[disabled]:focus, .tmpbs_btn-primary[disabled]:active, .tmpbs_btn-primary.tmpbs_active[disabled], fieldset[disabled] .tmpbs_btn-primary, fieldset[disabled] .tmpbs_btn-primary:hover, fieldset[disabled] .tmpbs_btn-primary:focus, fieldset[disabled] .tmpbs_btn-primary:active, fieldset[disabled] .tmpbs_btn-primary.tmpbs_active {
    background-color: #bb2322;
    border-color: #bb2322;
}

.tmpbs_btn-success {
    background-color: #1c84c6;
    border-color: #1c84c6;
    color: #FFFFFF ;
}
.tmpbs_btn-success:hover, .tmpbs_btn-success:focus, .tmpbs_btn-success:active, .tmpbs_btn-success.tmpbs_active, .tmpbs_open .tmpbs_dropdown-toggle.tmpbs_btn-success {
    background-color: #1b7ab7;
    border-color: #1b7ab7;
    color: #FFFFFF ;
}
.tmpbs_btn-success:active, .tmpbs_btn-success.tmpbs_active, .tmpbs_open .tmpbs_dropdown-toggle.tmpbs_btn-success {
    background-image: none;
}
.tmpbs_btn-success.tmpbs_disabled, .tmpbs_btn-success.tmpbs_disabled:hover, .tmpbs_btn-success.tmpbs_disabled:focus, .tmpbs_btn-success.tmpbs_disabled:active, .tmpbs_btn-success.tmpbs_disabled.tmpbs_active, .tmpbs_btn-success[disabled], .tmpbs_btn-success[disabled]:hover, .tmpbs_btn-success[disabled]:focus, .tmpbs_btn-success[disabled]:active, .tmpbs_btn-success.tmpbs_active[disabled], fieldset[disabled] .tmpbs_btn-success, fieldset[disabled] .tmpbs_btn-success:hover, fieldset[disabled] .tmpbs_btn-success:focus, fieldset[disabled] .tmpbs_btn-success:active, fieldset[disabled] .tmpbs_btn-success.tmpbs_active {
    background-color: #1c84c6;
    border-color: #1c84c6;
}

.tmpbs_btn-info {
    background-color: #23c6c8;
    border-color: #23c6c8;
    color: #FFFFFF ;
}
.tmpbs_btn-info:hover, .tmpbs_btn-info:focus, .tmpbs_btn-info:active, .tmpbs_btn-info.tmpbs_active, .tmpbs_open .tmpbs_dropdown-toggle.tmpbs_btn-info {
    background-color: #21babc;
    border-color: #21babc;
    color: #FFFFFF ;
}
.tmpbs_btn-info:active, .tmpbs_btn-info.tmpbs_active, .tmpbs_open .tmpbs_dropdown-toggle.tmpbs_btn-info {
    background-image: none;
}
.tmpbs_btn-info.tmpbs_disabled, .tmpbs_btn-info.tmpbs_disabled:hover, .tmpbs_btn-info.tmpbs_disabled:focus, .tmpbs_btn-info.tmpbs_disabled:active, .tmpbs_btn-info.tmpbs_disabled.tmpbs_active, .tmpbs_btn-info[disabled], .tmpbs_btn-info[disabled]:hover, .tmpbs_btn-info[disabled]:focus, .tmpbs_btn-info[disabled]:active, .tmpbs_btn-info.tmpbs_active[disabled], fieldset[disabled] .tmpbs_btn-info, fieldset[disabled] .tmpbs_btn-info:hover, fieldset[disabled] .tmpbs_btn-info:focus, fieldset[disabled] .tmpbs_btn-info:active, fieldset[disabled] .tmpbs_btn-info.tmpbs_active {
    background-color: #23c6c8;
    border-color: #23c6c8;
}

.tmpbs_btn-default {
    background-color: #c2c2c2;
    border-color: #c2c2c2;
    color: #FFFFFF ;
}
.tmpbs_btn-default:hover, .tmpbs_btn-default:focus, .tmpbs_btn-default:active, .tmpbs_btn-default.tmpbs_active, .tmpbs_open .tmpbs_dropdown-toggle.tmpbs_btn-default {
    background-color: #b9b9b9;
    border-color: #b9b9b9;
    color: #FFFFFF ;
}
.tmpbs_btn-default:active, .tmpbs_btn-default.tmpbs_active, .tmpbs_open .tmpbs_dropdown-toggle.tmpbs_btn-default {
    background-image: none;
}
.tmpbs_btn-default.tmpbs_disabled, .tmpbs_btn-default.tmpbs_disabled:hover, .tmpbs_btn-default.tmpbs_disabled:focus, .tmpbs_btn-default.tmpbs_disabled:active, .tmpbs_btn-default.tmpbs_disabled.tmpbs_active, .tmpbs_btn-default[disabled], .tmpbs_btn-default[disabled]:hover, .tmpbs_btn-default[disabled]:focus, .tmpbs_btn-default[disabled]:active, .tmpbs_btn-default.tmpbs_active[disabled], fieldset[disabled] .tmpbs_btn-default, fieldset[disabled] .tmpbs_btn-default:hover, fieldset[disabled] .tmpbs_btn-default:focus, fieldset[disabled] .tmpbs_btn-default:active, fieldset[disabled] .tmpbs_btn-default.tmpbs_active {
    background-color: #c2c2c2;
    border-color: #c2c2c2;
}

.tmpbs_btn-warning {
    background-color: #f8ac59;
    border-color: #f8ac59;
    color: #FFFFFF ;
}
.tmpbs_btn-warning:hover, .tmpbs_btn-warning:focus, .tmpbs_btn-warning:active, .tmpbs_btn-warning.tmpbs_active, .tmpbs_open .tmpbs_dropdown-toggle.tmpbs_btn-warning {
    background-color: #e7a0539;
    border-color: #e7a053;
    color: #FFFFFF ;
}
.tmpbs_btn-warning:active, .tmpbs_btn-warning.tmpbs_active, .tmpbs_open .tmpbs_dropdown-toggle.tmpbs_btn-warning {
    background-image: none;
}
.tmpbs_btn-warning.tmpbs_disabled, .tmpbs_btn-warning.tmpbs_disabled:hover, .tmpbs_btn-warning.tmpbs_disabled:focus, .tmpbs_btn-warning.tmpbs_disabled:active, .tmpbs_btn-warning.tmpbs_disabled.tmpbs_active, .tmpbs_btn-warning[disabled], .tmpbs_btn-warning[disabled]:hover, .tmpbs_btn-warning[disabled]:focus, .tmpbs_btn-warning[disabled]:active, .tmpbs_btn-warning.tmpbs_active[disabled], fieldset[disabled] .tmpbs_btn-warning, fieldset[disabled] .tmpbs_btn-warning:hover, fieldset[disabled] .tmpbs_btn-warning:focus, fieldset[disabled] .tmpbs_btn-warning:active, fieldset[disabled] .tmpbs_btn-warning.tmpbs_active {
    background-color: #f8ac59;
    border-color: #f8ac59;
}

.tmpbs_btn-danger {
    background-color: #ef5352;
    border-color: #ef5352;
    color: #FFFFFF ;
}
.tmpbs_btn-danger:hover, .tmpbs_btn-danger:focus, .tmpbs_btn-danger:active, .tmpbs_btn-danger.tmpbs_active, .tmpbs_open .tmpbs_dropdown-toggle.tmpbs_btn-danger {
    background-color: #e34e4d;
    border-color: #e34e4d;
    color: #FFFFFF ;
}
.tmpbs_btn-danger:active, .tmpbs_btn-danger.tmpbs_active, .tmpbs_open .tmpbs_dropdown-toggle.tmpbs_btn-danger {
    background-image: none;
}
.tmpbs_btn-danger.tmpbs_disabled, .tmpbs_btn-danger.tmpbs_disabled:hover, .tmpbs_btn-danger.tmpbs_disabled:focus, .tmpbs_btn-danger.tmpbs_disabled:active, .tmpbs_btn-danger.tmpbs_disabled.tmpbs_active, .tmpbs_btn-danger[disabled], .tmpbs_btn-danger[disabled]:hover, .tmpbs_btn-danger[disabled]:focus, .tmpbs_btn-danger[disabled]:active, .tmpbs_btn-danger.tmpbs_active[disabled], fieldset[disabled] .tmpbs_btn-danger, fieldset[disabled] .tmpbs_btn-danger:hover, fieldset[disabled] .tmpbs_btn-danger:focus, fieldset[disabled] .tmpbs_btn-danger:active, fieldset[disabled] .tmpbs_btn-danger.tmpbs_active {
    background-color: #ef5352;
    border-color: #ef5352;
}

.tmpbs_btn-link {
    color: inherit ;
}
.tmpbs_btn-link:hover, .tmpbs_btn-link:focus, .tmpbs_btn-link:active, .tmpbs_btn-link.tmpbs_active, .tmpbs_open .tmpbs_dropdown-toggle.tmpbs_btn-link {
    color: #1c84c6;
}
.tmpbs_btn-link:active, .tmpbs_btn-link.tmpbs_active, .tmpbs_open .tmpbs_dropdown-toggle.tmpbs_btn-link {
    background-image: none;
}
.tmpbs_btn-link.tmpbs_disabled, .tmpbs_btn-link.tmpbs_disabled:hover, .tmpbs_btn-link.tmpbs_disabled:focus, .tmpbs_btn-link.tmpbs_disabled:active, .tmpbs_btn-link.tmpbs_disabled.tmpbs_active, .tmpbs_btn-link[disabled], .tmpbs_btn-link[disabled]:hover, .tmpbs_btn-link[disabled]:focus, .tmpbs_btn-link[disabled]:active, .tmpbs_btn-link.tmpbs_active[disabled], fieldset[disabled] .tmpbs_btn-link, fieldset[disabled] .tmpbs_btn-link:hover, fieldset[disabled] .tmpbs_btn-link:focus, fieldset[disabled] .tmpbs_btn-link:active, fieldset[disabled] .tmpbs_btn-link.tmpbs_active {
    color: #cacaca;
}

.tmpbs_btn-white {
    color: #333;
    background: white ;
    border: 1px solid #E7EAEC ;
}
.tmpbs_btn-white:hover, .tmpbs_btn-white:focus, .tmpbs_btn-white:active, .tmpbs_btn-white.tmpbs_active, .tmpbs_open .tmpbs_dropdown-toggle.tmpbs_btn-white {
    color: inherit;
    border: 1px solid #d2d2d2;
}

.tmpbs_btn-white:active, .tmpbs_btn-white.tmpbs_active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}

.tmpbs_btn-white:active, .tmpbs_btn-white.tmpbs_active, .tmpbs_open .tmpbs_dropdown-toggle.tmpbs_btn-white {
    background-image: none;
}
.tmpbs_btn-white.tmpbs_disabled, .tmpbs_btn-white.tmpbs_disabled:hover, .tmpbs_btn-white.tmpbs_disabled:focus, .tmpbs_btn-white.tmpbs_disabled:active, .tmpbs_btn-white.tmpbs_disabled.tmpbs_active, .tmpbs_btn-white[disabled], .tmpbs_btn-white[disabled]:hover, .tmpbs_btn-white[disabled]:focus, .tmpbs_btn-white[disabled]:active, .tmpbs_btn-white.tmpbs_active[disabled], fieldset[disabled] .tmpbs_btn-white, fieldset[disabled] .tmpbs_btn-white:hover, fieldset[disabled] .tmpbs_btn-white:focus, fieldset[disabled] .tmpbs_btn-white:active, fieldset[disabled] .tmpbs_btn-white.tmpbs_active {
    color: #cacaca;
}

.tmpbs_form-control, .tmpbs_form-control:focus, .tmpbs_has-error .tmpbs_form-control:focus, .tmpbs_has-success .tmpbs_form-control:focus, .tmpbs_has-warning .tmpbs_form-control:focus, .tmpbs_navbar-collapse, .tmpbs_navbar-form, .tmpbs_navbar-form-custom .tmpbs_form-control:focus, .tmpbs_navbar-form-custom .tmpbs_form-control:hover, .tmpbs_open .tmpbs_btn.tmpbs_dropdown-toggle, .tmpbs_panel, .tmpbs_popover, .tmpbs_progress, .tmpbs_progress-bar {
    box-shadow: none;
}

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

.tmpbs_btn-rounded {
    border-radius: 50px;
}

.tmpbs_btn-large-dim {
    width: 90px;
    height: 90px;
    font-size: 42px;
}

button.tmpbs_dim {
    display:inline-block;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    text-align:center;
    padding-top:6px;
    margin-right: 10px;
    position:relative;
    cursor:pointer;
    border-radius: 5px;
    font-weight: 600;
    margin-bottom: 20px !important;
    box-shadow: inset 0px 0px 0px #6a6a6a, 0px 5px 0px 0px #6a6a6a, 0px 10px 5px #999;
}

button.tmpbs_dim:active {
    top:3px;
    box-shadow: inset 0px 0px 0px #6a6a6a, 0px 2px 0px 0px #6a6a6a, 0px 5px 3px #999;
}

button.tmpbs_btn-primary.tmpbs_dim {
    box-shadow: inset 0px 0px 0px #12856e, 0px 5px 0px 0px #12856e, 0px 10px 5px #999;
}

button.tmpbs_btn-primary.tmpbs_dim:active {
    box-shadow: inset 0px 0px 0px #12856e, 0px 2px 0px 0px #12856e, 0px 5px 3px #999;
}

button.tmpbs_btn-default.tmpbs_dim {
    box-shadow: inset 0px 0px 0px #999999, 0px 5px 0px 0px #999999, 0px 10px 5px #999;
}

button.tmpbs_btn-default.tmpbs_dim:active {
    box-shadow: inset 0px 0px 0px #999999, 0px 2px 0px 0px #999999, 0px 5px 3px #999;
}

button.tmpbs_btn-warning.tmpbs_dim {
    box-shadow: inset 0px 0px 0px #d49047, 0px 5px 0px 0px #d49047, 0px 10px 5px #999;
}

button.tmpbs_btn-warning.tmpbs_dim:active {
    box-shadow: inset 0px 0px 0px #d49047, 0px 2px 0px 0px #d49047, 0px 5px 3px #999;
}

button.tmpbs_btn-info.tmpbs_dim {
    box-shadow: inset 0px 0px 0px #1a9698, 0px 5px 0px 0px #1a9698, 0px 10px 5px #999;
}

button.tmpbs_btn-info.tmpbs_dim:active {
    box-shadow: inset 0px 0px 0px #1a9698, 0px 2px 0px 0px #1a9698, 0px 5px 3px #999;
}

button.tmpbs_btn-success.tmpbs_dim {
    box-shadow: inset 0px 0px 0px #146293, 0px 5px 0px 0px #146293, 0px 10px 5px #999;
}

button.tmpbs_btn-success.tmpbs_dim:active {
    box-shadow: inset 0px 0px 0px #146293, 0px 2px 0px 0px #146293, 0px 5px 3px #999;
}

button.tmpbs_btn-danger.tmpbs_dim {
    box-shadow: inset 0px 0px 0px #b73635, 0px 5px 0px 0px #b73635, 0px 10px 5px #999;
}

button.tmpbs_btn-danger.tmpbs_dim:active {
    box-shadow: inset 0px 0px 0px #b73635, 0px 2px 0px 0px #b73635, 0px 5px 3px #999;
}

button.tmpbs_dim:before {
    font-size: 50px;
    line-height: 1em;
    font-weight: normal;
    color: #fff;
    display:block;
    padding-top:10px;

}

button.tmpbs_dim:active:before {
    top: 7px;
    font-size: 50px;
    text-shadow: 0px 3px 0px #07526e, 0px 5px 1px #07526e/*, 3px 0px 1px #07526e, 3px 3px 1px #07526e,
     -2px 0px 1px #68cff2*/;
}

/* FULLCALENDAR */

.tmpbs_fc-state-default {
    background-color: #ffffff;
    background-image: none;
    background-repeat: repeat-x;
    box-shadow: none;
    color: #333333;
    text-shadow: none;
}
.tmpbs_fc-state-default {
    border: 1px solid;
}

.tmpbs_fc-button {
    color: inherit;
    border: 1px solid #E7EAEC ;
    cursor: pointer;
    display: inline-block;
    height: 1.9em;
    line-height: 1.9em;
    overflow: hidden;
    padding: 0 0.6em;
    position: relative;
    white-space: nowrap;
}
.tmpbs_fc-state-active {
    background-color: #bb2322;
    border-color: #bb2322;
    color: #ffffff;
}

.tmpbs_fc-header-title h2 {
    font-size: 16px;
    font-weight: 600;
    color: inherit;
}

.tmpbs_fc-content .tmpbs_fc-widget-header, .tmpbs_fc-content .tmpbs_fc-widget-content {
    border-color: #E7EAEC;
    font-weight: normal;
}

.tmpbs_fc-border-separate tbody {
    background-color: #F8F8F8;
}

.tmpbs_fc-state-highlight {
    background: none repeat scroll 0 0 #FCF8E3;
}

.tmpbs_external-event {
    padding: 5px 10px;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 5px;
}

.tmpbs_fc-ltr .tmpbs_fc-event-hori.tmpbs_fc-event-end, .tmpbs_fc-rtl .tmpbs_fc-event-hori.tmpbs_fc-event-start {
    border-radius: 2px;
    border-color: none;
    background-color: darkslategray;
}
.tmpbs_fc-event,
.tmpbs_fc-agenda .tmpbs_fc-event-time,
.tmpbs_fc-event a {
    padding: 4px 6px;
    background-color: #bb2322; /* background color */
    border-color: #bb2322;     /* border color */
    color: inherit;              /* text color */
}

.tmpbs_fc-event-time, .tmpbs_fc-event-title {
    color: #717171;
    padding: 0 1px;
}
/* BADGETS &amp; LABELS */

.tmpbs_label {
    background-color: #D1DADE;
    color: #5E5E5E;
    font-family: 'Open Sans';
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
    text-shadow: none;
}
.tmpbs_badge {
    background-color: #D1DADE;
    color: #5E5E5E;
    font-family: 'Open Sans';
    font-size: 11px;
    font-weight: 600;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    text-shadow: none;
}

.tmpbs_label-primary, .tmpbs_badge-primary {
    background-color: #bb2322;
    color: #FFFFFF;
}
.tmpbs_label-success, .tmpbs_badge-success {
    background-color: #1C84C6;
    color: #FFFFFF;
}
.tmpbs_label-warning, .tmpbs_badge-warning {
    background-color: #F8AC59;
    color: #FFFFFF;
}

.tmpbs_label-warning-light, .tmpbs_badge-warning-light {
    background-color: #eeb722;
    color: #ffffff;
}

.tmpbs_label-danger, .tmpbs_badge-danger {
    background-color: #EF5352;
    color: #FFFFFF;
}
.tmpbs_label-info, .tmpbs_badge-info {
    background-color: #23C6C8;
    color: #FFFFFF;
}
.tmpbs_label-inverse, .tmpbs_badge-inverse {
    background-color: @262626;
    color: #FFFFFF;
}
.tmpbs_label-white, .tmpbs_badge-white {
    background-color: #FFFFFF;
    color: #5E5E5E;
}
.tmpbs_label-white, .tmpbs_badge-disable {
    background-color: #2A2E36;
    color: #8B91A0;
}

/* PROFILE */

.tmpbs_profile-content {
    border-top: none !important;
}

.tmpbs_feed-activity-list .tmpbs_feed-element {
    border-bottom: 1px solid #E7EAEC;
}
.tmpbs_feed-element:first-child {
    margin-top: 0;
}
.tmpbs_feed-element {
    padding-bottom: 15px;
}
.tmpbs_feed-element, .tmpbs_feed-element .tmpbs_media {
    margin-top: 15px;
}
.tmpbs_feed-element, .tmpbs_media-body {
    overflow: hidden;
}
.tmpbs_feed-element &gt; .tmpbs_pull-left {
    margin-right: 10px;
}

.tmpbs_feed-element img.tmpbs_img-circle, .tmpbs_dropdown-messages-box img.tmpbs_img-circle {
    width: 38px;
    height: 38px;
}

.tmpbs_feed-element .tmpbs_well {
    border: 1px solid #E7EAEC;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 10px 20px;
    font-size: 11px;
    line-height: 16px;
}

.tmpbs_feed-element .tmpbs_actions {
    margin-top: 10px;
}

.tmpbs_feed-element .tmpbs_photos {
    margin: 10px 0;

}

.tmpbs_feed-photo {
    max-height: 180px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* Chat */
.tmpbs_chat-activity-list .tmpbs_chat-element {
    border-bottom: 1px solid #E7EAEC;
}
.tmpbs_chat-element:first-child {
    margin-top: 0;
}
.tmpbs_chat-element {
    padding-bottom: 15px;
}
.tmpbs_chat-element, .tmpbs_chat-element .tmpbs_media {
    margin-top: 15px;
}
.tmpbs_chat-element, .tmpbs_media-body {
    overflow: hidden;
}
.tmpbs_chat-element &gt; .tmpbs_pull-left {
    margin-right: 10px;
}

.tmpbs_chat-element img.tmpbs_img-circle, .tmpbs_dropdown-messages-box img.tmpbs_img-circle {
    width: 38px;
    height: 38px;
}

.tmpbs_chat-element .tmpbs_well {
    border: 1px solid #E7EAEC;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 10px 20px;
    font-size: 11px;
    line-height: 16px;
}

.tmpbs_chat-element .tmpbs_actions {
    margin-top: 10px;
}

.tmpbs_chat-element .tmpbs_photos {
    margin: 10px 0;

}

.tmpbs_right.tmpbs_chat-element &gt; .tmpbs_pull-right {
    margin-left: 10px;
}

.tmpbs_chat-photo {
    max-height: 180px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* GLOBAL  */

.tmpbs_no-padding {
    padding: 0 !important;
}
.tmpbs_no-borders {
    border: none !important;
}

.tmpbs_no-margins {
    margin: 0 !important;
}

.tmpbs_no-top-border {
    border-top: 0 !important;
}

.tmpbs_ibox-content.tmpbs_text-box {
    padding-bottom: 0px;
    padding-top: 15px;
}

.tmpbs_border-left-right {
    border-left: 1px solid #E7EAEC;
    border-right: 1px solid #E7EAEC;
    border-top: none;
    border-bottom: none;
}

.tmpbs_full-width {
    width: 100% !important;
}

.tmpbs_link-block {
    font-size: 12px;
    padding: 10px;
}

.tmpbs_nav.tmpbs_navbar-top-links .tmpbs_link-block a {
    font-size: 12px;
}
.tmpbs_link-block a {
    font-size: 10px;
    color: inherit;

}

body.tmpbs_mini-navbar .tmpbs_branding {
    display: none;
}

img.tmpbs_circle-border {
    border: 6px solid #FFFFFF;
    border-radius: 50%;
}

.tmpbs_branding {
    float: left;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    padding: 17px 20px;
    text-align: center;
    background-color: #bb2322;
}

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

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

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

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

.tmpbs_chat li .tmpbs_chat-body p {
    margin: 0;
    color: #777777;
}

.tmpbs_panel .tmpbs_slidedown .tmpbs_glyphicon,
.tmpbs_chat .tmpbs_glyphicon {
    margin-right: 5px;
}

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

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

 .tmpbs_icons-box h3 {
     margin-top: 10px;
     margin-bottom: 10px;
 }

 .tmpbs_icons-box .tmpbs_infont a i {
     font-size: 25px;
     display: block;
     color: #676A6C;
 }

.tmpbs_icons-box .tmpbs_infont a {
    color: #a6a8a9;
}

 .tmpbs_icons-box .tmpbs_infont a {
     padding: 10px;

     margin: 1px;
     display: block;
 }

 .tmpbs_ui-draggable .tmpbs_ibox-title {
     cursor: move;
 }

 /* MAILBOX */

.tmpbs_mail-box {
    background-color: #ffffff;
    border: 1px solid #E7EAEC;
    border-top: 0;
    padding: 0px;
    margin-bottom: 20px;
}

.tmpbs_mail-box-header {
    background-color: #ffffff;
    border: 1px solid #E7EAEC;
    border-bottom: 0;
    padding: 30px 20px 20px 20px;
}

.tmpbs_mail-box-header h2 {
    margin-top: 0px;
}

.tmpbs_mailbox-content .tmpbs_tag-list li a {
    background: #ffffff;
}

 /* CONTACTS */

.tmpbs_contact-box {
    background-color: #ffffff;
    border: 1px solid #E7EAEC;
    padding: 20px;
    margin-bottom: 20px;
}

.tmpbs_contact-box a {
    color: inherit;
}
 /* SEARCH PAGE */

.tmpbs_search-form {
    margin-top: 10px;
}

.tmpbs_search-result h3 {
    margin-bottom: 0;
    color: #1E0FBE;
}

.tmpbs_search-result .tmpbs_search-link {
    color: #006621;
}

.tmpbs_search-result p {
    font-size: 12px;
    margin-top: 5px;
}

/* PANELS */

.tmpbs_panel.tmpbs_blank-panel {
    background: none;
    margin: 0;
}

.tmpbs_blank-panel .tmpbs_panel-heading {
    padding-bottom: 0;
}

.tmpbs_nav-tabs &gt; li.tmpbs_active &gt; a, .tmpbs_nav-tabs &gt; li.tmpbs_active &gt; a:hover, .tmpbs_nav-tabs &gt; li.tmpbs_active &gt; a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none;
    border-color: #DDDDDD #DDDDDD rgba(0, 0, 0, 0);
    border-bottom: #F3F3F4;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555555;
    cursor: default;
}

.tmpbs_nav.tmpbs_nav-tabs li {
    background: none;
    border: none;
}

.tmpbs_nav-tabs &gt; li &gt; a {
    color: #A7B1C2;
    font-weight: 600;
    padding: 10px 20px 10px 25px;
}

.tmpbs_nav-tabs &gt; li &gt; a:hover, .tmpbs_nav-tabs &gt; li &gt; a:focus  {
    background-color: #e6e6e6;
    color: #676A6C;
}

 /* LIST GROUP */

a.tmpbs_list-group-item.tmpbs_active, a.tmpbs_list-group-item.tmpbs_active:hover, a.tmpbs_list-group-item.tmpbs_active:focus {
    background-color: #bb2322;
    border-color: #bb2322;
    color: #FFFFFF;
    z-index: 2;
}

a.tmpbs_list-group-item.tmpbs_activeMute, a.tmpbs_list-group-item.tmpbs_activeMute:hover, a.tmpbs_list-group-item.tmpbs_activeMute:focus {
    background-color: #ffdfdf;
    border-color: #ffdfdf;
    z-index: 2;
}

.tmpbs_list-group-item-heading {
    margin-top: 10px;
}

.tmpbs_list-group-item-text {
    margin: 0 0 10px;
    color: inherit;
    font-size: 12px;
    line-height: inherit;
}

.tmpbs_no-padding .tmpbs_list-group-item {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.tmpbs_no-padding .tmpbs_list-group-item:first-child {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: none;
}

.tmpbs_no-padding .tmpbs_list-group {
    margin-bottom: 0;
}

.tmpbs_list-group-item {
    background-color: #FFFFFF;
    border: 1px solid #E7EAEC;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
    overflow:hidden;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}



/* FLOT CHART  */

 .tmpbs_flot-chart {
    display: block;
    height: 200px;
}
.tmpbs_widget .tmpbs_flot-chart.tmpbs_dashboard-chart {
    display: block;
    height: 120px;
    margin-top: 40px;
}

.tmpbs_flot-chart.tmpbs_dashboard-chart {
    display: block;
    height: 180px;
    margin-top: 40px;
}

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

.tmpbs_jqstooltip {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    visibility: hidden;
    background: rgb(43, 48, 58) transparent;
    background-color: rgba(43, 48, 58, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    color: white;
    text-align: left;
    white-space: nowrap;
    z-index: 10000;
    padding: 5px 5px 5px 5px;
    min-height: 22px;
    border-radius: 3px;
}

.tmpbs_jqsfield {
    color: white;
    text-align: left;
}

.tmpbs_h-200 {
    min-height: 200px;
}

.tmpbs_legendLabel {
    padding-left: 5px;
}

.tmpbs_list-item-container div:first-child {
    border-top: medium none;
    margin-top: 0px;
}
.tmpbs_stat-list .tmpbs_list-item {
    margin-top: 15px;
    position: relative;
}
/* DATATABLES */

table.tmpbs_dataTable thead .tmpbs_sorting,
table.tmpbs_dataTable thead .tmpbs_sorting_asc:after,
table.tmpbs_dataTable thead .tmpbs_sorting_desc,
table.tmpbs_dataTable thead .tmpbs_sorting_asc_disabled,
table.tmpbs_dataTable thead .tmpbs_sorting_desc_disabled {
    background: transparent;
}

table.tmpbs_dataTable thead .tmpbs_sorting_asc:after {
    float: right;
    font-family: fontawesome;
}

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

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

/* TABLES */

.tmpbs_table-bordered {
    border: 1px solid #EBEBEB;
}

.tmpbs_table-bordered &gt; thead &gt; tr &gt; th, .tmpbs_table-bordered &gt; thead &gt; tr &gt; td {
    background-color: #F5F5F6;
    border-bottom-width: 1px;
}

.tmpbs_table-bordered &gt; thead &gt; tr &gt; th, .tmpbs_table-bordered &gt; tbody &gt; tr &gt; th, .tmpbs_table-bordered &gt; tfoot &gt; tr &gt; th, .tmpbs_table-bordered &gt; thead &gt; tr &gt; td, .tmpbs_table-bordered &gt; tbody &gt; tr &gt; td, .tmpbs_table-bordered &gt; tfoot &gt; tr &gt; td {
    border: 1px solid #e7e7e7;
}

.tmpbs_table &gt; thead &gt; tr &gt; th {
    border-bottom: 1px solid #DDDDDD;
    vertical-align: bottom;
}

.tmpbs_table &gt; thead &gt; tr &gt; th, .tmpbs_table &gt; tbody &gt; tr &gt; th, .tmpbs_table &gt; tfoot &gt; tr &gt; th, .tmpbs_table &gt; thead &gt; tr &gt; td, .tmpbs_table &gt; tbody &gt; tr &gt; td, .tmpbs_table &gt; tfoot &gt; tr &gt; td {
    border-top: 1px solid #E7EAEC;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}

/* CIRCLE */


.tmpbs_img-circle {
    border-radius: 50%;
}

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

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

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

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

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

/* ELEMENTS */

.tmpbs_breadcrumb {
    background-color: #ffffff;
    padding: 0;
    margin-bottom: 0;
}
.tmpbs_breadcrumb &gt; li a {
    color: inherit;
}

.tmpbs_breadcrumb &gt; .tmpbs_active {
    color: inherit;
}

code {
    background-color: #F9F2F4;
    border-radius: 4px;
    color: #ca4440;
    font-size: 90%;
    padding: 2px 4px;
    white-space: nowrap;
}

.tmpbs_ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

.tmpbs_ibox:after, .tmpbs_ibox:before {
    display: table;
}

.tmpbs_ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #E7EAEC;
    border-image: none;
    border-style: solid solid none;
    border-width: 4px 0px 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
}

.tmpbs_ibox-content {
    background-color: #FFFFFF;
    color: inherit;
    padding: 15px 20px 20px 20px;

    border-color: #E7EAEC;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px;
}

.tmpbs_mail-body {
    border-top: 1px solid #E7EAEC;
    padding: 20px;
}

.tmpbs_mail-text {
    border-top: 1px solid #E7EAEC;
}

.tmpbs_mail-text .tmpbs_note-toolbar {
    padding: 10px 15px;
}

.tmpbs_mail-body .tmpbs_form-group {
    margin-bottom: 5px;
}

.tmpbs_mail-text .tmpbs_note-editor .tmpbs_note-toolbar {
    background-color: #F9F8F8;
}

.tmpbs_mail-attachment {
    border-top: 1px solid #E7EAEC;
    padding: 20px;
    font-size: 12px;
}

.tmpbs_mailbox-content {
    background: none;
    border: none;
    padding: 10px;
}

.tmpbs_mail-ontact {
    width: 23%;
}

table.tmpbs_table-mail tr td {
    padding: 12px;
}

.tmpbs_table-mail .tmpbs_check-mail {
    padding-left:20px ;
}

.tmpbs_table-mail .tmpbs_mail-date {
    padding-right: 20px;
}

.tmpbs_star-mail, .tmpbs_check-mail {
    width: 40px;
}

.tmpbs_unread td a, .tmpbs_unread td {
    font-weight: 600;
    color: inherit;
}

.tmpbs_read td a, .tmpbs_read td {
    font-weight: normal;
    color: inherit;
}

.tmpbs_unread td {
    background-color: #f9f8f8;
}

.tmpbs_ibox-content {
    clear: both;
}

.tmpbs_ibox-heading {
    background-color: #f3f6fb;
    border-bottom: none;
}

.tmpbs_ibox-heading h3 {
    font-weight: 200;
    font-size: 24px;
}
.tmpbs_ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tmpbs_ibox-tools {
    display: inline-block;
    float: right;
    margin-top: 0;
    position: relative;
    padding: 0;
}

.tmpbs_ibox-tools a {
    cursor: pointer;
    margin-left: 5px;
    color: #c4c4c4;
}

.tmpbs_ibox-tools .tmpbs_dropdown-menu &gt; li &gt; a {
    padding: 4px 10px;
    font-size: 12px;
}

/* GALLERIES */

.tmpbs_fancybox img {
    margin-bottom: 5px;
    /* Only for demo */
    width: 24%;
}

/* ANIMATION */

.tmpbs_css-animation-box h1 {
    font-size: 44px;
}

.tmpbs_animation-efect-links a {
    padding: 4px 6px;
    font-size: 12px;
}

#animation_box {
    background-color: #f9f8f8;
    border-radius: 16px;
    width: 80%;
    margin: 0 auto;
    padding-top: 80px;
}

.tmpbs_animation-text-box {
    position: absolute;
    margin-top:40px;
    left: 50%;
    margin-left:-100px;
    width: 200px;
}

.tmpbs_animation-text-info {
    position: absolute;
    margin-top: -60px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    font-size: 10px;
}

.tmpbs_animation-text-box h2 {
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 5px;
}

.tmpbs_animation-text-box p {
    font-size: 12px;
    text-transform: uppercase;
}

/* PLUGINS */
.tmpbs_pace .tmpbs_pace-progress {
    background: #bb2322;
    position: fixed;
    z-index: 2000;
    top: 0px;
    left: 220px;
    height: 2px;

    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}
.tmpbs_body-small .tmpbs_pace .tmpbs_pace-progress {
    left: 0px;
}

.tmpbs_pace-inactive {
    display: none;
}


/* WIDGETS */

.tmpbs_widget {
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.tmpbs_widget.tmpbs_style1 h2 {
    font-size: 30px;
}

.tmpbs_widget h2, .tmpbs_widget h3 {
    margin-top: 5px;
    margin-bottom: 0;
}

.tmpbs_widget-text-box {
    padding: 20px;
    border: 1px solid #E7EAEC;
    background: #ffffff;
}

.tmpbs_widget-head-color-box {
    border-radius: 5px 5px 0px 0px;
    margin-top: 10px;

}

.tmpbs_widget .tmpbs_flot-chart {
    height: 100px;
}

.tmpbs_vertical-align div {
    display: inline-block;
    vertical-align: middle;
}

.tmpbs_vertical-align h2,.tmpbs_vertical-align h3 {
    margin: 0;
}

.tmpbs_todo-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.tmpbs_todo-list.tmpbs_small-list {
    font-size: 12px;
}

.tmpbs_todo-list.tmpbs_small-list &gt; li {
    background: #f3f3f4;
    border-left: none;
    border-right: none;
    border-radius: 4px;
    color: inherit;
    margin-bottom: 2px;
    padding: 6px 6px 6px 12px;
}

.tmpbs_todo-list &gt; li {
    background: #f3f3f4;
    border-left: 6px solid #E7EAEC;
    border-right: 6px solid #E7EAEC;
    border-radius: 4px;
    color: inherit;
    margin-bottom: 2px;
    padding: 10px;
}

.tmpbs_todo-list .tmpbs_handle {
    cursor: move;
    display: inline-block;
    font-size: 16px;
    margin: 0 5px;
}

.tmpbs_todo-list &gt; li .tmpbs_label {
    font-size: 9px;
    margin-left: 10px;
}

.tmpbs_check-link {
    font-size: 16px;
}

.tmpbs_todo-completed {
    text-decoration: line-through;
}

.tmpbs_geo-statistic h1 {
    font-size: 36px;
    margin-bottom: 0;
}


/* INVOICE */

.tmpbs_invoice-table tbody &gt; tr &gt; td:last-child, .tmpbs_invoice-table tbody &gt; tr &gt; td:nth-child(4), .tmpbs_invoice-table tbody &gt; tr &gt; td:nth-child(3), .tmpbs_invoice-table tbody &gt; tr &gt; td:nth-child(2) {
    text-align: right;
}
.tmpbs_invoice-table thead &gt; tr &gt; th:last-child, .tmpbs_invoice-table thead &gt; tr &gt; th:nth-child(4) , .tmpbs_invoice-table thead &gt; tr &gt; th:nth-child(3), .tmpbs_invoice-table thead &gt; tr &gt; th:nth-child(2) {
    text-align: right;
}

.tmpbs_invoice-total &gt; tbody &gt; tr &gt; td:first-child {
    text-align: right;
}

.tmpbs_invoice-total &gt; tbody &gt; tr &gt; td {
    border: 0 none;
}
.tmpbs_invoice-total &gt; tbody &gt; tr &gt; td:last-child {
    border-bottom: 1px solid #DDDDDD;
    text-align: right;
    width: 15%;
}



/* MARGINS &amp; PADDINGS */

.tmpbs_p-xxs {
    padding: 5px;
}

.tmpbs_p-xs {
    padding: 10px;
}

.tmpbs_p-sm {
    padding: 15px;
}

.tmpbs_p-m {
    padding: 20px;
}

.tmpbs_p-md {
    padding: 25px;
}

.tmpbs_p-lg {
    padding: 30px;
}

.tmpbs_p-xl {
    padding: 40px;
}

.p-t-xxs {
    padding-top: 5px;
}

.p-b-xxs {
    padding-bottom: 5px;
}

.p-l-xxs {
    padding-left: 5px;
}

.p-r-xxs {
    padding-right: 5px;
}

.tmpbs_m-xxs {
    margin: 2px 4px;
}
.tmpbs_m-xs {
    margin: 5px;
}
.tmpbs_m-sm {
    margin: 10px;
}
.tmpbs_m {
    margin: 15px;
}
.tmpbs_m-md {
    margin: 20px;
}
.tmpbs_m-lg {
    margin: 30px;
}
.tmpbs_m-xl {
    margin: 50px;
}
.tmpbs_m-n {
    margin: 0 !important;
}
.tmpbs_m-l-none {
    margin-left: 0;
}
.tmpbs_m-l-xs {
    margin-left: 5px;
}
.tmpbs_m-l-sm {
    margin-left: 10px;
}
.tmpbs_m-l {
    margin-left: 15px;
}
.tmpbs_m-l-md {
    margin-left: 20px;
}
.tmpbs_m-l-lg {
    margin-left: 30px;
}
.tmpbs_m-l-xl {
    margin-left: 40px;
}
.tmpbs_m-l-n-xxs {
    margin-left: -1px;
}
.tmpbs_m-l-n-xs {
    margin-left: -5px;
}
.tmpbs_m-l-n-sm {
    margin-left: -10px;
}
.tmpbs_m-l-n {
    margin-left: -15px;
}
.tmpbs_m-l-n-md {
    margin-left: -20px;
}
.tmpbs_m-l-n-lg {
    margin-left: -30px;
}
.tmpbs_m-l-n-xl {
    margin-left: -40px;
}
.tmpbs_m-t-none {
    margin-top: 0;
}
.tmpbs_m-t-xxs {
    margin-top: 1px;
}
.tmpbs_m-t-xs {
    margin-top: 5px;
}
.tmpbs_m-t-sm {
    margin-top: 10px;
}
.tmpbs_m-t {
    margin-top: 15px;
}
.tmpbs_m-t-md {
    margin-top: 20px;
}
.tmpbs_m-t-lg {
    margin-top: 30px;
}
.tmpbs_m-t-xl {
    margin-top: 40px;
}
.tmpbs_m-t-n-xxs {
    margin-top: -1px;
}
.tmpbs_m-t-n-xs {
    margin-top: -5px;
}
.tmpbs_m-t-n-sm {
    margin-top: -10px;
}
.tmpbs_m-t-n {
    margin-top: -15px;
}
.tmpbs_m-t-n-md {
    margin-top: -20px;
}
.tmpbs_m-t-n-lg {
    margin-top: -30px;
}
.tmpbs_m-t-n-xl {
    margin-top: -40px;
}
.tmpbs_m-r-none {
    margin-right: 0;
}
.tmpbs_m-r-xxs {
    margin-right: 1px;
}
.tmpbs_m-r-xs {
    margin-right: 5px;
}
.tmpbs_m-r-sm {
    margin-right: 10px;
}
.tmpbs_m-r {
    margin-right: 15px;
}
.tmpbs_m-r-md {
    margin-right: 20px;
}
.tmpbs_m-r-lg {
    margin-right: 30px;
}
.tmpbs_m-r-xl {
    margin-right: 40px;
}
.tmpbs_m-r-n-xxs {
    margin-right: -1px;
}
.tmpbs_m-r-n-xs {
    margin-right: -5px;
}
.tmpbs_m-r-n-sm {
    margin-right: -10px;
}
.tmpbs_m-r-n {
    margin-right: -15px;
}
.tmpbs_m-r-n-md {
    margin-right: -20px;
}
.tmpbs_m-r-n-lg {
    margin-right: -30px;
}
.tmpbs_m-r-n-xl {
    margin-right: -40px;
}
.tmpbs_m-b-none {
    margin-bottom: 0;
}
.tmpbs_m-b-xxs {
    margin-bottom: 1px;
}
.tmpbs_m-b-xs {
    margin-bottom: 5px;
}
.tmpbs_m-b-sm {
    margin-bottom: 10px;
}
.tmpbs_m-b {
    margin-bottom: 15px;
}
.tmpbs_m-b-md {
    margin-bottom: 20px;
}
.tmpbs_m-b-lg {
    margin-bottom: 30px;
}
.tmpbs_m-b-xl {
    margin-bottom: 40px;
}
.tmpbs_m-b-n-xxs {
    margin-bottom: -1px;
}
.tmpbs_m-b-n-xs {
    margin-bottom: -5px;
}
.tmpbs_m-b-n-sm {
    margin-bottom: -10px;
}
.tmpbs_m-b-n {
    margin-bottom: -15px;
}
.tmpbs_m-b-n-md {
    margin-bottom: -20px;
}
.tmpbs_m-b-n-lg {
    margin-bottom: -30px;
}
.tmpbs_m-b-n-xl {
    margin-bottom: -40px;
}

.tmpbs_space-15 {
    margin: 15px 0;
}
.tmpbs_space-20 {
    margin: 20px 0;
}
.tmpbs_space-25 {
    margin: 25px 0;
}
.tmpbs_space-30 {
    margin: 30px 0;
}

/* MEDIA */

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 220px;
        min-height: 1000px;
    }

    .tmpbs_navbar-static-side {
        z-index: 101;
        position: absolute;
        width: 220px;
    }

    .tmpbs_navbar-top-links .tmpbs_dropdown-messages,
    .tmpbs_navbar-top-links .tmpbs_dropdown-tasks,
    .tmpbs_navbar-top-links .tmpbs_dropdown-alerts {
        margin-left: auto;
    }
}

@media(max-width:768px) {

    #page-wrapper {
        position: inherit;
        margin: 0 0 0 0px;
        min-height: 1000px;
    }

    .tmpbs_body-small .tmpbs_navbar-static-side {
        display: none;
        z-index: 1;
        position: absolute;
        width: 70px;
    }

    .tmpbs_body-small.tmpbs_mini-navbar .tmpbs_navbar-static-side {
        display: block;
    }

    .tmpbs_lock-word {
        display: none;
    }

    .tmpbs_navbar-form-custom {
        display: none;
    }

    .tmpbs_navbar-header {
        display: inline;
        float: left;
    }

}

@media(max-width: 350px) {


    .tmpbs_timelnie-item .tmpbs_date {
        text-align: left;
        width: 110px;
        position: relative;
        padding-top: 30px;
    }

    .tmpbs_date i {
        position: absolute;
        top: 0;
        left: 15px;
        padding: 5px;
        width: 30px;
        text-align: center;
        border: 1px solid #E7EAEC;
        background: #f8f8f8;
    }

    .tmpbs_timelnie-item .tmpbs_content {
        border-left:none;
        border-top:1px solid #E7EAEC;
        padding-top: 10px;
        min-height: 100px;
    }

}

/* Only demo */
@media(max-width:1000px) {
    .tmpbs_welcome-message {
        display: none;
    }
}

.tmpbs_h4 {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 600;
    color:#676a6c;
}
</pre></body></html>