* {
  border-radius: 0 !important;
}

input {
  border: none !important;
}

select {
  border: none !important;
}

.title {
	color: black;
	align: center;
	padding-top: 1px;
	padding-bottom: 1px;
}

body {
	background: url("images/p4.png") repeat;
	
	font-size: 14px;
	font-family: 'Arial', sans-serif;
	font-weight: 700;
	margin: 0px;
}

a{
	color: black;
	text-align: center;
	display: inline-block;
	transition: opacity ease 0.5s;
}

a:link {
    color: black;
}

a:visited {
    color: black;
}

a:hover {
    color: black;
}

a:active {
    color: black;
}


#wrapper {
	background:#F7F7F7;
	padding:0 0 0px;
	width:90%;
	min-width:700px;
	margin:0 auto;
	margin-bottom:20px;
	border-radius: 0px;
	box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
}

#topwrapper {
	top:0px!important;
	margin-top:-20px!important;
	border-top:0xp!important;
	vertical-align: top;
	background-color: #F7F7F7;
	padding:0 0 0px;
	width:97%;
	min-width:700px;
	margin:0 auto;
	padding-top:0px;
	padding-bottom:8px;
	margin-bottom:2px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
	
}

#tableswrapper {
	color:black;
	top:0px!important;
	margin-top:0px!important;
	border-top:0xp!important;
	vertical-align: top;
	background-color: #F7F7F7;
	padding:0 0 0px;
	max-width:300px;
	margin:0 auto;
	padding-top:8px;
	padding-bottom:8px;
	margin-bottom:10px;
	border-radius: 10px;
	box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
}

.tableswrapperlist {
	
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.3);
}

* html #holder {margin-left:-700px; position:relative; float:left; z-index:2; text-align:left;background:#e4e4e4;}

[contenteditable="true"]:focus {
    background-color: white;
}

[contenteditable="true"] {
    background-color: #F7F7F7;
}



.thcenter {
	color: #F7F7F7;
    background:rgba(0,0,0,0.0);
    padding: 0px 0px;
	text-align:center;
	word-wrap: break-word;
	width: 100%;
	display: block;
}

.thcenter a:link {
    color: black;
}

.thcenter a:visited {
    color: black;
}

.thcenter a:hover {
    color: black;
}

.thcenter a:active {
    color: black;
}

.thcenter th{
	color: black;
	cursor: pointer; 
	text-align:center;
	background-color: #F7F7F7;
	background:rgba(0,0,0,0.0);
	font-weight: 700;
	vertical-align:bottom;
	
	padding-top: 8px;
	
}
.thcenter th:hover{
	background-color: rgb(235, 235, 235);
}


.thtables {
	color: black;
    background-color: #F7F7F7;
    padding: 0px 0px;
	text-align:center;
	word-wrap: break-word;
	width: 100%;
	display: block;
}
.thtables a:link {
    color: black;
}

.thtables a:visited {
    color: black;
}

.thtables a:hover {
    color: black;
}

.thtables a:active {
    color: black;
}
.thtables th{
	color: white;
	cursor: pointer; 
	text-align:center;
	background-color: #F7F7F7;
	padding: 10px 0px;
	
}
.thtables th:hover{
	background-color: rgb(235, 235, 235);
}


th:hover{
	background-color: rgb(235, 235, 235);
}

.table-editable {
  
  .glyphicon {
    font-size: 15px;
  }
}

.tablefs-editable {
  
  .glyphicon {
    font-size: 20px;
  }
}


.table-remove {
	color: #700;
	cursor: pointer;
 }
 
.table-remove:hover {
    color: #f00;
 }


.table-export {
	color: #007;
	cursor: pointer; 
}  

.table-export:hover {
    color: #00f;
  }

.table-export-asignaciones {
	color: #007;
	cursor: pointer; 
}  

.table-export-asignaciones:hover {
    color: #00f;
  }
  
.table-asignaciones {
	color: #040;
	cursor: pointer; 
}  

.table-asignaciones:hover {
    color: #0d9;
}  
 
.table-cargas {
	color: #445;
	cursor: pointer; 
}  

.table-cargas:hover {
    color: #dde;
}  
  
.table-listado {
	color: #927;
	cursor: pointer; 
}  

.table-listado:hover {
    color: #fbf;
}    
  

.table-up, .table-down {
	color: #007;
	cursor: pointer;
}


.table-add, .table-add-operadores {
	color: #000;
	cursor: pointer;
	position: absolute;
	top: 8px;
	right: 0;
}

.table-add:hover , .table-add-operadores:hover{
    color: #0b0;
  }
  
th {
    color: black;
    padding: 20px 30px;
	word-wrap: break-word;
}

#sortableTable th:hover {
    background-color: rgb(200, 200, 200);
 }

#sortableTable thead {
  cursor: pointer;
  
}

#sortableTable thead tr th.headerSortUp span {
	background-image: url("images/sortup.png");
}
#sortableTable thead tr th.headerSortDown span {
	background-image: url("images/sortdown.png");
}

#sortableTable thead tr th.headerSortUp, #sortableTable thead tr th.headerSortDown {
	background-color: rgb(200, 200, 200);
}

#sortableTable thead tr th span { 
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	word-wrap: break-word;
}

#sortableTable {
	display: block;
	table-layout: fixed;
	width: 100%;
	min-width:700px
}


/***********************************************************/
#sortableTable1 th:hover {
    background-color: rgb(200, 200, 200);
 }

#sortableTable1 thead {
	cursor: pointer;
}

#sortableTable1 thead tr th.headerSortUp span {
	background-image: url("images/sortup.png");
}
#sortableTable1 thead tr th.headerSortDown span {
	background-image: url("images/sortdown.png");
}

#sortableTable1 thead tr th.headerSortUp, #sortableTable1 thead tr th.headerSortDown {
	background-color: rgb(200, 200, 200);
}

#sortableTable1 thead tr th span { 
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	word-wrap: break-word;
}

#sortableTable1 {
	display: block;
	table-layout: fixed;
	width: 100%;
	min-width:700px
}

#panelwrapper{
	min-height:100px;
	margin-top: 0px;
	padding-top: 0px;
	top: 0px;
	position: relative;
}

#panelfswrapper{
	min-height:100px;
	margin-top: 0px;
	padding-top: 0px;
	top: -20px;
	position: relative;
}

#draggable-content{
	background: rgba(0, 0, 0,0);
	background: rgb(112, 196, 105);
	width: 950px;
	min-height:200px;
	left:0px;
	top:100px;
	z-index:3;
	position: absolute;
	padding-top:0px;
	padding-bottom:8px;
	margin-bottom:10px;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
    border-left: 2px solid;
	border-right: 2px solid;
	border-bottom: 2px solid;
	border-top: 15px solid;
	border-radius: 5px;
	border-color: black;
	
}

#draggable-content-add-operador{
	background: rgb(255, 255, 255);
	width: 400px;
	min-height:200px;
	left:0px;
	top:100px;
	z-index:3;
	position: absolute;
	padding-top:0px;
	padding-bottom:8px;
	margin-bottom:10px;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
    border-left: 2px solid;
	border-right: 2px solid;
	border-bottom: 2px solid;
	border-top: 15px solid;
	border-radius: 5px;
	border-color: black;
	
}

#draggable-contentfs{
	background: rgba(0, 0, 0,0);
	background: rgb(112, 196, 105);
	min-height:200px;
	left:0px;
	top:0px;
	z-index:3;
	position: absolute;
	padding-top:0px;
	padding-bottom:38px;
	margin-bottom:0px;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
    border-left: 2px solid;
	border-right: 2px solid;
	border-bottom: 2px solid;
	border-top: 35px solid;
	border-radius: 5px;
	border-color: black;
	
}

#draggable-content:hover{
	cursor: move;
}
#panelwrapper:hover{
	cursor: auto;
}



/*************************PANEL***********************/
.panelfstable {
	color: black;
    background-color: #F7F7F7;
    padding: 0px 0px;
	text-align:center;
	word-wrap: break-word;
	width: 100%;
	
	display: block;
}

.paneltable {
	color: black;
    background-color: #F7F7F7;
    padding: 0px 0px;
	text-align:center;
	word-wrap: break-word;
	width: 590px;
	display: block;
}

#panel-promedio{
	min-height: 50px;
	width: 100%;
}

.panel-newtab {
    color: #080;
  }
  
.panel-remove {
    color: #a00;
  }
  
.panel-remove:hover {
    color: #f00;
 }
 
.panel-newtab:hover {
    color: #0b0;
  }
  
  
input, select { 
	border:1px dotted grey; 
	width:100px; 
	height:30px;
	border-radius: 10px;
}