/*---GLOBAL---*/
.glyphicon-trash                    { color: #CC0000; }
.global-info ul, #form-basket ul    { list-style-type: none; padding: 0}
.box-title                          { color: #da251d; }
h4                                  { color: #da251d; }

/*---LAYOUT---*/
header 			        { width:100%; margin-bottom:15px; border-bottom:solid 5px #da251d; margin-top:10px; }
header .title	        { text-align:center; font-size:28px; }
header .logo img	    { max-width:100%; max-height:100%; }
header .logo-mq         { margin-top: 10px;}
.back-button            { margin-bottom: 10px;}

/*---NAV---*/
.vertical-menu a         { background-color: #eee; color: black; border-bottom: 2px white solid; display: block; padding: 12px; text-decoration: none; transition: background-color 200ms linear;}
.vertical-menu a:hover   {background-color: #da251d; color : white; transition: background-color 200ms linear;}

/*.container		{ width:1200px; margin-left: 14%; }*/
.is_require		{ border-color:red!important; }

/*---LOGIN PAGE---*/
#header-logo    { margin-top: 10px; margin-bottom: 15px; shape-image-threshold: }
.login-box		{ width:300px; text-align:center; margin: 50px auto; box-shadow: 5px 5px 5px 0px #656565; padding : 15px 15px; }
.vcenter        { display: inline-block; vertical-align: middle; float: none; }
#basket_link    { margin-bottom: 10px; }

/*---CATEGORY PAGE---*/
#products .row                    { margin-bottom: 10px; background-color: rgba(0,144,54,0.2); padding: 5px 5px;}
#products .glyphicon-list-alt     { font-size: 30px; }
#products .supplier-reference     { margin-top: 8px; font-size: 15px; font-weight: bold;}


/*---BASKET PAGE---*/
#form-basket .submit-basket         { margin-top: 10px; }
#form-basket .remove                { text-align: center; }
.w_50								{ width:50px; }
.w_100								{ width:100px; }
/*---ADMIN PAGE---*/
.add_product                       { margin-bottom: 10px; }
.global-info .form-group div       { margin-bottom: 5px; }
#prices .table > thead > tr > th   { vertical-align: middle; text-align: center;}
#files                             { margin-top: 25px;}
#files p                           { margin-top: 8px; }
#files>div                         { margin-bottom: 5px; }
#files .row                        { background-color: rgba(0,144,54,0.2); padding: 5px 5px;}
