@import url("shortcuts.css");


/*******************************************
                vertical align
*******************************************/


.vertical{
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(0deg); /*mozila more bit na 0 :/ */
    -o-transform: rotate(90deg);
    -ms-transform:rotate(90deg);
    white-space:nowrap;
    display:block;
    bottom:0;
    width:20px;
    height:20px;
}

@-moz-document url-prefix() {
    .vertical{
        writing-mode:tb-rl;
    }
}

/*******************************************
                BLINKING
*******************************************/


.blink {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}


.softBlink {
    -webkit-animation-name: softBlinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: softBlinker;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: softBlinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes softBlinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes softBlinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes softBlinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

/**
 Small icon loader
 */
.LoaderIcon {
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #3498db;
    width: 15px;
    height: 15px;
    -webkit-animation: spinIconLoader 2s linear infinite; /* Safari */
    animation: spinIconLoader 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spinIconLoader {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spinIconLoader {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}




input, textarea {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
input, textarea, select, .uneditable-input {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #555555;
    display: inline-block;
    font-size: 13px;
    padding: 4px;
}

input, button, select, textarea {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}


/*******************************************
                NUMBER FIELD
*******************************************/

.numberField{
    text-align: right;
}

.NF{
    text-align: right;
}

/*******************************************
                COMBO BOX
*******************************************/

.custom-combobox-input{
    position: relative;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    line-height: 17px;
    height: 18px;
    padding-left: 4px;
    width: auto;
    float: left;
}

.ui-combobox .ui-helper-hidden-accessible{
    display: none;
}

.comboBoxDropDownHolder{
  float: left;
}

.comboBox{
    float: left;
    padding-left: 0;
}

.comboBoxDropDownHolder{
    height: 26px;
    background-position: 8px 6px;
    cursor: pointer;
    background-image: url("../img/doropDownIcon.png");
    background-repeat: no-repeat;
    width: 28px;
    border: 1px solid #C3C3C3!important;
    border-left: 0!important;
}


.comboBoxPreLoad{
    background-color: white;
    border-left: 1px solid #C3C3C3!important;
    position: absolute;
    top: 0;
    right: 4px;
    height: 26px;
}


/*******************************************
                DATE FIELD
*******************************************/

.dateField{
    width: 80px;
    border-radius: 4px 0 0 4px;
    float: left;
    text-align: center;
    height: 16px;
}

.dateFieldBtn{
    height: 20px;
    cursor: pointer;
    padding-top: 4px;
    padding-left: 9px;
    width: 21px;
    float: left;
    border: 1px solid #C3C3C3;
    border-radius: 0 4px 4px 0;
    border-left: 0!important;
}


.dateFieldCalendarPopup{
    position: relative;
    width: 0;
    height: 0;
}

.timePickerField{
    width: 56px;
    border-radius: 4px 0 0 4px;
    float: left;
    text-align: center;
    height: 16px;
}

.timePickerFieldBtn{
    height: 20px;
    cursor: pointer;
    padding-top: 4px;
    padding-left: 9px;
    width: 21px;
    float: left;
    border: 1px solid #C3C3C3;
    border-radius: 0 4px 4px 0;
    border-left: 0;
}

.timePickerFieldBtn.clockRound{
    border: 1px solid #C3C3C3!important;
    border-radius: 4px;
}


/*******************************************
                TIME PICKER FIELD
*******************************************/

.timePickerHolder{
    position: absolute;
    top: 400px;
    left: 600px;
    width: 58px;
    height: 65px;
    background:  #FCFDFD;
    border:1px solid #d6d6d6;
    border-radius: 4px;
    padding : 3px;
    z-index: 1000;
}

.timePickerHolder .up{
    cursor: pointer;
    padding: 2px;
    margin-left: 5px;
    background-image: url("../img/glyphicons-halflings.png");
    background-position: -288px -120px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    width: 14px;
}

.timePickerHolder .down{
    cursor: pointer;
    padding: 2px;
    margin-left: 5px;
    background-image: url("../img/glyphicons-halflings.png");
    background-position: -313px -119px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    width: 14px;
}

.timePickerHolder .minHolder{
    padding: 2px;
    text-align: center;
}

.timePickerHolder .hourHolder{
    padding: 2px;
    text-align: center;
}


/*******************************************
                COLOR PICKER
*******************************************/


.colorpicker-saturation {
    width: 100px;
    height: 100px;
    background-image: url(../img/saturation.png);
    cursor: crosshair;
    float: left;
}

.colorpicker-saturation i {
    display: block;
    height: 5px;
    width: 5px;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    margin: -4px 0 0 -4px;
}

.colorpicker-saturation i b {
    display: block;
    height: 5px;
    width: 5px;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.colorpicker-hue, .colorpicker-alpha {
    width: 15px;
    height: 100px;
    float: left;
    cursor: row-resize;
    margin-left: 4px;
    margin-bottom: 4px;
}

.colorpicker-hue i, .colorpicker-alpha i {
    display: block;
    height: 1px;
    background: #000;
    border-top: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -1px;
}

.colorpicker-hue {
    background-image: url(../img/hue.png);
}

.colorpicker-alpha {
    background-image: url(../img/alpha.png);
    display: none;
}

.colorpicker {
    background-color: white;
    display: none;
    position: absolute!important;
    *zoom: 1;
    top: 0;
    left: 0;
    padding: 4px;
    min-width: 120px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 10000!important;
}

.colorpicker:before, .colorpicker:after {
    display: table;
    content: "";
}

.colorpicker:after {
    clear: both;
}

.colorpicker:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px;
}

.colorpicker:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 7px;
}

.colorpicker div {
    position: relative;
}

.colorpicker.alpha {
    min-width: 140px;
}

.colorpicker.alpha .colorpicker-alpha {
    display: block;
}

.colorpicker-color {
    height: 10px;
    margin-top: 5px;
    clear: both;
    background-image: url(../img/alpha.png);
    background-position: 0 100%;
}

.colorpicker-color div {
    height: 10px;
}

.input-append.color .add-on i, .input-prepend.color .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

/*******************************************
                FILE UPLOADER
*******************************************/

input[type="file"] {
    /*-moz-appearance: none;*/
    /*-moz-binding: none;*/
    background-color: transparent;
    /*border: medium none;*/
    color: inherit;
    cursor: default;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    opacity: 0;
    border: 1px solid #000000;
}

/*******************************************
                FORM
*******************************************/

form input,form textarea{
    width: 95%;
}


form input[type=radio],
form input[type=checkbox]{
    width: 14px;
}

select{
    background: none repeat scroll 0 0 #fcfdfd;
    height: 26px;
}

form .radioBtn{
    width: 0;
    position: relative;
    top: 1px;
}

form input:focus, textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

form .row{
    clear: both;
    margin-top: 5px;
    padding-top: 7px;
    font-size: 13px;
}

form .label{
    padding-left: 5px;
    float: left;
    width: 150px;
    padding-top: 4px;
}

form .value{
    float: left;
    width: 280px;
}

form .help{
    float: left;
}

form .separator{
    clear: both;
    margin-top: 5px;
    height: 10px;
    border-bottom: 1px solid #CCCCCC;
}
form .separatorTop{
    clear: both;
    margin-top: 5px;
    height: 10px;
    border-top: 1px solid #CCCCCC;
}

.formError{
    padding: 8px;
    display: none;
    margin-bottom: 20px;
}


.errorField{
    border-color: rgba(205, 10, 10, 0.80)!important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(205, 10, 10, 0.60)!important;
}


/*******************************************
                MULTI SELECT
*******************************************/
.ms-elem-selection{
    padding-left: 20px;
    line-height: 22px;
}

.ms-container{
    background: transparent url('../img/arrow.png') no-repeat 220px 130px;
}

.ms-container:after{
    content: "."; display: block; height: 0; line-height: 0; font-size: 0; clear: both; min-height: 0; visibility: hidden;
}

.ms-container .ms-selectable, .ms-container .ms-selection{
    background: #fff;
    border: 1px #ccc solid;
    float: left;
    border-radius:         4px;
    -webkit-border-radius: 4px;
    -moz-border-radius:    4px;
    -khtml-border-radius:  4px;
}

.ms-selected{
    display:none;
}
.ms-container .ms-selectable{
    margin-right: 70px;
}

.ms-container ul{
    margin: 0;
    list-style-type: none;
}

.ms-container ul.ms-list{
    width: 170px;
    height: 200px;
    padding: 1px 0px;

    overflow-y: auto;

}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selected{
    border-bottom: 1px #eee solid;
    padding: 1px 10px;
    color: #555;
}

.ms-container .ms-selection li.ms-elem-selected{
    padding-left: 22px;
    color: #101010;
}

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled{
    background-color: #eee;
    color: #aaa;
}

.ms-container .ms-optgroup-label{
    padding: 5px 0px 0px 20px;
    background: transparent url('../img/plus.png') no-repeat 5px 10px;
    cursor: pointer;
    color: #999;
}

.ms-container .ms-optgroup-label.ms-collapse{
    background-image: url('../img/minus.png');
}

.ms-container li.ms-elem-selectable:not(.disabled):hover,
.ms-container .ms-selection li:not(.disabled):hover{
    cursor: pointer;
    background-color: #eee;
    color: #000;
}

.ms-container .ms-selection li:not(.disabled):hover{
    background: #eee url('../img/delete.png') no-repeat 3px 3px;
}

/* multiselect 2-col */
#multi_search {
    width: 152px;
    margin: 4px
}

.ms-container {
    margin-bottom: 10px
}

.ms-container .ms-optgroup li.ms-elem-selectable {
    padding-left: 20px
}

.ms-container h4 {
    font-weight: 100;
    padding: 4px 6px;
    background: #efefef;
    border-bottom: 1px solid #ccc;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px
}

.ms-container #multi_search + .ms-list {
    height: 196px
}

#sForm_deselect {
    margin: 2px;
    display: block
}

.ms-container{
    background: url("../img/arrow.png") no-repeat scroll 275px 87px transparent;
}

.ms-container .ms-selectable .search-input{
    width:240px;
}

.ms-container .ms-selection,
.ms-container .ms-selectable,
.ms-container .ms-selection ul.ms-list,
.ms-container .ms-selectable ul.ms-list{
    width:250px!important;
}


.ms-container .ms-selection ul.ms-list{
    height:226px;
}



/*******************************************
                PLACE HOLDER
*******************************************/

::-webkit-input-placeholder {
  font-style: italic;
    color: #555555;
}

:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
    color: #555555;
}

::-moz-placeholder {  /* Firefox 19+ */
    font-style: italic;
    color: #555555;
}

:-ms-input-placeholder {
    font-style: italic;
    color: #555555;
}

legend{
    width: 100%;
    cursor: pointer;
}

legend h4{
    width: 93%;
    margin-bottom: 0;
}

fieldset{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-left: 0;
    margin-right: 0;
    border: 0;
}

/**
    FORM BUTTONS
 */
.form-buttons {
    height: 40px;
    margin-top: 26px;
    padding-top: 10px;
    border-top: 1px solid #CCCCCC;
}


