@import url('bootstrap.css');
@import url('../Content/font-awesome.css');
@import url('Site-Base.css');
@import url('menu.css');

/* General
***************************************************************/
body  {
  /*font-family: Tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;  
  font-size: 15px;
  line-height: 20px;
  padding: 30px 0;
  background: #FBFBFB;
}

.container { padding-left: 0; padding-right: 0; }

/*a { color: #11753a; }*/

article.page > header { border-bottom: none; }
article.page > header h1 {padding-bottom: 10px;font-size: 20pt;}
article.blog-post.content-item { max-width: 830px; margin: 0 auto; }
article.blog-post.content-item>header>h1 { font-size:25px; }
article.widget-aside-first>header>h1, article.widget-aside-second>header>h1 {
    font-size: 25px;
    line-height: 42px;
    text-transform: uppercase;
    border-left: 5px solid #ccc;
    padding-left: 5px;
}

.blog-posts { list-style-type: none; padding: 0; max-width: 700px; }
.blog-posts > li {border-left: 4px solid #090;padding-left: 10px;margin-bottom: 30px;}
.blog-posts > li article > header { margin-bottom: 8px; }
.blog-posts > li article > header > h1 {font-size: 16px !important;text-transform: uppercase;line-height: 22px;}

.metadata .published:before { content: " > "; }
.metadata .published { font-size: 11px; color: #808080;}

.zone-content > article > header {margin-bottom: 10px;margin-top: 20px;}
.zone-content > article > header h1 { text-transform: uppercase; }


/* Forms
***************************************************************/

form:not(.search-form) {
    margin: 0; padding: 0;
    background: #eee;
    margin: 10px 0 20px 0;
    padding: 20px;
    border: 1px solid #DFDFDF;
}
legend            { padding-bottom: 15px; }
fieldset          { padding:6px 0 0; margin:0 0 12px 0; border: 0px solid #dbdbdb; }
label             { font-weight:normal; padding: 0 0 0.3em 0; }

fieldset.login-form {max-width: 500px;background: #fff url(../Content/Images/top-brg-2.png) 0 14px repeat-x;padding: 15px;border: 1px solid #ccc;/* background-position-y: 14px; */}
fieldset.login-form legend { display: none; }
.login-form>ol { list-style-type: none; padding: 0; }
.login-form>ol>li { margin-bottom: 10px; }

.fader { transition:0.5s linear all; opacity:1; }
.fader.ng-hide { transition:0.5s linear all; opacity:0; }

.required label:not(.glyphicon) { font-weight: bold; }
.required label:not(.glyphicon):after { color: firebrick; content: " * "; }

label.glyphicon { display: inline-block; }
label.glyphicon+div.form-field-element {
    position: relative;
    top: -37px;
}
label.glyphicon+div.form-field-element > label { margin-left: 20px; }

.form-control, input[type="text"], input[type="password"], #TableDevisProduitsVendus-Medicaments input, #TableDevisProduitsVendus-Dispositifs input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-search input {
    width: 150px;
    margin-right: 7px;
    padding: 5px 10px 4px;
    background-color: rgba(255,255,255,.8);
    font-size: 1em;
    font-weight: 400;
    outline: 0;
    border: 1px solid #e5e5e5;
}

.btn, form button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn:hover, .btn:focus, form button:hover, form button:focus {
    color: #333333;
    text-decoration: none;
}

.btn-primary, button.primaryAction {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
    border-radius: 0;
}

.nav-tabs-container {
    margin: 10px -10px;
}
.nav-tabs-container ul.nav {
    border: 0;
    list-style: none;
    margin: 0 5px 5px 0 !important;
    padding: 0;
}
.tab-pane {
    margin: 0;
    width: auto;
    background: #fff;
    padding: 20px 20px 15px 20px;
    border: 1px solid #ececec;
    border-radius: 3px;
}

.our-address>p { margin-left: 20px; }
.our-address>div { margin: 15px 0; }
.panel.panel-default>header { padding: 10px; background-color: #eee;}
.panel.panel-default>header>h1 {margin-bottom: 0;text-transform: uppercase;font-size: 26px;}

.alert, .zone-messages .message {
	background-image: inherit !important;
	border: 0;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
	padding: 15px;
	margin-bottom: 20px;
}
.message-Information, .message-information, .message-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.message-Warning, .message-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.message-Error, .message-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

/* Structure
***************************************************************/

#TableDevisProduitsVendus-Medicaments, #TableDevisProduitsVendus-Dispositifs {
    border: 1px solid #ddd;
}
#TableDevisProduitsVendus-Medicaments table th, #TableDevisProduitsVendus-Dispositifs table th {
    text-transform: uppercase;
    font-size: 11px;
    background-color: #fff;
    /* border-right: 1px solid #ccc; */
}
#TableDevisProduitsVendus-Medicaments table td, #TableDevisProduitsVendus-Dispositifs table td {
    /* border-right: 1px solid #ccc; */
}
.fixed_headers {
  /* width: 960px; */
  table-layout: fixed;
  border-collapse: collapse;
}
.fixed_headers th,.fixed_headers td {
  padding: 0;
}
.fixed_headers th,
.fixed_headers td {
  padding: 5px;
  text-align: left;
}
.fixed_headers td:nth-child(1),
.fixed_headers th:nth-child(1) {
  width: 50px;
  text-align: center;
}
.fixed_headers td:nth-child(2),
.fixed_headers th:nth-child(2) {
  width: 100px;
}
.fixed_headers td:nth-child(3),
.fixed_headers th:nth-child(3) {
  width: 400px;
}
.fixed_headers td:nth-child(4),
.fixed_headers th:nth-child(4) {
  width: 155px;
}
.fixed_headers td:nth-child(5),
.fixed_headers th:nth-child(5) {
  width: 125px;
}
.fixed_headers td:nth-child(6),
.fixed_headers th:nth-child(6) {
  width: 140px;
}
.fixed_headers td:nth-child(7),
.fixed_headers th:nth-child(7) {
  width: 100px;
}
.fixed_headers thead {
  /* background-color: #333333; */
  /* color: #fdfdfd; */
}
.fixed_headers thead tr {
  display: block;
  position: relative;
}
.fixed_headers tbody {
  display: block;
  overflow: auto;
  width: 100%;
  height: 300px;
}
.fixed_headers tbody tr:nth-child(even) {
  background-color: #dddddd;
}
.fixed_headers thead > tr > th, .fixed_headers tbody > tr > td {
    padding: 5px;
}
.old_ie_wrapper {
  height: 300px;
  width: 750px;
  overflow-x: hidden;
  overflow-y: auto;
}
.old_ie_wrapper tbody {
  height: auto;
}


#layout-wrapper {
    min-width: 300px;
    /* padding: 0 10px; */
    margin: 0 auto;
    border: 5px solid #F1F1F1;
}

#header {
    margin: 0;
    height: 130px;
    background: url(../Content/Images/top-brg.png) repeat-x;
}

#header:before, #header:after {
    display: table;
    content: " ";
}
#header:after {
    clear: both;
}

#branding {padding-top: 5px;}

#layout-header, #layout-featured, #layout-before-main, #layout-main, #layout-footer, #layout-after-main, #layout-tripel {
    border-bottom: solid 1px #eee;
    border: 0px solid #222;
}

#layout-main-container, #layout-featured, #layout-before-main, #layout-after-main, #layout-tripel-container {
    padding: 10px;
    background-color: #fff;
}

#layout-over-main { background-color: #fff; }
#layout-over-main.row { margin-left: 0; margin-right: 0; margin-bottom: 0; }

#layout-footer footer {
    color: #eee;
    background: #022511;
    max-width: 100% !important;
    padding: 20px !important;
}
#layout-footer footer a {
    color: white;
}
#layout-footer footer h4 {
    margin-top: 20px;
    color: #ccc;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 3px solid #fff;
    padding-bottom: 3px;
}
#layout-footer footer ul {
    list-style: none;
    padding: 0;
}

#content { padding: 0 15px; }

/* Navigation */
#layout-navigation 
{
    display: block;
    /* padding: 5px 10px 0; */
    border-bottom: 1px solid #dbdbdb;
}

/* Miscellaneous */
article p {text-align: justify; }
article img+p { margin: 0; }

.zone-aside-first .panel, .zone-aside-second .panel { margin-top: 115px; }

.armoirie {
    font-size: 13pt;
    margin-top: 20px;
}
    .armoirie .ministry { float: right; }
    .armoirie .ministry > div {
        margin: 5px 15px 5px 10px;
        /* line-height:1.2em; */
        text-align: center;
    }
    .armoirie .ministry .small { font-size: 11px; }

.section {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-top: 0px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.radius4 {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.topdrawer {
    padding: 5px 0 0;
    color: #fff;
}

.national {
    background: #CE1126;
    background: -webkit-linear-gradient(left,#CE1126,yellow,green);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(left,#CE1126,yellow,green);
    /* For Fx 3.6 to 15 */
    background: -moz-linear-gradient(left,#CE1126,yellow,green);
    /* Standard syntax */
    background: linear-gradient(to right, #CE1126,yellow,green);
}

.vgrad {
    min-height: 130px;
    background: #fff;
    background: -webkit-linear-gradient(#fff, rgba(239, 239, 239, 0.84), rgba(238, 238, 238, 0.6));
    background: -o-linear-gradient(#fff, rgba(239, 239, 239, 0.84), rgba(238, 238, 238, 0.6));
    background: -moz-linear-gradient(#fff, rgba(239, 239, 239, 0.84), rgba(238, 238, 238, 0.6));
    background: linear-gradient(#fff, rgba(239, 239, 239, 0.84), rgba(238, 238, 238, 0.6));
}

.site-title {
    font-weight: bold;
    font-size: 35px;
    color: #444;
    display: block;
    line-height: 50px;
    margin-top: 25px;
}

    .site-title:hover {
        color: #444;
        text-decoration: none;
    }

.site-desc {
    color: #666;
    font-style: italic;
    margin: 0 0 10px;
}

#main-slider {
    max-width: 830px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
@media (min-width:1130px) {
    .site-title {
        font-size: 42px;
    }
}
@media (min-width: 926px) and (max-width: 1129px) {
    .site-title { font-size: 35px; }
}
@media (min-width: 961px) {
    #branding .col-sm-7 { padding-right: 0; }
    #branding .col-sm-7>* { padding-left:5px; }
}
@media (min-width: 926px) and (max-width: 960px) {
    #branding .col-sm-1 {
        width: 81px;
        padding-left: 5px;
        padding-right: 0;
    }
    #branding .col-sm-7 {
        padding-right: 0;
        width: 540px;
    }
    #branding .col-sm-4 {
        padding: 0;
        width: 268px;
    }
}
@media (min-width: 768px) and (max-width: 925px) {
    .site-title { font-size: 27px; }
    #branding .col-sm-1 {
        width: 81px;
        padding-left: 5px;
        padding-right: 0;
    }
    #branding .col-sm-7 {
        padding-right: 0;
        width: 420px;
    }
    #branding .col-sm-4 {
        padding: 0;
        width: 227px;
        font-size: 10pt;
        float: right;
    }
}
@media (max-width:830px) {
    article.blog-post.content-item { max-width: 830px; }
    article.blog-post.content-item img { height:auto; width: 100%; }
}
@media (max-width: 767px) and (min-width:480px) {
    .site-title { font-size: 25px; line-height: 25px; margin-top: 10px; }
    .site-desc  { margin-top: 15px; }
    #branding .col-sm-1 { float: left; width: 19%; min-width: 80px; padding: 0; margin-right: 5px; }
    #branding .col-sm-7 { float: left; width: 60%; max-width: 540px; }
    #branding .col-sm-4 { float: right; width: 19%; min-width: 75px; padding: 0 5px;
    }
    .armoirie .ministry { display: none; }
    .zone-aside-first .panel, .zone-aside-second .panel { margin-top: 15px; }
}
@media (max-width: 479px) {
    .site-title { font-size: 20px; text-align: center; margin-top: 3px; line-height: 25px; }
    .site-desc  { font-size: 14px; text-align: center; margin-top: 10px; }
    #branding .col-sm-1 { float: left; width:19%; padding: 0; margin-right: 5px; }
    #branding .col-sm-7 { width:79%; height:125px; display: table; vertical-align: middle; }
    #branding .col-sm-4 { display: none; }
    article.blog-post.content-item>header>h1 { font-size:16px; line-height: 25px; }
    .zone-aside-first .panel, .zone-aside-second .panel { margin-top: 15px; }
}
