.colorSwatch {
	    display: inline-block;
	    padding: 2px 5px;
	    margin: 3px;
	    border-radius: 5px;
	    border: 1px solid #ddd;
	    width: 262px;
	}
	.minicolors-theme-default .minicolors-input {
		height: 35px;
		padding-left: 10px;
	}
	span.minicolors-swatch.minicolors-sprite.minicolors-input-swatch {
	    display: none;
	}
	button.btn.setColor {
	    padding: 2px;
	}
	div#institutionList_paginate, 
	div#customizations_paginate {position: absolute;right: 9px;}

	.pagination li {
	    margin: 5px;
	}
	.pagination li a {
	    padding: 5px 8px;
	}

	div#institutionList_length, 
	div#customizations_length {
	    margin: 10px;
	}

	#institutionList_length select, 
	#customizations_length select {
	    margin: 0 10px;
	}

	div#institutionList_filter, 
	div#customizations_filter {
	    position: absolute;
	    right: 5px;
	}
	#installedDate {width: 105px !important}
	#institutionList_filter input, 
	#customizations_filter input {
	    margin: 0 5px;
	}
	.colorPreview {
	    float: left;
	    width: 15px;
	    margin: 1px;
	    line-height: 29px;
	}
	.copyInput {
	    position: absolute;
	    right: 6px;
	}
	.imageControl img {
	    max-width: 100%;
	    height: auto;
	    margin: 3px;
	}
	.copyInput.copyImageInput {
	    top: 10px;
	    right: 20px;
	}
	.assetBtn {
		margin: 2px;
	}
	    .btn-file {
      position: relative;
      overflow: hidden;
      margin-bottom: 5px;
    }
    input[type=file] {
      position: absolute;
      left: -1000px;
    }
    input[readonly] {
      background-color: white !important;
      cursor: text !important;
    }
    .imageSection {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      *zoom: 1;
    }
    .imageSection:after {
      content: "";
      display: table;
      clear: both;
    }
    .imageSection .imageWrap {
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      width: 100%;
      float: left;
    }
    .imageSection .colors {
      width: 100%;
      float: left;
    }
    .imageSection .colors .function:after {
      content: "";
      display: table;
      clear: both;
    }
    .swatches,
    .customSwatches {
      transition: all 0.5s;
      margin-bottom: 3px;
      position: absolute;
      height: 350px;
      width: 57px;
    }
    .swatches {
		  left: 35px;
    	top: 197px;
    }
    .customSwatches {
      right: 31px;
    	top: 197px;
    }
    .swatch {
      width: 25px;
      height: 25px;
      line-height: 25px;
      border: 1px solid rgba(121, 121, 121, 0.46);
    }
    .swatchButton {
      margin: 0 2px 2px 0;
      display: inline-block;
      padding: 0;
      border: none;
      background: none;
    }
    .swatchButton:hover,
    .swatchButton:focus{
      box-shadow: 0 0 5px #969696;
    }
    h4.panel-title {
      text-align: center;
      font-size: 12px;
    }
    .panel-group {
      margin: 3px 0 0 0;
    }
    #myCanvas {
      cursor: crosshair;
    }
    .colorPreview {
        position: absolute;
        top: 197px;
        right: 35px;
        width: 52px;
        height: 52px;
        transition: all 0.1s;
        border: 1px solid rgba(121, 121, 121, 0.46);
        background: #f2f2f2;
    }
    .imageName {
      font-size: 12px;
      text-align: center;
      padding: 0px;
      margin: 5px 0;
      height: 20px;
    }
    .imageWrap { position: relative; text-align: center;  height: 350px;}
    .imageWrap img { max-height: 350px; max-width: calc(100% - 96px); margin: 0; }
    ul#selectedColors {
      list-style-type: none;
      padding: 0;
      margin: 0;
      z-index: 100;
      display: inline;
    }
    ul#selectedColors li {
      margin: 0 2px 2px 0;
      display: inline-block;
      border:collapse;
    }
    ul#selectedColors li button {
      cursor: move;
      height: 30px;
      width: 30px;
      border: none;
      padding: 0;
      margin: 0;
      border: 1px solid rgba(121, 121, 121, 0.46);
    }
    .selectedLabel {
      line-height: 18px;
      display: inline-block;
      padding: 3px;
      margin: 0 5px;
      background: #fff;
      border-radius: 3px;
    }
    .bgColor {
      border-radius: 5px;
      margin-bottom: 5px;
      transition: all 1s;
      padding: 5px;
    }
    body, .kl_wcag_color_ratio, td, th {
      transition: all 0.5s;
    }
    .add_colors {
      margin-bottom: 3px;
    }
    .kl_wcag_color_pass {
      background: #38761d;
      color: #fff;
    }
    .kl_wcag_color_fail {
      background: #cc0000;
      color: #fff;
    }
    td, th {
      text-align: center;
    }
    .kl_wcag_color_table {
      font-size: 12px;
    }
    th.kl_wcag_color_heading_bg,
    th.kl_wcag_color_heading_text {
      text-align: right;
    }
    .kl_wcag_big_text_color {
      border-bottom-right-radius: 3px;
    }
    .table {
      margin-bottom: 0;
      background: #fff;
      border-radius: 3px;
    }
    .table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
      padding: 2px;
    }
    .wcag_ratio {
      width: 55px;
    }