@charset "UTF-8";
@import "typicons-font/typicons.css";

* { border: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    text-shadow: 0 0 6px rgba(96, 96, 96, 0.1); /* 1px 1px 1px rgba(0, 0, 0, 0.1); */
    -webkit-print-color-adjust: exact; /* for printing backgrounds */
}

::-moz-selection { /* Code for Firefox */
    text-shadow: none;
    background-color: #3297fd;
    color: white;
}
::selection {
    text-shadow: none;
    background-color: #3297fd;
    color: white;
}

html {
    font-size: 15px;
}
html:after { /*added*/
    content: '';
    position: absolute;
    background-color: #848484;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -6;
}

body {
    margin: 0;
    background-color: #f9f9f9; /*#fbfbfb*/
    color: #565656; /*#676767*/
    font-size: 15px;
    font-family: 'SourceSansPro', Helvetica, sans-serif;
}
body.bgabs:after { /*added*/
    content: '';
    position: absolute;
    background-color: #f9f9f9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -5;
}

a { text-decoration: none; }
a.uline {
    text-decoration: underline;
}
a.h-uline:hover,
a.h-uline:focus {
    text-decoration: underline;
}
.focus-style:hover,
.focus-style:focus {
    background: #efefef;
    background: rgba(230, 230, 230, 0.5);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.ib-lnk {
    display: inline-block;
    padding: 5px;
}

b, optgroup, th, strong {
    font-family: 'SourceSansProSemiBold', Helvetica, sans-serif;
    font-weight: normal;
}

i { font-style: normal; }

fieldset {
    margin: 0;
    border: 0;
}


/*** Global Font-Face ***/
@font-face {
    font-family: 'SourceSansPro';
    src: url(typographic-fonts/source-sans-pro.regular.ttf) format('truetype');
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: 'SourceSansProBold';
    src: url(typographic-fonts/source-sans-pro.bold.ttf) format('truetype');
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: 'SourceSansProSemiBold';
    src: url(typographic-fonts/source-sans-pro.semibold.ttf) format('truetype');
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: 'SourceSansProLight';
    src: url(typographic-fonts/source-sans-pro.light.ttf) format('truetype');
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: 'SourceSansProExtraLight';
    src: url(typographic-fonts/source-sans-pro.extralight.ttf) format('truetype');
    font-style: normal;
    font-weight: 300;
}
.font-regular {
    font-family: 'SourceSansPro', Helvetica, sans-serif !important;
    font-weight: normal;
}
.font-bold {
    font-family: 'SourceSansProBold', Helvetica, sans-serif !important;
    font-weight: normal;
}
.font-semibold {
    font-family: 'SourceSansProSemiBold', Helvetica, sans-serif !important;
    font-weight: normal;
}
.font-light {
    font-family: 'SourceSansProLight', Helvetica, sans-serif !important;
    font-weight: normal;
}
.font-extralight {
    font-family: 'SourceSansProExtraLight', Helvetica, sans-serif !important;
    font-weight: normal;
}

/*** align text and element ***/
.center-text {
    text-align: center !important;
}
.left-text {
    text-align: left !important;
}
.right-text {
    text-align: right !important;
}
.auto-center {
    margin-left: auto;
    margin-right: auto;
}
.width-halign-auto {
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
}

/*** displays ***/
.dispblock {
    display: block !important;
}
.dispiblock {
    display: inline-block !important;
}

/*** margins ***/
.nomargin {
    margin: 0 !important;
}
.margint5px {
    margin-top: 5px;
}
.marginr5px {
    margin-right: 5px;
}
.marginb5px {
    margin-bottom: 5px !important;
}
.marginl5px {
    margin-left: 5px;
}
.margint10px {
    margin-top: 10px;
}
.marginr10px {
    margin-right: 10px;
}
.marginb10px {
    margin-bottom: 10px !important;
}
.marginl10px {
    margin-left: 10px;
}
.margint15px {
    margin-top: 15px;
}
.marginr15px {
    margin-right: 15px;
}
.marginb15px {
    margin-bottom: 15px;
}
.marginl15px {
    margin-left: 15px;
}
.margint20px {
    margin-top: 20px;
}
.marginr20px {
    margin-right: 20px;
}
.marginb20px {
    margin-bottom: 20px;
}
.marginl20px {
    margin-left: 20px;
}
.margin5auto {
    margin: 5px auto !important;
}
.margin10auto {
    margin: 10px auto !important;
}
.margin15auto {
    margin: 15px auto;
}
.margin20auto {
    margin: 20px auto;
}
.margint-10px {
    margin-top: -10px;
}
.marginb-10px {
    margin-bottom: -10px;
}
.margint-15px {
    margin-top: -15px;
}
.marginb-15px {
    margin-bottom: -15px;
}


/*** Font Colors and Styles ***/
.gray93 {
    color: #939393;
}
.italic {
    font-style: italic;
}
.itgry {
    font-style: italic;
    color: #939393;
}
/*** End: Font Colors ***/


/*** No Select ***/
.unable-to-select {
    -webkit-user-select: none; /* Chrome all, Safari all */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    -o-user-select: none; /* Opera */
    user-select: none;
}
/*** End: No Select ***/


/*** Transition Bacground-Color ***/
.bgcolor-transition, .bgcolor-transition-all * {
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}
/*** End: Transition Bacground-Color ***/


/*** Cursors ***/
.default-cursor {
    cursor: default;
}
.pointer-cursor {
    cursor: pointer;
}
/*** End: Cursors ***/


/*** Box Sizing ***/
.bord-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cont-box {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/*** End: Box Sizing ***/




/*** Input: Type Text, Number, Date and All Select ***/
input[type=text], input[type=number], input[type=password],
input[type=email], input[type=date], input[type=time], select, textarea,
input[type=tel], input[type=url],
._editable-elem {
    font-family: 'SourceSansPro', Helvetica, sans-serif;
    color: #7c7c7c;
    border: 1px solid #d4d4d4;
}
input[type=text]:disabled, input[type=number]:disabled, input[type=password]:disabled, input[type=password]:read-only,
input[type=date]:disabled, select:disabled, textarea:disabled, textarea:read-only, input[type=number]:read-only,
input[type=text]:read-only, [contenteditable=false], [contenteditable][readonly] {
    background-color: #fbfbfb; /*#f9f9f9*/
}
/* -moz must be set separate */
input[type=text]:-moz-read-only, input[type=password]:-moz-read-only,
textarea:-moz-read-only, input[type=number]:-moz-read-only {
    background-color: #fbfbfb; /*#f9f9f9*/
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #edf3ec inset;
    -webkit-text-fill-color: #676767 !important;
    background: #edf3ec none;
    color: inherit;
    -webkit-transition: background-color 5000s ease-in-out 0s;
}
._center-select {
    -moz-text-align-last: center;
    text-align-last: center;
}
/*** End: Inputs ***/


/*** Buttons ***/
button, .aspect-button, input[type=submit] {
    font-family: 'SourceSansProBold', Helvetica, sans-serif;
    cursor: pointer;
    border: 1px solid #676767;
}
button::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
    border: 0;
}
/*** End: Buttons ***/



/*** Gradient Brackground for Buttons ***/
.gradient-buttons {
    background-image: -webkit-linear-gradient(top, transparent, rgba(173, 173, 173, 0.2));
    background-image: -moz-linear-gradient(top, transparent, rgba(173, 173, 173, 0.2));
    background-image: -ms-linear-gradient(top, transparent, rgba(173, 173, 173, 0.2));
    background-image: -o-linear-gradient(top, transparent, rgba(173, 173, 173, 0.2));
}
.gradient-buttons:hover, .gradient-buttons:active {
    background-image: none;
}
/*** End: Gradient Brackground for Buttons ***/


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #bbb;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #bbb;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #bbb;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bbb;
}


/*** Flex Centering ***/
.flex-center {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex-center-column {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
}
/*** End: Flex Center ***/


/*** Border Radius 3px, 5px, 10px ***/
.radius-3px {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.radius-5px {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.radius-10px {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.radius20px {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
/*** End: Border Radius 3px, 5px, 10px ***/


/*** Box Shadow ***/
/* All Sides (0 0 15px) */
.shadow-all-sides-15px {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .20);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .20);
    box-shadow: 0 0 15px rgba(0, 0, 0, .20);
}
/* All Sides (1px 10px) */
.shadow-0-0-3-1 {
    -webkit-box-shadow: 0 0 3px 1px #bbb;
    -moz-box-shadow: 0 0 3px 1px #bbb;
    box-shadow: 0 0 3px 1px #bbb;
}
/* Top 1px */
.shadow-top-1 {
    -moz-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.9);
    box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.9)
}
/* Bottom 1px */
.shadow-bottom-1 {
    -moz-box-shadow: 0 1px 0 rgba(190, 190, 190, 0.50);
    -webkit-box-shadow: 0 1px 0 rgba(190, 190, 190, 0.50);
    box-shadow: 0 1px 0 rgba(190, 190, 190, 0.50)
}
.shadow-dialog-window {
    -webkit-box-shadow: 0 0 20px #242424;
    -moz-box-shadow: 0 0 20px #242424;
    box-shadow: 0 0 20px #242424;
}
.headers-style-shadow {
    -webkit-box-shadow: 0 0 10px -4px;
    -moz-box-shadow: 0 0 10px -4px;
    box-shadow: 0 0 10px -4px;
}
.shadow-short-gray {
    -webkit-box-shadow: 0 0 4px -1px #bbb;
    -moz-box-shadow: 0 0 4px -1px #bbb;
    box-shadow: 0 0 4px -1px #bbb;
}
.hover-shadow:hover {
    -webkit-box-shadow: 0 0 10px 0 #d0d0d0;
    -moz-box-shadow:  0 0 10px 0 #d0d0d0;
    box-shadow:  0 0 10px 0 #d0d0d0;
}
/*** End: Box Shadow ***/


/*** Text Styles ***/
.text-shadow-1 {
    text-shadow: 0 0 1px rgba(125, 125, 125, 0.94);
}
.td-u:hover {
    text-decoration: underline;
}
.child-inh-fsize * {
    font-size: inherit;
}
.tt-upper {
    text-transform: uppercase !important;
}
.tt-lower {
    text-transform: lowercase !important;
}
.tt-cap {
    text-transform: capitalize !important;
}
.tt-none {
    text-transform: none !important;
}
/*** End: Text Styles ***/


/*** Headings ***/
h1, h2, h3, h4, h5, h6, dt {
    font-family: "SourceSansProBold", Helvetica, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
/*** Headings ***/




/*** Button Aspect ***/
.aspect-button, input[type=submit] {
    font-family: 'SourceSansProBold', Helvetica, sans-serif;
    display: inline-block;
    padding: 7px 10px 8px;
    /*background-color: transparent;*/
    /*color: #676767;*/
    background-color: #1483e2;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background-color .1s ease-out;
    -moz-transition: background-color .1s ease-out;
    -o-transition: background-color .1s ease-out;
    transition: background-color .1s ease-out;
}
.aspect-button[type=reset] {
    background-color: transparent;
    color: #676767;
}
.aspect-button:hover, input[type=submit]:hover {
    background-color: #909090;
    color: #fff;
    border: 1px solid #fff;
}
.aspect-button:active, input[type=submit]:active {
    padding: 8px 10px 7px;
}
.aspect-button.disabled, input[type=submit].disabled,
.aspect-button:hover.disabled, input[type=submit]:hover.disabled,
.aspect-button:active.disabled, input[type=submit]:active.disabled {
    padding: 7px 10px 8px;
    cursor: default;
    background-color: #909090;
    color: #fff;
    border: 1px solid #fff;
    opacity: 0.4;
}
.btnlnk {
    font-family: 'SourceSansPro', Helvetica, sans-serif;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    color: inherit !important;
    height: auto; /*added*/
}
._thin-btn {
    font-family: 'SourceSansProSemiBold', Helvetica, sans-serif;
    display: inline-block;
    padding: 3px 10px 4px;
    border: 1px solid;
    -webkit-transition: box-shadow 0.3s, background-color 0.3s;
    -moz-transition: box-shadow 0.3s, background-color 0.3s;
    -o-transition: box-shadow 0.3s, background-color 0.3s;
    transition: box-shadow 0.3s, background-color 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
._thin-btn:hover {
    -webkit-box-shadow: 0 0 7px rgba(181, 181, 181, 0.59);
    -moz-box-shadow: 0 0 7px rgba(181, 181, 181, 0.59);
    box-shadow: 0 0 7px rgba(181, 181, 181, 0.59);
}
._thin-btn:active {
    padding: 4px 10px 3px;
}
/*** End: Button Aspect ***/




/*** Placeholder Style (for Login forms) ***/
#admin-login-form input::-webkit-input-placeholder,
#instructor-login-form input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 25px;
}
#admin-login-form input:-moz-placeholder,
#instructor-login-form input:-moz-placeholder { /* Firefox 18- */
    font-size: 16px;
    line-height: 25px;
}
#admin-login-form input::-moz-placeholder,
#instructor-login-form input::-moz-placeholder {  /* Firefox 19+ */
    font-size: 16px;
    line-height: 25px;
}
#admin-login-form input:-ms-input-placeholder,
#instructor-login-form input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 25px;
}
/*** End: Placeholder Style (for Login forms) ***/


/** some aditional styes **/
.no-wrap-text {
    white-space: nowrap;
}

.clear-me:after, .clearfix:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden; /*not to interfere with inputs*/
}
/*when elem below (sibling) is absolute and parent too: expand height of parent*/
.toolclearabsolute, .toolclearabsolute:after {
    content: 'I am never will showed :)';
    position: relative;
    font-size: 0;
}


._graybrd, .gray-border {
    border: 1px solid;
    border-color: #e0e0e0 #e4e4e4 #e2e2e2;
}
._lbl-mode, .label-mode {
    font-family: 'SourceSansProSemiBold', Helvetica, sans-serif;
    display: inline-block;
    cursor: default;
}

.padd5px {
    padding: 5px !important;
}
._padd10px, .padd10px {
    padding: 10px !important;
}
.padd15px {
    padding: 15px !important;
}
.padd20px {
    padding: 20px !important;
}
.paddt5px {
    padding-top: 5px !important;
}
.paddr5px {
    padding-right: 5px !important;
}
.paddb5px {
    padding-bottom: 5px !important;
}
.paddl5px {
    padding-left: 5px !important;
}
.paddt10px {
    padding-top: 10px !important;
}
.paddr10px {
    padding-right: 10px !important;
}
.paddb10px {
    padding-bottom: 10px !important;
}
.paddl10px {
    padding-left: 10px !important;
}
.paddt15px {
    padding-top: 15px !important;
}
.paddr15px {
    padding-right: 15px !important;
}
.paddb15px {
    padding-bottom: 15px !important;
}
.paddl15px {
    padding-left: 15px !important;
}
.padd05px {
    padding: 0 5px !important;
}
.nopadd {
    padding: 0 !important;
}
.padd010 {
    padding: 0 10px !important;
}
.padd05 {
    padding: 0 5px !important;
}

._posfix_top, .posfix-top {
    position: fixed;
    top: 0;
}
._pos-rel, .pos-rel {
    position: relative;
}
.pos-abs {
    position: absolute;
}

.rotate90 {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.rotate180 {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.no-float {
    float: none !important;
}
.float-right {
    float: right !important;
}
.float-left {
    float: left !important;
}

.bg-white {
    background-color: white;
}

.maxw1000, .maxw1000child > *, .maxw1000all * {
    max-width: 1000px;
    margin: auto;
}

/*** scrollbar style ***/
.scrollbar-stl::-webkit-scrollbar,
.scrollbar-stl textarea::-webkit-scrollbar,
.scrollbar-stl [contenteditable=true]::-webkit-scrollbar {
    width: 5px;
}
.scrollbar-stl::-webkit-scrollbar-track,
.scrollbar-stl textarea::-webkit-scrollbar-track,
.scrollbar-stl [contenteditable=true]::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.scrollbar-stl::-webkit-scrollbar-thumb,
.scrollbar-stl textarea::-webkit-scrollbar-thumb,
.scrollbar-stl [contenteditable=true]::-webkit-scrollbar-thumb {
    background: #d7d7d7;
}
.scrollbar-stl::-webkit-scrollbar-thumb:hover,
.scrollbar-stl textarea::-webkit-scrollbar-thumb:hover,
.scrollbar-stl [contenteditable=true]::-webkit-scrollbar-thumb:hover {
    background: #c1c1c1;
}

/*** absolute label-placeholder ***/
.absholder-label .absh-wp {
    position: relative;
}
.absholder-label .absh-wp input {
    background: transparent;
}
.absholder-label .absh-wp label {
    font-family: 'SourceSansPro', Helvetica, sans-serif;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0 11px;
    text-align: left;
    color: #b1b1b1;
    z-index: -1;
    vertical-align: middle;
    line-height: 33px;
    width: 100%;
    background-color: #fff;
}

/*** remove spin box ***/
.no-spins input[type='number'],
input[type='number'].nospin {
    -moz-appearance: textfield;
}
.no-spins input::-webkit-outer-spin-button,
input.nospin::-webkit-outer-spin-button,
.no-spins input::-webkit-inner-spin-button,
input.nospin::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



/*********************************** ************ ***********************************/
/*********************************** *ICONS FONT* ***********************************/
/*********************************** ************ ***********************************/

.i-zoom {
    position: relative;
    display: inline-block;
    margin-right: 2px;
    font-size: 19px;
    line-height: 19px;
    -ms-transform: scale(-1, 1); /* IE 9 */
    -moz-transform: scale(-1, 1); /* Firefox */
    -webkit-transform: scale(-1, 1); /* Chrome, Safari, Opera */
    transform: scale(-1, 1);
}
.i-business-card {
    position: relative;
    display: inline-block;
    margin-right: 2px;
    font-size: 19px;
    line-height: 19px;
    -ms-transform: scale(-1, 1); /* IE 9 */
    -moz-transform: scale(-1, 1); /* Firefox */
    -webkit-transform: scale(-1, 1); /* Chrome, Safari, Opera */
    transform: scale(-1, 1);
}
.i-chevron-right {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 15px;
    color: #939393;
}
.i-warning-outline {
    color: #edcd50;
    font-size: 20px;
    margin-right: 5px;
    vertical-align: bottom;
    line-height: 1em;
}
.i-printer {
    font-size: 17px;
    line-height: 25px;
    display: inline-block;
    vertical-align: middle;
}

.idialog-tick-outline {
    font-size: 40px;
    line-height: 59px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}
.idialog-times {
    display: block;
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
}
.idialog-export {
    display: inline-block;
    font-size: 20px;
    line-height: 18px;
    vertical-align: top;
    text-align: center;
    color: #7db1e7;
}

.i-tick {
    font-size: 27px;
    line-height: 20px;
    display: inline-flex;
    vertical-align: middle;
    margin: 0 auto;
    color: #47ae46;
}
.i-times {
    font-size: 27px;
    line-height: 20px;
    display: inline-flex;
    vertical-align: middle;
    margin: 0 auto;
    color: #ae3f49;
}
.i-info-large-outline {
    font-size: 40px;
    line-height: 90px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: rgba(103, 103, 121, 0.58);
}
.i-user, .i-key {
    font-size: 23px;
    line-height: 18px;
    color: #b0b0b0;
}
.instructor-info-chevron-more {
    display: inline-block;
    vertical-align: middle;
    color: #739b79;
    font-size: 20px;
    line-height: 20px;
    margin-top: -5px;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
.instructor-info-chevron-less {
    display: inline-block;
    vertical-align: middle;
    color: #739b79;
    font-size: 20px;
    line-height: 20px;
    margin-top: -5px;
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
}
.i-documento-add {
    display: inline-block;
    vertical-align: middle;
    font-size: 19px !important;
    line-height: 19px;
}
.i-manage-times {
    position: absolute;
    display: inline-flex;
    vertical-align: middle;
    line-height: 35px;
    font-size: 25px;
    margin: 0 auto;
    right: 0;
    top: 0;
    height: 100%;
    color: #7c7c7c;
    background-color: #d8d8d8;
    cursor: pointer;
}
.i-manage-times:hover {
    background-color: #d3d3d3;
}
.icon-manage-th-menu {
    display: inline-block;
    float: left;
    margin-right: 10px;
    font-size: 25px;
    line-height: 45px;
    color: #878787;
}

/*info icon and tooltip*/
._info-icon-bf {
    color: #8d8d8d;
}
._info-icon-bf:before {
    background-color: #d9d9d9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
._info-rtooltp {
    position: absolute;
    width: 240px;
    font-size: 13px;
    right: -11px;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    -moz-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    -o-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    margin: 0;
    background-color: #797979;
    color: #fff;
    padding: 1px 3px;
    z-index: 3;
}
._info-rtooltp:before {
    content: '';
    border: 8px solid transparent;
    border-right-color: #8c8c8c;
    left: -16px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.linkbtn {
    padding: 7px 10px;
    display: inline-block;
}

.icn-map-marker:before {
    font-size: 1.3em;
}

.pos-static {
    position: static !important;
}
.stickytop {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3;
}