/******************************************************************************
--------------------------- CSS MVIEWER BASIQUE -------------------------
********************************************************************************/
.tab_sider{
    margin-top: 20px;
    padding-bottom: 5px;
}
.tab_sider .nav-tabs{
    border:none;
}
.nav-tabs_sider li a{
    padding: 15px 40px;
    border:1px solid #ededed;
    border-top: 2px solid #ededed;
    border-right: 0px none;
    background-color: #93A3F0;
    border-radius: 0px;
    margin-right: 0px;
    font-weight: bold;
    transition: all 0.3s ease-in 0s;
}
.nav-tabs_sider li a:hover{
    border-bottom-color: white;
    border-right: 0px none;
    background-color: #0C239A;
    color:white;
}
.nav-tabs_sider li a i{
    display: inline-block;
    text-align: left;
    margin-right:10px;
}
.nav-tabs_sider li:last-child{
    border-right:1px solid #ededed;
    background-color:  transparent;
    font-size: 12px;
    font-family: 'roboto_regular', sans-serif;
    letter-spacing: 0.5px;
    width: 40%;
}
.nav-tabs_sider li.active a,
.nav-tabs_sider li.active a:focus,
.nav-tab_sider li.active a:hover{
    border-top: 3px solid white;
    border-right: 1px solid white;
    margin-top: -15px;
    padding: 10px 10px;
}
.tab_sider .tab-content{
    padding:0 px;
    line-height: 22px;
    box-shadow:0px 1px 0px #808080;
}
.tab_sider .tab-content h3{
    margin-top: 0;
}
@media only screen and (max-width: 767px){
    .nav-tabs_sider li{
        width:100%;
        margin-bottom: 10px;
    }
    .nav-tabs_sider li a{
        padding: 15px;
    }
    .nav-tabs_sider li.active a,
    .nav-tabs_sider li.active a:focus,
    .nav-tabs_sider li.active a:hover{
        padding: 15px;
        margin-top: 0;
    }
}
.row_bar{
  position: absolute;
  bottom:0;
  left: 0;
  width: 100%;
  margin: 0;
  padding:0;

}
.col-md-8_sider{
  width: 100%;
  margin: 0;
  padding:0;
}

.icon_sider{  
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 20px;
}

.primareDialog,
.primareDialog .ui-dialog.success-dialog{
	    font-family: 'roboto_regular', sans-serif;
	    font-size: .8em !important;
		z-index: 5;
}
.primareDialog .ui-dialog-buttonset{
		position: fixed !important;
}

.primareDialog .ui-widget-header{
    border: 1px solid #3498db !important;
    background: #3498db url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x !important;
    color: #ffffff !important;
    font-weight: bold !important;
}

.primareDialog .ui-dialog-titlebar-help{
	  position:absolute !important;
	  left:2em !important;
	  top:50% !important;
	  width:20px !important;
	  margin:-10px 0 0 0 !important;
	  padding:1px !important;
	  height:20px !important;
}

.primareDialog button{
	background: #3498db;
	border: #3498db;
}

@media screen and (max-width: 992px) {
    .primareDialog {
        display: none !important;
    }
}

.sliderPrimare {
  /* display: inline-block; */
  /* vertical-align: middle; */
  position: relative;
}
.sliderPrimare input[type=range] {
    display: inline;
    width: 25%;
}
.sliderPrimare. slider-horizontal {
  width: 50%;
  height: 15px;
}
.sliderPrimare. slider-horizontal .sliderPrimare-track {
  height: 10px;
  width: 50%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.sliderPrimare. slider-horizontal .sliderPrimare-selection,
.sliderPrimare. slider-horizontal .sliderPrimare-track-low,
.sliderPrimare. slider-horizontal .sliderPrimare-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.sliderPrimare. slider-horizontal .sliderPrimare-tick,
.sliderPrimare. slider-horizontal .sliderPrimare-handle {
  margin-left: -10px;
}
.sliderPrimare. slider-horizontal .sliderPrimare-tick.triangle,
.sliderPrimare. slider-horizontal .sliderPrimare-handle.triangle {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #2e6da4;
  margin-top: 0;
}
.sliderPrimare. slider-horizontal .sliderPrimare-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.sliderPrimare. slider-horizontal .sliderPrimare-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.sliderPrimare. slider-horizontal .sliderPrimare-tick-label-container .sliderPrimare-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.sliderPrimare. slider-horizontal .tooltip {
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sliderPrimare. slider-horizontal.slider-rtl .sliderPrimare-track {
  left: initial;
  right: 0;
}
.sliderPrimare. slider-horizontal.slider-rtl .sliderPrimare-tick,
.sliderPrimare. slider-horizontal.slider-rtl .sliderPrimare-handle {
  margin-left: initial;
  margin-right: -10px;
}
.sliderPrimare. slider-horizontal.slider-rtl .sliderPrimare-tick-container {
  left: initial;
  right: 0;
}
.sliderPrimare. slider-horizontal.slider-rtl .tooltip {
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.sliderPrimare. slider-vertical {
  height: 210px;
  width: 20px;
}
.sliderPrimare. slider-vertical .sliderPrimare-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}
.sliderPrimare. slider-vertical .sliderPrimare-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.sliderPrimare. slider-vertical .sliderPrimare-track-low,
.sliderPrimare. slider-vertical .sliderPrimare-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.sliderPrimare. slider-vertical .sliderPrimare-tick,
.sliderPrimare. slider-vertical .sliderPrimare-handle {
  margin-top: -10px;
}
.sliderPrimare. slider-vertical .sliderPrimare-tick.triangle,
.sliderPrimare. slider-vertical .sliderPrimare-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #2e6da4;
  border-right-color: #2e6da4;
  margin-left: 0;
  margin-right: 0;
}
.sliderPrimare. slider-vertical .sliderPrimare-tick-label-container {
  white-space: nowrap;
}
.sliderPrimare. slider-vertical .sliderPrimare-tick-label-container .sliderPrimare-tick-label {
  padding-left: 4px;
}
.sliderPrimare. slider-vertical .tooltip {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sliderPrimare. slider-vertical.slider-rtl .sliderPrimare-track {
  left: initial;
  right: 25%;
}
.sliderPrimare. slider-vertical.slider-rtl .sliderPrimare-selection {
  left: initial;
  right: 0;
}
.sliderPrimare. slider-vertical.slider-rtl .sliderPrimare-tick.triangle,
.sliderPrimare. slider-vertical.slider-rtl .sliderPrimare-handle.triangle {
  border-width: 10px 10px 10px 0;
}
.sliderPrimare. slider-vertical.slider-rtl .sliderPrimare-tick-label-container .sliderPrimare-tick-label {
  padding-left: initial;
  padding-right: 4px;
}
.sliderPrimare. slider-disabled .sliderPrimare-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.sliderPrimare. slider-disabled .sliderPrimare-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.sliderPrimare input {
  display: none;
}
.sliderPrimare .tooltip {
  pointer-events: none;
}
.sliderPrimare .tooltip.top {
  margin-top: -36px;
}
.sliderPrimare .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.sliderPrimare .hide {
  display: none;
}
.sliderPrimare-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.sliderPrimare-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.sliderPrimare-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
}
.sliderPrimare-track-low,
.sliderPrimare-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.sliderPrimare-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border: 0px solid transparent;
}
.sliderPrimare-handle:hover {
  cursor: pointer;
}
.sliderPrimare-handle.round {
  border-radius: 50%;
}
.sliderPrimare-handle.triangle {
  background: transparent none;
}
.sliderPrimare-handle.custom {
  background: transparent none;
}
.sliderPrimare-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.sliderPrimare-tick {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.sliderPrimare-tick.round {
  border-radius: 50%;
}
.sliderPrimare-tick.triangle {
  background: transparent none;
}
.sliderPrimare-tick.custom {
  background: transparent none;
}
.sliderPrimare-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.sliderPrimare-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
  opacity: 1;
}
.sliderPrimare input[type=range] {
    display: inline !important;
    width: 50% !important;
}
