﻿input.input-sm,
select.input-sm,
textarea.input-sm {
    max-width: 280px;
}

.clear {
    clear:both;
}

.keep-format {
    white-space: pre-line;
}

.head-foot [class^=col-] {
    min-height: 120px;
}

#page-body {
    min-height: 400px;
}

#page-body [class^=boot-border] {
    min-height: 400px;
}

.min-body {
    min-height: 300px;
}

.boot-border {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    border: 1px solid rgba(86,61,124,.2);
}

.relation-ddl > div {
    font-size: 11pt;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-top: 3px;
    padding: 4px;
}

.labelbox {
    font-size: 9pt;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-top: 3px;
    padding: 4px;
}

.relation-listitem {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 0px;
    padding: 2px;
    float: left;
    position: relative;
}

.column-listitem {
    margin-bottom: 6px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 0px;
    padding: 4px;
}

.float-left {
    float: left;
    position: relative;
    text-align: left;
}

.float-right {
    float: right;
    position: relative;
    text-align: right;
}

.cropArea {
    background: #DDDDDD;
    overflow: hidden;
    width: 500px;
    height: 350px;
}

.fonter {
    font-family: 'Lobster', cursive;
}


.modal-backdrop {
  bottom: 0;
}

.welcome-step {

}

.disabled {
    pointer-events: none;
}

.pushtop-10 {
    margin-top:10px;    
}

.pushtop-15 {
    margin-top: 15px;
}

.pushtop-20 {
    margin-top: 20px;
}

.pushtop-30 {
    margin-top: 30px;
}

.animate-show,
.animate-hide {
  -webkit-transition:all linear 1s;
  -moz-transition:all linear 1s;
  -ms-transition:all linear 1s;
  -o-transition:all linear 1s;
  transition:all linear 1s;
}

.animate-show.ng-hide-remove,
.animate-hide.ng-hide-add.ng-hide-add-active {
  opacity: 0;
  display: block !important;
}

.animate-hide.ng-hide-add,
.animate-show.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
  display: block !important;
}

.min-height-500 {
    min-height: 500px;
}

.modal-ku {
    width: 750px;
    margin: auto;
}


/* Begin Slider */
#slides_control > div {
    max-height: 200px;
}

img {
    margin: auto;
    /*width: 600px;*/
}

#slides_control {
    position: absolute;
    /*width: 600px;*/
    left: 50%;
    top: 20px;
    margin-left: -200px;
}

/* END Begin Slider */