/* iCheck plugin Flat skin, green
----------------------------------- */
.icheckbox_flat-green,
.iradio_flat-green {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(green.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat-green {
    background-position: 0 0;
}
    .icheckbox_flat-green.checked {
        background-position: -22px 0;
    }
    .icheckbox_flat-green.disabled {
        background-position: -44px 0;
        cursor: default;
    }
    .icheckbox_flat-green.checked.disabled {
        background-position: -66px 0;
    }

.iradio_flat-green {
    background-position: -88px 0;
}
    .iradio_flat-green.checked {
        background-position: -110px 0;
    }
    .iradio_flat-green.disabled {
        background-position: -132px 0;
        cursor: default;
    }
    .iradio_flat-green.checked.disabled {
        background-position: -154px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_flat-green,
    .iradio_flat-green {
        background-image: url(green@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}


#topmenubar{
    background-color:#2A3F54;
}
#ui-datepicker-div {
width: 300px; /*what ever width you want*/
}

.highcharts-figure, .highcharts-data-table table {
    min-width: 320px; 
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #EBEBEB;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}
.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}
.highcharts-data-table th {
  font-weight: 600;
    padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #f1f7ff;
}



.selDisabled{
background-color: #555;
color: #f1f7ff;
}


.sidenav {
    height: 100%;
    width: 200px;
   
    z-index: 1;
    top: 0;
    left: 0;
    background-color:#2A3F54;
    overflow-x: hidden;
  
  }


  
/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
  }
  
  /* On mouse-over */
  .sidenav a:hover, .dropdown-btn:hover {
    color: #f1f1f1;
  }
  
  /* Main content */
  .main {
    margin-left: 300px; /* Same as the width of the sidenav */
    font-size: 20px; /* Increased text to enable scrolling */
    padding: 0px 10px;
  }
  
  /* Add an active class to the active dropdown button */
  .active {
   
    color: white;
  }
  
  /* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
  .dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
  }
  
  /* Optional: Style the caret down icon */
  .fa-caret-down {
    float: right;
    padding-right: 8px;
  }
  
  /* Some media queries for responsiveness */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }



/* BASIC */


  body {
    /* font-family: "Poppins", sans-serif; */
    font-family: 'Raleway', sans-serif;
    height: 100vh;
  }
  
  a {
    color: #92badd;
    display:inline-block;
    text-decoration: none;
    font-weight: 400;
  }
  
  h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display:inline-block;
    margin: 40px 8px 10px 8px; 
    color: #cccccc;
  }
  
  
  
  /* STRUCTURE */
  
  .wrapper {
    display: flex;
    align-items: center;
    flex-direction: column; 
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
  }
  
  .wrapperRegister {
    display: flex;
    align-items: center;
    flex-direction: column; 
    justify-content: center;
    min-height: 100%;
    padding: 20px;
    width: 200%;
  }

  #formContentRegister {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 70%;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
  }
  



  #formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
  }
  
  #formFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
  }
  
  
  
  /* TABS */
  
  h2.inactive {
    color: #cccccc;
  }
  
  h2.active {
    color: #0d0d0d;
    border-bottom: 2px solid #5fbae9;
  }
  
  
  
  /* FORM TYPOGRAPHY*/
  
  input[type=button], input[type=submit], input[type=reset]  {
    background-color: #56baed;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  input[type=button]:hover, 
  input[type=submit]:hover, 
  input[type=reset]:hover  {
    background-color: #39ace7;
  }
  
  input[type=button]:active, 
  input[type=submit]:active, 
  input[type=reset]:active  {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  
  input[type=text], 
  input[type=password], 
  input[type=email] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
  }
  
  input[type=text]:focus, 
  input[type=password]:focus, 
  input[type=email]:focus {
    background-color: #fff;
    border-bottom: 2px solid #5fbae9;
  }
  
  input[type=text]:placeholder, 
  input[type=password]:placeholder, 
  input[type=email]:placeholder {
    color: #cccccc;
  }
  
  
  
  /* ANIMATIONS */
  
  /* Simple CSS3 Fade-in-down Animation */
  .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  /* Simple CSS3 Fade-in Animation */
  @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  
  .fadeIn {
    opacity:0;
    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
  
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
  
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
  }
  
  .fadeIn.first {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  
  .fadeIn.second {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  
  .fadeIn.third {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }
  
  .fadeIn.fourth {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
  }
  
  /* Simple CSS3 Fade-in Animation */
  .underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #56baed;
    content: "";
    transition: width 0.2s;
  }
  
  .underlineHover:hover {
    color: #0d0d0d;
  }
  
  .underlineHover:hover:after{
    width: 100%;
  }
  
  .loginH2{
    color: #0d0d0d;   
  }
  
  
  /* OTHERS */
  
  *:focus {
      outline: none;
  } 
  
  #icon {
    width:60%;
  }
  
  .wrapper {
      min-height: 600px!important;
  }

  #main{
    background-color: #f1f1f1;
  }

.sidebar{
  background-color: #122631;
}



  .sidebar-sticky > ul >li{
    color:#f1f1f1;
    background-color: #101e26;
  }

  .sidebar-sticky  >li{
    color:#f1f1f1;
    

  }
  .sidebar-sticky ul > li >a{
    color:#f1f1f1;
    font-size: 16px;
    

  }
  .sidebar-sticky ul > li > ul> li{
    color:#f1f1f1;
    font-size: 13px;
    margin-left: 35px;
    margin-top: 10px;
  }

/* $$$$$$$$$$$$$$$$$$$$$$$$ */

#headerr{
	position: fixed;
	height: 0px;
	padding-top: 0px;
}

#skrpdf{
	border-radius: 5px;
	height: 200px;
	background-color: #fff;
	-webkit-box-shadow: 5px 2px 22px -7px rgba(0.75,0.75,0.75,0.75);
	-moz-box-shadow: 5px 2px 22px -7px rgba(0.75,0.75,0.75,0.75);
	box-shadow: 5px 2px 22px -7px rgba(0.75,0.75,0.75,0.75);
	display: none;

}
#skrxls{
	border-radius: 5px;
	height: 200px;
	background-color: #fff;
	-webkit-box-shadow: 5px 2px 22px -7px rgba(0.75,0.75,0.75,0.75);
	-moz-box-shadow: 5px 2px 22px -7px rgba(0.75,0.75,0.75,0.75);
	box-shadow: 5px 2px 22px -7px rgba(0.75,0.75,0.75,0.75);
	display: none;
}



#skrpdf1{
	border-radius: 5px;
	height: 100px;
	background-color: #fff;
	-webkit-box-shadow: 5px 2px 22px -7px rgba(0.75,0.75,0.75,0.75);
	-moz-box-shadow: 5px 2px 22px -7px rgba(0.75,0.75,0.75,0.75);
	box-shadow: 5px 2px 22px -7px rgba(0.75,0.75,0.75,0.75);
	display: none;
}
#skrxls1{
	border-radius: 5px;
	height: 100px;
	background-color: #fff;
	-webkit-box-shadow: 5px 2px 22px -7px rgba(0.75,0.75,0.75,0.75);
	-moz-box-shadow: 5px 2px 22px -7px rgba(0.75,0.75,0.75,0.75);
	box-shadow: 5px 2px 22px -7px rgba(0.75,0.75,0.75,0.75);
	display: none;
}

.show{
  color:#727272 ;
}



.infoFiled > h4{
  padding: 2%;
  color: #f1f7ff;
}

.infoFiled > p{
  color: #f1f7ff;
  padding: 1%;
}
.infoFiled{
  padding-bottom: 5px;
  margin-bottom:11px;
 
}

.infoFiled:hover{
 
  border: 1px solid;
  padding: 10px;
  box-shadow: 5px 10px rgba(161, 159, 159, 0.8);
  transform: scale(1.02);
  margin-bottom: 17px;
  transition:  0.2s;
  transition-timing-function: ease-in;

}

.infoFiled{
  transition: 0.2s;
  transition-timing-function: ease-out;

}


.infobutton{
  margin-left: 5px;
  /* background: linear-gradient(110deg, #E8E8E8 0%, #c9c8c8 28.65%, #E8E8E8 54.09%, #7a7a7a 82.29%, #f1eeee 98.18%),#8f8f8f; */
  background:#E8E8E8 ;
  color: #000;

}

.infobutton:hover{
  margin-left: 5px;
  /* background:linear-gradient(110deg, #A5A038 0%, #F9F7C8 28.65%, #948F2A 54.09%, #BEB93F 82.29%, #7A7723 98.18%),#A5A038; */
  background:#b3ae73 ;
  color: #000;

}
.infoFiled > h2{
  padding: 1%;
  padding-bottom: none;
  color: #f1f7ff;
  font-size: 21px;
  font-weight: 200;
  margin-bottom: 1px;
  float: left;

}
.infoFiled > h6{
  padding: 1%;
  padding-bottom: none;
  color: #f1f7ff;

}
.infoFiled > p.expiredornotparahaph{
  color:#bd1818;
  font-weight: bold;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
}

.infoFiled > div > p.dodatnitext2{
  color: #f1f7ff;
  padding: 1%;
 
}
.modal-backdrop
{
    opacity:1 !important;
}


#userMenagmetSideBar >p{

margin-top: 10px;
margin-bottom: 10px;

}
.userListP{
  padding-top: 5px;
  padding-bottom: 5px;
  

}

.headLineBox{
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
}

.pharagraphBox{
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
}

.boxButtonDivRight{
  margin-right: 20px!important;
}

.infobutton{
  font-weight: 500;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}