<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
    font-family: 'Montserrat', sans-serif;
    height: 100%;
}

/* common */
* {
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
	padding: 0px;
	margin: 0px;
}

a,
button{
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    cursor: pointer !important;
}

table{width: 100%;}

.btn{
    font-size: 12px !important;
    border-radius: 20px;
}

.btn-primary:disabled{
    cursor: not-allowed !important;
    background-color: #337ab7;
    border-color: #2e6da4;
    opacity: 0.5;
}

.telegram_color{
    background-color: #54a9eb;
    border-color: #54a9eb;
}

.telegram_color:hover{
    background-color: #4c95ce;
    border-color: #4c95ce;
}

span.not_set{
    font-style: italic;
    font-size: 13px;
    color: #d62546;
}

a.normal_link{
    text-decoration: underline;
    font-weight: bold;
    color: #00a3b6;
}

a.normal_link:hover{color: #337ab7;}

p{font-weight: 300;}

p.light{color: #888;}
p a{color: #00a3b6;}

ol{margin: 30px 0 0 15px;}

ol li{
    margin-bottom: 10px;
    font-weight: 300;
}

ol li pre{margin: 10px 0 20px 0;}
table pre{margin: 0px;}

ul{list-style-type: none;}

.image_container img{
    display: block;
    width: 100%;
}

div.box_container{
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    padding: 15px;
}

div.box_container h3{
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #00a3b6;
}

div.box_container p{margin: 0 0 15px 0;}

div.box_container hr{margin: 15px 0;}

div.easy_layout div.alert{
    margin: 30px auto 0 auto;
    max-width: 400px;
}

/*  header */
nav{
    background-color: #fff;
    height: 80px;
}

a.logo{
    display: block;
    padding: 0px;
    margin: 15px;
}

a.logo img{
    display: block;
    height: 100%;
}

ul.navbar-nav{margin-top: 20px;}
ul.navbar-nav li{margin-right: 15px;}

ul.navbar-nav li.active a,
ul.navbar-nav li a:focus,
ul.navbar-nav li a:hover{background-color: transparent;}

ul.navbar-nav li.active a,
ul.navbar-nav li.active a:hover{
    border-bottom: 1px solid #3b4150;
    color: #3b4150;
}

ul.navbar-nav li a{
    padding: 10px 15px !important;
    letter-spacing: 0.015em;
    font-size: 14px;
    color: #00a3b6;
}

ul.navbar-nav li a:hover{
    border-bottom: 1px solid #00a3b6;
    font-size: 14px;
    color: #00a3b6;
}

ul.navbar-nav li.menu_btn a{
    background-color: transparent;
    padding: 5px 15px !important;
    border: 1px solid #00a3b6;
    border-radius: 20px;
    margin: 4px 0 0 0;
    color: #00a3b6;
}

ul.navbar-nav li.menu_btn.active a,
ul.navbar-nav li.menu_btn a:hover{
    border-color: #3b4150;
    color: #3b4150;
}

.nav .open &gt; a,
.nav .open &gt; a:hover,
.nav .open &gt; a:focus {
    background-color: transparent;
    border: none;
}

.navbar-nav &gt; li.dropdown{width: 160px;}

.navbar-nav &gt; li.dropdown a{
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.navbar-nav &gt; li &gt; .dropdown-menu{
    width: 160px;
    padding: 0px;
}

.navbar-nav &gt; li &gt; .dropdown-menu li{margin: 0px;}

.navbar-nav &gt; li &gt; .dropdown-menu li a{
    letter-spacing: 0.015em;
    font-size: 13px;
    color: #00a3b6;
}

.navbar-nav &gt; li &gt; .dropdown-menu li.active a,
.navbar-nav &gt; li &gt; .dropdown-menu li a:hover{
    background-color: #f5f5f5;
    color: #3b4150;
    border: none;
}

.navbar-nav &gt; li &gt; .dropdown-menu li button.logout{
    padding: 10px 15px;
    font-size: 13px;
    color: #00a3b6;
    width: 100%;
}

.navbar-nav &gt; li &gt; .dropdown-menu li button.logout:hover{
    background-color: #f5f5f5;
    text-decoration: none;
    border-radius: 0px;
    color: red;
}

button.navbar-toggle{
    background-color: #00a3b6;
    margin-top: 15px;
    height: 50px;
    width: 50px;
}

.navbar-toggle .icon-bar{
    background-color: #fff;
    margin-left: 3px;
}

button.navbar-toggle:hover{background-color: #4c5363;}

/* index */
div.site-index{
    background-image: url('../images/WeNet_background.jpg');
    background-size: cover;
    background-position: center;
}

.jumbotron {
    background-color: transparent;
    text-align: center;
    max-width: 750px;
    padding: 20px 0;
    margin: 0 auto;
}

.jumbotron h1{
    font-weight: bolder;
    margin: 0 0 40px 0;
    font-size: 30px;
    color: #00a3b6;
}

.jumbotron h2{
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding-bottom: 0px;
    font-weight: bold;
    font-size: 12px;
    color: #3b4150;
}

.jumbotron p{
    line-height: 28px;
    font-size: 16px;
}

.jumbotron a{
    border: 1px solid #00a3b6;
    border-radius: 20px;
    padding: 5px 15px;
    color: #00a3b6;
}

.jumbotron a:hover{
    border: 1px solid #3b4150;
    color: #3b4150;
}

div.easy_layout div.image_container{
    padding: 30px 0 0 0;
    margin: 0 auto;
    width: 150px;
}

/* breadcrumb */
ul.breadcrumb {margin-bottom: 30px;}
ul.breadcrumb li{color: #777;}
ul.breadcrumb li a{color: #00a3b6;}

.wrap {
    margin: 0 auto -60px;
    padding: 0 0 60px;
    min-height: 100%;
    height: auto;
}

.wrap &gt; .container {padding: 90px 15px 20px;}

.wrap.easy_layout {
    margin: 0 auto;
    padding: 0px;
}

.wrap.easy_layout &gt; .container {padding: 0px;}

.footer {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    height: 60px;
}

.footer p{font-size: 12px;}

/* menu sx */
div.menu{
    border-right: 1px solid #ddd;
    margin-right: 20px;
    padding: 0 50px 50px 0;
}

div.menu ul li.title{
    margin-bottom: 10px;
    font-weight: bold;
    padding-left: 0px;
}

div.menu ul li a{
    padding: 10px 0 10px 15px;
    display: inline-block;
    color: #00a3b6;
    margin: 5px 0;
    width: 100%;
}

div.menu ul li.active a,
div.menu ul li a:hover{
    background-color: #f5f5f5;
    text-decoration: none;
    color: #3b4150;
}

/* forms */
div.checkboxes{
    display: flex;
    flex-direction: row;
    align-items: center;
}

div.checkboxes *{margin: 0px;}
div.checkboxes input{margin-right: 10px;}

div.required label.control-label::after {
    content: " * ";
    color: #cb3434;
}

div.site-signup,
div.site-login,
div.site-resend-verification-email,
div.site-request-password-reset,
div.site-reset-password{
    padding: 20px 0 0 0;
    max-width: 600px;
    margin: 0 auto;
}

div.easy_layout div.site-signup,
div.easy_layout div.site-login,
div.easy_layout div.site-resend-verification-email,
div.easy_layout div.site-request-password-reset,
div.easy_layout div.site-reset-password,
div.easy_layout div.site-authorisation{
    background-color: #fff;
    padding: 20px 0 0 0;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
}

form div.form-group button{margin-top: 15px;}
div.easy_layout form div.form-group button{margin-top: 0px;}

div.easy_layout div h5 button{
    width: 100%;
    text-decoration: none !important;
}

/* div.easy_layout input[type="checkbox"]{margin: 4px 8px 0 0 !important;} */

div.easy_layout label{
    font-weight: normal;
    font-size: 12px;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {margin: -1px 0 0 8px;}

/* apps */
span.filter_title{
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 16px;
    display: block;
    color: #444;
}

span.filter_title span{
	display: none;
	float: right;
}

.filters {overflow: hidden;}

.filters p{
	margin: 10px 0;
	font-size: 15px;
	color: #444;
}

.filters ul li{margin-bottom: 10px;}

.filters a {
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #ccc;
	text-overflow: ellipsis;
	text-decoration: none;
	display: inline-block;
	font-weight: lighter;
	white-space: nowrap;
	border-radius: 50px;
	padding: 5px 15px;
	font-size: 15px;
	color: #999;
}

.filters a:hover,
.filters a.current {
	border: 1px solid #4c5363 !important;
	background: #4c5363 !important;
	color: #fff;
}

div.userAppsContainer{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

a.user_apps{
    margin: 0 0 20px 0 !important;
    width: 32% !important;
}

a.app{
    padding: 15px 15px 5px 15px;
    border: 1px solid #ddd;
    text-decoration: none;
    margin-bottom: 15px;
    border-radius: 5px;
    width: 31%;
    display: flex;
    flex-direction: column;
}

a.app:nth-child(3n+1),
a.app:nth-child(3n+2){margin-right: 2%;}

a.app:hover{
    background-color: rgba(0,163,182, 0.3);
    border-color: rgba(0,163,182, 0.6);
}

a.app:hover *{color: #666 !important;}

a.app div.big_icon{
    margin-bottom: 10px;
    height: 35px;
    width: 35px;
}

a.app div.big_icon span{font-size: 20px;}
a.app:hover div.big_icon span{color:#fff !important;}

a.app h2{
    font-size: 20px;
    margin-top: 5px;
    color: #00a3b6;
}

a.app p{color: #888;}

ul.source_links_list{
    margin-bottom: 0px;
    margin-top: 15px;
}

ul.source_links_list li{
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 8px;
    height: 40px;
}

ul.source_links_list.table_view li{height: 30px;}
ul.source_links_list.details_view li{margin-right: 15px;}

ul.source_links_list li img{ height: 100%; }

ul.tags_list li{
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #4c5363;
    background-color: #4c5363;
    text-decoration: none;
    display: inline-block;
    font-weight: lighter;
    border-radius: 50px;
    margin-right: 5px;
    padding: 5px 15px;
    font-size: 13px;
	color: #fff;
}

div.connections{
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 20px 0 0 0;
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

div.connections div{
    margin: 0 2% 20px 0;
    width: 32%;
}

div.connections div:nth-child(3){margin-right: 0px;}

div.connections div h2{
    margin: 0 0 20px 0;
    font-size: 20px;
}

a#openChatTelegramBtn{
    background-color: #54a9eb;
    text-decoration: none;
    border-radius: 20px;
    padding: 11px 21px;
    margin: 0 0 15px 0;
    line-height: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

a#openChatTelegramBtn:hover{ background-color: #4c95ce;}

a#openChatTelegramBtn span.icon{
    background-image: url('../images/platforms/telegram_icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0px 10px 0 0;
    display: block;
    height: 20px;
    width: 25px;
    float: left;
}

button#logoutTelegramBtn{
    border: 1px solid #54a9eb;
    background-color: #fff;
    vertical-align: middle;
    border-radius: 20px;
    padding: 11px 21px;
    line-height: 20px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    display: block;
    color: #54a9eb;
    margin: 0;
}

button#logoutTelegramBtn:hover{
    background-color: rgba(76,149,206, 0.2);
    border: 1px solid #4c95ce;
    color: #4c95ce;
}

/* developer pages */
table tr td{vertical-align: middle !important;}

table th.action-column{min-width: 205px;}

table span.status_icon{
    text-align: center;
    display: block;
}

span.status_icon{font-size: 13px;}
span.status_icon.not_active{color:#F5C402;}
span.status_icon.private{color:#d62546;}
span.status_icon.public,
span.status_icon.active{color:#0FA053;}

span.status_icon i{font-size: 20px;}

table tr td ul{margin: 0px !important;}
table tr td ul.platform_icons li div.image_container{height: 33px;}

a span.actionColumn_btn,
span.btn-secondary,
a.btn-secondary{
    background-color: #eee;
    border: 1px solid #ddd;
    text-decoration: none;
    display: inline-block;
    border-radius: 15px;
    line-height: 27px;
    font-weight: 500;
    font-size: 14px;
    padding: 0 15px;
    height: 30px;
    color: #999;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

a span.actionColumn_btn:hover{
    background-color: #ddd;
    border: 1px solid #ccc;
    color: #777;
}

a span.actionColumn_btn.delete_btn,
.delete_btn{
    background-color: #d45d74;
    border: 1px solid #d62546;
    color: #f2e3e6;
}

a span.actionColumn_btn.delete_btn:hover,
.delete_btn:hover{
    background-color: #d62546;
    border: 1px solid #d62546;
    color: #fff;
}

div.app_icon_image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    float: left;
}

div.app_icon_image.big_icon{margin-right: 15px;}

div.app_icon_image.small_icon{margin: 0 10px 0 0;}

div.app_icon_image.small_icon + span{
    display: inline-block;
    margin: 5px 0 0 0;
}

div.app_icon{
    background-color: #00a3b6;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
}

div.app_icon span{
    display: inline-block;
    margin-top: 4px;
    color: #fff;
}

div.centered_icon{
    margin: 0 auto !important;
    display: block;
    float: none;
}

div.big_icon{
    height: 40px;
    width: 40px;
}

div.big_icon span{font-size: 30px;}

div.small_icon{
    height: 30px;
    width: 30px;
}

div.small_icon span{font-size: 16px;}

h1{display: inline-block;}

h1 span{
    font-weight: 200;
    color: #aaa;
}

div.developer_attributes_container{
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 15px 0 0 0;
    margin: 20px 0 0 0;
}

div.developer_attributes_container p{margin-bottom: 20px;}

table.attribute_container pre{margin: 0 0 10px 0;}
table.attribute_container tr td{vertical-align: top !important;}

table.attribute_container tr td:first-child{
    text-align: right;
    width: 50px;
}

table.attribute_container tr td:last-child{padding-left: 10px;}

table.attribute_container tr td span{
    display: inline-block;
    padding-top: 5px;
}

table.attribute_container tr td pre{padding: 5px 10px;}
table.active_users_platform tr td{padding: 10px;}
table.active_users_platform tr td p{margin: 0px;}

table.active_users_platform tr td:first-child{
    border-right: 1px solid #ddd;
    text-align: right;
    width: 20%;
}

/* tabs */
.tabs-krajee .nav-tabs &gt; li &gt; a{color: #999;}
.tabs-above &gt; .nav-tabs &gt; .active &gt; a{color: #3b4150;}

.tab-content {padding: 0px;}

/* forms */
textarea{resize: vertical;}

#app-create-form .form-group,
#app-update-form .form-group,
#form-change-password .form-group,
#profile-form .form-group {margin-bottom: 25px;}

#app-create-form input,
#app-update-form input,
#form-change-password input,
#profile-form input,
#app-create-form textarea,
#app-update-form textarea{font-weight: 200;}

#app-create-form textarea,
#app-update-form textarea{min-height: 118px;}

textarea#tasktype-description{min-height: 150px;}

textarea#tasktype-attributes,
textarea#tasktype-transactions,
textarea#tasktype-callbacks,
textarea#tasktype-norms,
textarea#community-norms{
    background-color: #232b3d;
    border-color: #232b3d;
    min-height: 200px;
    color: #fff;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {background-color: #f5f5f5;}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {background: #00a3b6;}

.datepicker-inline {
    background-color: #f5f5f5;
    padding: 10px;
    width: auto;
}

#profile-form div.field-profile-birthdate input{
    box-shadow: none !important;
    cursor: no-drop;
    font-size: 13px;
    height: 34px;
}

#profile-form div.field-profile-birthdate input:focus{border-color: #ccc;}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td span:hover,
.datepicker table tr td span.focused,
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {background: #fff;}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus{
    background-color: #00a3b6;
    border-color: #00a3b6;
}

/* badge */
div.badges_container{
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
}

div.badges_container div.badge_item{
    text-align: center;
    padding: 15px;
    width: 20%;
}

div.badges_container div.badge_item div.badge_icon{
    background-color: #fff;
    display: block;
    margin: 0 auto;
    width: 40%;
}

div.badges_container div.badge_item div.badge_icon img{width: 100%;}

div.badges_container div.badge_item span{
    font-weight: 500;
    font-size: 12px;
}

/* task type - app logic */
div.dx_sidemenu{
    border-left: 1px solid #ddd;
    padding: 15px 0 5px 25px;
    margin-top: 20px;
}

div.dx_sidemenu_section{
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

div.dx_sidemenu_section h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #00a3b6;
}

ul.developer_list{
    list-style-type: disc;
    margin: 0 0 0 15px;
}

ul.developer_list li{padding: 0 0 5px 5px;}

pre {
    background-color: #232b3d;
    border-color: #232b3d;
    color: #fff;
}

.json-key {color: #cb81ef;}
.json-value {color: #ffd454;}
.json-string {color: #a1c181;}

table.attribute_container.app_logic tr td:first-child{
    text-align: right;
    width: 90px;
}

/*  stats */
h2.section_title{
    margin: 30px 0 20px 0;
    font-size: 25px;
}

div.time_filter{
    display: inline-block;
    height: 30px;
}

div.time_filter a:hover,
div.time_filter a.active{
    background-color: #337ab7;
    color: #fff;
}

div.time_filter a:first-child{
    border-radius: 15px 0 0 15px;
    margin-right: 0px;
}

div.time_filter a{
    border: 1px solid #337ab7;
    background-color: #fff;
    text-decoration: none;
    border-radius: 0px;
    margin-right: -1px;
    margin-left: -1px;
    line-height: 32px;
    font-weight: 500;
    font-size: 13px;
    padding: 0 15px;
    cursor: pointer;
    color: #337ab7;
    display: block;
    height: 32px;
    float: left;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

div.time_filter a:last-child{
    border-radius: 0 15px 15px 0;
    margin-right: 0px;
}

div.stats_boxes{
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

div.stats_boxes div.three_boxes{width: 32%;}
div.stats_boxes div.two_boxes{width: 49%;}

p.helper_text.hide{display: none;}

span.big_number{
    display: block;
    text-align: center;
    font-size: 50px;
}

p.totals{text-align: center;}

/* graphs */
div.donut_data_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

div.donut_data_container div.chart {width: 50%;}
div.donut_data_container div.data_container {width: 50%;}

div.donut_data_container div.data_container span.number {font-size: 20px;}

div.donut_data_container div.data_container span.dot {
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    height: 12px;
    width: 12px;
}

div.donut_data_container div.data_container &gt; span {
    display: block;
    text-align: left;
}

/* manage badges */
div.badge_image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 65px;
    width: 65px;
}

div#appbadge-image{margin-top: 15px;}

div#appbadge-image label{
    display: inline-flex;
    justify-content: center;
    margin-bottom: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    width: 30%;
}

div#appbadge-image label div.badge_image{
    margin-left: 10px;
}

















.not-set {
    font-style: italic;
    color: #c55;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

/* .grid-view td {
    white-space: nowrap;
} */

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}



@media(max-width:767px) {
    .nav li &gt; form &gt; button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav &gt; li &gt; form &gt; button.logout:focus,
.nav &gt; li &gt; form &gt; button.logout:hover {
    text-decoration: none;
}

.nav &gt; li &gt; form &gt; button.logout:focus {
    outline: none;
}
</pre></body></html>