
/****LOADER****/
#loading{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: rgba(0,0,0,0.5);
    display: none;
}
#loading .loader{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    /*height: 200px;*/
}

/*****SOME GLOBAL CLASSES*****/
.blue_bg{
    background-color: #3cb9c4;
}
.blue_cl{
    color: #3cb9c4;
}
.hr{
    width: 300%;
    height: 2px;
    position: relative;
    left: -100%;
}
.clear{
    clear: both;
    content: " ";
}
.nopadding{
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
}
