﻿
.dd-hide {
    display: none;
}

.row-fluid {height: 100%; display:table-cell; vertical-align: middle;}

.centering {
  float:none;
  margin:0 auto;
}
.centered {
    margin: 0 auto;
}
.margin-right-20 {
    margin-right:20px;
}
.margin-right-15 {
    margin-right: 15px;
}

.overlay-currency {
    position: absolute; background: white; bottom:0px; left: 0px; cursor: pointer;
}
input:focus + label { display: none; }
.dd-disabled, .dd-disabled:hover{
    background-color:#CBCBCB;
    color:white;
}
.dd-selector, .hand-cursor{
    cursor:pointer;
}
.hand-cursor:hover {
    font-weight:600;
}
.menu-background {
    background-color:#E8E8E8 !important;
    border-right:#e7e7e7;
}
form[ddvalidate] input, form[ddvalidate] select {
    border-left: 2px;
    border-style: solid;
}

input.ng-invalid.ng-touched, select.ng-invalid {
    border-color: #e74c3c;
}
/*input.ng-valid, select.ng-valid {
    border-color: #2ecc71;
}
    input.ng-valid.ng-valid-required, select.ng-valid.ng-valid-required {
        border-color: #2ecc71;
    }*/
.menu-pane a span, .menu-pane span {
    margin-right: 0.4em;
}
.operation-pane a span {
    margin-right: 0.4em;
}
.dd-action img, .dd-action span {
    margin-right: 0.4em;
}
.chevron:before {
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: 0.15em;
	position: relative;
	top: 0.15em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.45em;
}

.chevron-right:before {
	left: 0;
	transform: rotate(45deg);
}

.chevron-bottom:before {
	top: 0;
	transform: rotate(135deg);
}

.chevron-left:before {
	left: 0.25em;
	transform: rotate(-135deg);
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}
.menu-list-format {
    display:block;
    width:150px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}
.document-tag {
    font-weight:800;
    font-size:30px;
    text-align:center;
    height: 27px !important;
    width: 27px !important;
    padding: 5px 2px 5px 2px;
}
.sketch {
	border: 2px solid gray;
	height: 100%;
	position: relative;
}

#canvas_buffer, .tmp {
	position: absolute;
	left: 0px; right: 0;
	bottom: 0; top: 0;
	cursor: crosshair;
}
.sketch-wrap {
    width: 100%;
	height: 100%;
}
.pas-number {
    padding: 10px 15px;
    color: #337ab7;
}
.color-black {
    color:black
}
.thumbnail {
    position: relative;
    padding: 0px;
    margin-bottom: 20px;
}

.thumbnail img {
    width: 100%;
}

.login-shaddow {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.52);
    -moz-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.52);
    box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.52);
    padding: 10px 5px;
}

.dots {
    margin: 40px auto;
}

.dot {
    display: inline-block;
    border-radius: 50%;
    width: 50%;
    background-color: #EEE;
    height: 15px;
    width: 15px;
    margin: 0 2px;
}
    .dot.dot-primary {
        background-color: #337ab7;
    }

    .dot.dot-default {
        background-color: #fff;
        border-color: #ccc;
    }

    .dot.dot-success {
        background-color: #449D44;
    }

    .dot.dot-warning {
        background-color: #F0AD4E;
    }

    .dot.dot-danger {
        background-color: #D9534F;
    }

    .dot.dot-sm {
        height: 10px;
        width: 10px;
    }

    .dot.dot-lg {
        margin: 0 4px;
        height: 20px;
        width: 20px;
    }
    .force-select {
    -webkit-user-select: all; /* Chrome 49+ */
    -moz-user-select: all; /* Firefox 43+ */
    -ms-user-select: all; /* No support yet */
    user-select: all; /* Likely future */
    }
