body {font-family:'Open Sans'; font-color:#000; background:#ececec;font-size:1em;}

.sticky-row{position: -webkit-sticky; /* Safari */
  	position: sticky;
  	top: 0;}
 .record {border-top:solid 1px #70591b;border-left:solid 1px #70591b;}
 .header, .order{background:#70591b;color:#FFF;text-align:center;}
 .order {cursor:pointer;}
 .order:hover {background:#000;}
 .cell-record {border-right:solid 1px #70591b;border-bottom:solid 1px #70591b;padding:3px;background:#FFF;}
 .cell-edit{cursor:pointer;background-color:#bcd2f5;background-image:url('/images/edit.png');background-position:center; background-repeat:no-repeat; min-width:24px;}
 .cell-edit:hover{background-color:#fcec81}
 .editor {padding:20px;border:solid 3px #185a6e; border-radius:4px; background:#FFF; margin-top:10px;}
 .save {display:table; margin:auto; padding:8px; background:#185a6e; color:#FFF;font-family:Bitter; font-weight:700;cursor:pointer;}
 .save:hover {background:#000;}
 .mast {padding:10px; background:#ff8738;}
 .action{display:inline-table;padding:8px;background:#FFF;font-weight:bold;cursor:pointer;color:#185a6e;}
 .action:hover{background:#000;color:#FFF;}
 input[type="text"],textarea {font-size:1.2em; font-family:'Open Sans';}
 .close {display:table;margin-bottom:10px;width:30px;height:30px;border-radius:15px;background:#4d4c4b;color:#FFF;cursor:pointer;text-align:center;line-height:30px;font-weight:bold;}
 .close:hover{background:#000;}
 .editor input[type="submit"] {background: #075698;padding:6px;color:#FFF;display:inline-table;margin-top:10px;font-size:120%;font-weight:bold;cursor:pointer;border:0;}
.trash{display:table;float:right;margin-right:5px;width:40px;height:40px;border-radius:20px;background-image:url('/images/trash.png');background-size:cover;cursor:pointer;}
.trash:hover{background-color:red;}
.warning {border:solid 3px red;padding:10px;display:table; margin:auto;text-align:center;}
.delete, .cancel {display:inline-table;background:#727272;color:#FFF;cursor:pointer;padding:5px;font-weight:bold;margin-top:10px;font-size:120%;}
.delete:hover {background:red;}
.cancel:hover {background:#000;}
}
