/*KALKUREKA 2017-09-16*/

/*CONFIGURACIÓN GENERAL*/
html{text-align:center}
body { font-family: 'Rosario-Regular',sans-serif;font-size: 15px;text-align:center;line-height: 1.42857143;color: #333;background-color: #fff;cursor: pointer; -webkit-print-color-adjust: exact; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; -o-user-select: none}
b,strong {font-weight: 700}
img { vertical-align: middle; border: 1px solid; border-radius: 100px; padding: 0px; margin-left:1%!important}
button,input,select,textarea { color: inherit; font: inherit; margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; text-align:inherit}
button {overflow: visible}
button,select {text-transform: none}
button,html input[type=button],input[type=reset],input[type=submit] { -webkit-appearance: button; cursor: pointer}
input[type=text] {-webkit-appearance: none; -moz-appearance: none; appearance: none;border: 1px solid!important;}
button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0}
table {background-color: transparent;border-collapse: collapse;border-spacing: 0}
td,th {padding: 0}
form{position:relative; padding-bottom: 10px;}
input,textarea { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; resize: none; overflow: auto; max-height: 28px; border: 1px solid}
a {text-decoration: underline}
input{border-radius:0px!important;box-shadow: inset 0px #fff!important;}
p {margin: 0 0 10px; text-align:left}
textarea:focus,input:focus,select:focus,a:focus,button:focus,img:focus{outline: none;}
control:focus {border-color: #fff;}
textarea {max-height:25px;  border: 1px solid} 
input.ee195 , input.ee189 , input.ee193, input.ee142, .ee185{border:0px;width:100%!important; height:28px}
input.ee194, input.ee198, input.ee199 {width:100%!important; height:28px}
section {width:auto;margin-right:2px}
input{border: 1px solid}

/*INPUT-GROUP*/
.input-group { position: relative; display: table; border-collapse: separate}
.input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0}
.input-group .form-control,.input-group-addon,.input-group-btn { display: table-cell}
.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child) { border-radius: 0}
.input-group-addon,.input-group-btn {border-radius:0px;  width: 1%; white-space: nowrap; vertical-align: middle; background: white}
.input-group-addon {line-height: 1;border-radius:0px; padding: 3px 7px;}
.input-group-addon:first-child { border-right: 0}
.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn { border-bottom-left-radius: 0; border-top-left-radius: 0; background:transparent}
.input-group-addon:last-child { border-left: 0}

/*TOOLBAR*/
.toolbar{height:100%;padding-top: 0.1em;margin-left: 0px;background-color: #fff;z-index: -1;display: inline-block;width: 100%;}
.toolbar-panel-right{text-align: right;margin-right:15%!important}
.toolbar-panel-right button .glyphicon{margin-right:.6em;}

/*GLYPHICON*/
@font-face { font-family: 'Glyphicons Halflings'; src: url(../fonts/glyphicons-halflings-regular.eot); src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}
.glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale}
.glyphicon-refresh:before { content: "\e031"}
.glyphicon-print:before { content: "\e045"}
.glyphicon-calendar:before { content: "\e109"}
.glyphicon-repeat:before { content: "\e030"}

/*CONTENEDORES*/
.container,.container-fluid { margin-right: auto; margin-left: auto;}
.row {margin-left: 0px;margin-right: 0px;}
#contenedor { width: auto; max-width: 710px; margin: 0 auto; padding: 5px;}
#contenedorbis { border: 1px solid #ccc;padding: 20px!important; border-radius:0px }
.pestaña {height: 319px;-webkit-overflow-scrolling: touch;overflow-y: auto;float:left}
.pestañabis{height:425px}

/*SELECT y NICE-SELECT*/
select[multiple],select[size] { height: auto}

/*FORM-CONTROL*/
.form-control { display: block; width: 100%; line-height: 1.42857143; color: #333; background-color: #fff; background-image: none; border: 1px solid #fff;-webkit-transition: border-color ease-in-out .15s,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;padding: 5px!important; border-radius: 0px!important}
.form-control:focus { outline: 0; box-shadow: inset 0 1px 1px rgba(0,0,0,0),0 0 8px rgba(102,175,233,0);}
.form-control::-moz-placeholder {opacity: 1}
textarea.form-control { height: auto}

/*BUTTONS*/
.btn { display: inline-block; margin-bottom: 0; font-weight: 600; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 3px 8px; font-size: 13px; line-height: 1.42857143; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none}
.btn:focus,.btn:hover {text-decoration: none}
.btn.active,.btn:active { outline: 0; background-image: none;}
.btn-toolbar { margin-left: -5px}
.btn-toolbar .btn-group { float: left}
.btn-toolbar>.btn,.btn-toolbar>.btn-group{margin-left: 5px}
.btn-group>.btn:first-child { margin-left: 0}

/*DROPDOWN*/
.dropdown { position: relative}
.dropdown-menu {background-color:#fff!important; border: 1px solid; position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; margin: 10px 0 0 7px; list-style: none; font-size: 13px; text-align: left; background-color: #fff; border: 1px solid rgba(0,0,0,.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); box-shadow: 0 6px 12px rgba(0,0,0,.175); background-clip: padding-box; min-width: 210px; padding: 15px}
.dropdown-menu>li>a { display: block; padding: 3px 20px; clear: both; font-weight: 400; line-height: 1.42857143; color: #333; white-space: nowrap}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover { text-decoration: none;}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover { color: #fff; text-decoration: none; outline: 0;}

/*TAB-CONTENT*/
.tab-content>.tab-pane { display: none}
.tab-content>.active { display: block}
.tab-content { background-color: #fff; border: 0px solid; padding: 0px!important; border-bottom: 0px}
.nav-tabs {display: none;}

/*TOOLTIP*/
.ssc-tooltip { position: absolute; display: none; max-width: 240px; z-index: 1000000; background-color: #fff; font-weight: 400; border: 1px solid; right: 10px; text-align: left; width: 350px!important; border-radius: 4px; padding: 9px;font-size:13.5px;color:#333; text-transform:initial!important}

/*SLIDER*/
.tooltip {position: absolute;z-index: 0;display: block; visibility: visible; line-height: 0.8;opacity: 0;filter: alpha(opacity=0)}
.tooltip.in {opacity: .9; filter: alpha(opacity=90)}
.tooltip.top { margin-top: -7px; padding: 5px 0}
.tooltip-inner {color: #fff;text-decoration: none;border-radius: 4px; font-size:9pt; padding:6px 3px; width:58px; font-weight:700!important}
.tooltip-arrow {position: absolute;width: 0;height: 0;border-color: transparent;border-style: solid; border-top-color: rgba(255, 255, 255, 0)!important;}
.tooltip.top .tooltip-arrow {bottom: 0;left: 50%;margin-left: -5px;border-width: 5px 5px 0;}
.tooltip.top-left .tooltip-arrow {bottom: 0;left: 5px;border-width: 5px 5px 0;}
.tooltip.top-right .tooltip-arrow {bottom: 0;right: 5px;border-width: 5px 5px 0;}
.slider.slider-horizontal {width: 99%!important;padding-left: 1px;padding-right: 1px}
.slider {display: inline-block;vertical-align: middle;position: relative}
.slider.slider-horizontal {height: 20px}.slider.slider-horizontal .slider-track {height: 10px;width: 100%;margin-top: -5px;top: 50%;left: 0}
.slider.slider-horizontal .slider-selection {height: 100%;top: 0;bottom: 0}
.slider.slider-horizontal .slider-handle {margin-left: -10px;margin-top: -7px}
.slider input {display: none}
.slider .tooltip-inner {white-space: nowrap}
.slider-track {position: absolute;cursor: pointer;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; height: 7px!important}
.slider-selection {position: absolute;box-sizing: border-box;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px}
.slider-handle {position: absolute;width: 20px;height: 20px;border: 1px solid; width: 0px; height:0px; border:0px solid #fff }

/*DATEPICKER*/
.datepicker { top:0; left: -20; padding: 4px; margin-top:9px!important; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; text-align:inherit}
.datepicker>div { display: none}
.datepicker table { width: 100%; margin: 0}
.datepicker td,.datepicker th { width: 20px; height: 20px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; font-size: 10pt; padding-bottom:0px}
th.datepicker-switch{padding-bottom:10px}
.datepicker td.day:hover {cursor: pointer}
.datepicker td.day.disabled,.datepicker td span.year.disabled,.datepicker td span.month.disabled {color: #ccc}
.datepicker td span {display: block; width: 55px; height: 34px; line-height: 34px; float: left; margin: 1px; cursor: pointer; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
th.next, th.prev {padding-bottom:10px}
.today {border:1px solid}
.datepicker{padding:15px!important}
.datepicker-months.datepicker-years{padding:0px!important}

/*TOUCHSPIN*/
.bootstrap-touchspin-down {border-right:0px; padding-bottom:5px!important}
.bootstrap-touchspin-up {margin-left:-0.5px; padding-bottom:5px!important}
.bootstrap-touchspin-postfix{max-height:14px!important;border-right:0px;border-left:0px;padding-left:0px;border-right:1px solid} 
.bootstrap-touchspin-down,.bootstrap-touchspin-up {width: 30px;padding: 0px; background: transparent!important}
div.input-group.bootstrap-touchspin {width:100%!important;}
.input-group-addon.bootstrap-touchspin-postfix { padding:3px 2px!important}
.btn .btn-default .bootstrap-touchspin-down{border-right:1px solid blue!important}

/* TABLE*/
.divTable{display: table;width: 52%;padding-right:20px!important;}
.divTableRow {display: table-row;}
.divTableHeading {Display: table-header-group;}
.divTableCell, .divTableHead {display: table-cell; vertical-align:middle}
.divTableHeading {display: table-header-group;}
.divTableFoot {display: table-footer-group;}
.divTableBody {display: table-row-group;}

/*MISCELANEA*/
.navbar-default {border-bottom: 0px solid #ccc;background: transparent!important}
span.input-group-addon.add-on {border: 1px solid;border-left: 0px !important;}
input.ee125 {overflow: hidden;border: 0px solid;width: 100%}
.ee128{text-align:right}
.acercade{text-align:left}
*,:after,:before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}
.ee100{padding:1px 1px 2px 1px; border-radius:0px!important }
.right {text-align:right!important}
input.ee142{border-left: 1px solid #ccc!important; text-align:right}
input.ee194, input.ee198, input.ee199 {border:1px solid #6cb7e7!important}
.ee130{padding-right:0px;border-radius:0px!important}
.ee141{padding-right:0px; border: 1px solid!important;border-radius: 5px!important;}
#A_15_3{padding:6px!important}
#B_474_9{font-family:arial!important}
.ee183, .ee185{border-left: 1px solid white;border-bottom:1px solid white}
.ee185{border-bottom:0px!important}
#disclaimer{width:50%; margin-bottom:-20%;margin-top:3%}
.anticipo1 .comments{margin-right:-18px!important}
.anticipo2{border-left:0px}
.anticipo3{margin-right:-38px!important}
.ee194.form-control, .ee196.form-control {padding-left:0px!important; padding-right:0px!important}
select.ee194{height:28px}
.disclaimer{margin-top:5px;font-size:12px; text-align:center}
.mensaje{width:48%;height:95px; vertical-align:middle; float:left; padding:5px;padding-top:14px; border:0px solid #399bdb; color: #ccc; background:transparent; line-height:1}
.ee183 {padding-right:5px;padding-left:5px}
td.ee143, td.ee112{border:0px solid #fff!important}
.lineaoculta .ee183 {line-height:0pt!important; border-bottom:0px!IMPORTANT; COLOR: transparent!important}
#table2 td.ee183,#table2 td.ee142{width:25%}
td.ee141, td.ee130{width:15%!important}
#B_475_9, #B_476_9 {text-align:left!important}
.ee189, .ee192{font-weight:700!important;} 
.ee142.form-control {padding:1px!important}
textarea.ee185{border-color:#fff!important}
td.ee128{text-align:left; padding-left:5px}
.right .ssc-tooltip{max-width:140px!important}

/*RESPONSIVE*/
.show1 {display:none!important;}
.show2 {display:none!important;}
.table1{width:100%}

@media screen and (max-width: 675px){            
.logo2, .hide1{display:none!important;}
.slider.slider-horizontal{width:95%!important}
.subtitulo{width:33%}
.show1 {display:block!important;}
#contenedorbis{padding:8px}
.toolbar-panel-right{margin-right:0%!important}
#sheet-4 #table2 tr > *:nth-child(6) {display:none!important;}
}

@media screen and (max-width: 625px){            
.logo2, .hide1{display:none!important;}
.slider.slider-horizontal{width:90%!important}
.subtitulo{width:36%}
.show1 {display:block!important;}
#contenedorbis{padding:5px;}
.toolbar-panel-right{margin-right:0%!important}
#sheet-4 #table2 tr > *:nth-child(5) {display:none!important;}
#sheet-4 #table2 tr > *:nth-child(6) {display:none!important;}
.disclaimer{display:none}
.mensaje{padding-top:18px!important;width:44%!important}
.anchocelda{width:55%!important}
.divTable{width:56%}
}

@media screen and (max-width: 575px){            
.logo2, .hide1{display:none!important;}
.slider.slider-horizontal{width:85%!important}
.subtitulo{width:38%}
.show1 {display:block!important;}
#contenedorbis{padding:5px}
.toolbar-panel-right{margin-right:0%!important}
#sheet-4 tr > *:nth-child(2) {display:none!important;}
#sheet-4 tr > *:nth-child(5) {display:none!important;}
#sheet-4 tr > *:nth-child(6) {display:none!important;}
.disclaimer{display:none}
.mensaje{padding-top:18px!important;width:44%!important}
.anchocelda{width:55%!important}
.divTable{width:56%}
}

@media screen and (max-width: 550px){            
.logo2, .hide1{display:none!important;}
.slider.slider-horizontal{width:85%!important}
.subtitulo{width:40%}
.show1 {display:block!important;}
#contenedorbis{padding:5px}
.toolbar-panel-right{margin-right:0%!important}
#sheet-4 tr > *:nth-child(2) {display:none!important;}
#sheet-4 tr > *:nth-child(5) {display:none!important;}
#sheet-4 tr > *:nth-child(6) {display:none!important;}
#sheet-4 tr > *:nth-child(3) {display:none!important;}
#sheet-4 tr > *:nth-child(4) {display:none!important;}
.mensaje{display:none}
.divTable{width:100%;}
.anchocelda{width:55%!important}
}

@media screen and (max-width: 525px){            
.logo2, .hide1{display:none!important;}
.hide2{display:none!important;}
.subtitulo{width:10%}
.show1 {display:none!important;}
.show2 {display:block!important;}
#contenedorbis{padding:5px}
.toolbar-panel-right{margin-right:0%!important}
#sheet-1 tr > *:nth-child(5){display: none;}
#sheet-1 tr > *:nth-child(6){display: none;}
#sheet-1 tr > *:nth-child(7){display: none;}
#sheet-1 tr > *:nth-child(8){display: none;}
#sheet-1 tr > *:nth-child(9){display: none;}
#sheet-4 tr > *:nth-child(2) {display:none!important;}
#sheet-4 tr > *:nth-child(5) {display:none!important;}
#sheet-4 tr > *:nth-child(6) {display:none!important;}
#sheet-4 tr > *:nth-child(3) {display:none!important;}
#sheet-4 tr > *:nth-child(4) {display:none!important;}
.mensaje{display:none}
.divTable{width:100%}
.anchocelda{width:50%!important}
#table2 td.ee183,#table2 td.ee142{width:40%}
#sheet-1 td.ee142{width:0%}
.slider.slider-horizontal{width:80%!important}
td.ee128,td.ee141, td.ee130{width:40%!important}
}

@media screen and (max-width: 450px){            
.logo2, .hide1{display:none!important;}
.hide2{display:none!important;}
.subtitulo{width:35%}
.show1 {display:none!important;}
.show2 {display:block!important;}
#contenedorbis{padding:5px}
.toolbar-panel-right{margin-right:0%!important}
#sheet-1 tr > *:nth-child(5){display: none;}
#sheet-1 tr > *:nth-child(6){display: none;}
#sheet-1 tr > *:nth-child(7){display: none;}
#sheet-1 tr > *:nth-child(8){display: none;}
#sheet-1 tr > *:nth-child(9){display: none;}
.ssc-tooltip{width:150px!important}
#sheet-4 tr > *:nth-child(2) {display:none!important;}
#sheet-4 tr > *:nth-child(5) {display:none!important;}
#sheet-4 tr > *:nth-child(6) {display:none!important;}
#sheet-4 tr > *:nth-child(3) {display:none!important;}
#sheet-4 tr > *:nth-child(4) {display:none!important;}
.mensaje{display:none}
.divTable{width:100%}
.anchocelda{width:50%!important}
.slider.slider-horizontal{width:50%!important}
td.ee128,td.ee141, td.ee130{width:40%!important}
}

@media screen and (max-width: 425px){            
.logo2, .hide1{display:none!important;}
.hide2{display:none!important;}
.subtitulo{width:50%}
.show1 {display:none!important;}
.show2 {display:block!important;}
#contenedorbis{padding:0px}
.toolbar-panel-right{margin-right:0%!important}
.datepicker{margin-left:-15%!important}
#sheet-1 tr > *:nth-child(5){display: none;}
#sheet-1 tr > *:nth-child(6){display: none;}
#sheet-1 tr > *:nth-child(7){display: none;}
#sheet-1 tr > *:nth-child(8){display: none;}
#sheet-1 tr > *:nth-child(9){display: none;}
.ssc-tooltip{width:180px!important}
#sheet-4 tr > *:nth-child(2) {display:none!important;}
#sheet-4 tr > *:nth-child(5) {display:none!important;}
#sheet-4 tr > *:nth-child(6) {display:none!important;}
#sheet-4 tr > *:nth-child(3) {display:none!important;}
#sheet-4 tr > *:nth-child(4) {display:none!important;}
#sheet-4 tr > *:nth-child(8) {display:none!important;}
.mensaje{display:none}
.divTable{width:100%;}
.anchocelda{width:50%!important}
td.ee128, td.ee141, td.ee130{width:40%!important}
#table2 td.ee183,#table2 td.ee142{width:33%}
}

@media screen and (max-width: 375px){            
.logo2, .hide1{display:none!important;}
.hide2{display:none!important;}
.subtitulo{width:50%}
.show1 {display:none!important;}
.show2 {display:block!important;}
#contenedorbis{padding:0px}
.toolbar-panel-right{margin-right:0%!important}
.datepicker{margin-left:-15%!important}
#sheet-1 tr > *:nth-child(5){display: none;}
#sheet-1 tr > *:nth-child(6){display: none;}
#sheet-1 tr > *:nth-child(7){display: none;}
#sheet-1 tr > *:nth-child(8){display: none;}
#sheet-1 tr > *:nth-child(9){display: none;}
.ssc-tooltip{width:180px!important}
#sheet-4 tr > *:nth-child(2) {display:none!important;}
#sheet-4 tr > *:nth-child(5) {display:none!important;}
#sheet-4 tr > *:nth-child(6) {display:none!important;}
#sheet-4 tr > *:nth-child(3) {display:none!important;}
#sheet-4 tr > *:nth-child(4) {display:none!important;}
#sheet-4 tr > *:nth-child(8) {display:none!important;}
.mensaje{display:none}
.divTable{width:100%;}
td.ee128,td.ee141, td.ee130{width:40%!important}
.button-print{display:none}
#table2 td.ee183,#table2 td.ee142{width:50%}
}

@media screen and (max-width: 350px){            
.logo2, .hide1{display:none!important;}
.hide2{display:none!important;}
.subtitulo{width:50%}
.show1 {display:none!important;}
.show2 {display:block!important;}
#contenedorbis{padding:0px}
.toolbar-panel-right{margin-right:0%!important}
.datepicker{margin-left:-15%!important}
#sheet-1 tr > *:nth-child(5){display: none;}
#sheet-1 tr > *:nth-child(6){display: none;}
#sheet-1 tr > *:nth-child(7){display: none;}
#sheet-1 tr > *:nth-child(8){display: none;}
#sheet-1 tr > *:nth-child(9){display: none;}
.ssc-tooltip{width:180px!important}
#sheet-4 tr > *:nth-child(2) {display:none!important;}
#sheet-4 tr > *:nth-child(5) {display:none!important;}
#sheet-4 tr > *:nth-child(6) {display:none!important;}
#sheet-4 tr > *:nth-child(3) {display:none!important;}
#sheet-4 tr > *:nth-child(4) {display:none!important;}
#sheet-4 tr > *:nth-child(8) {display:none!important;}
#sheet-4 tr > *:nth-child(7) {display:none!important;}
.mensaje{display:none}
.divTable{width:100%;}
td.ee128,td.ee141, td.ee130{width:40%!important}
.button-print{display:none}
#table2 td.ee183,#table2 td.ee142{width:50%}
}

/*LOGO*/
.logo2, .logo1 {border: 0px solid transparent!important;border-radius: 1px!important;padding:5px;background:transparent!important}
a.logo2{display:block!important}
img.logo2{height:40px;width:auto; border-radius:5px;padding:5px;margin-top:-38px;margin-right:-4%;float:right}
img.logo1{height:45px;width:auto; border-radius:5px;padding:5px;margin-left:10px}

/*FUENTES*/
select, input, .ee200, .tooltip-inner,.datepicker, #B_475_9, #B_476_9{font-family:Arial; font-size:14px }
.tooltip-inner{font-size:12px}
.ee189,.ee192, .ee193, .ee195, .ee183, .ee200, input.ee194,input.ee199, select.ee194, select.ee196{font-size:12px}
.ee183, .ee200{font-weight:600;}
.ee100 {font-size: 11.00pt;font-weight: 700}
.titulo {font-size: 19pt!important;font-weight: 600;}
.bootstrap-touchspin-down, .bootstrap-touchspin-up {font-weight:700; font-size:15px}
#B_474_9{font-family:'Rosario-Regular';font-weight:600!important}

/*PRINT-SCREEN*/
@media screen{.logo1{ display: none;}}
@media print {.pestaña {height: 100%!important;overflow-y: visible!important} #contenedorbis{box-shadow: 0px 0px 0px #fff!important;display:block!important;}  .logo1{display:block!important;} .logo2{display:none!important} .divTable{padding-right:0px!important;}}
@media print {.divTable {padding-right:0px!important}}

/*WEBKIT CONDITIONS*/
@media screen and (-webkit-min-device-pixel-ratio:768px) {  
/* CSS Statements that only apply on webkit-based browsers (Chrome, Safari, etc.) */  
  .divTable{padding-right:0px!important}  
}



