
.open > .dropdown-menu{
    animation: initial !important;
    transition: initial !important;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fixed_marge_menu{
    width: 190px;
    margin: 0px 0px 10px 0px;
    position: fixed;
    border-right: 1px solid lightgray;
}

.fixed_marge_menu a{
    margin: 0px 0px 10px 0px;
    text-align:left;
}

.fixed_marge_menu label{
    margin: 0px 0px 10px 0px;
    font-weight: bold;
    text-align:left;
}

.fixed_marge_menu a:hover{
    font-weight: bold;
    color: gray !important;
}


.settings-subpage {
    margin: 30px 100px 100px 160px;
    font-size: 100%;
}

.settings-paragraph {
    margin: 10px 0px 10px 80px;
    padding: 20px;
    background: rgb(233 234 239);
    border: solid 1px #d9d9d9;
    box-shadow: 1px 1px #00000026;
    border-radius: 10px;
}

#settings_buttons {
    width: 150px;
    position: fixed;
    top: 90%;
    right:1%;
}


/*   ************* Jquery Validation Plugin **************/
label.error{
    color:red;
}

select.error{
    color:white;
    background: #b10c0c !important;
}

/*   ************* menu **************/

.navbar-inverse {
    background-color: #323232!important;
    border-color: #323232!important;
}

.navbar-brand{
    font-weight: bold;
}
.navbar-inverse .navbar-brand
{
    color: white!important;
    background-color: #323232!important;
}
.navbar-inverse .navbar-nav > li > a
{
    color: #ccc;
    background-color: #323232!important;
}

.navbar-inverse .navbar-nav > li > a:hover{
    color: white!important;
    font-weight: bold;
    background-color: #323232!important;
}
nav ul li.active > a::before{
    display: none;
}

.navbar-inverse .navbar-nav > .active > a,
 .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
	text-decoration: underline !important;
	font-weight: bold;
	color: #ccc;
	background-color: #323232!important;
    font-weight: bold;
}

/*   ************* LOCK SCREEN  **************/

.lockscreen  .modal-header {
    border-color: #323232 !important;
    background: #323232!important;
    color: #FFF!important;
    border: 1px solid #C2C2C2;
    height: 34px;
    padding: 0;
    line-height: 40px;
}

.lockscreen  .modal-header  .modal-title {
    margin: 0;
    margin-left: 10px;
    float: left;
    height: 100%;
    width: auto;
    display: inline-block;
    font-size: 14px;
    position: relative;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: 0;
}

.lockscreen  .modal-header > .fa:first-child {
    margin-left: 0;
}

.lockscreen .modal-header > .fa {
    display: block;
    width: 30px;
    height: 32px;
    position: relative;
    float: left;
    font-size: 111%;
    line-height: 32px;
    text-align: center;
    margin-right: -10px;
}

.lockscreen {
    left: 50%;
    margin-left: -239px;
    background-color: #323232!important;
    position: absolute;
    top: 29%;
    width: 478px;
    box-shadow: 0 0 10px 1px black;
}

.lockscreen .modal-content {
    background-color: #323232!important;
}

.lockscreen .modal-content, .lockscreen fieldset {
    background-color: #323232!important;
}
.lockscreen .label{
    color: white;
}
.lockscreen .modal-footer{
    border-top: 0px solid #e5e5e5;
}

@font-face {
    font-family: 'OMW';
    src: url("../fonts/GameCube.ttf") format('truetype');
}

@keyframes greenpulse {
  0% {filter: drop-shadow(0px 0px 5px rgba(139, 211, 39, 100));opacity: 10%;}
  15% {filter: drop-shadow(0px 0px 10px rgba(139, 211, 39, 100));opacity: 100%;}
  50% {filter: drop-shadow(0px 0px 20px rgba(139, 211, 39, 100));opacity: 100%;}
  85% {filter: drop-shadow(0px 0px 10px rgba(139, 211, 39, 100));opacity: 100%;}
  100% {filter: drop-shadow(0px 0px 5px rgba(139, 211, 39, 100));opacity: 0%;}
}

.headerlogoomw img {
    width: 130px;
    margin-top: 15px;
    margin-left: -40px;
    filter: saturate(0) brightness(3);
    /*  animation: greenpulse 10s infinite; */
}

.lockscreenlogoomw {
    left: 50%;
    margin-left: -180px;
    position: absolute;
    top: 150px;
    filter: saturate(0) brightness(3);
}
.lockscreenlogoomw img {
    width: 360px;
}

.lockscreentitleomw {
    left: 50%;
    margin-left: -210px;
    position: absolute;
    top: 300px;
}

.lockscreentitleomw h1 {
    font-size: 300%;
    color:black;
    font-family: "OMW";
    text-shadow: 0px 0px 30px #7c80bd ;
 }

.lockscreenlogo {
    left: 50%;
    margin-left: -120px;
    position: absolute;
    top: 82%;
    width: 478px;
    filter: brightness(1) ;
}

.login {
    background-color:  #242424;
    height: 100%;
}

.page-footer {
   border-top: 0px solid #CECECE;
   height: 35px! important;
   padding: 2px 0px 0px 0px ! important;
   background: #323232! important;
   color: white;
}
.page-footer a:link, footer a:visited {
    color: #white;
    text-decoration: none;
}
.page-footer a:hover {
    color: #white;
    text-decoration: underline;
}

#footer-extra {
    background: #323232;
    /*padding: 10px 0;*/
    font-size: 11px;
    color: #white;
}
#footer-extra a:link, #footer-extra a:visited {
    color: #white;
    font-weight: bold;
    text-decoration: none;
}
#footer-extra a:hover {
    color: #white;
    text-decoration: underline;
}

.filter_rules_container {
    text-align: left ;
    width: 1200px;
}

/* NEW 5.0 SKIN */
.main-container {
    position: absolute;
    border-radius: 10px;
	padding: 10px 10px 15px 10px;
	margin: 10px;
	height: 85%;
	width: 99%;
	background: rgba(240, 240, 240, 1);
	margin-top: 110px;
    overflow-y: auto;
}
table th {
    color: white;
    background: rgba(70, 70, 70, 1);
    height: 8px !important;
}
thead th{
    padding: 4px 10px 3px 10px !important;
}
.sorting{
    background: rgba(70, 70, 70, 1) !important;
}

.sorting_asc , .sorting_desc{
    background: rgba(70, 70, 70, 0.9) !important;
}
input, select {
    background: white !important;
}

.page-title {
    text-align:center;
    font-size: 200%;
    color: gray;
    letter-spacing: 0px;
    font-weight: 600;
 }

 .daterangepicker th{
    color: black;
 }
/* END NEW 5.0 SKIN */

@media (max-height: 640px)  {

  /* CSS that should be displayed if height is equal to or less than 720px goes here */
  .hidden-xs{
     display: none! important;
  }
  .lockscreen{
    left: 0;
    top: 0;
    margin: 0px;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 768px) {

  /* CSS that should be displayed if height is equal to or less than 720px goes here */

  .main-container {
	padding: 5px;
	margin-top: 50px;
  }

  .lockscreen{
    left: 0;
    top: 0;
    margin: 0px;
    width: 100%;
    height: 100%;
  }

}

.dropdown-menu > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.dropdown-menu > a:hover {
	color: #000;
}

.mono {
    font-family: monospace;
}

.pagination > li > a{
  color: #AAA;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover{
    border-color: #777;
    background-color: #373738;
    color: white;
}

.control-label-checkbox{
    text-align: right;
}

label{
    padding-left: 5px;
}

.tooltip-inner {
    max-width: 500px;
    font-size: 1.2em;
    overflow-wrap: anywhere;
}

.cell_overflow {
       text-overflow: ellipsis;
       white-space: nowrap;
       overflow: hidden;
       width: 110px;
  }

/* loader omw */
.loader-omw {

}

.min-width-100 {
    min-width: 100px;
}

.width-100 {
    min-width: 100px;
    max-width: 100px;
    width: 100px;
}

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

.text-capitalize {
text-transform: capitalize;
}

.text-uppercase {
text-transform: uppercase;
}


#circle1{
    position: absolute;
    animation-name: rotate1;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
#circle2{
    position: absolute;
    animation-name: rotate2;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
#circle3{
    position: absolute;
    animation-name: rotate1;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes rotate1{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}
@keyframes rotate2{
    from{ transform: rotate(360deg); }
    to{ transform: rotate(-360deg); }
}

.loader-tag {
    position: absolute;
    margin: -8px 0px 0px -40px;
    color: rgba(100,100,100,1);
}