@charset "utf-8";

*{
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
	-webkit-padding-start: 0px;
	margin: 0px;
	padding: 0px;
}
body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	background-color: #ebebeb;
}
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    color: inherit;
}
nav{
	display: flex;
	padding: 0.3em 0.5em;
	color: #FFF;
	background-color: #1C57A9;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: baseline;
	font-size: 1em;
	line-height: 1.5em;
}
nav>*{
	order: 0;
    flex: 0 1 auto;
    align-self: auto;	
}
nav>#search{
	width: 35vw;
	min-width: 140px;
	position: relative; 
}
nav h1{
	text-overflow: ellipsis;
    overflow: hidden;    
    white-space: nowrap;	
}
nav h1 a{
	color: white;
}

nav #mainSearch{
	display: flex;
    width: 100%;
    align-items: baseline;
    justify-content: space-between;
}
nav #mainSearch select{
	width: 140px;
    margin-right: 9px;
}
nav #mainSearch>*{
	font-size: 16px;	
    line-height: 1.8em;    
}
nav #mainSearch input[type=text]{
	width: 100%;
    background-color: white;
    border-radius: 4px;
	margin: 3px auto;
	padding: 0 1.8em 0 0.5em; 
    outline: none;   	
}
nav #mainSearch input[type=button]{	
	font-weight: 600;
	padding: 0 .1em;
}
nav #mainSearch>span{
	position: relative;
	width: 100%;
}
nav #mainSearch>span #magn{
	position: absolute;
	margin: 3px 0 3px 0; 
	right: 3px;
	border: 2px solid rgba(0,0,0,0);
	filter: grayscale(100%);    
    opacity: 0.5;
	top: 1px;
	cursor: default;
	user-select: none;
}
nav #searchExt table{
	width: 100%;
	border-collapse: collapse;
	margin-top: 3px;	
}
div#searchExt tr {
    height: 1.8em;
}
nav #searchExt table td{
	text-align: center;
}
nav #searchExt table td:nth-child(2) select{
	/*margin-right: -7px;*/
}
nav #searchExt table input[type=text]{
	padding-right: .5em;
	width: 96%;
}
nav #menu{
	list-style-type: none;
	cursor: pointer;
	white-space: nowrap;
	user-select: none;
	
}
nav #menu>li:hover{
	background-color: #E33D00;
}
nav #menu>li{	
	padding: 0 0.3em 0 0.3em;
	line-height: 1.8em;	
    display: inline-block;	
	transition: color 1s ease-in-out;
	z-index: 1000;
}
nav #menu>li.wow{	
	color: #E33D00;
}

nav #menu #showExt::after{
	content: '▲';
}
nav #menu #showExt.off::after{
	content: '▼' !important;
}
nav #menu2wrap{
	position: relative;
}
nav #menu2wrap .menu2{
	display:none;
}
nav #menu2wrap:hover{
	box-shadow: 3px 3px rgba(0,0,0,.5);
}
nav #menu2wrap:hover .menu2{
	display:block;
	position: absolute;
    top: 1.6em;
    right: 0;
    background-color: #E33D00;
    list-style-type: none;	
	box-shadow: 3px 3px rgba(0,0,0,.5);
}
nav .menu2 li{
	text-align: right;
    padding: 0 .5em;
}
nav .menu2 li a{
	text-decoration: none;
	color: white;
}
nav .menu2 li:hover a{
	text-decoration: underline;
}
nav #user{
	text-transform: capitalize;
}
nav .search-cont table td{
	color: #1C57A9;
	text-align: center;
	font-size: 22px;
}
nav .search-cont table td input[type=checkbox]{
	width: 1em;
}
@media (max-width: 400px) {
nav h1{
	display:none;
}
nav>#search{
	min-width: 100px;
}
}

main{
	width: 90%;
    margin: 1em auto;	
}
main.with-footer{
	padding-bottom: 1.5em;
}
main h1{
	color: #1C57A9;
	text-align: center;
    margin-bottom: 0.5em;
}

#pages{
	text-align: center;
    padding-top: .5em;
    font-weight: bold;
	user-select: none;
}
#pages li.act{
	background-color: #E33D00;
	border: 1px solid #E33D00;
	user-select: none;
}
#pages li{
	line-height: 1.8em;
    display: inline-block;
    color: #FFF;
    background-color: #1C57A9;
    border: 1px solid #1C57A9;
    min-width: 2em;
	cursor: pointer;
	padding: 0 .5em;	
}
#pages li.ellipsis{
	cursor: inherit;	
}

#download li{
	list-style: none;
	text-align: left;
}
#download li input{
	margin-right: 5px;
}

#download-heads{
	list-style-type: none;
}
#download-heads li,#download-heads b{
	float: left;
	padding: 0 .4em;
}
#download-heads input{
    margin-right: 0.2em;
    vertical-align: middle;
}

footer{
	position: fixed;
    bottom: 0;
    text-align: right;
    width: 100%;
    background-color: #1c57a9;
    color: white;
    line-height: 1.5em;
    font-size: 1em;
}
footer li{
	display: inline-block;
	padding: 0 .5em;
}

.hidden{
	display: none !important;
}

div[id*=-proto]{
	display: none;
}
#data-table,.data-table{
	width: 100%;
    border-collapse: collapse;	
}
#data-table.searchTable{
	table-layout: fixed;
}
#data-table thead th:nth-child(n+3){
	cursor: pointer;
}
#data-table tr,.data-table tr{
	height: 35px;
}
#data-table tr:nth-child(2n),.data-table tr:nth-child(2n){
	background-color: white;
}
#data-table tr:nth-child(2n+1),.data-table tr:nth-child(2n+1){	
	background-color: rgba(28, 87, 169, 0.0784);
}
#data-table tr th,.data-table tr th{
	color: #FFF;
    background-color: #1C57A9;
	border: 1px solid #1C57A9 !important;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#data-table tr td{
	overflow: hidden;
	
	/*user-select: all;*/
}
#data-table tr td.changed{
	color: #717171;
}

#data-table tr td:nth-child(1){
	user-select: none;
}
#data-table tr td:nth-child(1)[class*=m]{
	cursor: pointer;
}
#data-table tr td:nth-child(4){
	text-align:left;
	padding-left: 0.5em;
}
#data-table tr td.multiple,#data-table tr td.multiple~td{
	background-color: #FFEB3B;
}
#data-table tr td a{
	color:black;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
	/*-webkit-user-drag: none;*/
	max-width: 90%; 	
}
#data-table tr td span {
    line-height: 1em;
    vertical-align: middle;
}

.data-table.projects-table th:nth-child(3){
	width: 35%;
}.data-table.projects-table th:nth-child(4){
	width: 20%;
}
.data-table.projects-table th:nth-child(7){
	min-width: 120px;
	 
}
.data-table.projects-table td:nth-child(7) input{
	margin-top: 2px;	 
}
.data-table.projects-table th:nth-child(8){
	min-width: 120px;	
}
.data-table.projects-table th:nth-child(10){
	min-width: 75px;	
}
.data-table.projects-table tr.on td{
    background-color: #7fff0047;
}
.data-table.projects-table.hideoff tr.off{
    height: 10px;
}
.data-table.projects-table.hideoff tr.off td{
    display: none;
}
.data-table.projects-table input[name='PLAY']{
	color: #2aa91c;
}
.data-table.projects-table input[name='PLAY'],
.data-table.projects-table input[name='STOP'],
.data-table.projects-table input[name='REP' ]{
	width:30px;
}
.data-table.projects-table input[name='PLAY'][disabled],
.data-table.projects-table input[name='STOP'][disabled],
.data-table.projects-table input[name='REP' ][disabled]{
	color: #a0a0a0;
	opacity: .5;
}
.data-table.projects-table .intable{
	display: inline-block;
	margin: 0 auto;
	float: left;
	width: 100%;
	border-collapse: collapse;
	margin: 2px 0;  
	font-size: small;
}
.data-table.projects-table .intable tr{
	background-color: #0058af1c;
	height: 1em;
}
.data-table.projects-table .intable tr td:nth-child(1){
	width: 50px;
}
.data-table.projects-table .intable tr td:nth-child(3){
	text-align: left;
	min-width: 240px;
}
.data-table.projects-table input[disabled],
.data-table.projects-table input.off{
    filter: grayscale(1);
}
.data-table.projects-table .locked{
    filter: grayscale(1);
	transition: 1s ease all;
}
.data-table.projects-table .locked:hover{
	filter: grayscale(0);
}
.data-table.projects-table .link.del *{
    text-decoration: line-through;
    text-decoration-color: black !important;
}
.data-table.projects-table .link{
	user-select: none;
	cursor: auto;
}
.data-table.projects-table .link a{
	text-decoration: none;
}
.data-table.projects-table .link.req{
    opacity: .25;
}
.data-table.projects-table .link.off{
	    visibility: hidden;
}
.data-table.projects-table a.dev{
	position: relative;
}
.data-table.projects-table a.dev::after{
    content: "test";
    position: absolute;
    top: -12px;
    left: -4px;
    transform: rotate(320deg);
    font-size: x-small;
}
.data-table.projects-table .expend.skp>td:last-child{
    background-color: #fff70047;
}
.data-table.projects-table .expend.ok>td:last-child{
    background-color: #7fff0047;
}
.data-table.projects-table .expend.err>td:last-child{
    background-color: #ff170047;
}
.data-table.projects-table .not{
    text-decoration: line-through;
}

.data-table.processes-table th:nth-child(8){
	width: 40%;
}
.data-table.processes-table tr td:nth-child(8) pre{
	white-space: pre-wrap;
    max-height: 15em;
    overflow-y: auto;
    width: 97%;
    margin: 0 auto;
    overflow-x: hidden;
}
.data-table>tbody>tr{
  transition: .5s ease outline-width;
}
.data-table>tbody>tr.current{
	outline: #0000ee63 solid 3px;
}

#data-table tr th,#data-table tr td,.data-table tr th,.data-table tr td{
	border: 1px solid #636363;
    padding: 0 .2em;
	line-height: 1.5em;
    font-size: 1.2em;
	width: 80px;
	text-align:center;
}
#data-table.searchTable tr th:nth-child(1){
	width: 15px;
}
#data-table.searchTable tr th:nth-child(2){
	width: 30px;
}
#data-table.searchTable tr th:nth-child(3){
	width: 85px;
}
#data-table.searchTable tr th:nth-child(4){
	width: 33%;
}
#data-table.searchTable tr th:last-child{
	width: 130px;
}
#data-table.searchTable tr td:nth-child(2),
#data-table.searchTable tr td:nth-child(3){
	text-align: right;
}
#data-table.searchTable tr td:nth-child(3){
	text-align: center;
}
#data-table.searchTable tr td:last-child{
	overflow-x: hidden;
    white-space: nowrap;
	text-align: left;
}
#data-table tr th.desc::after{
	content: '▾';	
}
#data-table tr th.asc::after{
	content: '▴';	
}
#data-table td.flag[value='0']::after{
	text-shadow: none;
	opacity:0;
}
#data-table td.flag[value='1']::after{
	color: #969696;
}
#data-table td.flag[value='2']::after{
	color: white;
}
#data-table td.flag[value='3']::after{
	color: #ff9b00;
}
#data-table td.flag::after{
    transition: all .2s ease-in-out;
	content: '⚑';
    background-color: #c3c3c3;
    border-radius: 1em;
    min-width: 1.4em;
    display: inline-block;
    line-height: 1.4em;
    box-shadow: #848484 2px 2px 0px 0px inset;
    text-shadow: #424242 1px 1px 2px;
    vertical-align: middle;
	color: rgba(0,0,0,0);
}
#data-table td.stat[value='0']::after{
	text-shadow: none;
	color: gray;
	opacity:0;
	
}
#data-table td.stat[value='1']::after{
	color: #e33d00;
}
#data-table td.stat[value='2']::after{
	color: #ffeb3b;
}
#data-table td.stat[value='3']::after{	
	color: #28a745;
}
#data-table td.stat::after{
	content: '⬤';
    transition: all .2s ease-in-out;
    background-color: #c3c3c3;
    border-radius: 1em;
    min-width: 1.4em;
    display: inline-block;
    line-height: 1.4em;
    box-shadow: #848484 2px 2px 0px 0px inset;
    text-shadow: #424242 1px 1px 2px;
    vertical-align: middle;
	color: rgba(0,0,0,0);
}
#data-table td.invalid{
	color: red;
}
#data-table td.saved{
	color: green;
}
#data-table td.same{
	opacity: .2;
}
#data-table td.same.changed{
	opacity: 1;
}
#data-table input[type=button]{
	padding: 0 .5em;
    font-size: smaller;	
}
#domain div{
	clear: both;
}
#domain div{
	background-color: white;
	padding: 0 .5em 0.5em .5em;
	overflow: hidden;
}
#domain h2{
	font-size: 24px;
	margin: 1em auto;
	font-weight: bold;
	text-align: center;
    color: #1C57A9;	
}
#domain h3{
	font-size: 20px;
	margin: 1em auto;
	font-weight: bold;
}
#domain table{
    border-spacing: 0.5em 0;
	font-size: 18px;	
}
#domain table tr td{
	word-break: break-word;
}
 
#domain table th{
    font-weight: bold;
    margin-right: .5em;
    text-align: right;
    line-height: 1.5em;
    clear: both;
    text-transform: capitalize;
    min-width: 180px;
    white-space: nowrap;
	vertical-align: top;
}
#domain table.images{
	overflow-y: auto;
    max-height: 24em;
    display: block;
}
#domain table.images th{
	text-align: left;
}
 
#domain table td span{
	width: 50vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	display:inline-block;
}
#domain table td:last-child span{
	width: 30vw;
}

#domain .whois,#domain .scr{
	margin-top: 1em;
}
#domain pre{
	white-space: pre-wrap;
    text-align: justify;
}
#domain .scr[src='']{
	display:none;
}
#domain .scr{
	width: 100%;
}
#domain pre.whoisXml{
	white-space: pre;
    text-align: justify;
    overflow-x: auto;
}

#domain .domaincp-cont{
	overflow-x: auto;
}
#domain .domaincp-cont table tr:hover{
	background-color: #ccc;

}
#domain .domaincp-cont table td{
	max-width: 25vw;
    min-width: 25vw;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    border-top: 1px solid gray;

}

#add #getData{
	margin: 6px 0 3px 0;
}
#add #getDataStatus{
	width: 300px;
    display: inline-block;
    vertical-align: middle;
}
#add .form th {
    text-align: right;
}
#add .form td{
    width: auto;
}
#add .form input{
	text-align: left;
	width: 90%;
}


.search-cont {
	position: fixed;
    top: 50vh;
    width: 100%;
    text-align: center;
    z-index: 1;
    margin-top: -156px;
}
.custom-search {
	display: block;
	width: fit-content;
	max-width: 1000px;
	margin: 0 auto;
	padding: 5px;
	z-index: 1;
	box-shadow: 3px 3px rgba(0,0,0,.5);
	border: 2px solid #adadad;
	background-color: #ebebeb;
}
.custom-search h2{
	width: 100%;
    color: #3057a9;
    line-height: 1.5em;	
}
.search-cont td:first-child {
	width: 40%;
	text-align: right;
    padding: 0 0.5em;
    white-space: nowrap;
}
.search-cont #domainChbs label {
    white-space: nowrap;
}
#custom-search-bg{
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    /*pointer-events: none;*/
    z-index: -1;
    box-shadow: rgba(0, 0, 0, 0.34) 0px 0px 100px inset;
}

/*common.css*/
body {
  padding: 0;
  margin: 0;
}
body nav {
  /*
  position: fixed;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 40px;
  color: #FFF;
  background-color: #1C57A9;
  */
}
body nav .mob-toggler {
  cursor: pointer;
}
body nav .mob-toggler h1 {
  margin-top: 4px;
}
body nav .left {
  margin-left: 5px;
  flex-grow: 2;
}
body nav .left #title {
  margin-top: 5px;
}

body nav .search {
  /*
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  */
}
body nav .search .cont {
  position: relative;
  top: 3px;
  display: flex;
  flex-direction: row;
  background-color: white;
  margin: 3px auto;
  border-radius: 4px;
  width: 100%;
}
body nav .search .cont #term {
  flex-grow: 1;
  color: #1C57A9;
  font-size: 16px;
  padding: 2px;
  border: none;
  border-radius: 4px;
  outline: none;
}
body nav .search .cont i {
  float: right;
  color: #1C57A9;
  font-size: 20px;
  margin-top: 2px;
  margin-left: 5px;
  margin-right: 5px;
}
body nav .search #term {
  outline: none;
}
body nav .right {
  margin-right: 5px;
  flex-grow: 2;
}
body nav .right .user-group {
  float: right;
  cursor: pointer;
}
body nav .right .user-group #user {
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
}
body nav .right .user-group .toggler {
  position: relative;
  top: 17px;
  display: inline-block;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #FFF;
}
body nav .right .add {
  float: right;
  margin-right: 10px;
  height: 100%;
}
body nav .right .add i {
  margin-top: 6px;
  font-size: 30px;
  color: white;
}
body nav .right .toggler {
  position: relative;
  top: 17px;
  display: inline-block;
  float: right;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #FFF;
}
@media (max-width: 650px) {
  body nav .left {
    flex-grow: 0;
  }
  body nav .search .cont {
    width: 100%;
  }
  body nav .right {
    flex-grow: 0;
  }
}
body .dropdown {
  position: fixed;
  top: 40px;
  right: 0;
  background-color: #1C57A9;
  list-style-type: none;
  padding: 0;
}
body .dropdown li {
  font-size: 20px;
  color: #FFF;
  border-top: 2px solid #FFF;
  padding: 5px;
}
body .dropdown li a {
  display: block;
  color: #FFF;
  text-decoration: none;
}
body .dropdown li:hover {
  background-color: #E33D00;
}
body .mob-dropdown {
  position: fixed;
  top: 40px;
  background-color: #1C57A9;
  width: 200px;
  padding: 0;
}
body .mob-dropdown li {
  font-size: 20px;
  color: #FFF;
  padding: 5px;
}
body .mob-dropdown li p {
  padding: 0;
  margin-bottom: 0;
}
body .mob-dropdown li a {
  display: block;
  color: #FFF;
  text-decoration: none;
}
body .mob-dropdown li:first-child {
  padding: 0;
  border-top: 2px solid #FFF;
  border-bottom: 6px double #FFF;
  text-align: center;
}
body .mob-dropdown li:nth-child(2) {
  border-bottom: 2px solid #FFF;
}


body .search-cont .custom-search .data-cont {
  display: flex;
  flex-direction: row;
}
body .search-cont .custom-search .data-cont table {
  flex-grow: 1;
	width: 50%;
}

body .search-cont .custom-search .data-cont table tr td:first-child p {
  position: relative;
  color: #1C57A9;
  text-align: center;
  font-size: 22px;
}
body .search-cont .custom-search .data-cont table tr td {
  height: 40px;
}
body .search-cont .custom-search .data-cont table tr td:nth-child(2) input:not([type=checkbox]), 
body .search-cont .custom-search .data-cont table tr td:nth-child(2) select {
  width: 100%;
  font-size: 20px;
  color: #1C57A9;
  background-color: white;	
  padding: 0 5px;
  margin: 0;
  border: 2px solid #1C57A9;
  outline: none;
  height: 30px;
}
body .search-cont .custom-search .data-cont table tr td:nth-child(2) select {
  text-align: center;
}
body .search-cont .custom-search .search-btn {
  display: inline-block;
  font-size: 18px;
  margin: 5px auto;
}
body .search-cont .custom-search button.search-btn[name=save]{
	margin-left: 1em;
}


button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}
.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 3px rgba(40,167,69,.5);
}

.btn-gray {
    color: #fff;
    background-color: #b1b1b1;
    border-color: #b1b1b1;
}
.btn-gray:hover {
    color: #fff;
    background-color: #6b6b6b;
    border-color: #565555;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}
.btn-gray.focus, .btn-gray:focus {
    box-shadow: 0 0 0 3px rgba(167, 167, 167, 0.5)
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out;
}
.btn.mini{
	font-size: small;
    line-height: 1em;
    height: 1.6em;
    padding: 2px 5px;
    display: inline-block;
    margin: 0 .5em;
}

.main-cont {
  width: 90%;
  background-color: #FFF;
  margin: 10px auto;
  padding: 10px;
  border-radius: 5px;
}
.main-cont .form {
  width: 100%;
  color: #1C57A9;
  font-size: 20px;
}
.main-cont .form tr td:first-child {
  width: 30%;
}
.main-cont .form tr td:first-child p {
  text-align: right;
}
.main-cont .form tr td {
	width: 70%;
	text-align: center;
}
.main-cont .form tr td input {
  display: block;
  width: 50%;
  text-align: center;
  margin: 0 auto;
  padding: 0 10px 5px 10px;
  border: 2px solid #1C57A9;
  outline: none;
}
.main-cont .form tr td input:hover {
  color: #E32500;
  border: 2px solid #E32500;
}
.main-cont .form tr td #inp-username {
  margin-bottom: 8px;
}
.main-cont .submit {
  display: block;
  font-size: 20px;
  margin-top: 10px;
  margin: 20px auto 0;
  outline: none;
}
.main-cont select{
	display: block;
    width: 50%;
    text-align-last: center;
    margin: 0 auto;
    padding: 0 10px 5px 10px;
    border: 2px solid #1C57A9;
    outline: none;	
}

.nosel{
	user-select: none;
}
.green{
	color:green !important;     	
}
.blue{
	color:blue !important; ;     	
}
.red{
	color:red !important; ;     	
}
.gray{
	color:#b1b1b1 !important; ;     	
}
/*reboost.scss*/

/*
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/fa.eot");
  src: url("/fonts/fa.eot?#iefix") format("embedded-opentype"), 
		url("/fonts/fa.woff2") format("woff2"), 
		url("/fonts/fa.woff") format("woff"), 
		url("/fonts/fa.ttf") format("truetype"), 
		url("/fonts/fa.svg#fontawesome") format("svg"); 
}


.fa{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-plus:before {
    content: "\f067";
}
*/