/* ng-sortable css file */
.as-sortable-item,.as-sortable-placeholder{display:block;/*min-height:20px;margin:1px 2px 5px 1px;border-radius:10px*/}.as-sortable-item{/*border:solid 1px darkgrey;background-color:#fff*/}.as-sortable-item-handle{cursor:default}.as-sortable-placeholder{border:1px dashed darkgrey;box-sizing:border-box;background-color:#dbdbdb}.as-sortable-drag{position:absolute;pointer-events:none;opacity:.8;z-index:9999}.as-sortable-hidden{display:none!important}
/******************************** general ********************************/
.btn{
	min-height: 33px;
    margin: 0;
}

.glyphicon{
	vertical-align: text-top;
    margin-top: 2px;
}

/*.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, 
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, 
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, 
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, 
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, 
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, 
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, 
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, 
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, 
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-top: 10px;
    padding-bottom: 10px;
}*/

.tooltipContainer {
    position: absolute;
    left: 50%;
}

.input-group .tooltipContainer {
    top: 32px;
}

.tooltipContainer .tooltip {
    position: relative !important;
    left: -50%;
}

.tooltipContainer .tooltip-inner {
    margin: 0 auto;
}

/******************************** general ********************************/

/******************************** load ********************************/
.loadContainer {
    color: #008000;
	margin-right: 5px;
	top: 1px;
	position: relative;
	background: #EEE;
	padding: 5px;
	width: 30px;
	height: 28px;
	display: inline-block;
    border-radius: 5px;
}

.ng-load.ng-hide{
    display: inline-block !important;
    visibility: hidden;
}

.ng-load.ng-hide.ng-hide-add {
    display: inline-block !important;
    visibility: visible;
	-webkit-animation: fadeOut 1s 1;
	-moz-animation:    fadeOut 1s 1;
	-o-animation:      fadeOut 1s 1;
    -ms-animation:     fadeOut 1s 1;
    animation:         fadeOut 1s 1;
}

.load-error{
	color: #EE0000;
}

.icon-refresh-animate {
	-webkit-animation: rotate .8s infinite linear;
	-o-animation: rotate .8s infinite linear;
	-ms-animation: rotate .8s infinite linear;
	-moz-animation: rotate .8s infinite linear;
	animation: rotate .8s infinite linear;

	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
 
@-webkit-keyframes rotate {
  from {
	-webkit-transform: rotateZ(0);
  }
  to {
	-webkit-transform: rotateZ(360deg);
  }  
}

@-moz-keyframes rotate {
  0% {
	-moz-transform: rotateZ(0);
  }
  100% {
	-moz-transform: rotateZ(360deg);
  } 
}

@-o-keyframes rotate {
  0% {
	-o-transform: rotateZ(0);
  }
  100% {
	-o-transform: rotateZ(360deg);
  } 
}

@-ms-keyframes rotate {
   0% {
	-ms-transform: rotateZ(0);
  }
  100% {
	-ms-transform: rotateZ(360deg);
  } 
}

@keyframes rotate {
  0% {
	transform: rotateZ(0);
  }
  100% {
	transform: rotateZ(360deg);
  } 
}

@-webkit-keyframes fadeOut {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}
@-moz-keyframes fadeOut {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}
@-o-keyframes fadeOut {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes fadeOut {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}
/******************************** load ********************************/

/******************************** sort ********************************/
.sorted-by-this{
	color: #00CE00;
}

.sort-arrow{
	cursor:pointer;
}
/******************************** sort ********************************/

/******************************** buttons ********************************/
.btn-cancel, .btn-cancel:focus, .btn-delete, .btn-delete:focus {
	background-color: #DB3D3D;
	color: #FFF;
}

.btn-cancel:hover, .btn-delete:hover{
	background-color: #C43333;
	color: #FFF;
}
/******************************** buttons ********************************/

/******************************** combobox ********************************/
.combobox-container .input-group-addon{
	cursor: pointer;
}

.combobox-container .input-group-addon .glyphicon-remove{
	height: 17px;
	padding-top: 1px;
}

.combobox-container a {
    cursor: pointer;
}
/******************************** combobox ********************************/

/******************************** row ********************************/
.row-group {
    background-color: #F7F7F7;
    padding: 10px 20px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid lightgrey;
}

.row-group h4 {
    background: #E4E4E4;
    padding: 10px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid lightgrey;
}
/******************************** row ********************************/

/******************************** peoplepicker ********************************/
.peoplepicker-container input {
    border: 0;
    outline: 0;
    display: inline-block;
    width:70px;
    top:0;
    position: relative;
    padding: 0;
}

.peoplepicker-container div {
    height: 56px; 
    padding-left: 5px; 
    padding-right: 5px;
    cursor: text;
    overflow: auto;
}

.peoplepicker-container .selectedUser, .peoplepicker-container li, .peoplepicker-container li a {
    cursor: pointer;
}

.peoplepicker-container .selectedUser span {
    text-decoration: underline;
    padding-right: 3px;
}

.peoplepicker-container .selectedUser a {
    padding-right: 3px;
}

.peoplepicker-container ul {
    display: inline-block;
    top: 93%;
    left: inherit;
}

.peoplepicker-container li.searching {
    color: #008000;
    text-align: center;
}
/******************************** peoplepicker ********************************/

/******************************** arrows ********************************/
.arrow-container, .frame-container {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
}

.top {
    position: absolute;
    top: 0;
}

.left {
    position: absolute;
    left: 0;
}

.right {
    position: absolute;
    right: 0;
}

.bottom {
    position: absolute;
    bottom: 0;
}

.top-line, .bottom-line {
	position: absolute;
	width: 100%;
}

.top-line {
	top: 0;
}
	
.bottom-line {
	bottom: 0;
}

.horizontal-line {
	left: 0;
	right: 0;
	height: 1px;
	position: absolute;
}

.vertical-line {
	width: 1px;
	left: 2px;
	position: absolute;
	height: 100%;
}
	
.arrowhead-top, .arrowhead-bottom {
	height: 7px;
	width: 5px;
    left: 0;
}

.arrowhead-right, .arrowhead-left {
	width: 7px;
	height: 5px;
    bottom: 0;
}

.arrowhead-top, .arrowhead-bottom, .arrowhead-right, .arrowhead-left {
	position: absolute;
}

.arrowhead-top {
	top: 1px;
}

.arrowhead-bottom {
	bottom: 1px;
}

.arrowhead-right {
	right: 1px;
}

.arrowhead-left {
	left: 1px;
}

.arrow-text {
	position: absolute;
    left: 7px;
    top: 49%;
}
/******************************** arrows ********************************/
