/* CSS Document */

/*FONTS----------------------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'Neo Sans';
	src: url('../fonts/NeoSansPro-Regular.eot');
	src: url('../fonts/NeoSansPro-Regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/NeoSansPro-Regular.woff') format('woff'),
		 url('../fonts/NeoSansPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
    font-family: Neo Sans, 'Calibri', sans-serif;
    color: #130c0e;
    font-size: 14px;
}

h1 {
    font-size: 26px;
    color: #130c0e;
    margin-bottom: 1em;
}

h1.main_title {
    font-size: 36px;
    /*margin-top: 0;*/
}

h1.main_title span {
    color: #ffc700;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    color: #21b6d7;
}

#aside h2 {
    color: #130c0e;
    text-transform: uppercase;
    font-weight: normal;
}

h2 span {
    color: #130c0e;
    font-size: 14px;
    font-weight: normal;
    margin-top: -1em;
}

h3 {
    color: #ffc700;
    font-size:15px;
    font-weight: bold;
}

h3 a,
h3 a:hover,
h3 a:visited,
h3 a:focus {
    color: #ffc700;
    text-decoration: none;
}

h3 span.number {
    display: inline-block;
    width: 26px;
    height: 26px;
    border: solid 2px;
    border-radius: 13px;
    text-align: center;
    padding-top: 3px; 
    margin-right: 10px; 
}

h3.expand-all {
    margin-top: 0;
}

h4 {
    color: #130c0e;
    font-size: 13px;
    font-weight: bold;
}

h4 span {
    font-weight: normal;
}

h4 a,
h4 a:hover,
h4 a:visited,
h4 a:focus {
    color: #130c0e;
    text-decoration: none;
}


hr {
    border-color: #ccc;
}

#content ul,
.modal-content ul {
    padding-left: 15px;
}

#content ul li,
.modal-content ul li {
   list-style-image: url(../img/bullet.png);
}

#content ul li li,
.modal-content ul li li {
   list-style-image: none;
   list-style-type: circle;
}

#content .ms-options-wrap ul {
    padding-left: 0;
}

#content .ms-options-wrap li {
   list-style-image: none;
}

ul.list-files {
    margin: 0 0 0.5em;
    padding: 0 0 0 26px;
}

ul.list-files li {
    display: block;
}

/*LINKS----------------------------------------------------------------------------------------------------*/

a,
a:hover,
a:visited,
a:focus {
    color: #21b6d7 !important;
}

a {
    text-decoration: none; 
}

a:hover {
    text-decoration: underline; 
}

/*ICONS----------------------------------------------------------------------------------------------------*/

.icon-user-login-dd {
    display: inline-block;
    float: left;
    margin-top: -3px;
    margin-right: 10px;
    background-image: url(../img/icon-user.png);
    width: 28px;
    height: 28px;
}

.icon-edit-dd,
.icon-change-dd,
.icon-logout-dd,
.icon-home-dd,
.icon-help-dd,
.icon-validate-dd,
.icon-info-dd,
.icon-delete-dd,
.icon-save-default-dd,
.icon-search-w,
.icon-button-validate,
.icon-button-arrow-right,
.icon-button-arrow-left,
.icon-button-reactivate,
.icon-button-alert,
.icon-clear-search,
.icon-expand,
.icon-export,
.icon-export-2,
.icon-attachement,
.icon-new-request,
.icon-calendar,
.icon-comment,
.icon-folder {
    display: inline-block;
    float: left;
    margin-top: 1px;
    margin-right: 10px;
    background-image: url(../img/icon-edit.png);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
}

.icon-edit-dd { background-image: url(../img/icon-edit.png); }
.icon-change-dd { background-image: url(../img/icon-password.png); }
.icon-logout-dd { background-image: url(../img/icon-logout.png); }
.icon-home-dd { background-image: url(../img/icon-home.png); }
.icon-help-dd { background-image: url(../img/icon-help.png); }
.icon-validate-dd { background-image: url(../img/icon-validate.png); }
.icon-info-dd { background-image: url(../img/icon-info.png); }
.icon-delete-dd { background-image: url(../img/icon-delete.png); }
.icon-save-default-dd { background-image: url(../img/icon-save-default.png); }
.icon-search-w { background-image: url(../img/icon-search.png); width: 16px; margin-right: 5px; }
.icon-button-validate { background-image: url(../img/button-validate.png); width: 10px; height: 10px; margin-top: 5px; }
.icon-button-alert { background-image: url(../img/button-alert.png); width: 10px; height: 12px; margin-top: 5px; }
.icon-button-arrow-right { background-image: url(../img/icon-arrow.png); width: 18px; height: 21px; float: none; margin: 0 0 0 5px; position: relative; top: 6px;}
.icon-button-arrow-left { background-image: url(../img/icon-arrow-2.png); width: 18px; height: 21px; float: none; margin: 0 5px 0 0; position: relative; top: 7px; }
.icon-button-reactivate { background-image: url(../img/icon-reactivate.png); width: 18px; height: 21px; float: none; margin: 0 5px 0 0; position: relative; top: 7px; }

.icon-clear-search { background-image: url(../img/icon-clear.png); width: 12px; margin-right: 5px; }
.icon-export { background-image: url(../img/icon-export.png); margin-top: -1px; }
.icon-export-2 { background-image: url(../img/icon-export-2.png); margin-top: 2px; }
.icon-attachement { background-image: url(../img/icon-attachement.png); margin-top: 2px; }
.icon-new-request { background-image: url(../img/icon-new-request.png); margin-top: 2px; }
.icon-calendar { background-image: url(../img/icon-calendar.png); margin-top: 2px; }
.icon-comment { background-image: url(../img/icon-comment.png); margin-top: 2px; }
.icon-expand { background-image: url(../img/icon-expand.png); margin-top: -1px; }
.icon-folder { background-image: url(../img/icon-folder.png); margin-right: 8px; }


a[aria-expanded="false"] .icon-expand {
    background-position: left;
}

a[aria-expanded="true"] .icon-expand {
    background-position: right;
}

.expand-all .icon-expand {
    margin-top: 1px;
    background-position: left;
}

h3.expand-all .icon-expand {
    margin-top: 0px;
}

h4.expand-all .icon-expand {
    margin-top: -2px;
    /*position: relative;
    top: -2px*/
}

.collapse-all .icon-expand {
    margin-top: 1px;
    background-position: right;
}

.expand-all,
.collapse-all {
    font-weight: bold;
    margin-bottom: 1.5em; 
}


#main_nav a#data_analysis { background-image: url(../img/icon-data-analysis.png); }
#main_nav a#certificates { background-image: url(../img/icon-certificates.png); }
#main_nav a#corrective_actions { background-image: url(../img/icon-corrective-actions.png); }
#main_nav a#audit_reports { background-image: url(../img/icon-audit-reports.png); }
#main_nav a#current_schedule { background-image: url(../img/icon-current-schedule.png); }
#main_nav a#change_request { background-image: url(../img/icon-change-request.png); }
#main_nav a#request_info { background-image: url(../img/icon-request-info.png); }

.more_news { background-image: url(../img/icon-calendar.png); }

#links a { background-image: url(../img/arrow-links.png); }

h3.search {
   background-image: url(../img/icon-search-2.png); 
   background-repeat: no-repeat;
   background-position: left center;
   padding-left: 25px;
   font-weight: bold;
   font-weight: 18px;
   margin-bottom: 15px;
}

.previous {
   background-image: url(../img/icon-previous.png); 
   background-repeat: no-repeat;
   background-position: left 1px;
   padding-left: 30px;
   margin-top: 0.5em;
}

.next {
   background-image: url(../img/icon-next.png); 
   background-repeat: no-repeat;
   background-position: right 1px;
   padding-right: 30px;
   margin-top: 0.5em;
}


/*HEADER----------------------------------------------------------------------------------------------------*/

#header a,
#header a:hover,
#header a:visited,
#header a:focus {
    color: #130c0e;
}

#header1 {
    padding-top: 15px;
    padding-bottom: 15px;
}

#user .nav {
    display: inline-block;
    padding: 5px 0;
    border: solid 1px #fff;
}

#user .nav:hover {
    border-color: #ccc;
}

#user a.dropdown-toggle {
    background: none;
    background-image: url(../img/arrow-bottom.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
    margin-right: 15px;
}

#user .dropdown-menu {
   border-radius: 0;
   width: 101%;
   margin-top: 4px;
   border-color: #ccc;
   margin-left: -1px;
   padding: 0;
}

#user .dropdown-menu li {
    margin: 0;
}

#user .dropdown-menu a {
    font-size: 13px;
    padding: 10px 10px 10px 20px;
}

#user .dropdown-menu a:hover {
    background-color: #f8f8f8;
}


#header2 {
    background-color: #ffc700;
    padding-top: 15px;
    padding-bottom: 15px;
}

#title {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    margin: 0;
}

#help a {
    display: inline-block;
    margin: 0 15px;
}

/*BREADCRUMB----------------------------------------------------------------------------------------------------*/

#breadcrumb {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
}

#breadcrumb a {
    font-weight: bold;
}

/*COMPANY NAME----------------------------------------------------------------------------------------------------*/

.CompanyNameHeaderLP {
    font-size: 18px;
    text-transform: uppercase;
    background-color: #f8f8f8;
    padding: 10px;
    margin-bottom: 20px;
}

/*MAIN NAV----------------------------------------------------------------------------------------------------*/

#main_nav ul {
    padding: 0;
}

#main_nav li {
    display: block;
    margin-bottom: 8px;
}

#main_nav a {
    display: block;
    padding: 15px 15px 15px 50px;
    border: solid 1px #ccc;
    font-size: 15px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

#main_nav a,
#main_nav a:hover,
#main_nav a:visited,
#main_nav a:focus {
    color: #130c0e;
    text-decoration: none;
}

/*NAV----------------------------------------------------------------------------------------------------*/

#nav a,
#nav a:hover,
#nav a:visited,
#nav a:focus {
    color: #130c0e;
    text-decoration: none;
}

#nav a,
#nav p {
    display: block;
    padding: 10px 30px 10px 15px;
    margin: 0;
}

#nav ul {
    padding: 0;
}

#nav li {
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    background-color: #ffc700;
    border-bottom: solid 1px #fff;
    margin-bottom: 20px;
}

#nav li li {
    text-transform: none;
    font-weight: normal;
    background-color: #f8f8f8;
    margin-bottom: 0;
    font-size: 13px;
}

#nav li li:hover {
    background-color: #e7e6e6;
}

#nav li li.active a {
    background-image: url(../img/arrow-right.png);
    background-repeat: no-repeat;
    background-position: right center;
}

/*NEWS----------------------------------------------------------------------------------------------------*/

#aside {
    font-size: 0.9em;
}

#news {
    position: relative;
    background-color: #f8f8f8;
    border: solid 1px #ccc;
    padding: 15px;
    margin-bottom: 15px;   
}

#news .new {
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 9;
    width: 50px;
    height: 50px;
    background-image: url(../img/new.png);
}

.calendar {
    width: 35px;
    text-align: center;
    float: left;
    margin-bottom: 7px;
    margin-right: 10px;
}

.calendar .D {
    background-image: url(../img/calendar-top.png);
    background-position: top;
    padding: 10px 0 2px;
    line-height: 1em;
    font-weight: bold;
}

.calendar .M {
    background-image: url(../img/calendar-bottom.png);
    background-position: bottom;
    color: #fff;
    font-size: 11px;
    padding-bottom: 2px;
}

#news .title {
    font-size: 16px;
    font-weight: bold;
    color: #ffc700;
    padding-right: 20px;
    line-height: 1.2em;
    margin-top: 7px;
    margin-bottom: 10px;
}

a.news-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#news .content {
    padding-left: 44px;
}

#aside #news .content {
    clear: both;
    padding-left: 0;
}

#news .content a {
    text-decoration: underline;
}

.more_news {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 23px;
    position: relative;
    top: -5px;
}

/*LINKS----------------------------------------------------------------------------------------------------*/

#links {
    background-color: #ffc700;
    padding: 15px;   
}

#links ul {
    padding: 0;
}

#links li {
    display: block;
    margin: 7px 0;
}

#links a {
    display: block;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    color: #130c0e;
}

/*PANELS----------------------------------------------------------------------------------------------------*/

.panel {
    border: none;
    box-shadow: none;
}

.panel-bkg {
    background-color: #f8f8f8;
    border: solid 1px #ccc;
    border-width: 1px 0 0;  
}

.panel-heading {
    position: relative;
    border: none;
    border-radius: 0;
}

.panel-black .panel-heading {
    background-color: #130c0e;
}

.panel-yellow .panel-heading {
    background-color: #ffc700;
}

.panel-default .panel-heading {
    background-color: #e7e6e6;
    border: solid #ccc 1px;
}

.panel-heading h2 {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 40px 0 0;
    color: #130c0e;
    font-weight: normal;
}

.panel-black .panel-heading {
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}

.panel-heading h3 {
    margin: 0 40px 0 0; 
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase; 
    color: #130c0e;
}

.panel-heading .help,
.panel-heading .expand {
    position: absolute;
    right: 10px;
    top: 10px;   
}

.panel-body {
    border: solid 1px #ccc;
    border-width: 0 1px 1px;
}


/*FORMS----------------------------------------------------------------------------------------------------*/

.form-control {
    border-radius: 0; 
    font-size: 13px; 
    box-shadow: none!important; 
}

label {
    font-weight: normal;
    font-size: 14px;
}

.form-group strong {
    position: relative;
    top: 7px;
}

.form-group .icons {
    position: relative;
    display: inline-block;
    top: 3px;
    margin: 0 10px;
}

.form-inline .form-group {
    margin-right: 20px;
}

.form-inline .form-group:last-child {
    margin-right: 0;
}

.control-label {
    text-align: left;
}

.input-group-addon {
    padding: 0 5px;
    background-color: #e1e1e1;
    border-color: #adadad;
    /*border-radius: 0;*/
}

.input-group-addon i {
    margin: 0;
}

.form-horizontal .collapse {
   background-color: rgb(255,255,255,0.75)!important;
   padding-top: 20px;
   padding-bottom: 5px;
   margin-bottom: 20px;
}

.form-horizontal .control-label {
    text-align: left;   
}

.text-success {
    color: #339900;
}

.text-success .icon-button-validate {
    display: inline-block!important;
    background-color: #339900;
    background-position: center center;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    position: relative;
    top: -5px;
}

.text-alert {
    color: #cc0000;
}

.text-alert .icon-button-alert {
    display: inline-block!important;
    background-color: #cc0000;
    background-position: center center;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    position: relative;
    top: -5px;
}

ol.numbers {
    list-style-type: none;
    padding: 0;
}

ol.numbers li {
    position: relative;
    counter-increment: step-counter;
    margin-bottom: 1em;
    margin-left: 30px;
}

.numbers li::before {
    content: counter(step-counter);
    display: inline-block;
    background-position: center center;
    border-radius: 11px;
    width: 22px;
    height: 22px;
    padding-top: 1px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: -30px;
}

.numbers-green li::before {
    background-color: #339900;
}

.numbers-blue li::before {
    background-color: #21b5d7;
}

/*DATEPICKER----------------------------------------------------------------------------------------------------*/

.datepicker {
    display: inline-block!important;
    width: auto!important;
}

.ui-datepicker-trigger {
    display: inline-block!important;
    border: solid 1px #ccc;
    background-color: #e1e1e1!important;
    padding: 0!important;
    height: 34px!important;
}

.ui-datepicker-trigger span {
    display: inline-block!important;
    height: 100%!important;
    padding: 7px 10px 0!important;
    border: none;
}
.ui-datepicker-trigger span i {
    margin-left: -8px!important;
}

.ui-datepicker {
    background-color: #fff;
    padding: 15px;
    border: solid 1px #ccc;
    text-align: center;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    display: inline-block;
    width: 18px;
    height: 18px; 
    cursor: pointer;  
}


.ui-datepicker-prev {
    float: left;
    background-image: url(../img/icon-previous.png);
}

.ui-datepicker-next {
    float: right;
    background-image: url(../img/icon-next.png);
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
    display: none;   
}

.ui-datepicker-header {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.ui-datepicker-calendar th {
    text-align: center;
    font-size: 12px;
    padding: 3px 5px;
    font-weight: normal;
}

.ui-datepicker-calendar td {
    border: solid 1px #fff;
    font-size: 12px;
    
}

.ui-datepicker-calendar td a {
    display: block;
    text-decoration: none;
    padding: 4px 6px;
    color: #130c0e;
    background-color: #f8f8f8;
}

.ui-datepicker-calendar td a:hover {
    background-color: #ddd;
}

.ui-datepicker-calendar td a.ui-state-highlight {
    background-color: #ffc700;
    color: #fff;
}

/*THUMBNAILS----------------------------------------------------------------------------------------------------*/

.thumbnail {
    padding: 15px;
    border-radius: 0;
    box-shadow: 2px 2px 5px #eee;
}

.thumbnail:hover {
    box-shadow: 2px 2px 5px #ccc;
}

/*PAGER----------------------------------------------------------------------------------------------------*/

.pager .button,
.pager form {
    display: inline-block;
}

.pager form {
    margin: 0 10px;
}

.pager .button.disabled {
    opacity: 0.2;
}

.pager .text-left {
    padding-left: 5px;
}

/*BUTTONS----------------------------------------------------------------------------------------------------*/

.btn {
    border-radius: 0;
    border: none;
}

.btn-success {
    background-color: #21b6d7!important;
}

.btn-success:hover {
    background-color: #17aaca!important;
}

.btn-customGry {
    background-color: #d1d3d4!important;
}

.btn-customGry:hover {
    background-color: #cecece!important;
}

.btn-login {
    padding-top: 0!important;
}


/*TABS----------------------------------------------------------------------------------------------------*/

.nav-tabs {
    /*padding-left: 0!important;*/
}

.nav-tabs a {
    border-radius: 0!important;
    border: solid 1px #ccc!important;
    background-color: #f8f8f8;
    color: #898586;
    font-size: 13px;
}

.nav-tabs .active a {
    background-color: #fff;
    border-bottom-color: #fff!important;
    color: #130c0e;
}

.tab-content {
    border: solid 1px #ccc;
    border-top-width: 0!important;
    padding: 25px;
}

/*TABLES----------------------------------------------------------------------------------------------------*/

.table {
    color: #130c0e;
}

.table th {
    background-color: #ffc700;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: none!important;
    border-right: solid 1px #fff!important;
}

.table th.active {
    background-color: #130c0e!important; 
    color: #fff;  
}

.sort {
    display: none;
    cursor: pointer;
}

.sort {
    display: block;
    width: 12px;
    height: 17px;
    float: right;
    margin-top: 2px;
    margin-right: 10px;
    background-image: url(../img/icon-sort.png);
}

.sort.desc {
    transform: rotate(180deg);
}

.table td {
    border: none!important;
    border-right: solid 1px #fff!important;
    font-size: 13px;
}

.table-line {
   border-bottom: solid 1px #130c0e; 
}

.table-line th {
    background: none;
    text-transform: none;
    border-top: solid 1px #130c0e!important;
    font-weight: bold;
    font-size: 13px;
}

.table-line td {
    border-top: solid 1px #130c0e!important;
}

/*MODAL----------------------------------------------------------------------------------------------------*/

.modal-content {
    border-radius: 0;
    padding-bottom: 25px;
}

.modal-header {
    background-color: #ffc700;
    border: none;
    padding: 25px;
}

.modal-title {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.05em;
}

.modal-title-2 {
    color: #fff;  
}

.modal-body {
    padding: 25px;
}

.modal .close {
    width: 26px;
    height: 26px;
    background-image: url(../img/button-close.png);
    opacity: 1;
}

.modal .close span {
    display: none;
}

@media (min-width: 992px) {
  .modal-lg {
    width: 80%;
    max-width: 1100px;
  }
}

/*FOOTER----------------------------------------------------------------------------------------------------*/

#footer {
    margin-top: 50px;
    background-color: #130c0e;
    color: #fff;
    font-size: 12px;
    padding: 20px 20px 10px;
    text-align: center;
}

#footer a {
    color: #fff !important;
}

#footer ul {
    padding: 0;
}

#footer li {
    display: inline-block;
    padding: 0 5px;
    border-right: solid 1px #fff;
}

#footer li:last-child {
    border: none;
}

#powered-by-intertek img {
    position: relative;
    top: -2px;
}

@media (min-width: 992px) {
  #footer #copyright {
      text-align: left;
  }
  #footer #nav-footer {
      text-align: center;
  }
  #footer #powered-by-intertek {
      text-align: right;
  }
}


/*VARIOUS----------------------------------------------------------------------------------------------------*/

.ms-options-wrap {
    font-family: Neo Sans, 'Calibri', sans-serif;
    color: #130c0e;
    font-size: 14px;
}

.legend {
    font-size: 13px;
    margin: 1em 0;
}

.bloc-bkg {
    background-color: #f8f8f8;
    border: solid 1px #ccc;
    border-width: 1px;
    padding: 25px;
    margin-top: 1em;
    margin-bottom: 1em;
}
.logintextstyle 
{
    font-family: Neo Sans, 'Calibri', sans-serif;
    font-size: 14px;
    color: #21b6d7;
}

