@charset "utf-8";

.my-custom-scrollbar {
position: relative;
height: 200px;
overflow: auto;
}

.table-wrapper-scroll-y {
display: block;
}

.tableicon{font-weight: 800;
    padding: 5px 5px 5px 5px;}

.box1{
		margin:10px;
		display:inline-block
	}

	.scrollmenu{
		white-space:nowrap;
		overflow-x:auto;

	}

	.box{
		width:155px;
		height:180px;
		margin:10px;
		display:inline-block
	}
						/* Scrollbar styles */
::-webkit-scrollbar {
width: 5px;
height: 12px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #397fbc;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px #ffffff;
    border-radius: 10px;
}


.subject-info-box-1,
.subject-info-box-2 {
  float: left;
  width: 45%;
}
.subject-info-box-1 select,
.subject-info-box-2 select {
  height: 200px;
  padding: 0;
}
.subject-info-box-1 select option,
.subject-info-box-2 select option {
  padding: 4px 10px 4px 10px;
}
.subject-info-box-1 select option:hover,
.subject-info-box-2 select option:hover {
  background: #EEEEEE;
}


#select:-internal-list-box option:checked
{background-color: aqua;}

.subject-info-arrows input {
  width: 70%;
  margin-bottom: 5px;
}

.optionstyle{padding:5px 5px;border-bottom: 1px solid #ddd;}

.selectstyle{height: 200px !important;
width: 100% !important;}

.float-right {
    float: right!important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.mt-3, .my-3 {
    margin-top: 1rem!important;
}
.mt-1, .my-1 {
    margin-top: 2rem!important;
}
.mr-2, .mx-2 {
    margin-right: .5rem!important;
}

#quote-carousel {
    padding: 0 0px 0px 0px;
    margin-top: 0px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 50px;
    height: 50px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}


#mydiv {
  position: absolute;
  z-index: 9;
}

#mydivheader {
  cursor: move;
  z-index: 10;
}

.criteria-actions {
    padding: 15px 30px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    background-color: #fafafa;
}

<!-- Custom Fields-->

.text-center {
    text-align: center;
}
.text-muted {
 /*padding: 45px;*/
    color: #777;
}


/* File Upload */

.text-muted1{
      padding: 0px;
}

.zoom {
     transition: .3s;
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.zoom:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
  
}

.box-panel-shadow{    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.17);}

@import url(https://fonts.googleapis.com/css?family=Lato);
.RoundCorners (@radius) {
  -webkit-border-radius: @radius;
  -moz-border-radius: @radius;
  border-radius: @radius;
}
.controlContainer {
  position: relative;
  width: 90%;
}
.inputFileHolder {
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.inputFileHolder input {
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  /*right: 44px;*/
  height: 32px;
}
.inputFileHolder a {
  cursor: pointer;
  float: right;
}
/*.btn {
  .RoundCorners(4px);
  display: inline-block;
  padding: 5px 12px;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  background-color: #660063;
  border: 1px solid #660063;
  border-bottom-color: #6c6c6c;
}
.btn-Gradiant {
  background-image: -moz-linear-gradient(top, #660063, #660063);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#660063), to(#660063));
  background-image: -webkit-linear-gradient(top, #660063, #660063);
  background-image: -o-linear-gradient(top, #660063, #660063);
  background-image: linear-gradient(to bottom, #660063, #660063);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-color: #cccccc #cccccc #a6a6a6;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcccccc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}*/
.inputFileMask {
  margin-right: 64px;
}
.parentContainer {
  width: 680px;
  margin-bottom: 10px;
}
.pull-rigth {
  float: right;
}
.btn-inverse {
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #3c3737;
  background-image: -moz-linear-gradient(top, #6c6c6c, #3c3737);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6c6c6c), to(#3c3737));
  background-image: -webkit-linear-gradient(top, #6c6c6c, #3c3737);
  background-image: -o-linear-gradient(top, #6c6c6c, #3c3737);
  background-image: linear-gradient(to bottom, #3e3a3a, #262323);
  background-repeat: repeat-x;
  color: white;
}
.btn-inverse:hover {
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #3c3737;
  background-image: -moz-linear-gradient(top, #5c5c5c, #2f2f2f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5c5c5c), to(#2f2f2f));
  background-image: -webkit-linear-gradient(top, #5c5c5c, #2f2f2f);
  background-image: -o-linear-gradient(top, #5c5c5c, #2f2f2f);
  background-image: linear-gradient(to bottom, #5c5c5c, #2f2f2f);
  background-repeat: repeat-x;
  color: white;
}
.btn-browse {
  .RoundCorners(4px);
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
}
.btn-flat-browse {
  .RoundCorners(4px);
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  background-color: #d6d6d6;
  border: 1px solid #d6d6d6;
  padding: 5px 12px;
}
.btn-flat {
  .RoundCorners(4px);
  margin: 0 0 0 10px;
  font-size: 14px;
  color: #ffffff;
  padding: 6px 11px;
  border: 0 solid;
  background-color: #2ecc71;
}

.btn-flat:hover {
  border: 0 solid #2a963a;
  background-color: #32b469;
}

input {
  .RoundCorners(4px);
  display: inline-block;
  height: 22px;
  padding: 15px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
}
.fileInput {
  width: 100%;
}
.inputType {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  font-size: 23px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  direction: ltr;
  display: block;
}
.inputFileMaskText {
  border: solid 1px #eaeaea;
  width: 100%;
}
.inputFileMaskText2 {
  height: 20px;
  border: solid 2px #d6d6d6;
  width: 100%;
}
i {
  font-family: 'Lato', sans-serif;
  text-rendering: auto;
}
input.file {
  position: relative;
  text-align: right;
  -moz-opacity: 0 ;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.btn-add {
  .RoundCorners(4px);
  margin: 0px 30px 0 0px;
  font-size: 14px;
  color: #ffffff;
  padding: 5px 10px;
  background: -moz-linear-gradient(top, #666666 0%, #262626 50%, #242424 50%, #000000);
  background: -webkit-gradient(linear, left top, left bottom, from(#666666), color-stop(0.5, #262626), color-stop(0.5, #242424), to(#000000));
  border: 1px solid #000000;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.6);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.6);
  text-shadow: 0px -1px 0px #000000, 0px 1px 0px rgba(255, 255, 255, 0.2);
}
.btn-add:hover {
  background: -moz-linear-gradient(top, #575757 0%, #1a1a1a 50%, #151515 50%, #000000);
  background: -webkit-gradient(linear, left top, left bottom, from(#575757), color-stop(0.5, #1a1a1a), color-stop(0.5, #151515), to(#000000));
}


/* drag and drop */

.column{
	width:49%;
	margin-right:.5%;
	min-height:300px;
	background:#fff;
	float:left;
}
.column .dragbox{
	margin:5px 2px  20px;
	background:#fff;
	position:relative;
	border:1px solid #ddd;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.column .dragbox h2{
	margin:0;
	font-size:12px;
	padding:5px;
	background:#f0f0f0;
	color:#000;
	border-bottom:1px solid #eee;
	font-family:Verdana;
	cursor:move;
}
.dragbox-content{
	background:#fff;
	min-height:100px; margin:5px;
	font-family:'Lucida Grande', Verdana; font-size:0.8em; line-height:1.5em;
}
.column  .placeholder{
	background: #f0f0f0;
	border:1px dashed #ddd;
}
.dragbox h2.collapse{
	background:#f0f0f0 url('collapse.png') no-repeat top right;
}
.dragbox h2 .configure{
	font-size:11px; font-weight:normal;
	margin-right:30px; float:right;
}


