.small-line-50{
    width: 50px;
    border-bottom: #fff thin solid;
    height: 10px;
}

.small-line-50-yellow{
    width: 100px;
    border-bottom: #ffbc14 thin solid;
    height: 10px;
}
.overlay-layout{    
    position: relative;
    z-index: 20;
}

.wrapper-layout:before{
    content: " ";
    z-index: 10;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}


.wrapper-layout-light:before{
    content: " ";
    z-index: 10;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.branding-gradient-left-right{
    background: -webkit-linear-gradient(left, #ffbc14 , #f7931e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #ffbc14, #f7931e); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #ffbc14, #f7931e); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #ffbc14 , #f7931e); /* Standard syntax (must be last) */
}

.back-purple{
    background: #673d8d;
}
.text-purple{
    color:#673d8d;
}
.back-orange{
    background: #f7931e;
}
.text-orange{
    color:#f7931e;
}
.back-yellow{
    background: #ffbc14;
}
.text-yellow{
    color:#ffbc14;
}
.back-blue{
    background: #25ace3;
}
.text-blue{
    color:#25ace3;
}
.text-red{
    color:#ff0033;
}
.text-green{
    color:#009900;
}
.back-dark-grey{
    background: #252525;
}
.text-dark-grey{
    color:#252525;
}
.back-white{
    background: #fff;
}
.text-white{
    color:#fff;
}
.back-black{
    background: #000;
}
.text-black{
    color:#000;
}back-dark-blue{
    background: #454954;
}
.text-dark-blue{
    color:#454954;
}
.back-light-grey{
    background: #ccc;
}

.full-width{
    width: 100%;
}
.line-space-120{
    height: 120px;
}
.line-space-100{
    height: 100px;
}
.line-space-80{
    height: 80px;
}
.line-space-60{
    height: 60px;
}
.line-space-40{
    height: 40px;
}
.line-space-450{
    height: 450px;
}

.txt-align-center{
    text-align: center;
}
.txt-align-left{
    text-align: left;
}
.txt-align-right{
    text-align: right;
}

.bot-margin-15{
    margin-bottom: 15px;
}
.bot-margin-20{
    margin-bottom: 20px;
}
.bot-margin-25{
    margin-bottom: 25px;
}
.bot-margin-30{
    margin-bottom: 30px;
}
.bot-margin-50{
    margin-bottom: 50px;
}
.bot-margin-70{
    margin-bottom: 70px;
}
.bot-margin-100{
    margin-bottom: 100px;
}
.bot-margin-150{
    margin-bottom: 150px;
}
.bot-margin-200{
    margin-bottom: 200px;
}
.make-pointer{
    cursor: pointer;
}

.hide-overflow{
    overflow: hidden;
}

.text-shadow{
    text-shadow: 0px 0px 10px #000000;
}

.p-lead{
    font-size: 15px;font-weight: bolder; line-height: 200%;
}

.zero-padding{
    padding: 0px;
}
.zero-margin{
    margin: 0px;
}

.icon-border{
    background: #673d8d;
    width: 75px;
    height: 75px;
    border-radius: 150px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    padding-top: 16px;
    -webkit-transition:background 1s;
    -moz-transition:background 1s;
    -o-transition:background 1s;
    transition:background 1s;
}
.icon-border:hover{
    background: #ffbc14;
    color:#fff;
    -webkit-transition:background 1s;
    -moz-transition:background 1s;
    -o-transition:background 1s;
    transition:background 1s;
}

a:hover{
    -webkit-transition:color 1s;
    -moz-transition:color 1s;
    -o-transition:color 1s;
    transition:color 1s;
}


.datepicker-ov{
    cursor: pointer;
    width: 100%;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}
