.takeshot_selection .takeshot_selection_button{
color:green !important;
}
.takeshot_selection div.block:hover{

border:1px solid red;

}



.list_main{

    position: relative;
	
}
.list_main .list {
    transition-delay: 2s;
    display: none;
    z-index: 100;
    border-radius: 4px;
    white-space: nowrap;
    background: #555;
    text-align: left;
    padding: 5px 0;
    position: absolute;
}
.list_main .list a {
    display: block;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 7px 10px;
}


.list_main .list a i {
    margin-right: 5px;
    border-radius: 4px;
    width: 16px;
    height: 16px;
    padding: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
}



.list_main:hover .list{
	display:block;
}
.list_main .list a:hover{
	background:#0007;
}

.list_main .list a.selected{
	background:#0007;
}








.actions i {
border-radius: 5px;
cursor: pointer;
width: 26px;
font-size: 13px;
height: 26px;
/*color:#07f;*/
text-align: center;
padding: 7px 2px;
box-sizing: border-box;
vertical-align:bottom;
}

.actions i:hover {
background: #ddd;
}


.action{
text-decoration: none;
}
.action i{

    padding: 6px;
    text-decoration: none;
    width: 26px;
    height: 26px;
    margin: -6px 0px;
    display: inline-flex;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
    color: gray;
    align-items: center;
    justify-content: center;
	
	
	
}
 .action i:hover{
background: #ddd;

}

.cloud_close {
    z-index: 5;
    cursor: pointer;
    margin: 20px;
    top: 0;
    right: 0;
    color: #f00;
    font-size: 28px;
    display: inline-block;
    position: absolute;
}
.cloud_close .fal {
    background: #ddd;
}
.cloud_close>i {
    background: #fff;
    border-radius: 32px;
    width: 48px;
    height: 48px;
    text-align: center;
    font-size: 32px;
    padding: 8px;
}

.checkbox_row{

}
.button_hidden{
position:absolute;
display:none;
}
.button_hover_show:hover .button_hidden{
display:block;
}

.con.list.check a i{

opacity:0;


}



.con.list a i{

    margin-right: 5px;
    border-radius: 4px;
    width: 16px;
    height: 16px;
    padding: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
	
}



.con.list.check a:hover i{

opacity:0.5;


}

.con.list a.check i{

opacity:1;

color:#0f0;
}

.con.list a:hover i{


}

.con.list a:hover i:hover{

/*background:#777;*/
}


.con.list a i.checked{

opacity:1;

color:#0f0;
}

.fa_hide{
display:none;
}









.button_list{

    position: relative;
}


.button_list:focus .list{


display:block;

}


.button_list:hover .list{


display:block;

}


.button_list .list a:hover{


background:#0007;


}
.button_list .list a{
display:block;
text-decoration:none;
color:#fff;
overflow:hidden;
text-overflow:ellipsis;
padding:4px 10px;
}
.button_list .list{

transition-delay:2s;
display:none;
z-index:100;
border-radius:4px;
white-space:nowrap;
background:#333;
text-align:left;
padding:5px 0;
position:absolute;

}























.action_button{
    display: inline-block;
cursor:pointer;
padding: 5px;
    margin: -5px 0;
 /*   width: 29px;*/
    text-align: center;
    border-radius: 5px;
    color: gray;



}


.action_button:hover{

background: #ddd;


}



@keyframes change-background {
  0% {
    background: #0000;
  }
  50% {
    background: #7ff;
  }
  100% {
    background: #0000;
  }
}






.action_approve{

color:#0f0;

}

.action_send{

color:#79f;

}

.action_remove{

color:#f77;

}


.ico_1{

margin:10px auto;font-size:64px;display:block;width:64px;color:#074E8C;

}
.dashboard_count{


display:inline-block;

display: inline-flex !important;
justify-content: center;
align-items: center;



border-radius: 20px;
background: #777;
font-weight: bold;
width: 30px;
color: #fff;
height: 30px;
padding: 5px 0;
font-size: 17px;
text-align: center;
margin: -7px 10px -7px 0;
margin: 0 10px 0 0;

}








.block:empty{    display:none;}
.tabs:empty{    display:none;}
.buttons>div:empty{    display:none;}
.buttons:empty{    display:none;}
.block .footer{
padding:10px;

text-align:center;
}


.block  tr.note {
transition: 0.1s;


}
.block  tr.note:hover {
background:#eee;


}
.block .note td{
    padding: 5px ;
	
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.table2 td,.table2 th{

	
	 overflow: hidden;
}

.table2 td{
    
	white-space:nowrap;
	
}

.center{
text-align:center;
}
.list hr{
margin:5px;
}

.footer{
margin-top:100px;
background:#0003;
height:500px;



    background: #fff0 repeating-linear-gradient( 
45deg
, #0000, #0000 50px, #00000007 50px, #00000007 100px );

}
.content{

padding: 0 10px 0;
min-width:1200px;
/*
margin:auto;
max-width: 1600px;
max-width:1024px;
max-width:1280px;
max-width:1280px;


padding:0 15px;

*/

/*
overflow:hidden; position: relative;*/
}
.block,
.tabs,
.buttons,
.buttons>div,
.menu>table{
margin: auto;

max-width:1200px;
}


label b i{
width:16px;
text-align:center;
}
.buttons>div{
   padding: 10px 0 10px 0;
/*
margin: auto;
padding:15px ;
 

	
*/	
	
}

.buttons{

/*position:sticky;*/
/*
background:#fff;
margin: 15px -10px 0;

top:64px;


z-index:65;
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
*/



    padding: 0 10px;
    background: #fff;
    margin-top: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;

}
#filter{
display:none;
}
#filter.show{

display:block;


}

.padding,.block.form{
padding:10px;
}
.block .note:last-child td{

/*border-bottom:none;*/
}
.block .content{

padding:10px;
}

.block .header{

padding: 5px;

border-bottom: 1px solid #ccc;
font-weight:bold;
}

.block .header{
padding: 10px 5px;
background:#e7e7e7;
}


.block{

background:#fff;margin: 10px auto;

border-radius:4px;
border:1px solid #ccc;
/**/


/*
overflow:auto;
*/
}



.tabs {
/*
    overflow: auto;
	
white-space:nowrap;

*/
padding: 0 10px;
background:#fff;margin-top: 15px;



border:1px solid #ccc;


border-radius:4px;
}




.tabs a:hover{
color:#37a;
border-bottom:2px solid #37a;
}
.tabs a.selected{

color:#37a;
border-bottom:2px solid #37a;
}



.tabs a{
    vertical-align: bottom;
	overflow:hidden;
	text-overflow:ellipsis;
	/* max-width:200px; */
	color:#777;
	transition:0.2s;
	font-weight:bold;
	display: inline-block;

	text-decoration: none;

	padding: 10px 10px 10px;
	border-bottom:2px solid transparent;

}



.tabs.alt {
background:#fff;
border-bottom:2px solid #37a;
padding:10px 10px 0;
}

.tabs.alt a:hover{
background:#37a7;
color:#000;
}
.tabs.alt a.selected{
background:#37a;
color:#fff;
}
.tabs.alt a{

display:inline-block;
background:#ddd;
text-decoration:none;
border-radius:5px 5px  0   0 ;
padding: 5px 10px;
color:#000;

}












.input-file{
/*
display: inline-block;
max-width: 100px;
width: 0;
height: 0;
overflow: hidden;
position: absolute;
z-index: -1;
border: 0;
*/
}



.popup .window{

overflow:hidden;
/*
top:50%;
margin:auto;
margin-top:-100px;
position:relative;

min-height:200px;

*/
display:inline-block;
text-align:left;


border-radius:10px;
background:#fff;

max-width:1200px;
min-width:200px;
width:100%;

position:relative;
vertical-align:middle;

}
.popup{
z-index:1000;
display:none;
text-align:center;
padding:100px 10px;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;

overflow: auto;
background:#00000077;


}

.pending .fa-cog{

font-size:128px;color:#fff;

top: 50%;
position:relative;
margin-top: -64px;
animation-name: spin;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: linear;


}
.help{
display:none;
z-index:1000;
position:fixed;
background:#00000077;
text-align:center;
top:0;
left:0;
width:100%;
height:100%;


}
.pending{
display:none;
z-index:1000;
position:fixed;
background:#00000077;
text-align:center;
top:0;
left:0;
width:100%;
height:100%;


}

@-webkit-keyframes spin {
0%  {-webkit-transform: rotate(0deg);}
100% {-webkit-transform: rotate(360deg);}   
}



.js-labelFile{












}





































header
{
	font-family: 'Lobster', cursive;
	text-align: center;
	font-size: 25px;	
}

#info
{
	font-size: 18px;
	color: #555;
	text-align: center;
	margin-bottom: 25px;
}

a{

	color: #074E8C;
	color: #000;
	/*text-decoration: underline;
	text-decoration: none;
	*/
}
/*
a:hover{
text-decoration: underline;
}

*/
/*
a:visited{
color:#6e00ff;

}

*/

.scrollbar
{
	margin-left: 30px;
	float: left;
	height: 300px;
	width: 65px;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}

.force-overflow
{
	min-height: 450px;
}

#wrapper
{
	text-align: center;
	width: 500px;
	margin: auto;
}




/*



body::-webkit-scrollbar-track
{

background-color: #dcdcdc;
}

body::-webkit-scrollbar
{
height: 15px;
width: 15px;
background-color: #125b7f;
}

body::-webkit-scrollbar-thumb
{
background-color: #1565c0;	
background-image: -webkit-linear-gradient(

45deg,


rgba(255, 255, 255, .2) 10%,
transparent 10%,
transparent 20%,
rgba(255, 255, 255, .2) 20%,
rgba(255, 255, 255, .2) 30%,
transparent 30%,
transparent 40%,
rgba(255, 255, 255, .2) 40%,
rgba(255, 255, 255, .2) 50%,
transparent 50%,
transparent 60%,
rgba(255, 255, 255, .2) 60%,
rgba(255, 255, 255, .2) 70%,
transparent 70%,
transparent 80%,
rgba(255, 255, 255, .2) 80%,
rgba(255, 255, 255, .2) 90%,
transparent 90%,


transparent);
border-radius: 0px;
}



*/





body::-webkit-scrollbar {
  width: 16px;         
}

body::-webkit-scrollbar-track {
    background: transparent;   
}
body::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 20px;
    box-shadow: inset 0 0 10px 10px #aaa;
    border: solid 3px transparent;
}


.list{

   max-height: 60vh;
   overflow: auto;

}


.list::-webkit-scrollbar {
  width: 10px;         
}
.list::-webkit-scrollbar-track {
    background: transparent;   
}
.list::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 20px;
    box-shadow: inset 0 0 10px 10px #aaa;
    border: solid 3px transparent;
}






/*
input[type=date]::-webkit-datetime-edit-month-field {
    color: red;
  }
input[type=date]::-webkit-datetime-edit-day-field {
    color: white;
  }
input[type=date]::-webkit-datetime-edit-year-field {
    color: blue;
  }
  
input[type=date]::-webkit-clear-button {
    font-size: 18px;
    height: 30px;
    position: relative;
    right: 5px;
    margin-right: 4px;
  }
input[type=date]::-webkit-inner-spin-button {
    height: 30px;
  }
  
    input[type=date]::-webkit-calendar-picker-indicator:hover {
      background-color: lighten(#2f2f2f,40%);
      color: darken(#fff, 10%);
      cursor: pointer;
    }
  input[type=date]::-webkit-calendar-picker-indicator:active {
      color: blue;
    }
  
  
  */

  ::-webkit-calendar-picker-indicator {
font-size: inherit;
margin-top:-2px ;
margin-bottom:-2px ;

}


/*
::-webkit-datetime-edit-fields-wrapper { background: silver; }
::-webkit-datetime-edit-text { color: red; padding: 0 0.3em; }
::-webkit-datetime-edit-month-field { color: blue; }
::-webkit-datetime-edit-day-field { color: green; }
::-webkit-datetime-edit-year-field { color: purple; }
::-webkit-inner-spin-button { display: none; }
::-webkit-calendar-picker-indicator { background: orange; }


*/




.tableFixHead table{
border-collapse: collapse;
width: 100%;     

table-layout: fixed;

}



.tableFixHead thead th:nth-child(odd){

background:#08c;
}

.tableFixHead thead th:nth-child(even){

background:#0081c2;
}

.tableFixHead tfoot td:nth-child(odd){

background:#676767;
}

.tableFixHead tfoot td:nth-child(even){

background:#626262;
}



.tableFixHead th{



overflow: hidden;
    text-overflow: ellipsis;

}

.tableFixHead td{



white-space: nowrap;
overflow: hidden;
    text-overflow: ellipsis;

}


.tableFixHead {

}

.tableFixHead thead th {
  position: sticky;
  top: 126px;
      z-index: 10;
	
}

.tableFixHead tfoot td{
color:#fff;/*
  position: sticky;
  bottom: 0;
      z-index: 10;
	  */
}



.tableFixHead.firstClumnFix th:first-child{
 z-index: 11;
  position: sticky !important;
    left: 0;

}
.tableFixHead.firstClumnFix td:first-child{
	 z-index: 9;
    position: sticky !important;
    left: 0;

}


.tableFixHead.firstClumnFix tbody tr:nth-child(odd) td:first-child{

background:#eeeeee;
}

.tableFixHead.firstClumnFix tbody tr:nth-child(even)  td:first-child{

background:#fff;
}
















.tabs.counter span {
    /* border: 1px solid #ddd; */
    border-radius: 10px;
    background: #ddd;
    color: #000;
    padding: 0px 10px;
    text-align: center;
    display: inline-block;
}



.tabs.counter span.red {

background:#e00;
color:#fff;
}






.toClipboard:hover{

color:blue;







}























.toClipboard:active{

color:red;







}




.version_count2{
color: red;
    border-radius: 11px;
    /*background: #eee;*/
    font-weight: bold;
    width: 10px;
    font-size: 13px;
    position: absolute;
    height: 20px;
    padding: 2px 0;
    text-align: center;
}






.white{
color:white;
}


























/* YOU NEED THESE STYLES */
/* spinner style */
.spinner {
  position: relative;

}
.spinner:after
 /*.spinner:after*/
 {
 box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  border-width: 3px;
  border-style: solid;
  border-radius: 50%;
  
  
  transition:0.5s;
  border-color:#0000;
}

/* spinner-1 styles */
@-webkit-keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.spinner.spinner-1:after {
width: 100%;
    height: 100%;

  top: 0px;
  left: 0px;
  -webkit-animation: rotate-animation 1s linear 0s infinite;
          animation: rotate-animation 1s linear 0s infinite;
}

.run .spinner.spinner-1:after {
  border-bottom-color: #0f0 !important;

}


/*
.spinner.spinner-1:after {
  width: 81.9px;
  height: 81.9px;
  border-bottom-color: #212121;
  border-right-color: #212121;
  border-top-color: rgba(33, 33, 33, 0);
  border-left-color: rgba(33, 33, 33, 0);
  top: 17.55px;
  left: 17.55px;
  -webkit-animation: anti-rotate-animation 0.85s linear 0s infinite;
          animation: anti-rotate-animation 0.85s linear 0s infinite;
}
*/
.loader {
  position: relative;

}
.run .loader.loader-1 {

          animation: loader-animation 1s linear 0s infinite;
}

.run .loader.loader-1 {
 /* background: #0f0 !important; */

 background: #fff0 linear-gradient( 90deg, #0001 30%, #afa 50%, #0001 70%);
 background-size: 200% 100%;
}


/* loader-1 styles */

@keyframes loader-animation {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 100% 0;
  }

  100% {
    background-position: 0 0;
  }
}
/*




    background: #fff0 repeating-linear-gradient( 90deg, #0000, #0000 10px, #00000007 10px, #00000007 20px );

*/


@keyframes opacity-animation {
  0% {
    opacity: 0.5;

	}
  50% {
     opacity: 1;
  }
  100% {
     opacity:0.5;
  }
}




.banner-1 {

          animation: opacity-1-animation 12s linear 0s infinite;
}



/* loader-1 styles */

@keyframes opacity-1-animation {
  0% {
    z-index:100;
	
  }

 49% {
    z-index:100;
	
  }
  50% {
 
	 z-index:-100;
  }

 


  100% {
     z-index:-100;
	
  }


}


.loader5_box {
text-align:center;
padding:60px;
font-size:30px;
max-width:400px;
margin:40px auto;
border:1px solid #ddd;
background:#eee;
border-radius:10px;
}
.loader5 {
	display: block;
	color: #777;
	font-size: 10px;
	width: 1em;
	margin:20px auto 50px;
	height: 1em;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	animation: mulShdSpin 0.5s infinite linear;
	transform: translateZ(0);
}
@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 
    2em -2em 0 0em, 3em 0 0 -1em, 
    2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 
    3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 
    2em -2em 0 0, 3em 0 0 0.2em, 
    2em 2em 0 0, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, 
     -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, 
     -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, 
     -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 
    3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 
    3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
  
  
  
  
  
  
  
  
  


.PHPErrorWindow table {
width:800px;

margin:auto;

}
.PHPErrorWindow table td{
padding:5px 5px;
border:1px solid #aaa;
}
.PHPErrorWindow:hover{
height:50%;
}
.PHPErrorWindow{
transition:0.2s;
height:50px;
overflow:auto;
border-top:3px solid #f00;
font-size:13px;
padding:10px 50px;

background:#fff;

color:#000;

position:fixed;
bottom:0px;
left:0px;

right:0px;
}



.PHP_log_count{	color:orange;font-weight:bold;}
.PHP_log_errortype{	color:red;font-weight:bold;}
.PHP_log_file{	color:red;}
.PHP_log_errline{	color:blue;}




.developer_td{
    width: 100px;
padding:0 !important;
}


.developer_td>div:hover{
z-index:1233;
box-shadow:0 0 20px #000;
width:800px;
height:500px;
overflow:auto;
font-size:11px;
}
.developer_td{

overflow: unset !important;
position:relative;

}
.developer_td>div{

overflow:hidden;
    word-break: break-all;
padding:5px;
border:1px solid blue;
font-size:9px;
position:absolute;
    white-space: pre-wrap !important;
color:#000;
right:0;
top:0;
height:100%;
background:#fff;




}





body.private .private {
    filter: blur(5px);
	transition:0.2s;
}



body.private .private:hover {
    filter: unset;
}

.global_show{
display:table-row!important;
}










@keyframes scale-pulse-1 {
 0% {
    
	  transform:scale(1);
  }

 80% {
 
	  transform:scale(1);
  }

  90% {
	transform:scale(0.9);
 
  }

  100% {
    
	  transform:scale(1);
  }


}


.togglerx_global_button{
    animation: scale-pulse-1 2s ease-in-out  infinite;
cursor:pointer;
/*transition:0.2s;*/
}

.togglerx_global_button:hover{

border:2px solid transparent;
}



















.scroll_style::-webkit-scrollbar
{
height: 5px;
width: 5px;
background-color: #ccc;
}

.scroll_style::-webkit-scrollbar-thumb
{
background-color: #1565c0;	
background-image: -webkit-linear-gradient(

45deg,


rgba(255, 255, 255, .2) 10%,
transparent 10%,
transparent 20%,
rgba(255, 255, 255, .2) 20%,
rgba(255, 255, 255, .2) 30%,
transparent 30%,
transparent 40%,
rgba(255, 255, 255, .2) 40%,
rgba(255, 255, 255, .2) 50%,
transparent 50%,
transparent 60%,
rgba(255, 255, 255, .2) 60%,
rgba(255, 255, 255, .2) 70%,
transparent 70%,
transparent 80%,
rgba(255, 255, 255, .2) 80%,
rgba(255, 255, 255, .2) 90%,
transparent 90%,


transparent);
border-radius: 0px;
}
.t_5433 .form label b{
padding: unset;

width:unset;

} 






.t_5433 .form label input[type=checkbox], 
.t_5433 .form label input[type=radio] {


    width: 15px;
    height: 15px;

 margin: -4px 5px -3px 0px;

} 

.f_53452{
display:flex;
    align-items: center;
}


.f_53452.form label{
display: inline-flex;
    margin: 0 10px;
    align-items: center;
}






