#msgbox .modal-dialog
{
    z-index: 999999999;
}
.contentsIsBeingLoading
{
    display: none;
}
.pointer
{
    cursor: pointer !important;
    text-decoration: none !important;
}
.trashed
{
    opacity: 0.5;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.inside-icon select {
    text-indent: 20px;
}
.has-error-input, input.has-error-input
{
    border: 1px solid red !important;
    /*border-radius: 7px;*/
}
.has-error-input::-webkit-input-placeholder
{
    color: #fa7f7f;
}
.hide-more
{
    overflow: hidden;    
    text-overflow: ellipsis;
    white-space: nowrap; 
    width: 118px;
}

/*.stars i
{
    color: #ffca77;
    font-size: 19px; 
    display: inline-block;
    margin-right: 1px;
}*/


div.modal.fade div.modal-dialog
{
    z-index: 999999 !important;
}
.vr
{
    border-right: 1px solid #eee;
}

#loadingForm, .loadingForm
{
    opacity: 0.8;
    background-color: #fff;
    position: fixed;
    z-index: 999999;
    
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /*cursor: wait;*/            
}
#loadingForm
{
    display: none;
}

#loadingForm div,.loadingForm div
{
    background-color: #fff;
    background-position: center 20px;
    background-repeat: no-repeat;
    width: 420px;            
    padding-top: 120px;
    text-align: center;
    margin: auto;
    margin-top: 100px;
    border-radius: 10px;
}
label.required:before
{
    content: "* ";
    color: red;
}
.showContents
{
    display: none !important;
    opacity: 0 !important;
}

#the-loading div, .the-loading div
{
    width: 0%;
    height: 5px;
}
#the-loading, .the-loading
{
    position: fixed !important;
    z-index: 5;
    bottom: 0px;
    left: 0;
    right: 0;
    display: block;
}

.width10
{
    width: 10% !important;
}
.width15
{
    width: 15% !important;
}
.width20
{
    width: 20% !important;
}
.width25
{
    width: 25% !important;
}
.width50
{
    width: 50% !important;
}
.width80
{
    width: 80% !important;
    display: inline-block;
}
.width100
{
    width: 100% !important;
    display: inline-block;
}

.fa-1x
{
    font-size: 17px !important;
}
.fa-1-5x
{
    font-size: 21px !important;
}
.inBlock
{
    display: inline-block !important;
}

.bg-white {
    background-color: #ffffff !important;
}
.text-white {
    color: #ffffff !important;
}

.clear
{
    clear: both !important;
}

.disabled, .disabled a
{
    opacity: 0.7;
    text-decoration: none !important;
    cursor: no-drop !important;
}

ng-picker .dropdown-menu
{
    min-width: 250px;
}
ng-picker .dropdown-menu input.form-control
{
    margin: 0px !important;
  
}
.yellow
{
    color: #F1C40F;
}

.text-bold
{
    font-weight: bold !important;
}

.padding-top-10
{
    padding-top: 10px;
}

.padding-top-20
{
    padding-top: 20px;
}

.row
{
    margin-bottom: 5px;
}

.margin-top-10
{
    margin-top: 10px !important;
}

.fa:disabled, .fa.disabled
{
    cursor: no-drop !important;
}
.rtl
{
    direction: rtl !important;
}
.ltr
{
    direction: ltr !important;
}

.centerblock
{
    display: block;
    margin: auto;
}
.inlineBlock
{
    display: inline-block !important;
}



.line-through
{
  text-decoration: line-through !important;
}

tr.inmiddle td
{
    vertical-align: middle !important;
}

input[type=color].form-control
{
    width: 80px !important;
    height: 40px;
    padding: 0px;
    cursor: pointer;
}