@import "/css/mobile.css";

body {
 margin: 0;
 padding: 0;
 background-color: #fff;
 font-family: "Source Sans Pro", sans-serif !important;
}

.ui-widget {
 font-family: "Source Sans Pro", sans-serif !important;
}

/*
tr:hover{
 	background-color:orange;
}
*/

.site-logo {
 width: 95%;
}

#main {}

#header {
 width: 100%;
 height: 100px;
 background-image: url("/gfx/headerback.png");
 background-repeat: repeat-x;
}

#subheader {
 text-align: right;
 padding: 5px;
 padding-right: 5px;
 border-top: 1px solid #333333;
 border-bottom: 1px solid #333333;
 background-color: #6f97b5;
 color: #ffffff;

 background-image: -webkit-linear-gradient(-180deg, rgb(0, 0, 0) 6%, rgb(32, 64, 102) 94%);
 background-image: -moz-linear-gradient(-180deg, rgb(0, 0, 0) 6%, rgb(32, 64, 102) 94%);
 background-image: -o-linear-gradient(-180deg, rgb(0, 0, 0) 6%, rgb(32, 64, 102) 94%);
 background-image: -ms-linear-gradient(-180deg, rgb(0, 0, 0) 6%, rgb(32, 64, 102) 94%);

}

div#subheader a {
 color: #fff;
 weight: bold;
}


#maincontent {
 width: 100%;
 background-color: #85A3BA;
 /*background-image:url("/gfx/contentback1.png");*/
 background-repeat: repeat-x;
 background-image: -webkit-linear-gradient(2deg, rgb(26, 80, 122) 47%, #fff 87%);
 background-image: -moz-linear-gradient(2deg, rgb(26, 80, 122) 47%, #fff 87%);
 background-image: -o-linear-gradient(2deg, rgb(26, 80, 122) 47%, #fff 87%);
 background-image: -ms-linear-gradient(2deg, rgb(26, 80, 122) 47%, #fff 87%);
 background-color: rgb(127, 164, 186);

}

#preview_main #maincontent {
 background-color: #fff;
 padding: 10px 0px 10px 10px;
 background-color: #85A3BA;
}

#preview_main #maincontent #mc_column1 {
 width: 92%;
 -moz-border-radius: 4px;
 -khtml-border-radius: 4px;
 background-color: #fff;
 padding: 20px;
}

#mb_main #maincontent #mc_column1 {
 width: 98%;
}


#preview_main #header {
 height: 55px;
}

#navigation {
 width: 180px;
 float: left;
 height: 100%;
 margin: 0px 14px 0px 0px;
 border-right: 1px solid #DEDEDE;
 min-height: 1000px;
 height: 1000px !important;
 height: 1000px;

}

#navigation ul {
 padding: 10px;
}

#navigation ul ul {
 margin-left: 0;
 padding-bottom: 0px;
 padding-top: 2px;
}

#navigation ul li ul {
 margin-top: 5px;
 padding-right: 5px;
}

#navigation ul li ul li:hover {
 background-color: #F3F8F1;
 border-color: #999;
}

#navigation ul li ul li a:hover {
 color: #333;
 text-decoration: none;
}

#navigation ul li {
 padding: 2px;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
 font-weight: bold;
 text-decoration: none;
 background-color: #EBEBEB;
 border: 1px solid #ccc;
 -moz-border-radius: 4px;
 -khtml-border-radius: 4px;
 text-transform: uppercase;
 margin-bottom: 5px;
}


div#navigation ul li {
 width: 150px;
}

div#navigation ul li ul li {
 width: 130px;
}

#navigation ul ul li {
 text-decoration: none;

 margin-left: 0px;
 padding-left: 5px;
 background-color: #fff;
 font-size: 10px;
 margin: 0px;
 margin-bottom: 5px;

}

#content {}

#list .nact,
.nact a,
.nact {
 font-style: italic;
 color: #999;
}

select {
 border: 1px solid #cccccc;
 background-color: #ffffff;
 arrow-color: #ffffff;
 padding: 3px;
 margin: 0px;
}

#tabs {
 margin-top: 10px;
 padding: 0px;
}

.dataTbl_type2 {
 border: 1px solid #cccccc;
 padding: 3px;
 width: 750px;
}

.dataTbl_type2 th {
 border-bottom: 1px solid #cccccc;
}


.column {
 width: 400px;
 margin-right: .5%;
 min-height: 300px;
 background: #fff;
 float: left;
}

.column .dragbox {
 margin: 5px 2px 20px;
 background: #fff;
 position: relative;
 border: 1px solid #ddd;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
}

.column .dragbox h2 {
 margin: 0;
 font-size: 12px;
 padding: 5px;
 background: #b0c4d2;
 color: #000;
 border-bottom: 1px solid #eee;
 font-family: Verdana;
 cursor: move;
}

.dragbox-content {
 background: #fff;
 min-height: 100px;
 margin: 5px;
 font-family: 'Lucida Grande', Verdana;
 font-size: 0.8em;
 line-height: 1.5em;
}

.column .placeholder {
 background: #fbc85a;
 border: 1px dashed #ddd;
}

.dragbox h2.collapse {
 background: #f0f0f0 url('collapse.png') no-repeat top right;
}

.dragbox h2 .configure {
 font-size: 11px;
 font-weight: normal;
 margin-right: 30px;
 float: right;
}

#column1 {
 background: #F4F4F4;
 border: 5px solid #000;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 padding: 5px;
 width: 350px;
}

#column2 {
 background: #F4F4F4;
 border: 5px solid #000;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 padding: 5px;
 width: 350px;
}

#mc_column1 {
 float: left;
 width: 900px;
}

#articlelist_online {
 background-color: green;
}

#articlelist_available {
 background-color: purple;
}

#header {
 background: rgb(255, 255, 255);
 /* Old browsers */
 background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
 /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(241, 241, 241, 1)), color-stop(51%, rgba(225, 225, 225, 1)), color-stop(100%, rgba(246, 246, 246, 1)));
 /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
 /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
 /* Opera11.10+ */
 background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
 /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
 /* IE6-9 */
 background: linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
 /* W3C */
}

.button_addItem {
 height: 40px;
 font-size: 10px;
 color: #333;
 font-weight: bold;
}

.button_cancel {
 height: 40px;
 font-size: 10px;
 color: #333;
 font-weight: bold;
}

.button_saveItem {
 height: 40px;
 font-size: 10px;
 color: #333;
 font-weight: bold;
}

.button_saveItem,
.button_cancel {
 border: 0px;
 margin-top: 10px;
 padding: 8px;
 background-color: #ebebeb;
 width: 100px;
 vertical-align: middle;
 text-align: center;
 font-size: 12px;
 font-weight: bold;
 -moz-border-radius: 10px;
 -khtml-border-radius: 10px;
}

.button_submit {
 border: 0px;
 margin-top: 10px;
 padding: 8px;
 background-color: #ebebeb;
 width: 100px;
 vertical-align: middle;
 text-align: center;
 font-size: 12px;
 font-weight: bold;
 -moz-border-radius: 10px;
 -khtml-border-radius: 10px;
}

.button_submit_2 {
 border: 0px;
 margin-top: 10px;
 padding: 8px;
 background-color: #ccc;
 width: 100px;
 text-align: center;
 font-size: 12px;
 font-weight: bold;
 -moz-border-radius: 8px;
 -khtml-border-radius: 8px;
}

.itemAdd {
 margin-top: 10px;
 padding: 6px;
 background-color: #ebebeb;
 width: 200px;
 /*float:right;*/
 vertical-align: middle;
 text-align: left;
 line-height: 22px;
 font-size: 12px;
 font-weight: bold;
 -moz-border-radius: 10px;
 -khtml-border-radius: 10px;
}

.itemAdd img {
 float: left;
 padding-left: 5px;
 padding-right: 4px;
}

.icon {
 background-color: #ebebeb;
 vertical-align: middle;
 text-align: center;
 font-size: 12px;
 font-weight: bold;
 -moz-border-radius: 4px;
 -khtml-border-radius: 4px;
}

.icon:hover {
 background-color: #FCFC9C;
}

#mb_main #header {
 height: 45px;
 padding-left: 10px;
 padding-top: 5px;
}

#mb_main #maincontent {
 padding-left: 10px;
 padding-top: 5px;
 padding-bottom: 30px;
 height: 100%;
}

#mupload_main #media_uploadform {
 margin: 20px;
 font-size: 12px;
 font-weight: bold;
}

#uploadForm_iframe {
 background-color: #85A3BA;
 overflow: hidden;
 width: 680px;
 height: 270px;
 padding: 10px;
}


#pagination {
 margin-bottom: 30px;
 margin-top: 20px;
}

#pagination a:hover {
 border: 1px solid #666;
}

#pagination a {
 color: #333;
 background-color: #ebebeb;
 border: 1px solid #ebebeb;
 text-decoration: none;
 padding: 2px 6px 2px 6px;
 margin: 1px;
 font-size: 12px;
 -moz-border-radius: 4px;
 -khtml-border-radius: 4px;
}

#pagination a.active {
 color: #000;
 background-color: #fff;
 text-decoration: none;
 font-size: 12px;
 font-weight: bold;
 margin-left: 2px;
 margin-right: 2px;
 padding: 2px 6px 2px 6px;
}

span.pagination-label {
 margin: 0;
 padding: 0;
}

ul.pagination {
 margin: 0;

}

.info {
 font-size: 11px;
 color: #ccc;
}

.itemList_author {
 font-size: 10px;
}


#ajax_loader_1 {
 /*height:200px;*/
}

.ajax_loader_1 {
 color: #333;
 background-color: #ebebeb;
 border: 1px solid #f4f4f4;
 text-decoration: none;
 padding: 15px;
 margin: 5px;
 font-size: 12px;
 font-weight: Bold;
 -moz-border-radius: 4px;
 -khtml-border-radius: 4px;
}

#searchbox {
 color: #333;
 background-color: #f4f4f4;
 border: 1px solid #f4f4f4;
 text-decoration: none;
 padding: 15px;
 margin-top: 5px;
 margin-bottom: 20px;
 font-size: 12px;
 font-weight: bold;
 -moz-border-radius: 2px;
 -khtml-border-radius: 2px;
 border-radius: 2px;

}

.searchfield_1 {
 height: 25px;
 width: 200px;
 color: #537996;
 background-color: #fff;
 border: 1px solid #ccc;
 text-decoration: none;
 padding: 2px;
 margin: 5px;
 font-size: 12px;
 font-weight: bold;
 -moz-border-radius: 4px;
 -khtml-border-radius: 4px;
}


#f_str_keywords {
 padding: 5px 0px 5px 2px;
 height: 30px;
 width: 744px;
 font-style: italic;
 text-decoration: underline;
 font-weight: bold;
 color: #333;
}

#uploadForm_iframe {
 width: 717px;
}

#alertbox {
 font-weight: bold;
 margin: 15px;
 padding: 10px;
 background-color: yellow;
 -moz-border-radius: 6px;
 -khtml-border-radius: 6px;
}

#articlePreview img {
 max-width: 300px;
 margin-bottom: 20px;
}

#articlePreview_MCE .media {
 margin-top: 20px;
 width: auto;
}

#articlePreview_MCE .media .image {
 margin-right: 20px;
 margin-bottom: 20px;
 float: left;
 width: 90px;
 height: 90px;
 padding: 10px;
 border: 2px solid #999;
 background-color: #fff;
 -moz-border-radius: 8px;
 -khtml-border-radius: 8px;
 text-align: center;
}

#articlePreview_MCE .media .image a {
 line-height: 80px;
}

#articlePreview_MCE img {
 display: inline-block;
 max-width: 80px;
 max-height: 80px;
 vertical-align: middle;
}

#articlePreview_MCE .media .lbl_remove {
 display: inline-block;
 margin-top: 5px;
 padding: 5px;
 text-align: center;
 width: 50px;
 font-size: 10px;
 border: 1px solid #999;
 background-color: #ebebeb;
 -moz-border-radius: 4px;
 -khtml-border-radius: 4px;
}

#SN_itemList a,
#RM_itemList a,
#OWN_itemList a,
#MCE_itemList a {
 text-decoration: none;
}

.dashboard {
 display: block;
 margin-top: 22px;
 padding: 10px;
 padding-top: 5px;
 font-size: 10px;
 border: 1px solid #999;
 background-color: #ebf6fc;
 -moz-border-radius: 4px;
 -khtml-border-radius: 4px;
 width: 1200px
}

#quickselector {
 height: 35px;
}

#quickselector span {
 border: 0px;
 margin-top: 10px;
 padding: 8px;
 background-color: #ebebeb;
 vertical-align: middle;
 text-align: center;
 font-size: 12px;
 font-weight: bold;
 -moz-border-radius: 4px;
 -khtml-border-radius: 4px;
}

#error {
 border: 0px;
 margin-top: 10px;
 padding: 4px;
 background-color: red;
 color: #fff;
 vertical-align: middle;
 text-align: center;
 font-size: 16px;
 font-weight: bold;
 -moz-border-radius: 4px;
 -khtml-border-radius: 4px;
}

#confirmation {
 border: 0px;
 margin-top: 10px;
 padding: 4px;
 background-color: green;
 color: #fff;
 vertical-align: middle;
 text-align: center;
 font-size: 16px;
 font-weight: bold;
 -moz-border-radius: 4px;
 -khtml-border-radius: 4px;
}

.fileinfo {
 text-decoration: none;
 font-size: 11px;
 color: #333;
}

.filelink {
 background-color: #E3F2FC;
 border: 1px solid #6193B2;
 border-radius: 4px 4px 4px 4px;
 color: #000000;
 float: left;
 font-weight: normal;
 height: 20px;
 line-height: 20px;
 margin-right: 2px;
 padding: 1px 4px;

}

.filelink a,
.filelink a:active,
.filelink a:link,
.filelink a:visited {
 text-decoration: underline;
 color: #000;
 font-weight: bold;
}

.import_categories_waiting {
 margin: 2px;
 float: left;
 border: 1px dashed #333;
 padding: 5px;
 background-color: #ebebeb;
 color: #333;
 vertical-align: middle;
 text-align: center;
 font-size: 11px;
 font-weight: normal;
 -moz-border-radius: 4px;
 -khtml-border-radius: 4px;
 border-radius: 4px 4px 4px 4px;
}


.import_categories_processing {
 background-image: url(gfx/ajax-loader.gif);
 background-position: 5px 5px;
 background-repeat: no-repeat;
 margin: 2px;
 float: left;
 border: 1px solid #333;
 padding: 5px;
 padding-left: 25px;
 background-color: #ebebeb;
 color: #333;
 vertical-align: middle;
 text-align: center;
 font-size: 11px;
 font-weight: normal;
 -moz-border-radius: 4px;
 -khtml-border-radius: 4px;
 border-radius: 4px 4px 4px 4px;
}


.import_categories_imported {
 background-image: url(/gfx/icon_okay.png);
 background-position: 5px 5px;
 background-repeat: no-repeat;
 margin: 2px;
 float: left;
 border: 1px solid #333;
 padding: 5px;
 padding-left: 25px;
 background-color: #a1fca1;
 color: #333;
 vertical-align: middle;
 text-align: center;
 font-size: 11px;
 font-weight: bold;
 -moz-border-radius: 4px;
 -khtml-border-radius: 4px;
 border-radius: 4px 4px 4px 4px;
}

.import_categories_failed {
 background-image: url(/gfx/icon_failed.png);
 background-position: 5px 5px;
 background-repeat: no-repeat;
 margin: 2px;
 float: left;
 border: 1px solid #333;
 padding: 5px;
 padding-left: 25px;
 background-color: #ffa5a5;
 color: #333;
 vertical-align: middle;
 text-align: center;
 font-size: 11px;
 font-weight: normal;
 -moz-border-radius: 4px;
 -khtml-border-radius: 4px;
 border-radius: 4px 4px 4px 4px;
}


.tbl_simpleDL {
 border-spacing: 1px;
 min-width: 250px;
 width: 600px;
}

.tbl_simpleDL th {
 padding: 5px;
 margin: 0px;
 background-color: #ebebeb;
}

.tbl_simpleDL tr {
 background-color: #fff;
}

.tbl_simpleDL td {
 padding: 5px;
 margin: 0px;
 background-color: #f4f2f2;
}


/*************************** pi_usrmng **********************************************/
.inputDefaultValue {
 font-style: italic;
 color: #666;
 border: none;
}

input[name="q"] {
 border: none;
 border-radius: 4px;
}

form {
 margin-bottom: 0px;
}

#item_details input {
 width: 300px;
 padding: 5px;
 font-size: 12px;
}

#item_details #f_int_zip {
 width: 40px;
}

#item_details #f_INT_FAROS_BEZNR,
#item_details #f_STR_FAROS_SESSION_ID {
 width: 60px;
}

/*************************** / pi_usrmng **********************************************/


div#import_byDay,
div#import_byID {
 background-color: #fff;
 padding: 10px 10px;
 border: 1px solid #eaeaea;
 border: none;
}

div#import_byDay input[type=text],
div#import_byID input[type=text] {
 padding: 5px;
 border: 1px solid #eaeaea;
 line-height: 23px;
 -webkit-box-shadow: none;
 box-shadow: none;
}

div#import_byDay input[type=submit],
div#import_byID input[type=submit] {
 border: 1px solid #eaeaea;
 height: 35px;
 font-weight: bold;
}


div#import_byDay h2,
div#import_byID h2 {
 background-color: #eaeaea;
 padding: 10px 10px;
 font-size: 14px;
 margin: 0px;
 border: 1px solid #ccc;
 color: #333;
 background: -moz-linear-gradient(top, #f4f4f4 0%, #dedede 69%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(69%, #dedede));
 background: -webkit-linear-gradient(top, #f4f4f4 0%, #dedede 69%);
 background: -o-linear-gradient(top, #f4f4f4 0%, #dedede 69%);
 background: -ms-linear-gradient(top, #f4f4f4 0%, #dedede 69%);
 background: linear-gradient(to bottom, #f4f4f4 0%, #dedede 69%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#dedede', GradientType=0);
}

div#import_byDay p,
div#import_byID p {
 padding: 0px 0px;
}

div.importByDate_results,
div.importByID_results {
 /*background-color:#eaeaea;*/
 padding: 10px 0px;
}

div.importByDate_results .error,
div#importByID_results .error {
 padding: 10px;
 display: block;
 color: #B22B09;
 background-color: #ffc4c4;
 font-weight: bold;
 border: 1px solid #ea5a4d;
 line-height: 20px;
}

div.importByDate_results .process,
div.importByID_results .process {
 padding: 10px;
 display: block;
 color: #26990c;
 background-color: #e1f4c6;
 font-weight: bold;
 border: 1px solid #a2ce65;
 line-height: 20px;
}

div.importByDate_results .process span.icon,
div.importByDate_results .error span.icon,
div.importByID_results .process span.icon,
div.importByID_results .error span.icon {
 display: inline;
 background: none;
 important ! width: 30px;
}

div.importByDate_results .process span.msg,
div.importByID_results .process span.msg {}

.rounded {
 border-radius: 3px;
 -moz-border-radius: 3px;
 -khtml-border-radius: 3px;
}


div.item-datagrid {}

div.item-datagrid input[type=text] {
 padding: 5px;
 width: 300px;
 border: 1px solid #eaeaea;
 font-weight: bold;
 color: #333;
}

div.item-datagrid input.ff-small {
 width: 45px;
}

div.item-datagrid table tr td {
 padding: 5px 10px;
}

div.item-datagrid table tr {
 margin-bottom: 10px;
 height: 35px;
}

div.item-datagrid table tr.info td {
 background-color: #efefef;
 color: #666;
 font-size: 11px;
 border-bottom: 1px solid #eaeaea;
 font-style: italic;
}


div#copyright {
 border-top: 1px solid #666;
 background-color: #fff;
 padding: 10px;
 font-weight: bold;
 font-size: 12px;
 text-align: right;
}

table.dataTbl_type1 {
 width: 100%;
}

table.dataTbl_type1 tr:nth-child(even) {
 background-color: #eaeaea;
}

.ui-widget-header {
 background: none;
 border: none;
 /* border-bottom: 1px solid #eaeaea; */
}

.ui-tabs .ui-tabs-nav li {
 border: 1px solid #eaeaea !important;
 border-bottom: 0px !important;
 padding: 2px 15px;
}

.ui-tabs-panel {
 background-color: #fff !important;

}

.ui-widget-content {
 /* border:1px solid #eaeaea; */
 border: none;
}

.ui-tabs .ui-tabs-panel {}

div#tabs {
 background-color: initial;
}

table {
 font-size: 14px;
}

.sidebar .sidebar-brand {
 color: #fff;
 background-color: #fff;
 padding: 0px;
}

.page-sidebar {
 background-color: #e4e6e8;
 box-shadow: -5px -17px 20px 0px black;
}

.site-header {
 background-color: #fff;
}

ul li ul li {
 background-color: #fff;
}

ul li ul li.active {
 background-color: #ececec;
}

ul.main-menu li ul {
 background: none;
}

ul.main-menu>li.active>a,
ul.main-menu>li>a:hover,
ul.main-menu>li>a:focus {
 background-color: #009e59;
 color: #fff;
}

ul.main-menu>li>ul>li:before,
ul.main-menu>li>ul>li:after {
 background-color: #756d6d;
 border-color: #756d6d;
}

table tr td:nth-of-type(1) {
 min-width: 30px !important;
}

#item_body table tr td:nth-of-type(1) {
 min-width: 150px !important;
}

.main-header {
 background-color: #f7f7f7;
 padding: 20px 10px;
}

ul.main-menu .nav>li>a:hover,
ul.main-menu .nav>li>a:focus,
ul.main-menu .nav>li.has-sub.active>a {
 background-color: #bdbbbc;
}

ul.main-menu li ul li.active>a {
 color: #333;
 font-weight: bold;
}

ul.main-menu li ul li.active:after {
 background-color: #009e59;
}

ul.main-menu .nav>li>a {
 color: #333;
}

ul.main-menu li.has-sub.active>a::before {
 color: #fff;
 font-weight: bold;
}


.btn-success,
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
 /* color: #fff; */
 /* background-color: #009e59; */
 /* border-color: #009e59; */
 /* font-size: 12px; */
 /* font-weight: normal; */
}

.btn-lg {
 color: #fff;
 font-size: 14px !important;
 font-weight: normal;
}

.btn-default,
.btn-default:hover {
 background-color: #eaeaea;
 border-color: #eaeaea;
 color: #999;
}

.user-info>li {
 float: initial;
}

.main-container {
 background-color: #fff;
}

.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
 width: 270px;
}

ul.main-menu li a {
 color: #756d6d;
}

ul.main-menu li.has-sub>a::before,
.page-container.horizontal-menu header.navbar .navbar-nav>li ul li.has-sub>a::before {
 color: #756d6d;
}

ul#side-nav>li {
 background-color: #fff;
 border-bottom: 1px solid #f3f0f0;
}

button span.glyphicon {
 vertical-align: initial;
}

ul.permissionsTree {
 list-style-type: none;
 padding-left: 0px;
}

ul.permissionsTree-childs {
 list-style-type: none;
 padding-left: 25px;
}



ul.permissionsTree span {
 padding-left: 10px;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
 color: #fff;
 background-color: #009e59;
 border-color: #009e59;
}

div#item_details input:disabled{
 background-color:transparent;
 border:none;
 font-weight:bold;
 font-size: 14px;
 padding:0px;
}

a:hover, a:focus, a.link {
 /* color: #009e59 !important; */
}



.has-error .form-control {
 border-color: #ab1717;
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 box-shadow: none;
 background-color: #da2c2c33;
}

.btn .fa{
 padding-right:0px;
}

.modal-title{
 font-weight:400;
}