/* Minification failed. Returning unminified contents.
(742,26): run-time error CSS1030: Expected identifier, found ' '
 */
html {
    background-color: #333333;
    margin: 0;
    padding: 0;
}

body {
    background-color: #333333;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        color: #CCCCCC;
    }
    
a.checked {
    background: url('Images/ok.png') no-repeat #fff;
    background-position: right center;
    background-size: 15px;
}

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.box-wrapper {
    background: url(../Images/boxwrapper.png) repeat-y;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

.opac {
    opacity: 0;
    width:0px;
    visibility:hidden;
    border:none;
    position:absolute;
}

div {
    cursor: default;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    width: 960px
}

#body {
    background-color: #333333;
    clear: both;
    /*padding-bottom: 35px;*/
}

    .main-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #B1B3B5;
    border: 20px solid #045C93;
}

header .content-wrapper {
    padding-top: 20px; 
}
    
footer {
    clear: both;
    margin: 0 auto;
    background-color: #045C93;
    color: #CCCCCC;
    font-size: .8em;
    height: 50px;
    padding-left: 80px;
    max-width: 960px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ProlecList {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #333333;
    color: #CCCCCC;
    border-color: black;
}

/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 5px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
    color: #CCCCCC;
    background-color: #045C93;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}

    #login a {
        color: #CCCCCC;
        background-color: #333333;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin-left: 0px;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    margin: 0 0 5px;
    padding: 0;
}

    ul#menu li {
        display: inline;
        list-style: none;
        position: relative;
    }

        ul#menu li a {
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            padding: 0px 20px;
            color: #CCCCCC;
            text-decoration: none;
            background-color: #045C93;
        }

        ul#menu li a:hover {
            color: #CCCCCC;
            background-color: #B1B3B5;
            text-decoration: none;
        }

    ul#menu ul {
        padding: 0;
        position: absolute;
        display: none;
        list-style: none;
        z-index: 1;
        left: 0;
        right: 0;
    }

        ul#menu ul a {
            padding: 2px 0px;
            font-size: 0.8em;
            display: block;
            text-align: center;
            border-radius: 0px;
            -webkit-border-radius: 0px;
            border: 1px solid #000;
        }
/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #333333;
}

    .featured .content-wrapper {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background-color: #045C93;
        color: #CCCCCC;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

fieldset.open-auth-providers {
    margin-top: 15px;
}

    fieldset.open-auth-providers button {
        margin-bottom: 12px;
    }
    
/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    /*border: none;
    margin: 0;
    padding: 0;*/
}

    fieldset legend {
        /*display: none;*/
    }
    
    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

    label {
        display: block;
    }

    label.checkbox {
        display: inline;
    }

    input, textarea {
        border: 1px solid #333;
        background: #fff;
        color: #333;
        font-size: 1em;
        margin: 0 0 0 0;
        width: 150px;
    }

    textarea {
        font-family: inherit;
        width: 500px;
    }
    
        input:focus, textarea:focus {
            border: 1px solid #7ac0da;
        }

        input[type="checkbox"],
        input[type="radio"] {
            background: transparent;
            border: inherit;
            width: auto;
        }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1em;
        margin-right: 8px;
        width: auto;
    }

        input[type="submit"]:hover,
        input[type="button"]:hover,
        button:hover {
            color: #aeaeae;
            border: 1px solid #929292;
        }

        input[type="submit"]:disabled,
        input[type="button"]:disabled,
        button:disabled {
            background-color: #d3dce0;
            color: grey;
            cursor: default;
            border: 1px solid #c8c8c8;
        }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/

th {
	font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
        
    }

	th a:link, th a:visited, th a:active, th a:hover {
		color: #333;
		font-weight: 600;
		text-decoration: none;
        padding: 0;
	}

	th a:hover {
		color: #000;
	}

    th.asc a, th.desc a {
        margin-right: .75em;
    }
    
    th.asc a:after, th.desc a:after {
		display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
	}

	th.asc a:after {
		content: '▲';
	}

	th.desc a:after {
		content: '▼';
	}

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/*
    License Product div
    */

.Product {
    padding: 5px 0px;
    height: 20px;
    width: 400px;
    background-color: #333333;
    cursor: pointer;
    color: #CCCCCC;
    text-align: center;
    margin-bottom: 5px;
}
    .Product:hover {
        background-color: #045C93;
    }

#cover {
    display: none;
    position:absolute;
    z-index: 999;
    background-color: rgba(0,0,0,0.5);
    /*opacity: .5;*/
}

.LoadImage {
    display: none;
}

 .radioWithProperWrap input
 {    
      float: left;
 }

    .radioWithProperWrap input {
        margin-top: 3px;
    }

 .radioWithProperWrap label
 {    
      display: block;
 }

    .radioWithProperWrap label:after {
        content:'';
        clear: left;
    }

#MailWhiteList {
    max-height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.closeButton {
    width: 16px;
    height: 16px;
    background: url(../Images/close_butt.png) no-repeat;
    cursor: pointer;
    float: right;
    padding-left: 5px;
}

    .closeButton:hover {
        background: url(../Images/close_butt_hov.png) no-repeat;
    }
    .closeButton:after {
        clear: both;
    }

#licensed {
    margin: 0 10px;
    padding: 10px;
    border: 1px solid #707070;
    background-color: #e0e0e0;
    color: #5e5e5e;
}

#licenseInfo {
    margin-bottom: 15px;
}

    #licenseInfo span {
        width: 200px;
        display:inline-block;
        vertical-align: text-top;
    }

.ButtonBox {
    display:table;
    margin: 0 auto;
}

.ButtonWrap {
    white-space: normal;
    font-size: 10px;
    margin: 0 !important;
}

.WordWrap {
    word-wrap: break-word;
}

#context-menu {
    position: absolute;
    z-index: 10;
    display: none;
    width: 130px;
    box-shadow: rgba(128, 128, 128, 0.4) 5px 5px;
    border: 1px solid black;
    border-top: none;
    background-color: white;
}
    #context-menu ul {
        padding: 0;
        margin: 0;
    }
        #context-menu ul li {
            list-style: none;
        }
            #context-menu ul li a {
                text-decoration: none;
                display: block;
                width: 124px;
                border-top: 1px solid black;
            }
                #context-menu ul li a:hover {
                    background-color: #C4E1FF;
                }



div.nicegrid{
    font-size: .9em;
    overflow: auto;
}

div.nicegrid table,
div.nicegrid table td,
div.nicegrid table th{
    border: 1px solid #BBB;
    border-collapse: collapse;
}

div.nicegrid table thead tr{
    background-color: #dcdcdc;
}

[data-tooltip]{
    position: relative;
}

    [data-tooltip]:hover:after {
        position: absolute;
        left: 0;
        top: 140%;
        content: attr(data-tooltip);
        border-radius: 5px;
        padding: 10px;
        background: #fff;
        z-index: 1;
        box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
        color: #000;
        border: 1px solid #D7D3D3;
    }

    [data-tooltip]:hover:before,
    [data-tooltip]:hover: {
        position: absolute;
        content: '';
        border-bottom: 7px solid #fff;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        top: 118%;
        left: 5px;
        color: #000;
        z-index: 2;
    }

    [data-tooltip]:hover:before:before{
        top: 116%;
        border-bottom-color: #D7D3D3;
    }

div#SearchFilter select, 
div#SearchFilter label,
div#SearchFilter input{
    display: block;
}

div#SearchFilter select,
div#SearchFilter input{
    margin-bottom: 12px;
    width: 100%;
    padding: .4em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div#SearchFilter input.hasDatepicker{
    width:46%;
    display: inline;
}

div#SearchFilter span{
    width:8%;
    display:inline-block;
    text-align: center;
}

div.SearchList{
    position:relative;
}

div.SearchList select{
    width:400px !important;
    height: 300px;
    display:block !important;
    box-sizing: content-box;
}

div.SearchList input{
    width:340px !important;
    height: 22px;
}
div.SearchList button{
    width: 60px;
    height:26px;
    vertical-align: top;
}

span#instselstatus{
    position: absolute;
    left: 0;
    right: 0;
    display: none;
    text-align: center;
    top: 0;
    bottom: 0;
    padding-top: 40%;
    background-color: rgba(255,255,255,0.8);
}
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	border-radius: 5px; 
    -webkit-border-radius: 5px;
	border: 2px solid #000;
	background: #4c4c4c;
	color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 998;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.tooltipster-shadow {
	border-radius: 5px;
    -webkit-border-radius: 5px;
	background: #fff;
	box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
	color: #2c2c2c;
}
.tooltipster-shadow .tooltipster-content {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
}
