html,
body {
    background-color: #9D9D9D;
    margin: 0;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    src: local('Open Sans'), url(OpenSans-Regular.ttf)
}
#container {
    width: 100%;
    min-height: 100%;
    height: 100%;
    position: absolute;
	background-color: whitesmoke;
    padding-bottom: 50px;
}
/******* HEADER *******/
.header {
    background-color: #264E75;
    height: 85px;
    width: 100%;
}
.header .header-content-menu {
    padding: 60px 0 0 77px;
    position: absolute;
}
.header .header-menu {
    height: 25px;
    background: #264E75 url(../images/menu_bg.jpg) top right no-repeat;
}
.header .header-menu ul {
    list-style: none;
    height: 25px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    cursor: pointer;
    font-size: 12px;
}
.header .header-menu ul li {
    display: inline-block;
}
.header .header-menu ul li a {
    display: block;
    float: left;
    color: #ffffff;
    height: 25px;
    text-decoration: none;
    line-height: 25px;
    background: url(../images/menu_bg_separator.jpg) top left no-repeat;
    padding: 0 10px;
}
.header .header-menu ul li a.active {
    background: #204264 url(../images/menu_bg_separator.jpg) top left no-repeat;
}
.header .header-menu ul li a.first {
    background: url(../images/menu_bg_leftcorner.jpg) top left no-repeat;
}
.header .header-menu ul li a:hover {
    text-decoration: underline;
}
.header-content-logo img {
    float: left;
    margin: 10px 0px 0px 84px;
    padding-top: 11px;
}
.header-content-left{
    position: relative;
    float: right;
    display: none;
}
.header-content-user{
    float: left;
    color: #F9F9F9;
    font-weight: bold;
    margin: 25px 20px 0px 0px;
}
/* .header-content-user .current-user-name{
    font-size: 15px;
    
} */
.header-content-user .current-user-actions{
    font-size: 12px;
    float: right;
    cursor: pointer;
}
.header-content-cockpit {
    width: 70px;
    float: right;
}
.header-content-cockpit a img {
    cursor: pointer;
    margin: 5px 10px 0px 0px;
    height: 60px;
    width: 60px;
}
.header-left-menu {
    background-color: #5B6F86;
    width: 74px;
    height: 100%;
    /*margin-top: -85px;*/
    position: fixed;
    border-right: 1px solid #043000;
    border-bottom: 1px solid #707070;
}
.header-left-menu img {
    cursor: pointer;
}
.header-left{
    text-align: center;
    margin-top: 20px;
}
.header-left-upload a img{
    margin-top: 10px;
}
.header-left-menu .header-left-logo img {
    float: left;
    width: 74px;
    height: 85px;
    border-bottom: 1px solid #000;
}
.dropdown-li{
    position: relative;
    z-index: 1;
}
.dropdown-content {
    display: none;
    position: absolute;
    top: 25px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-content li{
    width: 100px;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #f1f1f1;
}
.dropdown-li:hover .dropdown-content {
    display: block;
}
.dropdown-content li a{
    background-color: #264E75!important;
    color: #F9F9F9!important;
    width: 100%!important;
    border-top: 1px solid #84ABD2!important;
    border-left: 1px solid #84ABD2!important;
    border-right: 1px solid #84ABD2!important;
    border-radius: 3px!important;
}
.dropdown-content li a:nth-child(2){
    border-bottom: 1px solid #84ABD2!important;
}
/******* HEADER *******/

/******* LOAD BOX STYLE *******/
.loadframe {
    background-color: #000;
    opacity: .7;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.loadpos {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}
.loadbox {
    position: fixed;
    border: 1px solid #1B3752;
    -webkit-border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
    height: 200px;
    width: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    box-shadow: 7px 7px 7px #313131;
    z-index: 4;
}
.textdetail {
    font-size: .9em;
}
.loadicon {
    margin-top: 35px;
}
.cinza {
    color: #707070;
}
.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #264e75;
    width: 35px;
    height: 35px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1s linear infinite;
	margin: 40px auto 35px auto;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/******* LOAD BOX STYLE *******/

/******* DIALOG STYLE *******/
#dialog-confirm{
    display: none;
}
#dialog-confirm p span{
    float:left; 
    margin:12px 12px 20px 0;
}
/******* DIALOG STYLE *******/

/******* TABLE GRID CSS *******/
#tableRemovals{
    height: auto;
    background: #F9F9F9;
    overflow: hidden;
}

#tableRemovals .dataTables_scrollBody{
	height: 60vh !important;
}

#table-removals{
    height: auto;
}
/* #table-removals tbody tr td:last-child{
    display: none;
} */
.selected {
    background-color: #B0BED9!important;
    font-weight: normal!important;
}
.filters input,.filters select{
    /*width: 89%;*/
    width: -webkit-calc(100% - 14px);
    height: 27px;
    font-size: 14px!important;
    font-family: sans-serif!important;
    box-sizing: border-box;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.filters a{
    width: 13px;
    height: 25px;
    border-right-width: 1px;
    margin-left: -1px;
    margin-right: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;

}
.filters th{
    padding: 0px!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dataTables_filter{
    display: none;
}
#table-removals.display{
    margin: 0 auto;
    width: 100%;
    clear: both;
    border-collapse: collapse;
    table-layout: fixed;
    word-wrap:break-word;   
}
#table-removals_wrapper{
    width: 100%;
    margin: 0 auto;
    padding-left: 0px;
    padding-bottom: 6px;
    padding-right: 6px;
    padding-top: 0px;
}
.dataTables_scrollBody,
.dataTables_scrollHead{
    width: 100%!important;
}
.tableHeader tr th{
    font-size: 12px!important;
}
#table-removals tbody tr{
    font-size: 13px;
}
#table-removals_info{
	position: fixed;
    padding-left: 14px;
    padding-top: 12px;
}
#table-removals_paginate{
	padding-right: 25px;
}

#tableRemovals .dataTables_scrollHead, 
#tableRemovals .dataTables_scrollBody {
    width: 100%!important; 
}

/******* TABLE GRID CSS *******/

/******* SELECT PROGRAM *******/
.sub-header {
	margin: 80px 40px 0px 100px;
	padding: 20px;
	background-color:white;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	overflow: auto;
    min-height: 400px;
}
.select2-selection {
	border-color: rgb(224, 224, 224) !important;
}
.sub-header-content{
	width: 100%;
	margin-top: 20px;
}

#sub-header-content-list {
    border-right: 1px solid #CCC;
    width: 290px;
    height: 210px;
    font-size: 12px;
    float: left;
}
#sub-header-content-list ul li:hover,
#sub-header-content-list ul li.focus {
    border-top: 1px gray solid;
    border-bottom: 1px gray solid;
    width: 100%;
    background: #e1e1e1;
}
#sub-header-content-list ul li label {
    margin-left: 0px;
}
#sub-header-content-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
#sub-header-content-list ul li input {
    margin-right: .25em;
}
#sub-header-content-list ul li {
    border: 1px transparent solid;
    width: 100%;
    padding: 3px;
    height: 30px;
    cursor: pointer;
}
#sub-header-filter label{
    float: left;
}
#sub-header-filter label:nth-child(2){
    margin: 0 0 0 5px;
}
#sub-header-filter label input{
    width: 150px;
}
#sub-header-filter-prog-descr{
    font-size: 15px;
    font-weight: bold;
}
#sub-header-filter-date-descr{
    position: relative;
    display: table;
    margin-top: 5px;
    font-weight: bold;
}
#sub-header-view-data-PN h3,
#sub-header-view-data h3{
    font-size: 12px;
    color: #264E75;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
#sub-header-view-data-PN:nth-child(1),
#sub-header-view-data:nth-child(1){
    pointer-events: none;
}
#sub-header-view-data-PN,
#sub-header-view-data label input{
    width: 200px;
}
#sub-header-view-data-PN,
#sub-header-view-data .check input{
    width: auto!important;
}
#sub-header-view-data-PN,
#sub-header-view-data label textarea{
    width: 200px;
    height: 120px;
    resize: none;
}
#sub-header-view-data-PN .sub-header-column .header-column1 textarea,
#sub-header-view-data-PN .sub-header-column .header-column2 textarea,
#sub-header-view-data .sub-header-column .header-column1 textarea,
#sub-header-view-data .sub-header-column .header-column2 textarea{
    width: 215px;
    height: 75px;
    resize: none;
}
.program-selected{
    margin-bottom: 10px;
}
.text-less{
    height: 50px!important;
    width: 100%!important;
}
.text-indent{
    text-indent: -999999px;
    font-size: 1px;
}
.header-column1,
.header-column2,
.header-column3{
    float: left;
}
.header-column3{
    margin-left: 30px;
}
.header-auto{
    width: 49%;
}
.header-auto input{
    width: 100%;
}
.header2-auto{
    width: 49%;
}
.header-auto input,
.header2-auto input{
    width: 80%;
}
.sub-header-column{
    position: relative;
    width: 100%;
    clear: both;
}
.sub-header-column-table{
    display: table;
}
.sub-header-column-bottom{
    position: relative;
    margin-top: 5px;
    display: table;
    width: 100%;
}
.sub-header-column-bottom textarea{
    width: 100%;
    resize: none;
    height: 118px;
}
.sub-header-column label,
.sub-header-column-bottom label{
    display: block;
    margin-top: 5px;
    display: block;
}
/* #sub-header-button-filter{
    position: fixed;
    width: 175px;
    margin-left: 670px;
} */
#sub-header-button{
    /*margin: 110px 0 0 0;*/
    float: left;
}
#sub-header-button input{
    width: 105px;
    height: 30px;
    padding: 0;
    margin: 0 5px 5px 0;
}
.content-hidden{
    padding: 3px 5px 5px 5px; 
    float: left;
}
.content-hidden-newpn{
    padding: 5px 5px 5px 5px; 
    float: left;
}
.content-hidden-buttons{
    padding: 5px 0px 0px 10px; 
    float: left;
}
/* .content-hidden-range-date{
    padding: 5px; 
    float: left;
} */
.right-line{
    border-right: 2px solid rgba(38, 78, 117, 1);
    height: 100%;
}
.btn-filter{
    width: 180px;
    margin-top: 10px;
}
.btn-advanced-filters{
    width: 200px;
    margin-top: 13px;
}
.margin-acft{
    padding-left: 40px;
}
.margin-title-table{
    margin-top: -8px;
}
.lastupdated-ph100,
.lastupdated-ph300,
.lastupdated-l500,
.lastupdated-l600,
.lastupdated-line{
    font-weight: bold;
    float: right;
    padding-right: 9px;
    color: #264E75;
    font-size: 10px;
    line-height: 25px;
}
/******* SELECT PROGRAM *******/
.titleContainer,
.titleContainerTable{
	font-size: 15px;
	color: #ffffff;
	height: 25px;
	text-decoration: none;
	padding: 0 5px;
	margin-top: 5px;
	font-weight: bold;
}
.titleContainerButton,
.titleContainerButtonTable{
	font-size: 12px;
	color: #ffffff;
	height: 25px;
	text-decoration: none;
	padding: 0 5px;
	margin-top: 5px;
	cursor: hand;
}
.titleContainer,
.titleContainerButton{
	line-height: 25px;
}
.titleContainerTable,
.titleContainerButtonTable{
	line-height: 35px;
}

/******* BUTTONS *******/
.input-form{
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 1.65;
    color: #000;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.ui-widget .custom-combobox a {
	height: 31px;
}
/* .ui-widget {
	width: 100%;
} */
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn:hover,
.btn:focus {
    color: #fff;
    text-decoration: none
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.excelIcon{
    padding-right: 2px;
}
.excelBtn{
    background-color: #3f85ca;
}

.btn-primary {
    color: #fff;
    background-color: #0495c9;
    border-color: #357ebd; /*set the color you want here*/
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #00b3db;
    border-color: #285e8e; /*set the color you want here*/
}

/******* BUTTONS *******/


/********* FILTERS *******/
.form-select-filter{
    margin: 10px;
}
.select-area {
    color: #212529;
}
.select2{
    width: 300px !important;
    margin-bottom: 20px !important;
}
.select2 .select2-selection{
	overflow-y: auto;
    overflow-x: hidden;
	max-height: 93px !important;
}
.selectAllButton {
	background: none !important;
	color: #005AAF !important;
	border: none !important; 
	--bs-btn-padding-y: .25rem !important; 
	--bs-btn-padding-x: .5rem !important; 
	--bs-btn-font-size: .75rem !important;
}

.deselectAllButton {
	background: none !important;
	color: #005AAF !important;
	border: none !important; 
	margin-right: 5px !important; 
	--bs-btn-padding-y: .25rem !important; 
	--bs-btn-padding-x: .5rem !important; 
	--bs-btn-font-size: .75rem !important;
}

/*.form-select-filter.open{
    position: fixed;
}*/
/********* FILTERS *******/


/******* TABLES *******/
.teardown {
    text-indent: -9999px;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('../images/pdf-icon.png') no-repeat 0 0;
    vertical-align: middle;
}
#titletable-header {
    height: 25px;
    /* background: #264E75; */
    width: auto;
    margin-left: 80px;
    margin-right: 5px;
    margin-top: 5px;
}
#titletable-header h2 {
    font-size: 15px;
    color: #ffffff;
    height: 25px;
    text-decoration: none;
    line-height: 25px;
    padding: 0 5px;
    margin-bottom: 0;
}
#titletable-header-removals h2{
    font-size: 15px;
    color: #ffffff;
    height: 35px;
    text-decoration: none;
    line-height: 35px;
    margin-bottom: 0;
}
#titletable {
    height: 25px;
    background: #264E75;
    width: auto;
    margin-left: 80px;
    margin-right: 5px;
    display: none;
}
#titletable h3 {
    font-size: 13px;
    color: #ffffff;
    height: 25px;
    text-decoration: none;
    line-height: 25px;
    padding: 0 5px;
}
.title-content{
    margin-top: 75px !important;
}
.content-box {
    margin: 5px 5px 5px 5px;
    float: left;
}
.content-box #content-box-filter-date label{
	float: left;
}
.content-box #content-box-filter-date label:nth-child(2){
	margin-left: 15px;
}
.content-box-edit {
	width: 160px;
    display: block;
    padding: 3px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.content-box .content-box-filter-program{
	font-size: 15px;
}
.content-box-filter-date .content-box-filter-date{
	font-weight: normal;
}
.content-box .button-change{
	height: 40px; 
	width: 150px;
}
.content-box .button-filter{
	height: 40px; 
	width: 150px;
}
#printtab{
	margin: 0px 5px 0 80px;
}
.hidden{
	display: none;
}

/******* BASIC CONTROLS *******/
.combobox-pn-off{
    width: 80% !important;
}
.combobox-tdr-result{
    width: 130px!important;
}

.large-forms-third{
    width: 352px;
}
.large-forms-fourth{
    width: 351px;
}
.margin-snoff{
    margin-left: 7px;
}
.margin-snon{
    margin-left: 20px;
}
.combobox-removal-type{
    width: 40px!important;
}
.combobox-valid-removal{
    width: 50px;
}
.combobox-duplicated{
    width: 40px;
    margin-left: 6px !important;
}
.combobox-pn-desc{
    width: 90%;
}
.combobox-related-fix{
    width: 183px;
}

#in_aging{
    width: 74px;
}
#in_DOC_FR{
    width: 130px;
}
.combobox-ATA{
    width: 44px!important;
}
.combobox-sup{
    width: 225px;
}
.combobox-tech{
    width: 223px;
}
.margin-ref{
    margin-left: 82px;
}
.margin-combo{
    margin-left: 20px;
}
.margin-docfr{
    margin-left: 8px;
}
.margin-sup{
    margin-left: 22px;
}
.margin-valid-duplicated{
    margin-top: 5px;
}
#in_SERIAL,
#in_DOCNUMBER{
    padding-right: 0px;
}
.input-form{
    font-family: Verdana,Arial,sans-serif!important;
    color: #555555!important;
}
#in_REASON_REMOVAL,
#in_TDR_ANALYSIS{
    margin-right: 5px;
}
#margin-pnoff{
    margin-top: 5px;
}
#input_PN{
    width: 130px!important;
}
#input_PNDesc{
    width: 240px;
    /*margin-left: 10px;*/
}
#input_ATA{
    width: 50px!important;
}
#input_Tech{
    width: 240px;
    margin-left: 80px;
}
#input_Sup{
    width: 240px;
    margin-left: 16px;
}
#input_Ded{
    width: 50px!important;
}
#input_Fixcode{
    width: 130px!important;
}
#input_Fixdesc{
    width: 240px;
    /*margin-left: 10px;*/
}
#input_position{
    width: 323px!important;
}
#margin-PN{
    margin-left: 10px;
}
#margin-tech{
    margin-left: 90px;
}
#margin-supplier{
    margin-left: 26px;
}
#margin-ffdescr{
    margin-left: 10px;
}
.sub-header-column.pbtw {
    padding-top: 2px;
}
.sub-header-column.pbtw1 {
    padding-top: 1px;
}
.sub-header-column.pbtw3 {
    padding-top: 1px;
}
.padding-third-column{
    padding-top: 5px;
}
.custom-combobox {
    position: relative;
    display: inline-block;
    width: 100%;
}
.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}
.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}
.disabledField:not(span){
	background: rgba(211, 211, 211, 0.37)!important;
}

#in_refDate:disabled,
input[type="text"]:disabled{
	background: rgba(211, 211, 211, 0.37);
}

textarea:disabled{
	background: rgba(211, 211, 211, 0.37);
}


/******* BASIC ELEMENTS *******/
progress {
    width: 250px;
    height: 13px;
    margin: 15px auto;
    display: block;
    -webkit-appearance: none;
    border: none
}
progress::-webkit-progress-bar {
    background: #000;
    border-radius: 50px;
    padding: 2px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, .2);
}
progress::-webkit-progress-value {
    border-radius: 10px;
    box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, .4);
    background: -webkit-linear-gradient(45deg, transparent, transparent 33%, rgba(0, 0, 0, .1) 33%, rgba(0, 0, 0, .1) 66%, transparent 66%) 0 0/25px 14px, -webkit-linear-gradient(top, rgba(255, 255, 255, .25), rgba(0, 0, 0, .2)) 0 0/100% 100%, -webkit-linear-gradient(left, #48ba60, #2dc44d) 0 0/100% 100%;
    -webkit-animation: move 5s linear 0 infinite
}
@-webkit-keyframes move {
    0% {
        background-position: 0 0, 0 0, 0 0
    }
    100% {
        background-position: -100px 0, 0 0, 0 0
    }
}

/* NEW HEADER */
#navigation {
    -webkit-transition: all 0.8s ease 0s;
       -moz-transition: all 0.8s ease 0s;
        -ms-transition: all 0.8s ease 0s;
         -o-transition: all 0.8s ease 0s;
            transition: all 0.8s ease 0s;

    background-color: #264E75;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    padding: 5px 0;
    /*height: 57px;*/
    z-index: 1;
}

#navigation.animated-header {
    padding: 10px 50px;
}

h1.navbar-brand {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.navbar-brand{
    padding: 0px;
}

.navbar-brand img{
	width:153px;
	margin-top:17px;
	margin-left:-45px;
}
.newheader{
    margin: 0;
    padding: 0;
    width: auto;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
}

/* .current-user-name{
	float: right;
	color: #F9F9F9;
	font-weight: bold;
    font-size: 14px !important;
    line-height: 0px !important;
	
} */
.nav{
    padding-top: 1.5% !important;
}
.navbar-nav{
    float: none;
    margin: 0px;
}
.navbar-nav > li{
    padding-left: 5px !important;
}
.navbar-nav > li > ul > li{
    padding-top: 3px;
}
.navbar-nav > li > a{
    border-radius: 25px;
    line-height: 1px;
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2);
    padding: 15px 19px;
}
.navbar-right .label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
.nav .btn{
    font-weight: 400;
    touch-action: manipulation;
}
.nav > li > a{
    padding: 15px 25px;
    border: 0;
    text-decoration: none;
    outline: none;
    text-transform: uppercase;
}
.itens{
	display:none;
}
.nav li:hover > ul{
	display:block;	
}
/*@media(min-width: 975px){*/
	.itens{
		position: absolute;
		width: 155px !important;
	}
/*}*/
.btn-blue {
    background-color: rgb(43, 90, 136);
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    padding: 15px 55px;
    color: #fff;
}

.btn-border {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 35px;
}

.bg-blue {
    background-color: #009EE3;
}

/* Sweep To Right */
.btn-effect {
	vertical-align: middle;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	display: inline-block;

	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		 -o-transform: translateZ(0);
			transform: translateZ(0);
		  
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
			backface-visibility: hidden;
		  
	-webkit-transition-property: color;
	   -moz-transition-property: color;
		-ms-transition-property: color;
			transition-property: color;
		  
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
			transition-duration: 0.3s;
		  
	-moz-osx-font-smoothing: grayscale;
    border-radius: 25px;
}

.btn-effect:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	
	-webkit-transform: scaleX(0);
	   -moz-transform: scaleX(0);
		-ms-transform: scaleX(0);
			transform: scaleX(0);
			
	-webkit-transform-origin: 0 50%;
	   -moz-transform-origin: 0 50%;
		-ms-transform-origin: 0 50%;
			transform-origin: 0 50%;
			
	-webkit-transition-property: transform;
	   -moz-transition-property: transform;
		-ms-transition-property: transform;
			transition-property: transform;
			
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
			transition-duration: 0.3s;
			
	-webkit-transition-timing-function: ease-out;
	   -moz-transition-timing-function: ease-out;
		-ms-transition-timing-function: ease-out;
			transition-timing-function: ease-out;
    border-radius: 25px;
}

.btn-effect:hover, .btn-effect:focus, .btn-effect:active {
	color: #009EE3!important;
}

.btn-effect:hover:before, .btn-effect:focus:before, .btn-effect:active:before {
	-webkit-transform: scaleX(1);
	   -moz-transform: scaleX(1);
	    -ms-transform: scaleX(1);
			transform: scaleX(1);
}
#subVisi li{
    padding-top: 1px;
}
#subVisi{
    margin-left: -15px;
}
#subVisi > li > a{
    padding: 10px;
    font-size: 11px;
}
.visilities-label{
    margin-right: -12px;
}
/* NEW HEADER */

/* Responsive header */
@media (min-width: 1300px) and (max-width: 1600px) {
    .nav > li > a{
	    padding: 15px 10px;
    }
    #subVisi{
        margin-left: -30px;
    }
}
@media (max-width: 1400px) {
    .navbar-brand img{
        width: 153px;
        margin-top: 17px;
        margin-left: -45px;
    }
    .navbar-inverse .navbar-nav > li > a{
        font-size: 11px;
    }
    .nav > li > a{
	    padding: 15px 10px;
    }
    #subVisi{
        margin-left: -38px;
    }
    #subVisi > li > a{
        font-size: 11px;
    }
	#navigation.animated-header{
		padding-right: 10px!important;
	}
}

@media (max-width: 1220px) {
    .navbar-inverse .navbar-nav > li > a{
        font-size: 11px;
    }
    .navbar-brand img{
        width: 153px;
        margin-top: 17px;
        margin-left: -40px;
    }
    #subVisi{
        margin-left: -38px;
    }
}

@media (max-width: 1400px) {
    .navbar-brand img{
        display: none;
    }
}
/* Responsive header */
/* neuron icon */

@keyframes cssload-spin {
	0% {
		transform: rotateY(0deg) rotateX(0deg);
		opacity: 1;
	}
	25% {
		transform: rotateY(180deg) rotateX(360deg);
	}
	50% {
		transform: rotateY(540deg) rotateX(540deg);
	}
	75% {
		transform: rotateY(720deg) rotateX(900deg);
	}
	100% {
		transform: rotateY(900deg) rotateX(1080deg);
		opacity: 1;
	}
}
