.toolbar {
    float: right;
    height: 38px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: white;
}

.components {
    width: auto;
    margin-left: 2px;
    margin-right: 2px;
    float: right;
}

#platformToolbar {
    height: 38px;
}

/*
CSS for VIN search toolbar
*/
#vinSearchToolbar {
    margin-top: 38px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    height: 25px;
    color: white;
}

#navigationBottomToolbar {
    position: absolute;
    bottom: 0px;
}

/*
CSS for zoom tool bar and its buttons
*/

/* This is applied to slider text*/

/*.splitter_bottomtoolbar .component-label {
    font-size: 14px;
    width: 40px;
    margin-top: 5px;
    position: relative;
    padding: 1px;
}*/

/* This is applied for zoom toolbar buttons */
.zoomout-button {
    background-image: url('../images/buttonSmallZoomIn.png');
}

.zoomin-button {
    background-image: url("../images/buttonSmallZoomOut.png");
}

.zoomall-button {
    background-image: url('../images/buttonSmallZoomFit.png');
}

.sliderNotch {
    position: absolute;
    width: 16px !important;
    height: 16px !important;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/sliderNotch.png');
    top: -2px;
    left: 10px;
	background-position: center center;
	background-repeat: no-repeat;
    cursor: pointer;
    border: none;
}

.sliderNotch:hover, #configButton:hover {
	box-shadow: none;
}

.zoomout-button, .zoomin-button, .zoomall-button {
    width: 24px !important;
    height: 15px !important;
	background-position: center center;
	background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    float: right;
    border: none;
}

.slider {
    float: right;
    width: 116px;
    background-image: url('../images/sliderTrack.png');
    background-repeat: repeat-x;
    background-position: center left;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    padding: 1px;
    margin-top: 1px;
}

.diagramControl .component-label {
    font-size: 14px;
    width: 40px;
    margin-left: 0;
    position: relative;
    padding: 1px;
    float: right;
}

.diagramControl {
    display: none;
    z-index: 1;
    position: absolute;
    width: 266px;
    height: 30px;
}

/*
Related to toolbars on popovers
*/
.iesdPopup .toolbar {
    height: 24px;
}

.iesdPopup .toolbar .component-label {
    top: 0px;
}

/*
CSS related to the Xref filter panel
*/
#buildConfigurationButton {
    background-image: url('../images/buttonConfigBuilder.png');
}

#configButton {
    background-image: url('../images/buttonConfigBuilder.png');
    float: right;
    margin: 0;
}

#popupfooter {
    height: 30px;
}

/* This applied for Filter Text box */
.navigationSearchFilter {
    margin-right: 4px;
    margin-top: 7px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 0px solid rgba(0, 0, 0, 0);
    width: 97%;
}

/* This applied for Filter Text box */
.vinNavigationSearchFilter {

    position: absolute;
    float: left;
    border: 0px solid transparent;
    width: 100%;
}

.navigationSearchGlobalFilter {
    position: absolute;
    float: left;
    border: 0px solid transparent;
    width: 217px;
    left: 1px;
    top: 5px;
}

.placeHolderText {
    color: grey;
}

#relateddata_filter {
    width: 88%;
    float: left;
    height: 30px;
    background-color: #000000;
}

#currentProjectLabel {
    text-align: left;
    position: relative;
}

.filterTextHolder {
    position: absolute;
    float: left;
    /*
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; */
    border: 0px solid transparent;
    width: 217px;
    left: 1px;
    top: -5px;
    height: 30px;

}

#filterBox {
    width: 98%;
    float: left;
    height: 20px;
    background-color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    top: 9px;
    position: relative;
    left: 5px;
}

#resetBox {
    width: 205px;
    float: left;
    height: 20px;
    background-color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-left: 4px;
    margin-top: 3px;
}


.vinTextHolder {
    position: absolute;
    float: left;
    /*
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; */
    border: 0px solid transparent;
    width: 175px;
    left: 2px;
    top: -3px;
    height: 30px;

}

.clear {
    float: right;
    width: 24px;
    height: 16px;
    background: none;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0px solid #666;
    /*border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; */
    cursor: pointer;
    margin-right: 0px;
    margin-top: 2px;
}

.clear:hover {
    -webkit-box-shadow: 0px 0px 10px #fff;
    -moz-box-shadow: 0px 0px 10px #fff;
    box-shadow: 0px 0px 10px #fff;
    cursor: pointer;
}


.clearImage {
    background-image: url('../images/vin_cross.png');
    background-color: white;
}


.search {
    position: absolute;
    float: left;
    /*
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; */
    border: 0px solid transparent;
    width: 175px;
    left: 4px;
    top: 7px;
    text-overflow: ellipsis;

}

.search[readonly]{
    background-color: #EBEBE4;
}

.default_mouse_pointer {
    cursor: default;
}

/*
CSS from old files
*/
/* THis is applied to navagaiion panel project button */
#project_button {
 /*   float: right;
    width: 32px;
    height: 32px;
    margin: 5px;
    background: none;
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-repeat: no-repeat;
    border: 0px solid #666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
    background-image: url('../images/buttonProjects.png');
    background-size: 100%;*/
}

/* THis is applied to navagaiion panel project button on mouse hover */
.project_button:hover {
    -webkit-box-shadow: 0px 0px 10px #fff;
    -moz-box-shadow: 0px 0px 10px #fff;
    box-shadow: 0px 0px 10px #fff;
    cursor: pointer;
}

/* Buttons in VIN Login panel */
.standard_button {
    float: right;
    width: 70px;
    height: 30px;
    margin: 5px;
    background: none;
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-repeat: no-repeat;
    border: 0px solid #666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer; /*background-image : url('../images/buttonlogin.png');*/
}

/* THis is applied to navagaiion panel login button */
.standard_button_left {
    float: left;
    width: 50%;
    background: none;
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-repeat: no-repeat;
    border: 0 solid #666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; /* cursor: pointer;*/
    /*background-image : url('../images/buttonlogin.png');*/
}

.standard_button_right {
    float: right;
    width: 50%;
    background: none;
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-repeat: no-repeat;
    border: 0 solid #666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; /*   cursor: pointer;*/
    /*background-image : url('../images/buttonlogin.png');*/
}

.standard_button_left input {
    width: 50%;
    background-color: #009933;
    border: 0 solid #009933;
    text-align: center;
    margin-right: 2px;
    margin-top: 5%;
    float: right;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
}

.standard_button_right input {
    width: 50%;
    background-color: #009933;
    border: 0 solid #009933;
    text-align: center;
    vertical-align: middle;
    margin-top: 5%;
    margin-left: 2px;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
}


/* ------------------------ End -----------------------------------*/

/* These are claases used for loading the images for buttons of the panel */
/* ---------------------- Start ------------------------------------*/
#toolbar_closebtn {
    margin-top: 0;
    float: right;
    background-image: url('../images/cross.png');
}

#toolbar_printbtn {
    margin-top: 0;
    float: right;
    background-image: url('../images/buttonPrint.png');
}

.closeBtn {
    background-image: url('../images/cross.png');
}


.maximizeBtn {
    background-image: url('../images/maximise_app.png');
}

.restoreBtn {
    background-image: url('../images/restore_app.png');
}

.languageBtn {
	line-height: 1em !important;
}

.popOutBtn {
    background-image: url('../images/inlinePopout.png');
}

.btnDiagrams, .btnReport, .realatedDataBtn {
    background-image: -webkit-linear-gradient(top, hsl(21,59%,20%), hsl(21,59%,40%));
    background-image: -moz-linear-gradient(top, hsl(21,59%,20%), hsl(21,59%,40%));
    background-image: -ms-linear-gradient(top, hsl(21,59%,20%), hsl(21,59%,40%));
    background-image: -o-linear-gradient(top, hsl(21,59%,20%), hsl(21,59%,40%));
    background-image: linear-gradient(top, hsl(21,59%,20%), hsl(21,59%,40%));
    background-color: hsl(21,59%,30%);
    margin-left: 10px;
}

.btnDiagrams {
    /*background-image: url('../images/buttonDiagrams.png');*/
}

.btnDiagrams:after {
	/*content: "Diagrams";*/
}

.btnReport {
    /*background-image: url('../images/buttonReports.png');*/
}

.btnReport:after {
	/*content: "Reports";*/
}

.realatedDataBtn {
    /*background-image: url('../images/buttonOtherData.png');*/
}

.realatedDataBtn:after {
	/*content: "Content";*/
}

.printBtn {
    background-image: url('../images/buttonPrint.png');
}

.regenerateBtn {
    background-image: url('../images/buttonRefresh.png');
}

#renderConnectivityBtn, #project_button {
    background-image: -webkit-linear-gradient(top, hsl(92,39%,20%), hsl(92,39%,30%));
    background-image: -moz-linear-gradient(top, hsl(92,39%,20%), hsl(92,39%,30%));
    background-image: -ms-linear-gradient(top, hsl(92,39%,20%), hsl(92,39%,30%));
    background-image: -o-linear-gradient(top, hsl(92,39%,20%), hsl(92,39%,30%));
    background-image: linear-gradient(top, hsl(92,39%,20%), hsl(92,39%,30%));
    background-color: hsl(92,39%,30%);
}

#project_button:after {
	/*content: "Projects";*/
}

#renderConnectivityBtn {
    /*background-image: url('../images/buttonSignalTracer.png');*/
    
    float: right;
    display: none;
}
/*#renderConnectivityBtn:after {
	content: "Build";
}*/
