/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/
.panel-heading .left-side-menu-header.accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .left-side-menu-header.accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}
.active-menu{
    color:#D91E18 !important;
    font-weight: bold;
}
.left-side-menu-header{
    text-decoration: none ! important;
    font-weight: bold;
}

.left-side-menu-item{
    padding-left: 20px;
    text-decoration: none ! important;
}
.left-side-menu-item:hover{
    color:#D91E18 !important;
    font-weight: bold;
}

.left-side-menu-item-dashboard{
    padding-left: 20px;
    text-decoration: none ! important;
}
.left-side-menu-item-dashboard:hover{
    color:#D91E18 !important;
    font-weight: bold;
}
.left-side-menu-item-dashboard-maintext{
    text-decoration: none ! important;
    cursor:pointer !important;
}
.left-side-menu-item-dashboard-maintext:hover .left-side-menu-item-dashboard{
    color:#D91E18 !important;
    font-weight: bold;
}
p {
    margin: 0 0 3px !important;
}
.table-border{
    height: 24px;
    position: relative;
    border: 1px solid;
    border-right:3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom:10px;
    font-size: 11px;
}
.table-border-group{
    height: 38px;
    position: relative;
    border: 1px solid;
    border-right:3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom:10px;
    font-size: 11px;
}
.backgroud-white-text{
    right: 0px;
    color:white;
    font-size: 100%;
}
.text-behaviour{
    position: absolute;
    font-size: 100%;
    background: white;
}

.table-orange-border{
    border-color: #FF9800;
}
.orange-backgroud-white-text{
    background-color: #FF9800 ;
}
.orange-text{
    color:#FF9800;
}

.table-yellow-border{
    border-color: #F7DC6F;
}
.yellow-backgroud-white-text{
    background-color: #F7DC6F ;
}
.yellow-text{
    color:#F7DC6F;
}

.table-red3-border{
    border-color: #F44336;
}
.red3-backgroud-white-text{
    background-color: #F44336 ;
}
.red3-text{
    color:#F44336;
}


.table-red2-border{
    border-color: #676a77;
}
.red2-backgroud-white-text{
    background-color: #676a77 ;
}
.red2-text{
    color:#676a77;
}


.table-red-border{
    width: 240px;
    height: 24px;
    position: absolute;
    border: 1px solid;
    border-right:3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #676a77;
    font-size: 11px;
}
.red-backgroud-white-text{
    background-color: #676a77 ;
    color:white;
    font-weight: bold;
    font-size: 100%;
}
.red-text{
    color:#676a77;
    font-weight: bold;
    font-size: 100%;
}

.title-red-border{
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    padding-left: 5px;
    border-top: 0px;
    border-right: 0px;
    border-left: 10px;
    border-style: solid;
    border-left-color: rgba(103, 106, 119,1) !important;
}
.my-width{
    position: relative;
    /* Standard
    width: calc(100% - 200px);
*/
    z-index:3;
    width:100%;
    padding-right:200px;
}
.red-line{
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 3px;
    left: 8px;
    border: 0px;
    border-right: 1px;
    border-style: solid;
    border-color: rgba(103, 106, 119,0.8);
}

.behaviour-solid-lines {
    position: relative;
    padding-left:0px !important;
    padding-top:10px;
	width:100%;
    height:100%;
    padding-left:0px;
    background-color:#f7fcfb ;
    background-image: linear-gradient(to top, #f7fcfb 9px, transparent 4px),
                    linear-gradient(to left, #a0a0a0 1px, transparent 1px); /* For Safari 5.1 to 6.0 */
    background-image: -webkit-linear-gradient(to top, #f7fcfb 9px, transparent 4px),
                    -webkit-linear-gradient(to left, #a0a0a0 1px, transparent 1px); /* For Safari 5.1 to 6.0 */
    background-image: -o-linear-gradient(to top, #f7fcfb 9px, transparent 4px),
                    -o-linear-gradient(to left, #a0a0a0 1px, transparent 1px);/* For Opera 11.1 to 12.0 */
    background-image: -moz-linear-gradient(to top, #f7fcfb 9px, transparent 4px),
                    -moz-linear-gradient(to left, #a0a0a0 1px, transparent 1px); /* For Firefox 3.6 to 15 */

    background-size: 50px 10px;
    margin-bottom: 10px;
}
.time-bar{
    position: absolute;
    height: 100%;
    right:62px;
    left:62px;
    background-image:linear-gradient(to top, #ffffff 2px, transparent 1px);
    background-size: 1px 16px;
}
.behaviour-time-title{
    height:28px;
    width:100%;
    position: relative;
    background-color:#c7cccb;
}
.behaviour-time{
    color:white;
    font-weight: bold;
    position: absolute;
    padding:5px;
    width:62px;
}
.behaviour-element{
    position: absolute;
    padding: 3px;
    height:22px;
    text-align: center;
    vertical-align: middle;
}
.behaviour-element-group{
    position: absolute;
    padding: 3px;
    height:36px;
    text-align: center;
    vertical-align: middle;
}
.behaviour-title{
    padding: 5px;
    height:22px;
    text-align: center;
    vertical-align: middle;
}
.behaviour-background{
    background-color:#eff3f8;
    padding-left:5px;
    padding-right:5px;
    padding-top:0px;
    padding-bottom:0px;
}

.bg-primary2 {
    border:0px;
    border-left:3px;
    border-style: solid;
    border-color: #3267b7;
}
.bg-severity- {
    border:0px;
    border-left:3px;
    border-style: solid;
    border-color: #dee8e6;
    background-color: #f2f9f8;
}
.bg-severity-green {
    border:0px;
    border-left:3px;
    border-style: solid;
    border-color: #8de88d;
    background-color: rgba(141, 232, 141, 0.3);
}
.bg-severity-yellow {
    border:0px;
    border-left:3px;
    border-style: solid;
    border-color: #fff566;
    background-color: rgba(255, 245, 102, 0.1);
}
.bg-severity-orange {
    border:0px;
    border-left:3px;
    border-style: solid;
    border-color: #ff9166;
    background-color: rgba(255, 145, 102, 0.3);
}
.bg-severity-red {
    border:0px;
    border-left:3px;
    border-style: solid;
    border-color: #f63131;
    background-color: rgba(246, 49, 49, 0.3);
}
.menu{  display:inline;
    position:absolute;
    width: 10px;
    height: 22px;
    background: transparent;
    border: 1px solid #fff;

}
.menu_left_1{  left:10px;}
.menu_left_2{  left:20px;}
.menu_left_3{  left:30px;}
.menu_left_4{  left:40px;}
.menu_left_5{  left:50px;}
.menu_left_6{  left:60px;}
.menu_left_7{  left:70px;}
.menu_left_8{  left:80px;}
.menu_left_9{  left:90px;}

.grad1 { display:inline;
    position: absolute;
    width: 100px;
    height: 22px;
    top: 23px;
    background: -webkit-linear-gradient(left,#e5ff66,#e5ff66,#ff9166, #f96b6b); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg,#e5ff66,#e5ff66,#ff9166, #f96b6b); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg,#e5ff66,#e5ff66,#ff9166, #f96b6b); /* For Firefox 3.6 to 15 */
    background: linear-gradient(90deg,#e5ff66,#e5ff66,#ff9166, #f96b6b); /* Standard syntax */
}

.page-header {
	height: auto !important;
}

.page-header-top{
	border-bottom: 1px solid #CCC;
}

.page-header-top,
.page-header-top .container,
.page-header-top .container-fluid {
	height: 100px !important;
}

.page-logo{
	height: 100% !important;
	width: auto !important;
}

.logo-default {
	margin: 0 !important;
	height: 100%;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

.no-margin-right {
    margin-right: 0 !important;
}

.page-header .page-header-menu .hor-menu .navbar-nav>li.active>a,
.page-header .page-header-menu .hor-menu .navbar-nav>li.active>a:hover,
.page-header .page-header-menu .hor-menu .navbar-nav>li.active,
.page-header .page-header-menu .hor-menu .navbar-nav>li.active:hover,
.page-header .page-header-menu .hor-menu .navbar-nav>li.current>a,
.page-header .page-header-menu .hor-menu .navbar-nav>li.current>a:hover,
.page-header .page-header-menu .hor-menu .navbar-nav>li.current,
.page-header .page-header-menu .hor-menu .navbar-nav>li.current:hover {
	color: white;
	background: #EF4836;
}

.page-header .page-header-menu .hor-menu .navbar-nav>li>a {
	color: white;
}

.page-header .page-header-menu .hor-menu .navbar-nav>li>a:hover {
	color: white;
	background: #EF4836 !important;
}

.page-footer
{
	font-weight: 500 ;
}

.scroll-to-top>i {
	color: white;
}

.max-width-30{
	max-width : 30px !important;
}

.max-width-50{
	max-width : 50px !important;
}

.max-width-75{
	max-width : 75px !important;
}

.max-width-100{
	max-width : 100px !important;
}

.max-width-115{
	max-width : 115px !important;
}

.max-width-125{
	max-width : 125px !important;
}

.max-width-150{
	max-width : 150px !important;
}

.max-width-200{
	max-width : 200px !important;
}

.max-width-250{
	max-width : 250px !important;
}
.max-width-260{
	max-width : 260px !important;
}

.max-width-300{
	max-width : 300px !important;
}

.table.table-lucky-you>thead>tr>th,
.table.table-lucky-you>tbody>tr>td {
    text-align:center;
    vertical-align:middle;
    width:150px;
}

.table.table-light>tbody>tr>td,
.table.table-light>thead>tr>th {
	color: #555;
}

.table.table-light>tbody>tr.malware {
	background-color: rgba(255,0,0,0.2) !important;
}

.table.table-light>tbody>tr.clean {
	background-color: rgba(22,187,0,0.2) !important;
}

.table.table-light>tbody>tr.pua {
	background-color: rgba(242,120,75,0.2) !important;
}

.table.table-light>tbody>tr.certificate {
	background-color: rgba(255,128,0,0.2) !important;
}

ul>li.malware {
	background-color: rgba(255,0,0,0.2) !important;
}

ul>li.clean {
	background-color: rgba(22,187,0,0.2) !important;
}

.tooltip-inner
{
    max-width: 100% !important;
}

.text-bottom
{
	position: absolute;  
	bottom: 0;
}

.text-right
{
	position: absolute;  
	bottom: 0;
}

.no-wrap{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.break-word {
  -ms-word-break: break-all;
  word-break: break-all;

  /* Non standard for webkit */
  word-break: break-word;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.font-fvs-grey{	color: #546e7a; }
.font-fvs-green{ color: #8bc249; }
.font-fvs-red{ color: #ef4438; }
.font-fvs-blue{ color: #488fcc; }
.font-fvs-yellow{ color: #fec111; }
.font-green-clean{ color: #07BC31; }

.bg-fvs-grey{ background-color: #546e7a !important; color: white !important;}
.bg-fvs-green{ background-color: #8bc249 !important; color: white !important;}
.bg-fvs-red{ background-color: #ef4438 !important; color: white !important;}
.bg-fvs-blue{ background-color: #488fcc !important; color: white !important;}
.bg-fvs-yellow{ background-color: #fec111 !important; color: white !important;}
.bg-green-clean{ background-color: #07BC31 !important; color: white !important;}

.md-18 { font-size: 18px !important; line-height: 30px !important; }
.md-24 { font-size: 24px !important; line-height: 36px !important; }
.md-36 { font-size: 36px !important; line-height: 48px !important; }
.md-48 { font-size: 48px !important; line-height: 60px !important; }
.md-72 { font-size: 72px !important; line-height: 84px !important; }
.md-96 { font-size: 96px !important; line-height: 108px !important; }

/* Feedback states */
.has-success .help-block,
.has-success .help-inline,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #07BC31 !important;
}
.has-success .form-control {
  border-color: #219174;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control:focus {
  border-color: #186853;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #d6f5f3;
  border-color: #219174;
  color: #07BC31 !important;
}
.has-success .input-group-addon > i {
  color: #07BC31 !important;
}

.form-group.form-md-line-input.has-success .form-control.edited:not([readonly]) ~ label:after,
.form-group.form-md-line-input.has-success .form-control.edited:not([readonly]) ~ .form-control-focus:after, .form-group.form-md-line-input.has-success .form-control.form-control-static ~ label:after,
.form-group.form-md-line-input.has-success .form-control.form-control-static ~ .form-control-focus:after, .form-group.form-md-line-input.has-success .form-control:focus:not([readonly]) ~ label:after,
.form-group.form-md-line-input.has-success .form-control:focus:not([readonly]) ~ .form-control-focus:after, .form-group.form-md-line-input.has-success .form-control.focus:not([readonly]) ~ label:after,
.form-group.form-md-line-input.has-success .form-control.focus:not([readonly]) ~ .form-control-focus:after {
  background: #07BC31 !important;
}
.form-group.form-md-line-input.has-success .form-control.edited:not([readonly]) ~ label, .form-group.form-md-line-input.has-success .form-control.form-control-static ~ label, .form-group.form-md-line-input.has-success .form-control:focus:not([readonly]) ~ label, .form-group.form-md-line-input.has-success .form-control.focus:not([readonly]) ~ label {
  color: #07BC31 !important;
}
.form-group.form-md-line-input.has-success .form-control.edited:not([readonly]) ~ i, .form-group.form-md-line-input.has-success .form-control.form-control-static ~ i, .form-group.form-md-line-input.has-success .form-control:focus:not([readonly]) ~ i, .form-group.form-md-line-input.has-success .form-control.focus:not([readonly]) ~ i {
  color: #07BC31 !important;
}
.form-group.form-md-line-input.has-success .form-control.edited:not([readonly]) ~ .help-block, .form-group.form-md-line-input.has-success .form-control.form-control-static ~ .help-block, .form-group.form-md-line-input.has-success .form-control:focus:not([readonly]) ~ .help-block, .form-group.form-md-line-input.has-success .form-control.focus:not([readonly]) ~ .help-block {
  color: #07BC31 !important;
}
.form-group.form-md-line-input.has-success .input-group-addon {
  color: #07BC31 !important;
}

.md-checkbox input[type=checkbox]
{
    visibility: visible !important;
    opacity: 0;
}

.btn-circle-xs {
    height: 24px;
    width: 24px;
    padding: 3px 4px;
}

.btn-circle-xs i{
    margin: 0;
    margin-bottom: 6px;
    line-height: 12px !important;
    font-size: 12px !important;
}

.dashboard-stat .visual .display-name
{
    color: white;
    font-size: 22px;
    opacity: 0.6;
    position: absolute;
    left: 5px;
}

/*********************
    Floating Button
**********************/
.disabled.btn-large,
.btn-floating.disabled,
.btn-large.disabled,
.btn-large:disabled,
.btn-large:disabled,
.btn-floating:disabled {
	background-color: #DFDFDF;
	box-shadow: none;
	color: #9F9F9F;
	cursor: default;
}

.disabled.btn-large *,
.btn-floating.disabled *,
.btn-large.disabled *,
.btn-large:disabled *,
.btn-large:disabled *,
.btn-floating:disabled * {
	pointer-events: none;
}

.disabled.btn-large:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-large:disabled:hover,
.btn-large:disabled:hover,
.btn-floating:disabled:hover {
	background-color: #DFDFDF;
	color: #9F9F9F;
}

.btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
	font-size: 1.3rem;
	line-height: inherit;
}

.btn-large {
	text-decoration: none;
	color: #FFF;
	background-color: #26a69a;
	text-align: center;
	letter-spacing: .5px;
	-webkit-transition: .2s ease-out;
	-moz-transition: .2s ease-out;
	-o-transition: .2s ease-out;
	-ms-transition: .2s ease-out;
	transition: .2s ease-out;
	cursor: pointer;
}

.btn-large:hover {
	background-color: #2bbbad;
}

.btn-floating {
	display: inline-block;
	color: #FFF;
	position: relative;
	overflow: hidden;
	z-index: 1;
	width: 37px;
	height: 37px;
	line-height: 37px;
	padding: 0;
	background-color: #26a69a;
	border-radius: 50%;
	transition: .3s;
	cursor: pointer;
	vertical-align: middle;
}

.btn-floating i {
	width: inherit;
	display: inline-block;
	text-align: center;
	color: #FFF;
	font-size: 1.6rem;
	line-height: 37px;
}

.btn-floating:before {
	border-radius: 0;
}

.btn-floating.btn-medium {
	width: 45.5px;
	height: 45.5px;
}

.btn-floating.btn-medium i {
	line-height: 45.5px;
	font-size: 2.5rem !important;
	margin: 0;
}

.btn-floating.btn-large {
	width: 55.5px;
	height: 55.5px;
}

.btn-floating.btn-large i {
	line-height: 55.5px;
	font-size: 3.5rem !important;
	margin: 0;
	transition: .3s;
}

.rotate-225 {
	transition: .3s;
    transform:rotate(225deg);
    -ms-transform:rotate(225deg);
    -moz-transform:rotate(225deg);
    -o-transform:rotate(225deg);
    -webkit-transform:rotate(225deg);
}

button.btn-floating {
	border: none;
}

.fixed-action-btn {
	position: fixed;
	right: 23px;
	bottom: 23px;
	padding-top: 15px;
	margin-bottom: 0;
	z-index: 998;
}

.fixed-action-btn ul {
	left: 0;
	right: 0;
	text-align: center;
	position: absolute;
	bottom: 40px;
    padding: 0;
    list-style-type: none;
}

.fixed-action-btn ul li {
	margin-bottom: 15px;
}

.fixed-action-btn ul a.btn-floating, .fixed-action-btn ul button.btn-floating  {
	opacity: 0;
}

.loader-container
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  //background-color: rgba(0,0,0,0.2);
  z-index: 10070;
  text-align: center;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.loader-wrapper
{
  position: fixed;
  top: 40%;
  width: 100%;
}

/**********************
     4 Color Loader

SAMPLE HTML:
<div class="contener_general">
     <div class="contener_mixte"><div class="ballcolor ball_1">&nbsp;</div></div>
     <div class="contener_mixte"><div class="ballcolor ball_2">&nbsp;</div></div>
     <div class="contener_mixte"><div class="ballcolor ball_3">&nbsp;</div></div>
     <div class="contener_mixte"><div class="ballcolor ball_4">&nbsp;</div></div>
</div>
<div class=""><strong>Analyzing...</strong></div>     
     
***********************/

.contener_general
{
  -webkit-animation:animball_two 2s infinite;
  -moz-animation:animball_two 2s infinite;
  -ms-animation:animball_two 2s infinite;
  animation:animball_two 2s infinite;
  width:75px; height:75px;
  margin: auto;
  margin-bottom: 10px;
}
.contener_mixte
{
  width:66px; height:6px; position:absolute;
}

.loading-text{
    color: white;
    font-size: 13px;
    -webkit-animation:loading_text 4s infinite ease;
    -moz-animation:loading_text 4s infinite ease;
    -ms-animation:loading_text 4s infinite ease;
    animation:loading_text 4s infinite ease;
}

.ballcolor
{
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.ball_1, .ball_2, .ball_3, .ball_4
{
  position: absolute;
  -webkit-animation:animball_one 2s infinite ease;
  -moz-animation:animball_one 2s infinite ease;
  -ms-animation:animball_one 2s infinite ease;
  animation:animball_one 2s infinite ease;
}
.ball_1
{
  background-color:#488fcc;
  top:0; left:0;
}
.ball_2
{
  background-color:#8bc249;
  top:0; left:36px;
}
.ball_3
{
  background-color:#fec111;
  top:36px; left:0;
}
.ball_4
{
  background-color:#ef4438;
  top:36px; left:36px;
}

@-webkit-keyframes animball_one
{
  0%{ position: absolute;}
  50%{top:18px; left:18px; position: absolute;opacity:0.5;}
  100%{ position: absolute;}
}
@-moz-keyframes animball_one
{
  0%{ position: absolute;}
  50%{top:18px; left:18px; position: absolute;opacity:0.5;}
  100%{ position: absolute;}
}
@-ms-keyframes animball_one
{
  0%{ position: absolute;}
  50%{top:18px; left:18px; position: absolute;opacity:0.5;}
  100%{ position: absolute;}
}
@keyframes animball_one
{
  0%{ position: absolute;}
  50%{top:18px; left:18px; position: absolute;opacity:0.5;}
  100%{ position: absolute;}
}

@-webkit-keyframes animball_two
{
  0%{-webkit-transform:rotate(0deg) scale(1);}
  50%{-webkit-transform:rotate(360deg) scale(1.3);}
  100%{-webkit-transform:rotate(720deg) scale(1);}
}
@-moz-keyframes animball_two
{
  0%{-moz-transform:rotate(0deg) scale(1);}
  50%{-moz-transform:rotate(360deg) scale(1.3);}
  100%{-moz-transform:rotate(720deg) scale(1);}
}
@-ms-keyframes animball_two
{
  0%{-ms-transform:rotate(0deg) scale(1);}
  50%{-ms-transform:rotate(360deg) scale(1.3);}
  100%{-ms-transform:rotate(720deg) scale(1);}
}
@keyframes animball_two
{
  0%{transform:rotate(0deg) scale(1);}
  50%{transform:rotate(360deg) scale(1.3);}
  100%{transform:rotate(720deg) scale(1);}
}

@-webkit-keyframes loading_text
{
  0%{ background-color: #8bc249;}
  25%{ background-color: #ef4438;}
  50%{ background-color: #488fcc;}
  75%{ background-color: #fec111;}
  100%{ background-color: #8bc249;}
}
@-moz-keyframes loading_text
{
  0%{ background-color: #8bc249;}
  25%{ background-color: #ef4438;}
  50%{ background-color: #488fcc;}
  75%{ background-color: #fec111;}
  100%{ background-color: #8bc249;}
}
@-ms-keyframes loading_text
{
  0%{ background-color: #8bc249;}
  25%{ background-color: #ef4438;}
  50%{ background-color: #488fcc;}
  75%{ background-color: #fec111;}
  100%{ background-color: #8bc249;}
}
@keyframes loading_text
{
  0%{ background-color: #8bc249;}
  25%{ background-color: #ef4438;}
  50%{ background-color: #488fcc;}
  75%{ background-color: #fec111;}
  100%{ background-color: #8bc249;}
}

.leftcurtain{
    width: 50%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 10060;
    position: absolute;
    background-color: #eff3f8;
}
 .rightcurtain{
    width: 50%;
    height: 100%;
    right: 0px;
    top: 0px;
    z-index: 10060;
    position: absolute;
    background-color: #eff3f8;
}

/****************************
     ANALYZING LOADER
     
SAMPLE HTML:
<div class="loading">
  <span>Analyzing</span>
</div>

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

.loading {
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  text-transform:uppercase;
  
  text-align:center;
  line-height:50px;
  
}

.loading span {
  position:relative;
  z-index:999;
  color:#fff;
}
.loading:before {
  content:'';
  background:#8bc249;
  width:128px;
  height:36px;
  display:block;
  position:absolute;
  top:0;left:0;right:0;bottom:0;
  margin:auto;
  
  animation:3s loadingBefore infinite ease-in-out;
}

@keyframes loadingBefore {
  0%   {transform:translateX(-14px);}
  50%  {transform:translateX(14px);}
  100% {transform:translateX(-14px);}
}


.loading:after {
  content:'';
  background:red;
  width:14px;
  height:60px;
  display:block;
  position:absolute;
  top:0;left:0;right:0;bottom:0;
  margin:auto;
  opacity:.5;
  
  animation:3s loadingAfter infinite ease-in-out;
}

@keyframes loadingAfter {
  0%   {transform:translateX(-50px);}
  50%  {transform:translateX(50px);}
  100% {transform:translateX(-50px);}
}

@media (max-width: 991px) {
	.page-head {
  		background: #FFF !important;
	}
	
	.btn-floating.btn-large {
	width: 45.5px;
	height: 45.5px;
	}

	.btn-floating.btn-large i {
		line-height: 45.5px;
		font-size: 3rem !important;
		margin: 0;
	}

    .btn-floating.btn-medium {
        width: 35.5px;
        height: 35.5px;
    }

    .btn-floating.btn-medium i {
        line-height: 35.5px;
        font-size: 2rem !important;
        margin: 0;
    }

	.mobile-btn{
		margin-top: 35px;
	}
}
/*
@font-face {
    font-family: "vikingfont";
    src: url("Viking_n.woff") format('woff');
}

.viking-font{
  font-family: vikingfont;
  font-size:48px;
  color: #B90000;
}
*/

.ribbon {
  padding: 0 0 10px 0;
  position: absolute;
  right: 0.25em;
  top: -0.25em;
  width: 40px;
}
.ribbon div {
  background: #bb3a34;
  background: linear-gradient(#e74841 0%, #bb3a34 100%);
  color: #fff;
  padding: 0.5em 0;
  text-align: center;
}
.ribbon div:after {
  border-left: 20px solid #bb3a34;
  border-right: 20px solid #bb3a34;
  border-bottom: 10px solid transparent;
  bottom: 0;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

.vertical-text {
    -webkit-transform:rotate(270deg);
    -moz-transform:rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform:rotate(270deg);
    transform: rotate(270deg);
    white-space:nowrap;
    display:block;
    bottom:0;
    width:20px;
    height:20px;
    font-size: 15px;
}
.vertical-premium-home
{
position: absolute;
    left: -49px;
    bottom: 63px;
    background-color: #8bc249;
    width: 108px;
    padding: 0 0 0 5px;
    color: white;
}

.vertical-free-home
{
position: absolute;
    left: -49px;
    bottom: 63px;
    background-color: #E5E5E5;
    width: 108px;
    padding: 0 0 0 5px;
    color: black;
}
td.details-control {
    background: url('/static/img/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('/static/img/details_close.png') no-repeat center center;
}

#table-wrapper {
  position:relative;
}
#table-scroll {
  width:1000px;
  overflow:auto;
  margin-top:20px;
}
#table-wrapper table {
  width:100%;
}
#table-wrapper table * {
  color:gray;
}
#table-wrapper table thead th .text {
  position:absolute;
  top:-20px;
  z-index:2;
  height:20px;
  width:35%;
  border:1px solid red;
}
.new_eye
{
    background: url('/static/img/eyes_icon2.png');
    height:38px !important;
    width:38px !important;
    margin:auto !important;
}
.new_lock
{
    content: url('/static/img/lock_icon.png');
}
.export_csv_button
{
    background-color:#DD474E !important;
    color:white !important;
    border:0px !important;
    font-size: 12px;
    font-weight: 600;
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border-width: 0 !important;
    overflow: hidden;
    position: relative;
    padding: 9px 14px 8px 14px;
}
.export_csv_icon
{
    background: url('/static/img/export_csv.png');
    background-repeat: no-repeat;
    height:20px !important;
    width:25px !important;
}

.red-circle {
  color: #E33846;
}
.green-circle {
  color: #87BF45;
}
.blue-circle {
  color: #3C87BE;
}
.yellow-circle {
  color: #d6de25;
}

.pull-left .dataTables_filter{
    float: left;
}