/*div.datetimepicker{
	width: 300px;
}
.datetimepicker .table-condensed{
	width: 100%;
}
.datetimepicker .table-condensed thead .picker-switch, .table-condensed thead  .prev, .table-condensed thead .next
{
     display: none;
}

#dataTable{
	overflow: auto;
}*/

@media (min-width: 992px) {
  .conn-pane{
    padding-left: 0;
  }
  .data-pane{
    padding-right: 0;
  }
  .data-pane .um-panel-content{
    height: 80vh;
  }
}
#dataTable td{
  white-space: normal;
}

.box.box-danger{
	border-top-color: #3c8dbc;
}

input:read-only {
  background-color: transparent !important;
}

#dataTable thead,
#dataTable tbody{
	white-space: nowrap;
}

.popover{
	width: 20vw;
	text-overflow: ellipsis;
}
.popover ul{
	white-space: nowrap;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

/*-------------Login Page CSS-----------------*/
.login-title {
    font-size: 25px;
}

.login-form-control {
	color:#fff;
    border-radius: 20px;
	border-color: rgba(255, 255, 255, 0);
	background: rgba(255, 255, 255, 0.10);
}
.btn.btn-round {
    border-radius: 20px;
}

@import url('https://fonts.googleapis.com/css?family=Didact+Gothic|Open+Sans');

.login-bg:before {
  content: "";
  position: fixed;
  top: -5%;
  left: -5%;
  right: 0;
  bottom: 0;
  z-index: -1;

  display: block;
  background-image: url('/app/webroot/img/main-bg.jpg');
  background-size:cover;
 /* width: 110%;
  height: 110%;

  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);*/
}

.login-bg {
  overflow: auto;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}
.login-bg a{
  font-family: 'Didact Gothic', sans-serif;
}


.login-content {
  background: rgba(255, 255, 255, 0);
}

.login-font-c {
	color: #f0f0f0;
}

.login-font-c a{
	color: #f0f0f0;
}

.login-box-body .form-control-feedback{
    color: #f0f0f0;
}
.login-footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   color: white;
   text-align: center;
   padding: 10px;
   font-size: 11px;
   padding-bottom: 20px;
}
/*-------------Login Page CSS-----------------*/


/*LTE 2.4.5 CSS*/

.filter_box {
    border-radius: 3px;
    margin: 0 10px 5px 5px;
}

.skin-blue .main-sidebar{
    background-color: rgb(34,45,50,0.5);
}
.skin-blue .sidebar-menu>li.header {
    background-color: rgb(34,45,50,0);
}
.skin-blue .main-header .logo {
    background-color: rgb(34,45,50,0.8);
}
.skin-blue .main-header .navbar {
    background-color: rgb(34,45,50,0.5);
}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li.menu-open>a {
   border-radius: 7px;
}
.skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li.menu-open>a {
    color: #fff;
    background-color: rgba(255,255,255,.1);
    border-left-color: #3c8dbc;

}
.skin-blue .sidebar-menu>li:hover>a{
    color: #3c4858;
    opacity: 1;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(60,72,88,.4);
    background-color: #fff;
    border-left-color: #3c8dbc;
}

.content-wrapper {
    background-color: rgb(236,240,245,0);
}
.main-footer {
    background: rgb(0,0,0,0);
    border-top: 0px solid #d2d6de;
}
.content-header {
   color:#f2f2f2;
}
.main-footer {
    color:#b8c7ce;
}
.box{
   border-radius: 6px;
   padding: 15px;
   background: #fcfcfc;
}
/*.content{
   min-height: 630px;
}*/
.btn-info {
    background-color: #3c8dbc;
    border-color: #367fa9;
    color:#fff;
}

.main-footer {
    margin-left: 0px;
    font-size: 9px;
    position: relative;
}

@media (max-width: 767px){
  .sidebar-open .main-footer {
      transform: translate(0, 0);
      visibility: visible;
  }
  .main-footer {
      visibility: hidden;
  }
}

.pd-10 {
  padding: 10px;
}

.black-box {
    text-align: center;
    background-color: rgb(0,14,40,0.60);
    padding: 0px 20px 0px 20px;
    border-radius:10px;
    -webkit-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.75);
}
.black-box .content-word{
    font-size:14px;
    padding-bottom:20px;
    color:#c5c5c5;
}
.login-box, .register-box {
    width: 400px;
}
/*LTE 2.4.5 CSS*/

.popover li{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.popover{
  width: calc(100vw) !important;
}

.checkbox-container{
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fit, 32%);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

  margin-top:10px;
  max-height:30vh;
  overflow-y: scroll;
}
.viewRecord{
  cursor: pointer;
}

#dataTable thead,
#dataTable thead .actions{
  background-color: #3c8dbc;
  color: #e4e4e4;
}
#dataTable thead a{
  color: #FFF;
}
#dataTable tbody tr:hover{
  background-color: #e4e4e4 !important;
}
#dataTable tbody tr:nth-child(2n){
  background-color: #f1f1f1;
}
.actions a.btn{
  padding: 0 10px;
  border-radius: 3em;
}
.breadcrumbs{
  position: absolute;
  padding: 15px;
  color: #FFF;
  width: calc(100% - 120px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumbs a{
  color: #FFF;
}
.filter-container .form-control{
  width: 100% !important;
  border-radius: 3px;
}
.pg-toolbar{
  margin: 20px 0 60px 0;
  text-align: center;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.pg-toolbar span,
.pg-toolbar .btn-group > a,
.pg-toolbar .btn-group > b{
  padding: 0 10px;
}
.pg-toolbar .btn-group > a,
.pg-toolbar .btn-group > b{
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  margin: auto 5px;
}
.pg-toolbar .btn-group > b{
  border-radius: 3px;
  background-color: #3c8dbc;
  color: #FFF;
}
.pg-toolbar .btn-group.open .dropdown-toggle{
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.pg-toolbar .pg-limit-div{
  cursor: pointer;
}

.chk-container {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: .9em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chk-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.chk-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
}
.chk-container:hover input ~ .chk-checkmark {
  background-color: #ccc;
}
.chk-container input:checked ~ .chk-checkmark {
  background-color: #2196F3;
}
.chk-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.chk-container input:checked ~ .chk-checkmark:after {
  display: block;
}
.chk-container .chk-checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

