/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

.formEl {
	position: relative;
}

.placeholder {
  	background-color: white;
    color: #bdbdbd;
    font-size: 13px;
    left: 8px;
    padding: 0 5px;
    pointer-events: none;
    position: absolute;
    top: 14px;
    z-index: 3;
}

.placeholder.active {
    font-size: 0.75em;
    left: 10px;
    padding: 0 5px;
    pointer-events: none;
    position: absolute;
    top: -7px;
    /*background-color: transparent;
    background-image: -webkit-linear-gradient(to bottom, transparent, transparent 45%, white 45%, white 60%, transparent 60%);
    /* bug in firefox; transparent is not rendering, so we use rgba values */
    /*background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0.001) 0%, rgba(255,255,255,0.001) 45%, white 45%, white 64%, rgba(255,255,255,0.001) 64%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.001) 0%, rgba(255,255,255,0.001) 44%, white 44%, white 64%, rgba(255,255,255,0.001) 64%);*/*/
}

.placeholder.animate {
	transition: all 150ms ease 0s;
}

label.placeholder {
	color: #bdbdbd;
    font-family: Open Sans !important;
    font-size: 13px;
    font-weight: 400;
    margin: 0 !important;
    -moz-osx-font-smoothing: grayscale;
}

/* Dropdown css */

.select2 {
    box-sizing: border-box;
    position: relative;
    max-height: 40px;
    margin: 0;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    display: inline-block;
    vertical-align: middle;
    color: #2b2b2b;
    font-family: inherit;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.4;
    width: 100% !important;
    height:100% !important;
    /*margin-bottom: 27px !important;*/
}

.select2.error{
  margin-bottom: 0px !important;
}


.select2:focus {
  outline: none;
}

.select2-container--open {
  border-bottom: 0;
}

.select2-container--open .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-selection--single {
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  border: 0;
  height: 40px;
  padding: 5px 23px 5px 12px;
  border-radius: 0;
}
.select2-selection--single:focus {
  outline: none;
}

.select2-container--disabled .select2-selection--single{
  background-color: #f3f3f3;
}

.select2-selection__placeholder {
  color: #999;
}

.select2-selection__rendered {
  padding: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 28px;
}

.select2-selection__arrow {
  position: absolute;
  width: 20px;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-dropdown {
  position: absolute;
  left: -100000px;
  z-index: 1051;
  box-sizing: border-box;
  display: block;
  width: 100%;
  background: white;
  border: 1px solid #cdcdcd;
  border-top: 0;
  border-radius: 0;
}

.select2-search {
  display: none;
}

.select2-results {
  display: block;
}

.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.select2-results__option {
  font-family: inherit;
  font-weight: 600;
  font-size: 12px;
  color: #222;
  padding: 6px;
  padding-left: 12px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-results__option.select2-results__option--highlighted {
  background: #f5f5f5;
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2 + div.error {
    margin-bottom: 8px;
}

.select2.errorInput {
    border: 1px solid #ef4747;
    background-color: #ffffff;
    margin-bottom: 0px !important;
}

.select2.select2-container--focus {
    border-color: #ee3724;
    outline: none;
}

#accountSelector .select2 {
	height: 36px;
	top: 4px;
}

.accountSelector.select2-dropdown {
	border: none;
	box-shadow: 0px 2px 4px 0px #cdcdcd;
}

#accountSelector .select2-selection--single, 
#modifyAccountForm .select2-selection--single {
	height: 34px;
} 

#accountSelector .select2-selection__rendered,
#modifyAccountForm .select2-selection__rendered {
	line-height: 24px;
}

#accountSelector .select2-results__option {
	font-size: 11px;
}

#modifyAccountForm .select2 {
	height: 38px;
	margin-bottom: 0px !important;
}

/* tabs*/

.sexytabs {
    margin: auto;
    background-color: inherit;
}

    .sexytabs > ul {
        text-align: center;
        font-weight: 500;
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
        z-index: 1;
        background-color: inherit;
    }

.sexytabs > ul > li {
    display: inline-block;
    background: inherit;
    padding: 0.6em 0;
    position: relative;
    width: 33%;
    margin: 0 0 0 -4px;
}

    .sexytabs > ul > li:before,
    .sexytabs > ul > li:after,
    .sexytabs > ul > li >a:before,
    .sexytabs > ul > li >a:after {
        opacity: 0;
        transition: 0.3s ease;
    }

    .sexytabs > ul > li > a.active:before,
    .sexytabs > ul > li > a.active:after,
    .sexytabs > ul > li > a:hover:before,
    .sexytabs > ul > li > a:hover:after,
    .sexytabs > ul > li > a:focus:before,
    .sexytabs > ul > li > a:focus:after {
        opacity: 1;
    }


    .sexytabs > ul > li.ui-tabs-active:before, .sexytabs > ul > li.ui-tabs-active:after, .sexytabs > ul > li.ui-state-hover:before, .sexytabs > ul > li.ui-state-hover:after, .sexytabs > ul > li.ui-state-focus:before, .sexytabs > ul > li.ui-state-focus:after {
        opacity: 1;
    }


    .sexytabs > ul > li > a.active > span > i.animate {
        animation: bounceIn;
        animation-duration: 2s;
    }

    .sexytabs > ul > li > a:hover{
        opacity:1;
    }

    .sexytabs > ul > li > a:before,
    .sexytabs > ul > li > a.active:hover:before,
    .sexytabs > ul > li > a.active:focus:before {
        content: "";
        position: absolute;
        background: inherit;
        z-index: -1;
        box-shadow: 0 2px 3px rgba(143,216,255, 0.5);
        top: 50%;
        bottom: 0px;
        left: 5px;
        right: 5px;
        border-radius: 100px / 10px;
    }



    /*------------------------------*/

    .sexytabs > ul > li:after, .sexytabs > ul > li.ui-state-active.ui-state-hover:after, .sexytabs > ul > li.ui-state-active.ui-state-focus:after {
        content: "";
        background: inherit;
        position: absolute;
        width: 12px;
        height: 12px;
        left: 50%;
        bottom: -6px;
        margin-left: -6px;
        transform: rotate(45deg);
        box-shadow: inset 3px 3px 3px rgba(143,216,255, 0.5), inset 1px 1px 1px rgba(0, 0, 0, 0.3);
    }

    .sexytabs > ul > li> a:after, 
    .sexytabs > ul > li>a.active:hover:after, 
    .sexytabs > ul > li>a.active:focus:after {
        content: "";
        background: inherit;
        position: absolute;
        width: 12px;
        height: 12px;
        left: 50%;
        bottom: -6px;
        margin-left: -6px;
        transform: rotate(45deg);
        box-shadow: inset 3px 3px 3px rgba(143,216,255, 0.5), inset 1px 1px 1px rgba(0, 0, 0, 0.3);
    }

    /*-----------------------------*/
    .sexytabs > ul > li.ui-state-hover:before, .sexytabs > ul > li.ui-state-focus:before {
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    }

    .sexytabs > ul > li>a:hover:before, 
    .sexytabs > ul > li>a:focus:before {
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    }


    .sexytabs > ul > li.ui-state-hover:after, .sexytabs > ul > li.ui-state-focus:after {
        box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2), inset 1px 1px 1px rgba(0, 0, 0, 0.3);
    }
    .sexytabs > ul > li>a:hover:after, 
    .sexytabs > ul > li>a:focus:after {
        box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2), inset 1px 1px 1px rgba(0, 0, 0, 0.3);
    }


    .sexytabs > ul > li > a {
        text-decoration: underline;
    }

    .sexytabs > ul > li> a:focus {
        outline: none;
    }

    .sexytabs > ul > li a {
        color: #444;
        text-decoration: none;
        background-color:inherit;
    }

        .sexytabs > ul > li a:focus {
            outline: none;
        }

        .sexytabs > ul > li a span {
            position: relative;
            top: -0.5em;
        }



/* tabsM*/

.sexytabs_M {
    margin: auto;
    background-color: inherit;
}

    .sexytabs_M > ul {
        text-align: center;
        font-weight: 500;
        position: relative;
        /*border-bottom: 1px solid #d2d8dc !important;*/
        z-index: 1;
        background-color: inherit;
    }

        .sexytabs_M > ul > li {
            display: inline-block;
            background: inherit;
            padding: 0.6em 0;
            position: relative;
            width: 33%;
            margin: 0 0 0 -4px;
        }

            .sexytabs_M > ul > li:before,
            .sexytabs_M > ul > li:after,
            .sexytabs_M > ul > li > a:before,
            .sexytabs_M > ul > li > a:after {
                opacity: 0;
                transition: 0.3s ease;
            }

            .sexytabs_M > ul > li > a.active:before,
            .sexytabs_M > ul > li > a.active:after,
            .sexytabs_M > ul > li > a:hover:before,
            .sexytabs_M > ul > li > a:hover:after,
            .sexytabs_M > ul > li > a:focus:before,
            .sexytabs_M > ul > li > a:focus:after {
                opacity: 1;
            }


            .sexytabs_M > ul > li.ui-tabs-active:before, .sexytabs > ul > li.ui-tabs-active:after, .sexytabs > ul > li.ui-state-hover:before, .sexytabs > ul > li.ui-state-hover:after, .sexytabs > ul > li.ui-state-focus:before, .sexytabs > ul > li.ui-state-focus:after {
                opacity: 1;
            }


            .sexytabs_M > ul > li > a.active > span > i.animate {
                animation: bounceIn;
                animation-duration: 2s;
            }

            .sexytabs_M > ul > li > a:hover {
                opacity: 1;
            }

            .sexytabs_M > ul > li > a:before,
            .sexytabs_M > ul > li > a.active:hover:before,
            .sexytabs_M > ul > li > a.active:focus:before {
                content: "";
                position: absolute;
                background: #f6f7f8;
                z-index: -1;
                box-shadow: 0 2px 3px rgba(143,216,255, 0.5);
                top: 50%;
                bottom: 0px;
                left: 5px;
                right: 5px;
                border-radius: 100px / 10px;
            }



            /*------------------------------*/

            .sexytabs_M > ul > li:after, .sexytabs > ul > li.ui-state-active.ui-state-hover:after, .sexytabs > ul > li.ui-state-active.ui-state-focus:after {
                content: "";
                background: #f6f7f8;
                position: absolute;
                width: 12px;
                height: 12px;
                left: 50%;
                bottom: -6px;
                margin-left: -6px;
                transform: rotate(45deg);
                box-shadow: inset 3px 3px 3px #a2b43652, inset 1px 1px 1px rgba(0, 0, 0, 0.3);
            }

            .sexytabs_M > ul > li > a:after,
            .sexytabs_M > ul > li > a.active:hover:after,
            .sexytabs_M > ul > li > a.active:focus:after {
                content: "";
                background: #f6f7f8;
                position: absolute;
                width: 12px;
                height: 12px;
                left: 50%;
                bottom: -6px;
                margin-left: -6px;
                transform: rotate(45deg);
                box-shadow: inset 3px 3px 3px rgba(143,216,255, 0.5), inset 1px 1px 1px rgba(0, 0, 0, 0.3);
            }

            /*-----------------------------*/
            .sexytabs_M > ul > li.ui-state-hover:before, .sexytabs > ul > li.ui-state-focus:before {
                box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
            }

            .sexytabs_M > ul > li > a:hover:before,
            .sexytabs_M > ul > li > a:focus:before {
                box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
            }


            .sexytabs_M > ul > li.ui-state-hover:after, .sexytabs > ul > li.ui-state-focus:after {
                box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2), inset 1px 1px 1px rgba(0, 0, 0, 0.3);
            }

            .sexytabs_M > ul > li > a:hover:after,
            .sexytabs_M > ul > li > a:focus:after {
                box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2), inset 1px 1px 1px rgba(0, 0, 0, 0.3);
            }


            .sexytabs_M > ul > li > a {
                text-decoration: underline;
            }

                .sexytabs_M > ul > li > a:focus {
                    outline: none;
                }

            .sexytabs_M > ul > li a {
                color: #444;
                text-decoration: none;
                background-color: inherit;
            }

                .sexytabs_M > ul > li a:focus {
                    outline: none;
                }

                .sexytabs_M > ul > li a span {
                    position: relative;
                    top: -0.5em;
                }
