/*
# Author : Bhumika Korat
# Modified By : Bhumika Korat
# Created Date : 17-12-2015
# Modified Date : 28-03-2016
*/
/*------------------- Utility Classes -------------------------*/
/*-- Margin classes --*/

.margin-none {
    margin: 0 !important;
}
.margin-lg {
    margin: 30px !important;
}
.margin {
    margin: 15px !important;
}
.margin-sm {
    margin: 10px !important;
}
.margin-xs {
    margin: 5px !important;
}
.margin-bottom-lg {
    margin-bottom: 30px !important;
}
.margin-top-lg {
    margin-top: 30px !important;
}
.margin-left-lg {
    margin-left: 30px !important;
}
.margin-right-lg {
    margin-right: 30px !important;
}
.margin-bottom {
    margin-bottom: 15px !important;
}
.margin-top {
    margin-top: 15px !important;
}
.margin-left {
    margin-left: 15px !important;
}
.margin-right {
    margin-right: 15px !important;
}
.margin-bottom-sm {
    margin-bottom: 10px !important;
}
.margin-top-sm {
    margin-top: 10px !important;
    float: right !important;
}
.margin-left-sm {
    margin-left: 10px !important;
}
.margin-right-sm {
    margin-right: 10px !important;
}
.margin-bottom-xs {
    margin-bottom: 5px !important;
}
.margin-top-xs {
    margin-top: 5px !important;
}
.margin-left-xs {
    margin-left: 5px !important;
}
.margin-right-xs {
    margin-right: 5px !important;
}
.margin-bottom-none {
    margin-bottom: 0px !important;
}
.margin-top-none {
    margin-top: 0px !important;
}
.margin-left-none {
    margin-left: 0px !important;
}
.margin-right-none {
    margin-right: 0px !important;
}
.margin-top-12 {
    margin-top: 120px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-top-25 {
    margin-top: 25px;
}
/*-- Padding classes --*/

.padding-none {
    padding: 0 !important;
}
.padding-lg {
    padding: 30px !important;
}
.padding {
    padding: 15px !important;
}
.padding-sm {
    padding: 10px !important;
}
.padding-xs {
    padding: 5px !important;
}
.padding-bottom-sm {
    padding-bottom: 10px !important;
}
.padding-top-sm {
    padding-top: 10px !important;
}
.padding-left-sm {
    padding-left: 10px !important;
}
.padding-right-sm {
    padding-right: 10px !important;
}
.padding-bottom-xs {
    padding-bottom: 5px !important;
}
.padding-top-xs {
    padding-top: 5px !important;
}
.padding-left-xs {
    padding-left: 5px !important;
}
.padding-right-xs {
    padding-right: 5px !important;
}
.padding-bottom-none {
    padding-bottom: 0px !important;
}
.padding-top-none {
    padding-top: 0px !important;
}
.padding-left-none {
    padding-left: 0px !important;
}
.padding-right-none {
    padding-right: 0px !important;
}
.padding-bottom {
    padding-bottom: 15px !important;
}
.padding-top {
    padding-top: 15px !important;
}
.padding-left {
    padding-left: 15px !important;
}
.padding-right {
    padding-right: 15px !important;
}
.padding-bottom-lg {
    padding-bottom: 30px !important;
}
.padding-top-lg {
    padding-top: 30px !important;
}
.padding-left-lg {
    padding-left: 30px !important;
}
.padding-right-lg {
    padding-right: 30px !important;
}
.padding-top50 {
    padding-top: 50px;
}
.padding-left50 {
    padding-left: 50px;
}
.padding-bottom50 {
    padding-bottom: 50px;
}
.padding-right50 {
    padding-right: 50px;
}
/*-- background --*/

.bg-white {
    background: #fff;
}
.bg-none {
    background: transparent;
}
.bg-offwhite-1 {
    background: #f1f2f4;
}
/*-- color --*/

.color-white {
    color: #fff;
}
.color-black {
    color: #000;
}

.color-orange {
    color: #E68700 !important;
}

.color-blue {
    color: #1790E6;
}

.color-darkgray{
    color: #3d3f47;
}
.color-gray {
    color: #6d6e75;
}
.color-lightgray {
    color: #b6b6b6;
}

.color-default {
    color: #333333;
}
/*-- font --*/

.font160 {
    font-size: 160px;
}
.font40 {
    font-size: 40px;
}
.font36 {
    font-size: 36px;
}
.font32 {
    font-size: 32px;
}
.font30 {
    font-size: 30px;
}
.font24 {
    font-size: 24px;
}
.font21 {
    font-size: 21px;
}
.font20 {
    font-size: 20px;
}
.font19 {
    font-size: 19px;
}
.font18 {
    font-size: 18px;
}
.font17 {
    font-size: 17px;
}
.font15 {
    font-size: 15px;
}
.font16 {
    font-size: 16px;
}
.font12 {
    font-size: 12px;
}
.font10{
    font-size:10px;
}
.font-bold {
    font-weight: bold;
}
.font-normal {
    font-weight: normal;
}

/*  Dhaval */
.open-sansbold {
    font-family: open_sansbold;
}
.open-sans-semibold {
    font-family: open_sanssemibold;
}
/*  Dhaval */

/*-- cursor --*/

.cursor-pointer {
    cursor: pointer;
}
.cursor-default {
    cursor: default;
}
/*-- Div/Element center --*/

.pull-center {
    margin: 0 auto;
    float: none;
}
.pull-none {
    float: none;
}
/*-- line-height --*/

.line-height12 {
    line-height: 12px !important;
}
.line-height20 {
    line-height: 20px !important;
}
.line-height16 {
    line-height: 16px !important;
}
.line-height25 {
    line-height: 25px !important;
}
.line-height30 {
    line-height: 30px !important;
}
.line-height35 {
    line-height: 35px !important;
}
.line-height40 {
    line-height: 40px !important;
}
.line-height45 {
    line-height: 45px !important;
}
/*-- vertical align --*/

.vertical-super {
    vertical-align: super;
}
.vertical-sub {
    vertical-align: sub;
}
/*-- border --*/

.border-none {
    border: none !important;
}

.border-bottom {
    border-bottom: 1px solid #ccc;
}
.border-top {
    border-top: 1px solid #ccc;
}
.border-left {
    border-left: 1px solid #ccc;
}
.border-right {
    border-right: 1px solid #ccc;
}
.border {
    border: 1px solid #ccc;
}

.border-bottom-light {
    border-bottom: 1px solid #ddd;
}
.border-top-light {
    border-top: 1px solid #ddd;
}
.border-left-light {
    border-left: 1px solid #ddd;
}
.border-right-light {
    border-right: 1px solid #ddd;
}
.border-light {
    border: 1px solid #ddd;
}
.border-round {
    border-radius: 50% 50%;
}
/*-- Display --*/

.display-block {
    display: block;
}
.display-inline {
    display: inline;
}
.display-inlineblock {
    display: inline-block;
}
.display-none {
    display: none !important;
}
/*--------------- width --------------*/

.width-auto {
    width: auto;
}
.width-full {
    width: 100%;
}
.width30 {
    width: 30px;
}
.width75 {
    width: 75px;
}
/*--------------- height --------------*/

.height32 {
    height: 32px;
}
.height325 {
    height: 325px;
}
.min-height60 {
    min-height: 60px;
}
.height-auto{
    height: auto !important;
}

.min-height-auto{
    min-height: auto !important;
}

/*------------- Opacity -------------*/

.opacity6 {
    opacity: 0.6;
}
/*--------- loading ellipsis ---------*/

@keyframes blink {
    0% {
        opacity: .2;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}
.load-ellipsis span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}
.load-ellipsis span:nth-child(2) {
    animation-delay: .2s;
}
.load-ellipsis span:nth-child(3) {
    animation-delay: .4s;
}
.form-control.datetimepicker[readonly] {
    background-color: #fff;
    cursor: default;
    opacity: 1;
}
/*----------------- Position ----------------------*/

.position-relative {
    position: relative;
}
/*---------------- Text ----------------------*/

.no-decoration {
    text-decoration: none !important;
}
#curvedarrow {
    position: relative;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-right: 9px solid #0CDDBE;
    -webkit-transform: rotate(-46deg);
    -moz-transform: rotate(-46deg);
    -ms-transform: rotate(-46deg);
    -o-transform: rotate(-46deg);
    display: inline-block;
}
#curvedarrow:after {
    content: "";
    position: absolute;
    border: 0 solid transparent;
    border-top: 3px solid #0CDDBE;
    border-radius: 20px 0 0 0;
    top: -12px;
    left: -8px;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.limit_string {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.border-radius-none {
    border-radius: 0px;
}

/* Custom center fix */
.center-div {
	float: none;
	margin: 0 auto;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.float-none{
    float: none;
}
.pointer-events {
	pointer-events: none;
}

.line-before-after {
    position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.line-before-after:before, .line-before-after:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: red;
}
.line-before-after:before {
    margin-left: -50%;
    text-align: right;
}
.uppercase{
	text-transform: uppercase;
}

.white-link{
    color: #ffffff;
}
.white-link:hover{
    color: #E0E7EF;
}
.custome-loader {
    background: rgba(255, 255, 255, 0.5) url("../loader.gif") no-repeat scroll 50% 50%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
}