@media (max-width: 500px) {
  .navbar .navbar-top .menu-icon{
    display: block;
    margin-top: 10px;
    margin-right: 20px;
  }
  .navbar .selectpicker-container{
    display: none;
    position: absolute;
    top: 50px;
  }

  .navbar .navbar-top.selectbox-show .selectpicker-container, .nav-bar.selectbox-show{
    display: block;
  }

  .navbar .navbar-top.selectbox-show .selectpicker-container md-input-container{
    width: 100%;
    top: 25px;
  }

  .navbar-top.selectbox-show{
    height: 150px;
    position: relative;
  }

  .slideshow-table-header .add-slideshow-button{
    position: relative !important;
    margin-bottom: 20px;
    margin-top: -30px;
    top: auto !important;
    left: auto !important;
  }

  .slideshow-table-header .add-slideshow-button{
    margin-top: 25px;
  }

  .nav-bar{
    display: none;
  }

  .nav-bar ul li{
    width: 100%;
  }

  .md-nav-bar{
    height: auto;
  }

  .md-nav-bar ul{
    flex-direction: column;
    overflow: hidden;
  }

  .md-nav-bar md-nav-ink-bar{
    display: none;
  }

  .nav-bar ul li .md-button{
    width: 100%;
    text-align: left;
  }

  .nav-bar ul li .md-button.md-active{
    color: #fff;
    background-color: #555;
    margin: 0;
  }
}

.adminpage .navbar .navbar-brand img{
  padding-top: 10px;
}

.admin-format{
  margin-top: 50px;
}

.admin-format .btn{
  margin:0 5px;
}

@media (min-width: 500px) {
  .adminpage .navbar .navbar-brand{
    height: auto;
  }
  .navbar .navbar-brand{
    width: 250px;
    height: 90px;
    display: flex;
  }
}

.clear{
  clear:both;
}

.main-view{
  margin-bottom: 100px;
}

.nav-bar::-webkit-scrollbar {
  height: 7px;
  position: absolute;
  bottom: 0;
  display: none;
}

.nav-bar:hover::-webkit-scrollbar {
  display: block;
}

.nav-bar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.nav-bar::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.nav-bar{
  overflow: auto;
}

.navbar-top{
  display: flex;
  justify-content: space-between;
}

.navbar-top .menu-icon{
  cursor: pointer;
  display: none;
}

.nav-bar .md-nav-item:first-of-type{
  margin-left: 0;
}

.nav-bar .md-button._md-nav-button{
  padding: 12px 13px;
}

.navbar-default {
  background-color: #0c6caf;
  z-index: 89;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #ffffff;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #555555;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #66ffff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #404041;
}
.navbar-default .navbar-toggle {
  border-color: #404041;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #404041;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse{
  border-color: #0c6caf;
  margin-left: 170px;
}
.navbar-default .navbar-form {
  border-color: #0c6caf;
  float: left;
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #404041;
  }
}

.navbar-brand>img {
  max-height: 100%; /* resize DOWN to height of container which is set to 50px */
  /* height: 100%; resize UP to fit*/
  max-width: 100%;  /*probably not necessary */
  /* width: 100%;  resize based on height */
  margin: 0 auto;
  -o-object-fit: contain; /* Opera Support */
  object-fit: contain; /* Resize down to fit container */
  padding-top: 20px;
}

.navbar-brand {
  height: 60px;
}

.nav >li >a {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.navbar-toggle {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #404041;
}

.user-id {
  text-align: left !important;
}

#file_repo {
  cursor: none !important;
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
}

#video_player_container{
  display: none;
}

#file_repo img{
  z-index: 0;
}

.loading-container-background{
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 888888;
  text-align: center;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
}
.loading-container{
  position: absolute;
  margin: -100px -100px;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 200px;
  height: 200px;
  z-index: 99999999;
}
/*.newsticker {
  width: 1920px;
  font: 70px 'Open Sans', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  float: left;
  color: #fff;
  bottom: 0;
  overflow: hidden;
  background: #000000;
  line-height: 100px;
  position: fixed;
  z-index: 9100;
}

.logo-container {
  height: 100px;
  min-width: 100px;
  width: auto;
  max-width: 200px;
  text-align: center;
  white-space: nowrap;
  background: #FFFFFF;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9100;
}*/

.newsticker {
  width: 100%;
  font: 6vh 'Open Sans', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  float: left;
  color: #fff;
  bottom: 0;
  overflow: hidden;
  background: #000000;
  height: 9% !important;
  position: fixed;
  z-index: 9100;
}

.logo-container {
  height: 9%;
  min-width: 11%;
  width: auto;
  max-width: 18%;
  text-align: center;
  white-space: nowrap;
  background: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9100;
}

img.logo {
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
  z-index: 9100;
}

.schedule-view {
  position: relative;
}

.schedule-view .text-container{
  width: 200px;
  height: 70px;
  overflow-y: auto;
  overflow-x: auto;
  cursor: pointer;
  float: left;
  display: inline-block;
  z-index: -1;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.crawl-view .text-container{
  width: 200px;
  height: 70px;
  overflow-y: auto;
  overflow-x: auto;
  cursor: pointer;
  /*float: left;
  display: inline-block;*/
  z-index: -1;
  border-radius: 3px;
  overflow: hidden;
}
.crawl-view .top-title, .slide-view .top-title, .players-view .top-title, .top-title{
  margin-left: 20px;
}

.widget-view .widget-edit{
  padding: 10px 10px;
}

.widget-view .widget-visible{
  padding: 20px 0;
}

.widget-view .widget-preview{
  padding: 20px 0;
}

.widget-view .widget-zipcode{
  margin-top: 30px;
}

.crawl-view .crawl-edit{
  margin: 20px 0 40px 0;
  height: 35px;
}

.crawl-view .button-group, .crawl-view .color-group{
  margin: 20px 0;
  display: block;
  height: 35px;
  text-align: center;
}
.crawl-option-container .color-label{
  margin-right: 50px !important;
}
.crawl-option-container .logo-label{
  margin-right: 15px !important;
}


.file_upload{
  width: 220px;
  margin-right: 20px;
}

.crawl-edit label{
  margin-right: 5px !important;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}

.crawl-view label{
  margin-right: 10px;
}
.color-preview{
  width: 33px;
  height: 33px;
  margin: 0 20px 0 7px;
  top: 0;
  bottom: 0;
  border: 1px solid #AAA;
  border-radius: 4px;
}
.crawl-view .color-group #bg_color{
  max-width: 100px;
}

.btn-addText{
  height: 45px;
  margin: 10px 0 20px 0;
  display: block;
  text-align: center;
}
.crawl-option-container{
  margin-right: 50px;
}
.logo-preview-container{
  height: 130px;
}
.logo-preview{
  height: 100px;
  width: auto;
  min-width: 100px;
  max-width: 200px;
  border: 1px solid #0c6caf;
  border-radius: 3px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.button-group .fallback{
  height: 35px;
}
.active_always{
  height: 20px;
  width: 20px;
  margin-top: 10px !important;
}
.text-container::-webkit-scrollbar { width: 3px; height: 3px;}
.text-container::-webkit-scrollbar-button {  background-color: #666; }
.text-container::-webkit-scrollbar-track {  background-color: #999;}
.text-container::-webkit-scrollbar-track-piece { background-color: #ffffff;}
.text-container::-webkit-scrollbar-thumb { height: 20px; background-color: #666; border-radius: 2px;}
.text-container::-webkit-scrollbar-corner { background-color: #999;}
.text-container::-webkit-resizer { background-color: #666;}

.file_gallery{
  border-top: none;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.tab-pane .crawl-view{
  border: 1px solid #0c6caf;
  border-top: none;
  padding: 50px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  display: inline-block;
  width: 100%;
}
.tab-pane .crawl-view .crawl-edit{
  margin: 0;
}
.tab-pane .crawl-view .file_gallery{
  border: none;
}
.tab-pane .btn-onpar-container{
  width: 100%;
  padding: 50px;
}

.tab-pane .image-files-gallery{
  padding: 0 0 50px 0 !important;
}
.tab-pane .crawl-view .crawl-option-container{
  min-width: 550px;
}

.slide-view .slide-info-container{
  width: 100%;
  padding: 20px;
  display: inline-block;
}

.slide-view .input-container{
  margin-left: 30px;
  display: inline-block;
}

.slide-view .input-container input{
  width: 120px;
  margin-left: 10px;

}
.slide-view .input-container input.save_btn{
  margin-left: 50px;
}

.crawl-view .file_gallery{
  border: 1px solid #0c6caf;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

@media (max-width: 767px) {
  .crawl-option-container{
    margin-right: 15px;
  }
}

@media (max-width: 510px) {
  .crawl-option-container label{
    display: none;
  }
  .crawl-option-container{
    min-width: 345px;
  }
  .file_gallery{
    text-align: center;
  }
  .file_gallery ul{
    width: 210px;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
  }
  .file_gallery ul li{
    position: relative;
    margin: 3px 0 auto;
  }

}

@media (min-width: 992px) {
  .crawl-edit-container{
    margin: 0 auto;
    float: none !important;
  }
}

.slide-view .nav >li >a{
  padding: 10px 15px;
}

.slide-view h3, .crawl-view h3, .players-view h3, .schedule-view h3{
  margin: 20px 0 50px 10px;
}

.crawl-view h3{
  margin: 20px 0 50px 10px;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
  z-index: 2;
  margin-left: -1px;
  height: 34px;
}

.schedule-select{
  max-width: 400px;
  margin: 20px auto;

  text-align: center;
}

.slide-view .nav-tabs{
  width: 100%;
  min-width: 330px;
  display: block;
  float: left;
}

.players-view table th,.players-view table td {
  border-collapse: collapse;
  padding: 10px !important;
  text-align: left;
  font-size: 18px;
  color: #555555;
  vertical-align: middle !important;
}

.players-view table{
  margin: 0 auto;
  max-width: 800px !important;
  margin-top: 50px;
}

.crawl_speed {
  width: 100%;
}
.crawl_speed output{
  float: left;
  margin: -7px 0 0 -10px;
}
.crawl-view .crawl_speed label{
  height: 20px;
  margin-top: 10px;
  text-align: right;
  margin-right:15px;
  float:left;
}

.register_btn {
  font-size: 14px;
}

.login-format h1{
  font-size: 36px;
  font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #555555;
}
.login-format .modal-footer{
  border: none;
}

.file_gallery ul > li > .caption button{
  border-radius: 0;
  border-bottom-right-radius: 5px;
}

.file_gallery ul > li > .caption button:first-child{
  border-radius: 0;
  border-bottom-left-radius: 5px;
}

.tool-wider {
	width: 350px;
}

.btn-onpar  {
	background: none;
    color: #0c6caf;
    border-color: #0c6caf;
    margin: 0;
    min-height: auto;
}
.btn-onpar:hover  {
    border-color: #0c6caf;
    color: #0c6caf;
    background: #f2f2f2;
}

input.onpar, textarea.onpar {
	border-color: #0c6caf;
}

.tooltip-inner {
	max-width: 400px;
}

.fullBg {
    position: fixed;
    top: 0;
    left: 0;
}

.progress {
    margin-top: 10%;
}

a.ng-binding {
	color: #0c6caf;
}

footer.onpar-footer {
	/*width: 100%;*/
	height: 60px;
	background: #0c6caf;
	/* border-top: #555555 solid 10px; */
  color: #fff;
  display: flex;
  align-items: center;
}

div.footy {
	display: inline-block;
  text-align: center;
}

.dz-onpar {
	color: #555555;
}

.onpar-header {
	margin: 0 auto;
	float: none;
	display: table;
	table-layout: fixed;
  position: relative;
}

.permission-group .pages-list{
  font-size: 15px;
}

.selectpicker-container{
  width: 100%;
  z-index: 999;
  position: relative;
}
.selectpicker-container md-input-container{
  position: absolute;
  top: 25px;
  right: 0;
  width: 200px;
  color: #fff;
}
.navbar .selectpicker-container md-input-container label, .navbar .selectpicker-container md-input-container md-select .md-select-icon, .navbar md-nav-bar .md-button._md-nav-button.md-unselected, .navbar md-nav-bar .md-button._md-nav-button.md-unselected:active{
  color: #fff;
}
.navbar .selectpicker-container md-input-container md-select md-select-value{
  border-bottom-color: #fff;
}
.selectpicker-container label{
  line-height: 34px;
  color: #ffffff;
  font-weight: normal !important;
}
.selectpicker-container .form-group{
  margin-bottom: 0;
  vertical-align: middle;
}

.selectpicker-div{
  max-width: 400px;
  margin: 0 auto;
}
.slideshow_table_container{
  max-width: 700px;
  margin: 0 auto;
}

.slideshow-table-header{
  position: relative;
  margin-top: 100px;
}
.slideshow-table-header .add-slideshow-button{
  position: absolute;
  top: -9px;
  left: 200px;
}
.mobile-only{
  display: none;
}
@media (max-width: 767px) {
  .onpar-header{
    width: 100%;
    height: 70px;
  }
  .onpar-header .navbar-header{
    width: 100%;
  }
  .onpar-header .navbar-header button{
    float: right;
    margin: 0;
    margin-top: 8px;
    padding: 20px 7px;
  }
  .onpar-header .navbar-header .navbar-brand{
    margin-top: 7px;
    margin-left: -15px;
  }
  .navbar-default .navbar-collapse{
    margin-top: 70px;
    margin-left: 0;
    padding: 0;
  }
  .navbar-nav{
    margin: 0;
    padding: 0;
  }
  .selectpicker-container label{
    margin: 0;
  }
  .navbar-default .navbar-nav > .active > a{
    padding: 12px 10px;
  }
  .mobile-only{
    display: block;
  }

  .set-position-btn, .set-zipcode-btn{
    margin-top: 20px;
  }
  footer.onpar-footer{
    height: 90px;
  }

  .widget-edit .text-right{
    text-align: left;
  }
}

.widget-edit-container{
  position: relative;
}
/* Setting weather bar at bottom of screen */

#wxbar-preview {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  height: 250px;
  background: transparent;
}

#wxbar {
  position: fixed;
  z-index: 9999;
  background: transparent;
}

.wx {
  position: absolute;
  padding: 10px;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

i.wxicon {
  padding-top: 15px;
}

.current_datetime{
  position: absolute;
  right: 10px;
  color: white;
  text-align: center;
}

.weather-widget-container{
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #0c6caf;
  border-radius: 4px;
}

.weather-preview{
  margin-top: 20px;
}

.date-widget-container{
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #0c6caf;
  border-radius: 4px;
}

.time-widget-container{
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #0c6caf;
  border-radius: 4px;  
}
.current_date_widget{
  position: fixed;
  z-index: 9999999;
  background: transparent;
  color: #FFFFFF;
  padding: 5px 10px;
}
.current_time_widget{
  position: fixed;
  z-index: 9999999;
  background: transparent;
  color: #FFFFFF;
  padding: 5px 10px;
}

.widget-position-container {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #0c6caf;
  border-radius: 4px;  
}

.widget-position-container img {
  width: 100%;
}

.widget-position-container img.active {
  border: 2px solid #0c6caf;
}

.active-period .time-picker {
  margin: 0 auto;
}
/* .angular-color-picker {
  display: none;
  position: absolute;
  z-index: 999;
  top: 34px;
  left: 0px;
}
.angular-color-picker:focus {
  display: inline-block;
}
#weather_bg_color:focus + .angular-color-picker {
  display: inline-block;
} */

.logo-widget-container {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #0c6caf;
  border-radius: 4px;
}

.logo-widget-preview {
  height: 100px;
  width: auto;
  border: 1px solid #0c6caf;
  border-radius: 3px;
}
.logo_widget {
  position: absolute;
  z-index: 99999;
}

img.login {
  margin: auto;
  display: block;
  max-width: 100%;
}

label.has-error {
  font-size: 12px;
  font-weight: normal;
}

.onoffswitch {
  position: relative;
  width: 64px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #0c6caf;
  border-radius: 2px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: attr(on-text);
  padding-left: 10px;
  background-color: #0c6caf;
  color: #FFFFFF;
}

.onoffswitch-inner:after {
  content: attr(off-text);
  padding-right: 10px;
  background-color: #FFFFFF;
  color: #999999;
  text-align: right;
}

.onoffswitch-switch {
  width: 20px;
  margin: 0;
  background: #FFFFFF;
  border: 2px solid #0c6caf;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 44px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0;
}

.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner:before {
  background-color: #919191;
}

.onoffswitch-checkbox:disabled + .onoffswitch-label,
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-switch{
  border-color: #919191;
}


/* CSS Loader */
.loading-overlay {
  background-color: #FFF;
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  z-index: 2;
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0c6caf;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}

/* Modal Dialog CSS - Change Password */
.password-change {
  width: 100%;
  display: inline-block;
  padding: 20px;
}

.password-change .form-group {
  margin-top: 10px;
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
}

.password-change .pass-btn {
  width: 100%;
}

/* Checkbox styling */
.file_gallery .img-thumbnail:hover .label__check {
    opacity: 0.7;
}

.label__checkbox {
  display: none;
}
.label__check {
  opacity: 0;
  display: none;
  border-radius: 50%;
  border: 5px solid rgba(0, 0, 0, 0.1);
  background: white;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: border .3s ease;
  transition: border .3s ease;
}
.label__check i.icon {
  opacity: 0.2;
  font-size: 36px;
  color: transparent;
  -webkit-transition: opacity .3s .1s ease;
  transition: opacity .3s .1s ease;
  -webkit-text-stroke: 3px rgba(0, 0, 0, 0.5);
}
.label__check:hover {
  border: 5px solid rgba(0, 0, 0, 0.2);
}
.label__checkbox:checked + .label__text .label__check {
  -webkit-animation: check 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1 forwards;
          animation: check 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1 forwards;
}
.label__checkbox:checked + .label__text .label__check .icon {
  opacity: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
  color: white;
  -webkit-text-stroke: 0;
  -webkit-animation: icon 0.3s cubic-bezier(1, 0.008, 0.565, 1.65) 0.1s 1 forwards;
          animation: icon 0.3s cubic-bezier(1, 0.008, 0.565, 1.65) 0.1s 1 forwards;
}
.check-delete  {
  font-family: 'Lato', monospace;
  font-size: calc(2rem + 2vw);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@-webkit-keyframes icon {
  from {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes icon {
  from {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes check {
  0% {
    width: 1.5em;
    height: 1.5em;
    border-width: 5px;
  }
  10% {
    width: 1.5em;
    height: 1.5em;
    opacity: 0.1;
    background: rgba(0, 0, 0, 0.2);
    border-width: 15px;
  }
  12% {
    width: 1.5em;
    height: 1.5em;
    opacity: 0.4;
    background: rgba(0, 0, 0, 0.1);
    border-width: 0;
  }
  50% {
    width: 2em;
    height: 2em;
    background: #00d478;
    border: 0;
    opacity: 0.6;
  }
  100% {
    width: 2em;
    height: 2em;
    background: #00d478;
    border: 0;
    opacity: 1;
  }
}
@keyframes check {
  0% {
    width: 1.5em;
    height: 1.5em;
    border-width: 5px;
  }
  10% {
    width: 1.5em;
    height: 1.5em;
    opacity: 0.1;
    background: rgba(0, 0, 0, 0.2);
    border-width: 15px;
  }
  12% {
    width: 1.5em;
    height: 1.5em;
    opacity: 0.4;
    background: rgba(0, 0, 0, 0.1);
    border-width: 0;
  }
  50% {
    width: 2em;
    height: 2em;
    background: #7fbde2;
    border: 0;
    opacity: 0.6;
  }
  100% {
    width: 2em;
    height: 2em;
    background: #0c6caf;
    border: 0;
    opacity: 1;
  }
}

/* CSS Loader END*/