/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic);
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);
@import url(//fonts.googleapis.com/css?family=Quattrocento:400,700);

html,
button,
input,
select,
textarea {
    color: #222;
}

label{
	float:none;
	font-size: 13px;
	display:inherit;
}
form .input{
	margin-left:0;
}

body {
    font-size: 1em;
    line-height: 1.4;
	background: #fafafa;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* structure */

html{
    background:#eee;
}
body{
    font-family: 'Open sans',Arial,sans-serif;
    font-size:14px;
    color:#555;
}

#container{
    width:96%;
    margin:0 auto;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}

#header{
    background:#fff;
    height:80px;
    padding:0 10px;
    position:relative;
}
#header #logo{
    position:absolute;
    left:20px;
    top:20px;
    width:193px;
    height:40px;
}
.cde #header #logo {
    width: 550px;
}
.cde #header #logo .logo {
    display: block;
    float: left;
    padding-right: 25px;
    border-right: 1px solid #aaa;
    margin-right: 25px;
}
.cde #header #logo .tagline {
    display: block;
    width: 200px;
    float: left;
}
.cde #header #logo .title {
    margin: 0 0 2px;
    font-size: 20px;
    line-height: 18px;
    font-weight: bold;
    color: #871032;
}
.cde #header #logo .subtitle {
    font-size: 12px;
    font-style: italic;
    color: #aaa;
}
#header #service{
    position:absolute;
    right:20px;
    top:20px;
}

#navigation{
    background:#fff;
	position: relative;
}
#subnavigation{
    background: #f5f5f5;
	padding: 5px 0;
	position: relative;
	border-bottom: 1px solid #DDDDDD;
}
#quicklinks{
    position: absolute;
	right:20px;
	top: 5px;
}

#content{
    padding:10px 20px;
    background: #f5f5f5;
    min-height:600px;
    padding-bottom:50px;
	position: relative;
}

ul.nav{
	padding-left: 20px;
	margin-bottom: 0;
}
.nav-tabs > .active > a {
    background-color: #f5f5f5;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background-color: #36a3d9;
}

#subnavigation .nav > li > a:hover,
#subnavigation .nav > li > a:focus {
  text-decoration: none;
  background-color: #bab5b3;
}

.nav-pills > li > a {
    background: #aaa;
	color: #fff;
}

.main-btn-group{
	float: right;
	position: absolute;
	right: 20px;
	top: 18px;
}
.secondary-btn-group{
	float: right;
	position: absolute;
	right: 20px;
	top: 50px;
}

/* Elements */

h1,h2,h3,h4,h5,h6{
    font-family: 'Open Sans Condensed',Arial,sans-serif;
    margin:0 0 15px;
}
h1{
	color: #594d49;
	font-family: 'Quattrocento','Open Sans Condensed',Arial,sans-serif;
    font-size:30px;
	font-weight: 400;
}
h2{
    font-size:24px;
    color:#aaa;
    font-weight:600;
}
h3{
    font-size:18px;
    color:#aaa;
    font-weight:600;
}
a{
    color:#339DCF;
}
.warning_msg{
	background: #fcf8e3;
	border: 1px solid #fbb273;
	font-size: 13px;
	padding: 9px;
	color: #cf6205;
}


/* tables */

.layouttable{
    width:100%;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    font-size:13px;
}
.layouttable_small{
	width:300px;
}
.layouttable.noborder{
    border:0;
}
.actions_column1{width:26px; min-width:26px; max-width:26px;}
.actions_column2{width:52px; min-width:52px; max-width:52px;}
.actions_column3{width:78px; min-width:78px; max-width:78px;}
.actions_column4{width:106px; min-width:106px; max-width:106px;}
.actions_column5{width:132px; min-width:132px; max-width:132px;}
.actions_column6{width:158px; min-width:158px; max-width:158px;}
.actions_column7{width:184px; min-width:184px; max-width:184px;}

.layouttable tr{
    border-bottom:1px solid #ccc;
}
.layouttable tr.border-top{
    border-top:1px solid #ccc;
}
.layouttable tr.border-bottom-0,
.layouttable.noborder tr {
    border-bottom:0;
}
.layouttable th{
    text-align:left;
    background: #c9e4f2;
}
.layouttable th{
    padding:8px 4px;
    white-space: nowrap;
}
.layouttable td{
    padding:2px 4px;
}
.layouttable th .caret{
	margin: 8px 0 0 4px;
}
.actions_column a img,
.empty_icon{
	float:left;
	padding:0 1px;
}
.actions_column a img{
    max-width: inherit;
}
.row0{
    background:#fff;
}
.row1{
    background:#fafafa;
}
.active0{
    background:#ddd;
    color:#aaa;
    text-decoration:line-through;
}

.modaltable, .modaltable tr, .modaltable td{
    border: none;
}
.modal-body {
    max-height: 550px;
}

.partial_production{
	font-style:italic;
}


/* pagination */

.search_filter_warning{
	background: #fcf8e3;
	border: 1px solid #fbb273;
	font-size: 13px;
	padding: 9px;
}

.search_filter_warning p{
	color: #cf6205;
}

.pagination_bar{
    font-size:13px;
    line-height:20px;
    height:45px;
    background: #c9e4f2;
    border:1px solid #ccc;
    padding:3px 9px;
}

.pagination{
    float:left;
}

.pagination ul,
.pagination li{
    margin:0;
    padding:0;
    list-style:none;
}
.pagination li{
    float:left;
    padding-right:10px;
}
.search_bar{
    float:right;
}
.search_bar form{
	margin:0;
}

.search_bar input[type='text']{
    border:1px solid #ccc;
    background:#fafafa;
    padding:4px 6px;
    width:180px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.search_bar .input-prepend {
    margin-bottom: -3px;
}

.total_notification{
	border:1px solid #319ACB;
	padding:5px;
	padding-bottom:0px;
	margin-right:40px;
	font-weight:bold;
}

.show_inactives_checkbox{
    float:right;
	width: 300px;
}

.show_inactives_checkbox form{
    margin-bottom: 0;
}

.empty_icon{
	width:24px;
	height:24px;
	display:inline-block;
  opacity: 0.3;
}

/* forms */

span.input{
    padding-right:40px;
}
.compact span.input{
    padding-right:20px;
}
span.input.last{
    padding-right:0;
}

textarea{
    width:350px;
    height:100px;
}

input[type='text']:focus,
input[type='email']:focus,
select:focus,
textarea:focus{
    border:1px solid #888;
    background:#fff;
    -webkit-box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, .1);
    box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, .1);
}
input.disabled,
select.disabled,
textarea.disabled{
	color:#aaa;
	background:#eee;
	border-color:#ccc;
}

.error label{
    background:#fee;
}
.error input[type='text'],
.error input[type='email'],
.error select,
.error textarea,
.error .chzn-container a{
    border-color:#f00;
    background:#fee;
}

input.small {
    width: 70px;
}

.teachers_edit #title{width:90px;}
.teachers_edit #street{width:250px;}
.teachers_edit #postalcode{width:50px;}
.teachers_edit #email{width:200px;}
.teachers_edit #telephone{width:130px;}
.teachers_edit #mobile{width:130px;}
.teachers_edit #bank_account{width:160px;}

.institutions_edit #number{width:50px;}
.institutions_edit #name{width:400px;}

.campuses_edit #institution_id{width:500px;}
.campuses_edit #number{width:50px;}
.campuses_edit #name{width:400px;}

.faculties_edit #campus_id{width:350px;}
.faculties_edit #number{width:55px;}
.faculties_edit #name{width:350px;}
.faculties_edit #contact_title{width:90px;}
.faculties_edit #telephone{width:130px;}
.faculties_edit #email{width:200px;}
.faculties_edit .formatting_category{width:90px;}

.options_edit #faculty_id{width:600px;}
.options_edit #number{width:50px;}
.options_edit #name{width:400px;}

.tracks_edit #option_id{width:550px;}
.tracks_edit #number{width:50px;}
.tracks_edit #name{width:350px;}

.studygroups_edit #track_id{width:550px;}
.studygroups_edit #number{width:50px;}
.studygroups_edit #name{width:350px;}
.studygroups_edit #abbreviation{width:80px;}
.studygroups_edit #contact_title{width:110px;}
.studygroups_edit #telephone{width:130px;}
.studygroups_edit #email{width:200px;}
.studygroups_edit .studygroup_academic_year{width:70px;}
.studygroups_edit .ss_students{width:35px;}


.articles_edit #faculty_id{width:600px;}
.articles_edit #studygroup_id{width: 750px;}
.articles_edit #number{width:80px;}
.articles_edit #title{width:350px;}
.articles_edit #subject{width:350px;}
.articles_edit #extra_info{width:350px;}
.articles_edit #delivery{width:105px;}
.articles_edit #semester{width:140px;}
.articles_edit #compulsory{width:135px;}
.articles_edit #type{width:165px;}
.articles_edit #students{width:35px;}
.articles_edit #present_copy{width:75px;}
.articles_edit #stock,
.articles_edit #stock_low_treshold{width:35px;}
.articles_edit #stockable{width:75px;}
.articles_edit #total_pages{width:35px;}
.articles_edit #zw_pages{width:35px;}
.articles_edit #fc_pages{width:35px;}
.articles_edit #commission_type{width:80px;}
.articles_edit #commission_raise{width:50px;}
.articles_edit #price_excl_vat,
.articles_edit #price_incl_vat,
.articles_edit #recommended_retail_price_incl_vat,
.articles_edit #price {width:50px;}
.articles_edit #store_location{width:80px;}
.articles_edit #purchase_price{width:50px;}
.articles_edit #selling_price{width:50px;}
.articles_edit #discount_percentage{width:50px;}
.articles_edit #transport_cost{width:50px;}
.articles_edit #student_price{width:70px;}
.articles_edit #publisher_id{width:270px;}
.articles_edit #isbn{width:100px;}
.articles_edit #weight{width:50px;}
.articles_edit #vat_percentage{width:80px;}
.articles_edit #code_old{width:120px;}
.articles_edit .additional_studygroup{width:750px;}
.articles_edit .additional_studygroup_compulsory{width:135px;}

.articles_edit #course_teachers .course_teachers_select{
    display:block;
}
.articles_edit #course_teachers .course_teachers_select select{
    width:250px;
}
.articles_edit #course_teachers_label{
    float:left;
    width:70px;
}
.articles_edit #course_teachers,
.articles_edit #book_teachers{
    float:left;
}

.teacher_studygroups_select .teacher_studygroup_id{width:500px;}
.teacher_studygroups_select .teacher_studygroup_commission_type{width:60px;}
.teacher_studygroups_select .teacher_studygroup_commission_raise{width:40px;}

.pricesettings_edit #ink_color{width:80px;}
.articles_edit #paper_type,
.faculties_edit #paper_type,
.pricesettings_edit #paper_type,
.orders_add #paper_type{width:230px;}
.articles_edit #recto_verso,
.faculties_edit #recto_verso,
.pricesettings_edit #recto_verso,
.orders_add #recto_verso{width:120px;}
.articles_edit #cover_weight,
.faculties_edit #cover_weight,
.pricesettings_edit #cover_weight,
.orders_add #cover_weight{width:120px;}
.articles_edit #cover_color,
.faculties_edit #cover_color,
.pricesettings_edit #cover_color,
.orders_add #cover_color{width:120px;}
.articles_edit #binding,
.faculties_edit #binding,
.pricesettings_edit #binding,
.orders_add #binding{width:250px;}

.articles_edit .insert_qty,
.orders_add .insert_qty{width:35px;}
.articles_edit .insert_color,
.orders_add .insert_color{width:220px;}
.articles_edit .insert_weight,
.orders_add .insert_weight{width:80px;}
.articles_edit .insert_page_numbers,
.orders_add .insert_page_numbers{width:100px;}
.books_edit #right_of_return{width:80px;}

.orders_add #order_date,
.orders_edit #order_date{width:80px;}
.orders_add #delivery_date,
.orders_edit #delivery_date,
.orders_edit #confirmed_delivery_date{width:80px;}
.orders_add #copies,
.orders_edit #copies,
.orders_edit #copies_produced,
.orders_edit #present_copies_produced{width:50px;}
.orders_add #delivery_location{width:200px;}
.orders_add #production_location{width:115px;}
.orders_add #edition{width:160px;}
.orders_add .pc_copies{width:35px;}
.orders_add .pc_finish{width:120px;}
.orders_add .pc_finish{width:245px;}
.orders_add .pc_delivery_location{width:260px;}
.orders_add .pc_delivery_to{width:200px;}
.orders_add #total_pages{width:35px;}
.orders_add #zw_pages{width:35px;}
.orders_add #fc_pages{width:35px;}
.orders_add #order_total_pages{width:70px;}
.orders_add_extra #email{width:280px;}
.orders_add_extra #amount{width:35px;}

.deliveries_edit #delivery_date{width:120px;}
.deliveries_edit #copies_delivered{width:50px;}
.deliveries_edit #present_copies_delivered{width:50px;}
.deliveries_edit #full_delivery{width:150px;}
.deliveries_create #delivery_date{width:100px;}
.deliveries_create #copies_delivered{width:35px;}
.deliveries_create #present_copies_delivered{width:35px;}
.deliveries_create #full_delivery{width:175px;}

.basesuppliers_edit #name{width:300px;}
.basesuppliers_edit #street{width:220px;}
.basesuppliers_edit #postalcode{width:60px;}
.basesuppliers_edit #city{width:180px;}
.basesuppliers_edit #country{width:165px;}
.basesuppliers_edit #telephone{width:150px;}
.basesuppliers_edit #email{width:200px;}
.basesuppliers_edit #website{width:200px;}
.basesuppliers_edit #discount_percentage{width:35px;}
.basesuppliers_edit #delivery_time{width:35px;}

.pricesettings_section table{
    margin-bottom:10px;
}
.pricesettings_section td{
    padding:2px 5px;
}
.pricesettings_section td.pricesettings_options{
    width:500px;
}
.pricesettings_edit #purchase_price,
.pricesettings_edit #selling_price{width:50px;}

.storesales_edit #new_article{
	width:800px;
}
.storesales_edit .article_qty{
	width:25px;
	text-align:center;
}
#sales_table .qty_col{
	width:100px;
}
#sales_table .empty_lineitem{
	color:#ccc;
	text-decoration: line-through;
}

.stock_edit{
	margin-top:20px;
}
.stock_edit #stock{
	width:35px;
}

/* storemodule */

#storemodule_articles.loading{
	opacity:0.1;
}
#storemodule_articles{
	min-height:200px;
	min-width:800px;
	margin-bottom:20px;
	clear:both;
}
#storemodule_articles .qty_col{
	width:123px;
	text-align:center;
}
#storemodule_articles .article_code_col{
	width:20px;
}
#storemodule_articles .teacher_col{
	width:15%;
}
#storemodule_articles .article_active td{
	background:#FAFADC;
}
#storemodule_articles .article_inactive .show_if_active{
	display:none;
}
#storemodule_articles .article_active .show_if_inactive{
	display:none;
}

.storesale_module .article_qty{
	width:25px;
	text-align:center;
}
.storesale_module .btn-primary{
	float:right;
}
.storesale_module form#ogone .btn-primary{
	float:none;
}
.storesale_module .continue{
	float:left;
}
.btn-primary.disabled{
	background-color:#ddd;
	color:#555;
}
.storesale_module .abort{
	clear:both;
	margin-right:100px;
	margin-top:100px;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
	margin-top:1px;
}

#shopping_basket{
	background:#c9e4f2;
	padding-left:10px;
}

.storesale_module .select_wrapper{
	width:300px;
	float:left;
}
.storesale_module .select_wrapper select{
	width:280px;
}
.storesale_module .select_wrapper label{
	font-weight:bold;
}

.storesale_module #header #service{
	text-align:right;
	top:15px;
}
.storesale_module #service p{
	margin:0 0 5px;
}

.storesale_module #tabs{
	background:#fff;
	padding-left:20px;
	padding-top:10px;
	height:30px;
	min-width:945px;
	overflow:hidden;
	font-size:14px;
}
.storesale_module #tabs ol{
	padding:0;
	margin:0;
	list-style:none;
}
.storesale_module #tabs li{
	float:left;
	padding:5px 8px;
	margin-right:5px;
	border-bottom:0;
	background:#f5f5f5;
}
.storesale_module #tabs li.active{
	background:#c9e4f2;
	font-weight:bold;
}
.storesale_module #tabs li.inactive{
	color:#ddd;
}
.onlinesale_module #tabs,
.onlinesale_module #tabs li{
	height:50px;
}

.onlinesale_module #tabs li{
	width:165px;
}

.storesales_edit #paid,
.storesales_edit #picked,
.storesales_edit #sent,
.onlinesales_table .picked,
.storesales_edit #handed,
.onlinesales_table .handed{
	width:90px;
	margin:0;
}

#invoice_vat_qualification{
	width:150px;
}
#customer_street,
#invoice_street{
	width:300px;
}
#customer_street_number,
#invoice_street_number{
	width:60px;
}
#invoice_postalcode{
	width:100px;
}

.compulsory_article {
  font-size: 12px;
  color: #999;
  font-style: italic;
}

/* search */
select[name=search_courses_facultycode]{
	width:600px;
}
select[name="search_order_process_status[]"]{
	width:300px;
}

/* iframes */
#container.iframe{
	min-width:800px;
	width:100%;
}
.iframe #content{
	padding:0;
	min-height:400px;
}
iframe.dual{
	width:49.5%;
}
iframe.dual1{
	float:left;
}
iframe.dual2{
	float:right;
}


.navbar-form input,
.navbar-form select{
    margin-top:0;
}

.pickupaddress_header{
    background: #c9e4f2;
    padding:5px 0;
}
.pickupaddress_header label{
    font-weight: bold;
}

.pickupaddress_header input[type=checkbox]{
    margin-top:0;
}

.label {
    font-weight: normal;
    font-size: 10px;
    padding: 3px 8px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*Shops*/
body.groenenborger #subnavigation,
body.groenenborger .pagination_bar {
    background: #dae6da;
}
body.drie_eiken #subnavigation,
body.drie_eiken .pagination_bar {
    background: #f0f1d3;
}

body.prinsesstraat #subnavigation,
body.prinsesstraat .pagination_bar {
    background: #b3d4fc;
}

body.legacy #content {
    background: repeating-linear-gradient(
            -45deg,
            #f5f5f5,
            #f5f5f5 10px,
            #e5e5e5 10px,
            #e5e5e5 20px
    );
}

footer {
    margin-top: 50px;
    font-size: 11px;
    padding: 0;
}

footer > .container-fluid {
    padding-top: 10px;
    padding-bottom: 10px;
}

footer p {
    margin: 0;
    padding: 0;
}

footer a,
footer a:hover,
footer a:visited,
footer p {
    color: #555;
}

footer a {
    text-decoration: underline;
}

.stock-warning:before {
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375em;
    border-radius: 0.375em;
    height: 0.75em;
    width: 0.75em;
    background-color: red;
    margin-right: 0.5rem;
    background-color: grey;
}

.stock-warning-primary:before {
    background-color: red;
}
.stock-warning-secondary:before {
    background-color: orange;
}

.dropdown-menu {
    z-index: 1100;
}

.settings_block{
    background: #fff;
    border: 1px solid #ddd;
    padding:10px;
    margin-bottom: 20px;
    height: 50px;
}

.table_fields_config {
    display: inline-block;
    float: right;
    margin-top: 0;
    position: relative;
    padding: 0 5px;
}

.table_fields_config form {
    margin: 0;
}

.table_fields_config .dropdown-menu > li > span {
    font-size: 12px;
    margin: 4px;
    display: block;
    color: #333;
}

.table_fields_config .dropdown-menu > li > .btn {
    text-align: center;
    margin: 12px auto 4px;
    display: block;
}
