:root {
  --yellow: #f9bf2e;
  --darkyellow: #e0ab29;
  --purple: #645c9d;
  --lightpurple: #E0DEEB;
  --darkpurple: #46406D;
  --green:  #079F5E;
  --darkgreen:  #056e41;
  --pink: #FF3366;
  --bluelink: #017698;      
  --greyshadea: #f6f6f6;
  --greyshadeb: #e9e9e9;
  --greyshadec: #cccccc;
  --greyshaded: #9c9c9c;
  --greyshadee: #3c3c3c;
  --black:  #000000;      
}

*{
  /*box-sizing: border-box;*/
  padding: 0;
  margin: 0;
  box-sizing: border-box;
} 

html, body {
        height: 100%;
        margin: 0px;
  
        font-family: Arial;
        font-size: 15px;
        color: var(--black);  
    }

.textarea{
  font-family: normal;
  
}
  
.container{
  min-height: 100%;
  display: grid;
  grid-template-columns: 140px auto;      
  grid-template-rows: 50px auto;
  grid-template-areas: 
    "header header"
    "sidebar main"
   ;        

}





.header{
  display: grid;    
  grid-column: header ;         

  grid-template-columns: 200px 1fr 1fr 1fr;      
  grid-template-rows: 30px 30px 30px;
  width: 100%;        

}

.menu-panel {
  
  display: grid;    
  grid-column: sidebar ;       
  
  height: 100%;
  width: 100%;
    
}

.page{
  display: grid;  
  grid-column: main;
  
  width: 99%;
}

.row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}



.col {
  padding: 10px;
  width: 100%;
  
}

.col.spanfull{
 grid-column: span 2;  
}

/* Scrollbar */    
::-webkit-scrollbar {
  /*width: 15px; */
}

::-webkit-scrollbar-track {
  background: var(--greyshadec);
}

::-webkit-scrollbar-thumb {
  background: var(--greyshadee);
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/*******************************/

/*******************************/
.center {
  margin: 0px auto;
 
}


.home a{
  color: var(--greyshadee);
  text-decoration: none ;
  font-style: italic;
  
}

.home a:hover{
  color: var(--greyshadee);
  cursor: pointer;
  text-decoration: none;
  font-style: italic;
}

.home a:visited{
  color: var(--greyshadee);
  text-decoration: none;
  font-style: italic;
}


.home .header{
  
}

.home .chart_container{
  width: 28vw;
  height: 15vw;
}

.home_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  color: var(--greyshadee);
}

.home .home_cell{
  display: inline-block;
}

.home .sub_header_row{
  background-color: var(--greyshadec);;
  height: 30px;
  padding: 5px;
  margin-top:5px;
  margin-bottom: 5px;
  font-weight: bold;
  color: var(--greyshadee);;
}

.home .welcome_header{
  font-size: 1.2rem;
  font-style: italic;
  margin: 5px 5px 5px 0px;
  color: var(--greyshadee);;
}
.home .chart_container{
  padding: 5px;
}
  
.home .chart_canvas{
  border: 1px solid var(--greyshadeb);;
  padding: 5px;
}  
  
.dashboard_container .chart_container{
  width: 100vw;
  height: 80vw;    
}


/* Default Elements */    
/*******************************/

.box, .input_text,.input_password, .input_textarea, div.dataTables_filter input{    
    border: 1px solid var(--greyshadee); 
    border-radius: 5px;        
    padding-left: 5px;      
    
}

.box, .input_text,.input_password, div.dataTables_filter input, div.dataTables_wrapper select{
  height: 31px;
}    

.box, div.dataTables_filter input, div.dataTables_wrapper select {             
      background-color: var(--greyshadeb);      
      }

.select_box{
  min-width: 180px;
}

.input_checkbox{
  cursor:pointer;
}

.standard_form .input_text, .standard_form .text_label {
    display:block;      
}

.standard_form input, div.dataTables_filter input, div.dataTables_wrapper select{
  margin: 2px 5px 2px 2px;
}

.standard_form .checkbox_container {
}


.standard_form .input_container{
  position: relative;
  float: left;
 
}

.standard_form .text_label{
  position: relative;
  display: block;
}

.standard_form .small {
  display: inline;
  font-size: .7rem;
}

.home .small {  
  font-size: .8rem;
}




.query_builder .keyword_input {
  width: 50vw;
  height: 40px;
}

/*******************************/
/*Labels
/*******************************/

.input_checkbox{
  margin-right: 5px;
}

/*******************************/



/*******************************/

/*******************************/
/*Datatables plugin
/*******************************/

.dataTables_length{
  display: none;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #333;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
}

table.dataTable thead .sorting_desc {
    background-image: url(/DataTables-1.10.24/images/sort_desc.png) !important;
}
table.dataTable thead .sorting {
    background-image: url(/DataTables-1.10.24/images/sort_both.png);
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right;
}


/*******************************/

.items_select{
  width: 400px;
}




/* Header */
/*******************************/
.header{
  background-color:  #ffff;
  border-bottom: 1px solid var(--greyshadec);
}



.worldview_logo{
	grid-area: 1/1;
  
	margin-top: 10px;
  margin-left: 10px;
	height: 30px;
  justify-self: start;
  
}

.select_advertiser{
  grid-area: 1/2;
  padding-top: 8px;
  justify-self: start;
  
  
}


.foxcather_icon{
  grid-area: 1/4;
  justify-self: end;
  padding-right: 10px;  
  padding-top: 5px;  
  height: 30px;
  top: 5px;

}


/* User Profile  */
.user-profile{
  grid-area: 2/4;
  justify-self: end;
  position: relative;
  margin-top: -12px;
  margin-right: 17px;
  padding-top: 0px;
  height: 30px;  
  
  vertical-align: middle;
  color: var(--greyshadee);
  cursor: pointer; 
  
}

.item{
 position: relative;
 display: inline-block;
 float: left;

}

.circle {
  display: inline-block;
  background-color: var(--purple);
  
  border-radius: 50%;
}

.circle-inner {
  color: white;
  display: table-cell;
  vertical-align: middle; 
  text-align: center;
  text-decoration: none;
  height: 28px;
  width: 28px;  
  font-size: 14px;
  letter-spacing: -1px;
}

.name{
 padding-left: 5px;
 padding-right: 5px;
 top: 5px;
 
}

.arrow-down {
  padding-right: 0px;
  
  width: 0; 
  height: 0; 
  
	border-style: solid;
  
	border-width: 0.3em 0.3em 0 0;
	content: '';
	display: inline-block;
	height: 0.9em;
	left: 0.30em;
	position: relative;
	top: 0.20em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.90em;
  top: 15;
	transform: rotate(135deg);
}
 


.advertiser_select{
  width: 300px;
}

.keyword_select{
  width: 280px;
}


/* Spinner */
/*******************************/
.spinner {
  width: 10px;
  height: 10px;
  display: block;
  margin:15px auto;
  position: relative;
  color: #FFF;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  display: none;
}
.spinner::after,
.spinner::before {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  transform: scale(0.5) translate(0, 0);
  background-color: var(--green);
  border-radius: 50%;
  animation: animloader 1s infinite ease-in-out;
}
.spinner::before {
  background-color: var(--yellow);
  transform: scale(0.5) translate(-15px, -15px);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
@keyframes animloader {
    50% {
      transform: scale(1) translate(-50%, -50%);
}
}
    

/* User Menu */
/*******************************/

#profile_options{
  display: none;
  min-height: 200px;
  height: 450px;  

  background-color: white;
  
}



.profile_options{

  grid-area: 3/4;
  justify-self: end;
  
  margin-top: -8px;
  margin-right: 7px;

  z-index: 10;
 
  
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}

.profile_options .menu ul{
  padding-top: 8px;
}



.arrow_top_outer:after {
  content: " ";
  position: absolute;
  right: 10px;
  top: -15px;
  border-top: none;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-bottom: 15px solid white;
  
}




/* Menu */
/*******************************/
.menu-panel {
  padding-top: 8px;
  grid-area: sidebar;    
  overflow-y: scroll; 
  overflow-x: hidden ; 
  background-color: var(--greyshadea);
  color: var(--greyshaded);
  font-weight: thin;
}  


.menu ul{
  padding: 0 8px;
  padding-bottom: 15px;
	list-style: none;
  
}

.menu ul li{
  padding: 3px;
}


.menu a {
  text-decoration: none;
  color: var(--greyshadee); 
 
}

.menu .normal_weight{
  color: var(--greyshaded);
  font-weight: thin;
}


.menu a:hover {
  background-color: white;
  color: var(--greyshadee);
  font-weight: normal;
}

/*******************************/


/* Main Menu */
/*******************************/
 
#menu_main ul li{
  padding: 5px;
}

/*******************************/












/* Page */
/*******************************/
.page{
  padding: 10px;
  background-color: #ffff;
}


/* Breadcrums */
.breadcrumbtrail{
  height: 15px;
  color: var(--greyshadee);
  
  
}

.breadcrumbtrail a{
  color: var(--bluelink);;  
  text-decoration: none;

}

/*******************************/







/* Date Range Picker */
/*******************************/

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  min-width: 25px;
}

.date_range_picker{
  width: 300px;
  height: 31px;  
  cursor: pointer; 
  text-align: left;
  
}
/*******************************/











/* Page Header */
/*******************************/

.page_header{
  display: block;
}

.page_header .col{
  display: inline-block;
  vertical-align: middle;
}

.page_header .title_row .left{
  text-align: left; 
  font-size: 1.4rem;
  padding: 10px 0px 10px 0px;
}

.page_header .right{
  text-align: right; 
}

.page_header .filter_row {  
  height: 40px;    
  line-height: 40px;
  
}

.page_header .filter_item {    
  float:left;
  line-height: 40px;
  vertical-align: middle;
  padding-right: 20px;
}


/*******************************/


/* Audiences*/
/*******************************/
.audiences .standard_data_table{
  margin-bottom: 30px;
  
}


/*******************************/





/* Dashboard */
/*******************************/
.dashboard{
  clear:both;
}

.dashboard .col{
  text-align: left;
}


.dashboard .standard_data_table a{
  color: inherit; 
  text-decoration: inherit; 
}

/* Flashing Table eg. when billings updated */
@-webkit-keyframes flash {
  from { background-color: var(--pink) ; }
  to { background-color: inherit; }
}
@-moz-keyframes flash {
  from { background-color: var(--pink) ;  }
  to { background-color: inherit; }
}
@-o-keyframes flash {
  from { background-color:var(--pink) ;  }
  to { background-color: inherit; }
}
@keyframes flash {
  from { background-color: var(--pink) ;  }
  to { background-color: inherit; }
}
.row_flash {
  -webkit-animation: flash 1s 5; /* Safari 4+ */
  -moz-animation:    flash 1s 5; /* Fx 5+ */
  -o-animation:      flash 1s 5; /* Opera 12+ */
  animation:         flash 1s 5; /* IE 10+ */
}



/* Flashing Table eg. when billings updated */
@-webkit-keyframes flash_green {
  from { background-color: var(--green) ; }
  to { background-color: inherit; }
}
@-moz-keyframes flash_green {
  from { background-color: var(--green) ;  }
  to { background-color: inherit; }
}
@-o-keyframes flash_green {
  from { background-color:var(--green) ;  }
  to { background-color: inherit; }
}
@keyframes flash_green {
  from { background-color: var(--green) ;  }
  to { background-color: inherit; }
}
.row_flash_green {
  -webkit-animation: flash_green 1s 5; /* Safari 4+ */
  -moz-animation:    flash_green 1s 5; /* Fx 5+ */
  -o-animation:      flash_green 1s 5; /* Opera 12+ */
  animation:         flash_green 1s 5; /* IE 10+ */
}




/* Dashboard Features */
/*******************************/ 

.page_filter_container{
  
  display: block;
  
}

.overflow{
  overflow-y: scroll;  
  max-height: 380px;
  
}
/*******************************/



/* Dashboard Card */
.dashboard_card{
  float:left; 
  width: 150px;
}

.card_title{
  font-size: 1.1rem;
}

.card_metric{
  font-size: 1.8rem;
}




.cell_title, .home .welcome_header{
 /*float: left;*/
 
 height: 10px;
 font-size: 1.1rem;
 margin:  0px 0px 20px 0px;
}

.download_link{
  display: none;
  /*
  float: right;*/
  width: 50px;
   
}

/*******************************/





/*******************************/
/******Home Page   *************/
/*******************************/
.home_cell .dashboard_card{
  width: 100%;
  height: 100%;
  padding: 10% 0;
  text-align: center;
}

.home_cell .card_metric {
  font-size: 3.1rem;
}

.home_cell .card_title {
  font-size: 1.8rem;
}


.home .title_row .right{
  text-align: right;
}

/*******************************/
.button{
    background: var(--green);
    color:#FFFFFF ;
  	-moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
  	border: 0px ;
    display:inline-block;
    
    -webkit-font-smoothing: antialiased;
    margin: 5px 2px 5px 2px;
    padding: 2px 10px 2px 10px;  
    height: 30px;
    min-width: 80px;         
}

.button:hover {	
    background: var(--darkgreen);
}

.login_button{
    width: 10;    
}

.purple{
    background: var(--purple);
}
.purple:hover {	
    background: var(--darkpurple);
}


.yellow{
    background: var(--yellow);
}
.yellow:hover {	
    background: var(--darkyellow);
}




/* Sign in Page */
/*******************************/

.sign-in-container{ 
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 20% auto;
  grid-template-areas: 
    "header"
    "main"
   ;
  
  height: 100vh;
}

.sign-in{
  /*background-color: #f9bf2e;*/
  background-color: #ffff;
}



.signinbox{
  text-align: center;
  background-color: #F4F6F5;
  min-width: 450px;
  height: 300px;
  grid-area: main;
  justify-self: center;
  grid-column: 1,2,3;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  
}


.login-logo{
  text-align: centre;
  height: 38px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.login-sub-title{
  margin-top: 5px;
  margin-bottom: 5px;
}



.colour-block{
   
   width: 32%;
   height: 15px;
   display: inline-block; 
   margin: 3px 1px 1px 1px;

   padding: 0px;
   border: 0px;
   
   }


#colour-block-1{
  position: relative;
  background-color: var(--purple);
  
}


#colour-block-2{
  position: relative;
  background-color: var(--yellow);
  
  
}

#colour-block-3{
  position: relative;
  background-color: var(--green);
  
}

.date_range_picker_container{
  position: relative;
  z-index: 1;
} 

.date_range_picker_container input{
  text-indent: 27px;
  z-index: 1;
  
}

.date_range_picker_container .cal{
  position: absolute;
  z-index: 10;
  top: 3px;     
  background-repeat: no-repeat;
	background-position:5px 4px;  
  height: 25px;
  width: 25px;  
  background-image: url('/media/images/app/cal.png');
  
}



#signinform #username, #signinform #password{
	text-indent: 33px;
  position: relative;

}	

#signinform .signin_row{
  position: relative;  
  height: 36px;
  width: 270px;
  margin: 10px auto;
  text-align: center;
}

#signinform .username_icon, #signinform .password_icon{
  position: absolute;
  z-index: 10;
  top: 3px;     
  background-repeat: no-repeat;
	background-position:5px 5px;  
  height: 33px;
  width: 33px;  
  
}

#signinform .username_icon{
	background-image: url('/media/images/app/email.png');
  
  height: 33px;
  width: 33px;   
}

#signinform .password_icon{
  background-image: url('/media/images/app/password.png');
	left: 7px;
  height: 33px;
  width: 33px;   
}




/*******************************/









/* Data Table */
/*******************************/ 
.standard_data_table {
    border-collapse: collapse;
    width: 100%;
    font-size: .8rem;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  
}

.standard_data_table thead th {
    background-color: #ffffff !IMPORTANT;
    font-weight: bold !IMPORTANT;        
    font-size: .9rem;
}

.standard_data_table thead tr {
    background-color: #009879;
    color: normal;
    text-align: left;
}

.standard_data_table th,
.standard_data_table td {
    padding: 13px 3px;
}

.standard_data_table tbody tr {
    border-bottom: 1px solid var(--greyshadec);
}

.standard_data_table tbody tr:nth-of-type(odd) {
    background-color: var(--greyshadea);
}


.standard_data_table tbody tr:first-of-type {
  border-top: 2px solid var(--green);
}


.standard_data_table tbody tr:last-of-type {
    border-bottom: 2px solid var(--purple);
}

.standard_data_table tbody tr.active-row {
    font-weight: bold;
    color: var(--green);;
}

.standard_data_table .trim_text{
  display: inline-block;
  width: 22vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/*******************************/ 
.standard_data_table .activate_icons{
  width: 110px;
}

.standard_data_table .activate_icons div{
  float: left;
  width: 20px;
  height: 15px;
  margin-right: 5px;
}



/*******************************/ 
/*Other Tables */
.dashboard_table{
  min-width: 300px;
}


.trending_topics_table{
  width: 180px;
  height: 80%;
}

.trending_topics_table td{ 
  padding: 5px 5px;
  font-size: .9rem;
  font-style: normal !IMPORTANT; 
  
}



/* Images  */
/*******************************/
.standard_data_table img, .standard_form img, .page_header .filter_row img{
  height: 18px;
  width: 18px;
}

.trending_topics_table img{
  height: 13px;
  width: 13px;
}


.page_header img{
    height: 40px; 
    width:auto;
}

.sign-in img{
    height: 38px; 
    width:auto;  
}

.advertiser_edit .trash{
  margin-left: 15px;
  height: 13px;
  width: 13px;
}


/*******************************/




/*tooltips */
/*******************************/

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 100;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  
  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


/*******************************/


/* When the screen is resized */
/*******************************/

.standard_form{
  
  width: 80vw;
  padding: 15px;
  margin: 15px;
  background-color: var(--greyshadea);
   
}


.standard_form .form_header{
  font-weight: bold;
  font-size: 1.8rem;
  padding-bottom: 10px; 
}

.standard_form .sub_header{
  font-weight: bold;
}


.standard_form .row{
  padding-bottom: 10px;
  
}



/*******************************/


.home_logo{
  height: 20px;
  
}



/* When the screen is resized */
/*******************************/


@media (max-width: 1100px) {

  html, body {
        font-size: 1rem; 
  }
  
  .worldview_logo{
    height: 30px;
  }
  
  .row {
    grid-template-columns: 2fr;
        
  }

  .container{
    height: 100%;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 112px 100px auto;
    
    grid-template-areas: 
      "header"
      "sidebar"
      "main"
     ;        
   }


  .select_advertiser{
    grid-area: 2/1 ;      
    padding-top: 12px;
    padding-left: 10px;
    justify-self: start;
  }
  
  .foxcather_icon{
    display: none;
  }
  
  .user-profile{
    grid-area: 3/1 ;  
    justify-self: start;
             
    margin-left: 12px;
    margin-right: 0px;
    margin-top: 21px;
  }
  
  .page_header .right{
    text-align: left; 
  }

  .profile_options{
    grid-area: 4/1;
    justify-self: start;
    margin-top: 4px;
    
  }

  
  /*We need to overwrite the inline style */
  /* .chart_resize_width{
  /*  width: 80vw !IMPORTANT;      
  /*}
  
  /*.chart_resize_height{    
  /*  height: 80vw !IMPORTANT;
    
  /*}  
  
  /*.chart_type_pie{    
  /*  height: 50vw !IMPORTANT;
   /* width: 50vw !IMPORTANT; 
    
  /*}  
  
 /* .chart_fullspan{
 /*   height: 50vw !IMPORTANT;
 /* } */
  
}  


/*Editable Tables */

.io_form .row{
  padding-bottom: 0px;
}
.io_form .text_label{
  height: 30px;
}


img{
    border:0
}
input.invalid{
    background:red;
    color:#FDFDFD
}
input.filterdefined{
    background:#ffecb0
}
td.number{
    text-align:right;
    font-weight:bold;
    padding-right:5px;
    white-space:nowrap
}
td.boolean{
    text-align:center
}
th.boolean{
    text-align:center
}
table.testgrid{
    border-collapse:collapse;
    
    width:100%
}
table.testgrid tr{
    border-bottom:1px solid #DDD
}

table.testgrid td{
    padding:5px;
    border:1px solid #E0E0E0
}
table.testgrid i{
    font-size:1.5em;
    cursor:pointer
}
table.testgrid img.icon{
    width:16px;
    cursor:pointer
}
#wrap{
    margin:10px
}


/*Paginator - these have all ben overwritten to align with our datatables */

#paginator{
  padding-top: 3px;
  float: right;

}

.fa-fast-forward,.fa-fast-backward{
    font-family: Arial !important;
    font-size: 15px;  
    margin-left: 0px;
}

#paginator a{
    color: --var(black);
    
    box-sizing: border-box !important;
    display: inline-block !important;
    min-width: 1.5em !important;
    padding: 0.5em 1em !important;
    margin-left: 2px !important;
  
    text-decoration: none !important;
    cursor: pointer !important;
    *cursor: hand !important;
    color: #333 !important;
    border: 1px solid transparent !important;
    border-radius: 2px !important;


}
#paginator a:hover{
   
}
#paginator:active,#paginator #currentpageindex{

}

#currentpageindex{
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
    
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    /* text-align: center; */
    text-decoration: none !important;
    cursor: pointer;
    *: ;
    cursor: hand;
    color: #333 !important;
    border: 1px solid black;
    border-radius: 2px;
}

#paginator:focus{
  
}
#paginator span#currentpageindex{
   
}

.fa-backward{
  display: none !IMPORTANT;
}

.fa-forward{
  
  display: none !IMPORTANT;
}



.fa-fast-forward:before {

  content: "Next" !IMPORTANT;
}
.fa-fast-backward:before {
  content: "Previous" !IMPORTANT;
}



#addform{
    position:fixed;
    background-color:#f6f6f6;
    box-shadow:3px 3px 3px #636363;
    display:none;
    width:600px;
    height:500px;
    border-radius:5px;
    padding:20px;
    left:50%;
    top:50%;
    margin-left:-200px;
    margin-top:-200px;
    z-index:1000;
    border:1px solid #e1e1e1
}
#addform .row{
    margin:10px 0 10px 0
}
#addform .row.tright{
    text-align:right
}
#addform .row input{
    width:380px;
    padding:5px 9px;
    border:solid 1px #e1d1e1;
    outline:0
}


i.fa.red{
    color:black;
    
}

.editablegrid-action{
  text-align: center;
}

#select_io{
  width: 150px;
  
}

.io_select{
  float: left;
  display: inline-block;
  width: 160px;
}


.spinner{
  float: left;
  width: 30px;
  margin-top: 4px;
  margin-left: 20px;
}


.new_io_button{
   float: left;
  margin-top: -1px;
}


#message{
    position:fixed;
    display:none;
    bottom:0;
    z-index:100000;
    width:100%;
    height: 10px;
    padding:0
}
#message .notification{
    -webkit-border-bottom-right-radius:15px;
    -webkit-border-bottom-left-radius:15px;
    -moz-border-radius-bottomright:15px;
    -moz-border-radius-bottomleft:15px;
    border-bottom-right-radius:15px;
    border-bottom-left-radius:15px;
    padding:20px 0px;
    text-align:center;
    font-size:1.7em;
    color: var(--black);
    float:none;
    margin:0;
    border-radius:0
}
#message .notification.success{
    background-color: var(--green);
}
#message .notification.error{
    background-color:#d9534f
}
/*# sourceMappingURL=style.css.map */
 
















/* Select2 styles */
.select2-container{
    box-sizing:border-box;
    display:inline-block;
    margin:0;
    position:relative;
    vertical-align:middle
}
.select2-container .select2-selection--single{
    box-sizing:border-box;
    cursor:pointer;
    display:block;
 
    user-select:none;
    -webkit-user-select:none
}
.select2-container .select2-selection--single .select2-selection__rendered{
    display:block;
    padding-left:8px;
    padding-right:20px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.select2-container .select2-selection--single .select2-selection__clear{
    background-color:transparent;
    border:none;
    font-size:1em
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{
    padding-right:8px;
    padding-left:20px
}
.select2-container .select2-selection--multiple{
    box-sizing:border-box;
    cursor:pointer;
    display:block;
    min-height:32px;
    user-select:none;
    -webkit-user-select:none
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
    display:inline;
    list-style:none;
    padding:0
}
.select2-container .select2-selection--multiple .select2-selection__clear{
    background-color:transparent;
    border:none;
    font-size:1em
}
.select2-container .select2-search--inline .select2-search__field{
    box-sizing:border-box;
    border:none;
    font-size:100%;
    margin-top:5px;
    margin-left:5px;
    padding:0;
    max-width:100%;
    resize:none;
    height:18px;
    vertical-align:bottom;
    font-family:sans-serif;
    overflow:hidden;
    word-break:keep-all
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{
    -webkit-appearance:none
}
.select2-dropdown{
    background-color:white;
    border:1px solid #aaa;
    border-radius:4px;
    box-sizing:border-box;
    display:block;
    position:absolute;
    left:-100000px;
    width:100%;
    z-index:1051
}
.select2-results{
    display:block
}
.select2-results__options{
    list-style:none;
    margin:0;
    padding:0
}
.select2-results__option{
    padding:6px;
    user-select:none;
    -webkit-user-select:none
}
.select2-results__option--selectable{
    cursor:pointer
}
.select2-container--open .select2-dropdown{
    left:0
}
.select2-container--open .select2-dropdown--above{
    border-bottom:none;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0
}
.select2-container--open .select2-dropdown--below{
    border-top:none;
    border-top-left-radius:0;
    border-top-right-radius:0
}
.select2-search--dropdown{
    display:block;
    padding:4px
}
.select2-search--dropdown .select2-search__field{
    padding:4px;
    width:100%;
    box-sizing:border-box
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{
    -webkit-appearance:none
}
.select2-search--dropdown.select2-search--hide{
    display:none
}
.select2-close-mask{
    border:0;
    margin:0;
    padding:0;
    display:block;
    position:fixed;
    left:0;
    top:0;
    min-height:100%;
    min-width:100%;
    height:auto;
    width:auto;
    opacity:0;
    z-index:99;
    background-color:#fff;
    filter:alpha(opacity=0)
}
.select2-hidden-accessible{
    border:0 !important;
    clip:rect(0 0 0 0) !important;
    -webkit-clip-path:inset(50%) !important;
    clip-path:inset(50%) !important;
    height:1px !important;
    overflow:hidden !important;
    padding:0 !important;
    position:absolute !important;
    width:1px !important;
    white-space:nowrap !important
}
.select2-container--default .select2-selection--single{
    background-color:var(--greyshadeb);
    border:1px solid var(--black);
    border-radius:4px
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color:#444;
    line-height:28px
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    cursor:pointer;
    float:right;
    font-weight:bold;
    height:26px;
    margin-right:20px;
    padding-right:0px
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color:#999
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height:26px;
    position:absolute;
    top:1px;
    right:1px;
    width:20px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color:#888 transparent transparent transparent;
    border-style:solid;
    border-width:5px 4px 0 4px;
    height:0;
    left:50%;
    margin-left:-4px;
    margin-top:-2px;
    position:absolute;
    top:50%;
    width:0
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{
    float:left
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{
    left:1px;
    right:auto
}
.select2-container--default.select2-container--disabled .select2-selection--single{
    background-color:#eee;
    cursor:default
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{
    display:none
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color:transparent transparent #888 transparent;
    border-width:0 4px 5px 4px
}
.select2-container--default .select2-selection--multiple{
    background-color:white;
    border:1px solid #aaa;
    border-radius:4px;
    cursor:text;
    padding-bottom:5px;
    padding-right:5px;
    position:relative
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable{
    padding-right:25px
}
.select2-container--default .select2-selection--multiple .select2-selection__clear{
    cursor:pointer;
    font-weight:bold;
    height:20px;
    margin-right:10px;
    margin-top:5px;
    position:absolute;
    right:0;
    padding:1px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color:#e4e4e4;
    border:1px solid #aaa;
    border-radius:4px;
    box-sizing:border-box;
    display:inline-block;
    margin-left:5px;
    margin-top:5px;
    padding:0;
    padding-left:20px;
    position:relative;
    max-width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    vertical-align:bottom;
    white-space:nowrap
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    cursor:default;
    padding-left:2px;
    padding-right:5px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    background-color:transparent;
    border:none;
    border-right:1px solid #aaa;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
    color:#999;
    cursor:pointer;
    font-size:1em;
    font-weight:bold;
    padding:0 4px;
    position:absolute;
    left:0;
    top:0
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{
    background-color:#f1f1f1;
    color:#333;
    outline:none
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{
    margin-left:5px;
    margin-right:auto
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{
    padding-left:5px;
    padding-right:2px
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{
    border-left:1px solid #aaa;
    border-right:none;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{
    float:left;
    margin-left:10px;
    margin-right:auto
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border:solid black 1px;
    outline:0
}
.select2-container--default.select2-container--disabled .select2-selection--multiple{
    background-color:#eee;
    cursor:default
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove{
    display:none
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{
    border-top-left-radius:0;
    border-top-right-radius:0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
    border-bottom-left-radius:0;
    border-bottom-right-radius:0
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    border:1px solid #aaa
}
.select2-container--default .select2-search--inline .select2-search__field{
    background:transparent;
    border:none;
    outline:0;
    box-shadow:none;
    -webkit-appearance:textfield
}
.select2-container--default .select2-results>.select2-results__options{
    max-height:200px;
    overflow-y:auto
}
.select2-container--default .select2-results__option .select2-results__option{
    padding-left:1em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group{
    padding-left:0
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option{
    margin-left:-1em;
    padding-left:2em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-left:-2em;
    padding-left:3em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-left:-3em;
    padding-left:4em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-left:-4em;
    padding-left:5em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-left:-5em;
    padding-left:6em
}
.select2-container--default .select2-results__option--group{
    padding:0
}
.select2-container--default .select2-results__option--disabled{
    color:#ffff
}
.select2-container--default .select2-results__option--selected{
    background-color:#ddd
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color:#5897fb;
    color:white
}
.select2-container--default .select2-results__group{
    cursor:default;
    display:block;
    padding:6px
}
.select2-container--classic .select2-selection--single{
    background-color:#f7f7f7;
    border:1px solid #aaa;
    border-radius:4px;
    outline:0;
    background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}
.select2-container--classic .select2-selection--single:focus{
    border:1px solid #5897fb
}
.select2-container--classic .select2-selection--single .select2-selection__rendered{
    color:#444;
    line-height:28px
}
.select2-container--classic .select2-selection--single .select2-selection__clear{
    cursor:pointer;
    float:right;
    font-weight:bold;
    height:26px;
    margin-right:20px
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder{
    color:#999
}
.select2-container--classic .select2-selection--single .select2-selection__arrow{
    background-color:#ddd;
    border:none;
    border-left:1px solid #aaa;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
    height:26px;
    position:absolute;
    top:1px;
    right:1px;
    width:20px;
    background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b{
    border-color:#888 transparent transparent transparent;
    border-style:solid;
    border-width:5px 4px 0 4px;
    height:0;
    left:50%;
    margin-left:-4px;
    margin-top:-2px;
    position:absolute;
    top:50%;
    width:0
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{
    float:left
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{
    border:none;
    border-right:1px solid #aaa;
    border-radius:0;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
    left:1px;
    right:auto
}
.select2-container--classic.select2-container--open .select2-selection--single{
    border:1px solid #5897fb
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{
    background:transparent;
    border:none
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color:transparent transparent #888 transparent;
    border-width:0 4px 5px 4px
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{
    border-top:none;
    border-top-left-radius:0;
    border-top-right-radius:0;
    background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{
    border-bottom:none;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}
.select2-container--classic .select2-selection--multiple{
    background-color:white;
    border:1px solid #aaa;
    border-radius:4px;
    cursor:text;
    outline:0;
    padding-bottom:5px;
    padding-right:5px
}
.select2-container--classic .select2-selection--multiple:focus{
    border:1px solid #5897fb
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear{
    display:none
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice{
    background-color:#e4e4e4;
    border:1px solid #aaa;
    border-radius:4px;
    display:inline-block;
    margin-left:5px;
    margin-top:5px;
    padding:0
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{
    cursor:default;
    padding-left:2px;
    padding-right:5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{
    background-color:transparent;
    border:none;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
    color:green;
    cursor:pointer;
    font-size:1em;
    font-weight:bold;
    padding:0 4px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{
    color:#555;
    outline:none
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{
    margin-left:5px;
    margin-right:auto
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{
    padding-left:5px;
    padding-right:2px
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px
}
.select2-container--classic.select2-container--open .select2-selection--multiple{
    border:1px solid #5897fb
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{
    border-top:none;
    border-top-left-radius:0;
    border-top-right-radius:0
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{
    border-bottom:none;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0
}
.select2-container--classic .select2-search--dropdown .select2-search__field{
    border:1px solid #aaa;
    outline:0
}
.select2-container--classic .select2-search--inline .select2-search__field{
    outline:0;
    box-shadow:none
}
.select2-container--classic .select2-dropdown{
    background-color:#fff;
    border:1px solid transparent
}
.select2-container--classic .select2-dropdown--above{
    border-bottom:none
}
.select2-container--classic .select2-dropdown--below{
    border-top:none
}
.select2-container--classic .select2-results>.select2-results__options{
    max-height:200px;
    overflow-y:auto
}
.select2-container--classic .select2-results__option--group{
    padding:0
}
.select2-container--classic .select2-results__option--disabled{
    color:grey
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{
    background-color:#3875d7;
    color:#fff
}
.select2-container--classic .select2-results__group{
    cursor:default;
    display:block;
    padding:6px
}
.select2-container--classic.select2-container--open .select2-dropdown{
    border-color:#5897fb
}

.select2-results__options{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.arrow_up {
  display: inline-block;
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  
  border-bottom: 20px solid green;
}

.arrow_down {
  display: inline-block;
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  
  border-top: 20px solid #f00;
}


/*# CSS for real-time dashboards */

/*# Progress bar for widgets */
#progress_block {
  width: 100%;  
  height: 3px;  
  color: green;
  display: inline-block;
}

#progress_bar {
  width: 100%;
  height: 3px;
  background-color: var(--green);
  display: inline-block;
}


.small-text {  
  font-size: .8rem;
}




/*# Slider */
.slider_container {
  width: 500px;
 
  
}

.slider_wrapper {  
  width: 100%;
  height: 20px;  
  background-color: var(--greyshaded);
  display: inline-block;
  position: relative;
  float: left;

}

.slider_bar {  

  height: 20px;  
  display: inline-block;
  position: relative;
  margin-left: 0px;
  float: left;
}



.slider_target {   
  height: 24px;  
  width: 4px;  
  margin-top: -22px;

  background-color: var(--black);
  display: inline-block;
  z-index: 10;
  position: relative;
  float: left;
 
}

.slider_value{
  margin-top: -19px;
  font-weight: bold;
  color: var(--black);
  display: inline-block;
  z-index: 10;
  position: relative;
  float: left;
  
}


/*# Arrows 

.arrow {
  border: solid var(--black);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}


.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
*/



