/* latin */
@import url(//fonts.googleapis.com/css?family=Raleway:400,300);
@font-face {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 300;
    src: local('Raleway Light'), local('Raleway-Light'), url('../fonts/Raleway-Light.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 400;
    src: local('Raleway'), url('../fonts/Raleway-normal.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}



body{
	font-family: verdana, sans-serif;
	color: #333;
    text-rendering: optimizeLegibility;
    -moz-font-feature-settings: "lnum" 1, "liga" 1;
    -moz-font-feature-settings: "lnum=1, liga=1";
    -ms-font-feature-settings: "lnum" 1, "liga" 1;
    -o-font-feature-settings: "lnum" 1, "liga" 1;
    -webkit-font-feature-settings: "lnum" 1, "liga" 1;
    font-feature-settings: "lnum" 1, "liga" 1;
}

hr{
	border-top: none;
	border-right: none;
	border-bottom: rgba(0, 0, 0, 0.2) 1px solid;
	border-left: none;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

ul, ol{
	list-style-position: inside;
}
ul{
	list-style-type: circle;
}

/*TYPO*/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
.customfilter{
	position: absolute;
	float: right;
	top:-55px;
	right: 10px;
}
.specificSmallTxt{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 400;
	font-size: 0.75em;
}

.smallTxt{
	font-size: 0.75em;
}

.hoverTxt:hover{
	text-decoration: underline;
}

.index strong{
	display: block;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 400;
	font-size: 1.2em;
}

.centerTxt{
	text-align: center;
}
.rightTxt{
	text-align: right;
}

/*COLOR*/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
.whiteBg{
	background-color: #FFF;
	color: #333 !important;
}
.whiteBg:hover{
	background-color: #FFF;
	border: #333 2px solid;
	color: #333 !important;
}

.grayBg{
	background-color: #999;
}

.lightGrayBg{
	background-color: #CCC;
}

.darkGrayBg{
	background-color: #333;
}
.darkGrayBg:hover{
	background-color: #595959;
}

.panelBg{
	background-color: #222;
}

.popinBg{
	background-color: #E8E8E8;
}

.greenColor{
	background-color: #42BB89;
}
.mintHoverBg:hover{
	background-color: #4FE0A4;
}
.mintBg{
	background-color: #42BB89;
}
.mintHoverBg:hover{
	background-color: #4FE0A4;
}

.orangeColor{
	background-color: #FF9A66;
}
.orangeColor:hover{
	background-color: #FFB38C;
}

.redColor{
	background-color: #FF4848;
}
.redColor:hover{
	background-color: #FF6E6E;
}

.blueColor{
	background-color: #4695BB;
}
.blueColor:hover{
	background-color: #53B4E0;
}

.tRed{
    background-color: #f17053;
    color: #ffffff;

}
.yellowBg{
	background-color: #FFE374;
}

.whiteBg{
	background-color: #FFF;
}

.areaChartBg{
	background-image: linear-gradient(to top, rgba(122, 166, 149, 0.9), rgba(214, 177, 125, 0.9), rgba(255, 227, 116, 0.9));
}

.barOddChartBg{
	background-image: linear-gradient(to top, rgba(255, 171, 119, 0.9), rgba(255, 227, 116, 0.9));
}
.barOddChartHoverBg:hover{
	background-image: linear-gradient(to top, rgba(255, 171, 119, 0.9), rgba(255, 164, 117, 0.9));
}
.barEvenChartBg{
	background-image: linear-gradient(to top, rgba(95, 106, 95, 0.9), rgba(149, 149, 107, 0.9));
}
.barEvenChartHoverBg:hover{
	background-image: linear-gradient(to top, rgba(95, 106, 95, 0.9), rgba(215, 150, 112, 0.9));
}

/****************************************************************************/

.darkGrayTxt{
	color: #333;
}

.grayTxt{
	color: #999;
}

.whiteTxt{
	color: #FFF;
}

.mintTxt{
	color: #42BB89;
}

.redTxt{
	color: #FF4848;
}


/*BLOCK*/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/

.bordRadius5{
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}

.shadowBlock{
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
	        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
}
/*Login Home*/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
#wrap {
  min-height: 100%;
  background-size: cover;
  background-position: 50% 0;
  background-image: url('../images/backgrounds/bg_home.jpg');
  background-repeat:no-repeat;
}
/*FORM*/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/

.index input{
	margin-bottom: 1em;
	background-color: transparent;
	border-top: none;
	border-right: none;
	border-radius: 0;
	border-bottom: rgba(0, 0, 0, 0.2) 1px solid;
	border-left: none;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 400;
	font-size: 1.1em;
}

.index button{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 400;
	font-size: 1em;
    float: right;
}

/****************************************************************************/

input, select{
	margin-bottom: 1em;
	background-color: transparent;
	border-top: none;
	border-right: none;
	border-bottom: rgba(0, 0, 0, 0.2) 1px solid;
	border-left: none;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	font-family: "Raleway", verdana, sans-serif;
	font-size: 1.25em;
}
input:focus, select:focus{
	-webkit-transition: all 0.4s ease-out;
	   -moz-transition: all 0.4s ease-out;
	    -ms-transition: all 0.4s ease-out;
	     -o-transition: all 0.4s ease-out;
	        transition: all 0.4s ease-out;
	-webkit-box-shadow: none!important;
	        box-shadow: none!important;
	outline: none!important;
}


@-moz-document url-prefix()
{
    select{
	padding-top: 3px;
	padding-bottom: 2px;
	}
}

textarea{
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	border: #999 1px solid;
    color: #333333;
    padding: 10px!important;
}

button{
	padding: 0.2em;
	border: none;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 400;
	font-size: 1.25em;
	outline: none;
}

::-webkit-input-placeholder {
   color: #999;
   opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
   color: #999;
   opacity: 1;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #999;
   opacity: 1;
}
:-ms-input-placeholder {
   color: #999;
   opacity: 1;
}


/*TABLE*/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
.tableContainer{
	 overflow-x:scroll;
}
.tableContainer label {
    margin-right: 4px;
}

.grid {
    width: 100%;
    height: auto;
}

.tableborder{
	-webkit-box-shadow: -10px 0 10px -10px rgba(0, 0, 0, 0.4) inset;
	box-shadow: -10px 0 10px -10px rgba(0, 0, 0, 0.4) inset;
}
thead{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 400;
	font-size: 1em;
}
thead td{
	padding: 10px;
	border: none;
	border-bottom: #999 1px solid;
}

tbody{
	font-family: verdana, sans-serif;
	font-size: 0.78em;
}
tbody tr{
	background-color: transparent;
}
tbody tr:hover{
	background-color: #e8e8e8;
}
tbody td{
	border-bottom: #CCC 1px solid;
}

td i{
	font-size: 1.333em !important;
}

.table-lead td, .table-lead th {
    white-space: nowrap;
    vertical-align: top;
}
.cell{
	/*height: 30px;*/
	margin: 2px 0;
	padding: 5px 10px;
	border-right: #CCC 1px solid;
	/*line-height: 30px;*/
}
.table-lead .cell{
    height: auto;
    margin: 2px 0;
    padding: 0 10px;
    border-right: #CCC 1px solid;
    line-height: normal;
}
.mini-cell {
    height: 20px;
    margin: 0px 0;
    border-right: #CCC 1px solid;
    line-height: 20px;
    padding-left: 4px;
}
.notyet{
    background: #eeeeee;
}
tr td:last-child .cell, tr td:last-child .mini-cell{
	border-right: none;
}
.numberCounter{
    float: left;
    width: 20px;
    margin-right: 8px;
}
.leadCell{
	height: 30px;
	margin: 2px 0;
	padding: 0 10px;
	border-right: #CCC 1px solid;
	-webkit-border-radius: 0 5px 5px 0;
	        border-radius: 0 5px 5px 0;
	-webkit-box-shadow: 10px 0 10px -5px rgba(0, 0, 0, 0.4);
	        box-shadow: 10px 0 10px -5px rgba(0, 0, 0, 0.4);
	line-height: 30px;
	position: relative;
}

.leadHintCell{
	width: 5px;
	height: 26px;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	position: absolute;
	top: 2px;
	right: 5px;
}

.selectedRow{
	font-weight: bold;
}

.progressBar{
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	padding: 4px 10px;
    line-height: normal;
}
.progress {
    overflow: hidden;
    height: 20px;
    margin: 10px 0;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-bar {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}​

.trashLead{
	background-color: #F3F3F3;
}

.specialLead{
	background: url(../images/bg_red-stripe.png) repeat;
}

.nvd3 text{
    font-family: 'Raleway', sans-serif!important;
    font-style: normal;
    font-weight: 300!important;
}
.pre-scrollable.table-lead {
	max-height: 580px;
	z-index: 300;
    margin-bottom: 20px;
}
.pre-scrollable.table-history {
    max-height: 233px;
    margin-bottom: 20px;
    z-index: 300;
}
.toachives{
    float: left;
    margin: 20px 0;
}
div.dataTables_scrollHead table {
	margin-bottom: 0 !important;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background: #FFF;
	z-index: 200;
}
table.dataTable {
	clear: both;
	padding-top: 6px !important;
	margin-bottom: 6px !important;
	max-width: none !important;
}
.table-dh td, .table-dh th {
    white-space: nowrap;
}

/*!
 * ui-grid - v3.0.0-rc.20-0eacb56 - 2015-03-08
 * Copyright (c) 2015 ; License: MIT
 */
.ui-grid-animate-spin {
    -moz-animation: ui-grid-spin 2s infinite linear;
    -o-animation: ui-grid-spin 2s infinite linear;
    -webkit-animation: ui-grid-spin 2s infinite linear;
    animation: ui-grid-spin 2s infinite linear;
    display: inline-block;
}

@-moz-keyframes ui-grid-spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes ui-grid-spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes ui-grid-spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-ms-keyframes ui-grid-spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes ui-grid-spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.ui-grid-render-container {
    position: inherit;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.ui-grid-render-container:focus {
    outline: none;
}

.ui-grid-viewport {
    min-height: 20px;
    position: relative;
    overflow-y: scroll;
    overflow-scrolling: touch;
}

.ui-grid-viewport :focus {
    outline: none;
}

.ui-grid-canvas {
    position: relative;
    padding-top: 1px;
}

.ui-grid-row .ui-grid-cell {
    border-bottom: 1px solid #CCC;
}

.ui-grid-row:last-child .ui-grid-cell {
    border-bottom-color: #999999;
    border-bottom-style: solid;
}

.ui-grid-no-row-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 10%;
    background: transparent;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0 solid #999999;
    font-size: 2em;
    text-align: center;
}

.ui-grid-no-row-overlay > * {
    position: absolute;
    display: table;
    margin: auto 0;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.66;
}

/**
 * Custom Headers
 =========================================================== */

.gld-header {
    padding: 5px 0;
    border-left: none;
    border-right: none;
    font-size: 1.524em;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 300;
}

.gld-header .ui-grid-column-menu-button {
    top: 15%;
}

/**
 * Custom Cells
 =========================================================== */

.gld-cell {
    padding: 5px 0;
}

.ui-grid-cell-focus {
    background: none;
}

.gld-cell.gld-cell-trash {
    background-color: #F3F3F3 !important;
    color: #A29E9E;
 }


.gld-cell.gld-cell-outof {
    background-color: #f0ad4e;
}
.gld-cell.gld-cell-outoftosell {
    background-color: #ccaaee;
 }

.gld-cell.gld-cell-trash .label-default {
    background-color: #FF9A66;
}

.gld-cell.gld-cell-prevalid {
    background-color: #d3f5e7 !important;

}
.gld-cell.gld-cell-preoutof {
    background-color: #fff1bd !important;
}

.gld-cell.gld-cell-outof .label-default {
    background-color: #F0AD4E;
}
.profile-activity .label-default, .table-fit-status .label-default{
    background-color: #999 !important;
}
/* Valid */
.gld-cell.gld-cell-valid .label-default {
    background-color: #42BB89;
}

#leadprofile .gld-cell.gld-cell-trash {
    color: #333;
}
/* LG */
.gld-cell.gld-cell-lg .label-default {
    background-color: #FF4848;
}

.gld-cell.gld-cell-lg {
    background: transparent url("../images/bg_red-stripe.png") repeat scroll 0 0 !important;
}

.gld-cell.gld-cell-lg-preoutof {
    background: transparent url("../images/bg_preoutof-stripe.png") repeat scroll 0 0 !important;
}
.gld-cell.gld-cell-lg-prevalid {
    background: transparent url("../images/bg_prevalid-stripe.png") repeat scroll 0 0 !important;
}

.ui-grid-cell.gld-cell-index {
    border-right: none !important;
}

.gld-cell-index .ui-grid-cell-contents {
    border-right: 3px solid #EFEFEF !important;
}

.gld-cell-valid.gld-cell-index .ui-grid-cell-contents {
    border-right-color: #42BB89 !important;
}

.gld-cell-outof.gld-cell-index .ui-grid-cell-contents {
    border-right-color: #ffe374 !important;
}

.gld-cell-outoftosell.gld-cell-index .ui-grid-cell-contents {
    border-right-color: #ccaaee !important;
}

.gld-cell-lg.gld-cell-index .ui-grid-cell-contents {
    border-right-color: #FF4848 !important;
}

.gld-cell-trash.gld-cell-index .ui-grid-cell-contents {
    border-right-color: #FF9A66 !important;
}

.ui-grid-header-cell:last-child {
    border-right: none;
}
.legend {
    float: right;
}
.legend-item{
    display: inline;
    padding: 0px 12px;
    padding-top: 4px;
    font-size: 12px;
    margin-right: 5px;
    border-radius: 5px;
}
.legend-item.gld-cell-lg-prevalid{
    background: transparent url("../images/bg_prevalid-stripe_mini.png") repeat scroll 0 0 !important;
    border: 1px solid #d3f5e7;
}
.legend-item.gld-cell-lg-preoutof{
    background: transparent url("../images/bg_preoutof-stripe_mini.png") repeat scroll 0 0 !important;
    border: 1px solid #fff1bd;
}
.legend-item.gld-cell-lg{
    background: transparent url("../images/bg_red-stripe_mini.png") repeat scroll 0 0 !important;
    border: 1px solid #ffdada;
}
.valid {
    border-color: #42BB89 !important;
}
.c-checkbox input[type=checkbox]:checked + span.valid,
.c-radio input[type=checkbox]:checked + span.valid,
.c-checkbox input[type=radio]:checked + span.valid,
.c-radio input[type=radio]:checked + span.valid {
    background-color: #42BB89;
    color: #ffffff;
}

.trash{
    border-color: #FF9A66 !important;
}
.c-checkbox input[type=checkbox]:checked + span.trash,
.c-radio input[type=checkbox]:checked + span.trash,
.c-checkbox input[type=radio]:checked + span.trash,
.c-radio input[type=radio]:checked + span.trash {
    background-color: #FF9A66;
    color: #ffffff;
}
.outof {
    border-color: #ffe374 !important;
}
.c-checkbox input[type=checkbox]:checked + span.outof,
.c-radio input[type=checkbox]:checked + span.outof,
.c-checkbox input[type=radio]:checked + span.outof,
.c-radio input[type=radio]:checked + span.outof {
    background-color: #ffe374;
    color: #ffffff;
}
.outoftosell {
    border-color: #ccaaee !important;
}
.c-checkbox input[type=checkbox]:checked + span.outoftosell,
.c-radio input[type=checkbox]:checked + span.outoftosell,
.c-checkbox input[type=radio]:checked + span.outoftosell,
.c-radio input[type=radio]:checked + span.outoftosell {
    background-color: #ccaaee;
    color: #ffffff;
}
.undefined{
    border-color: #CCCCCC !important;
}
.c-checkbox input[type=checkbox]:checked + span.undefined,
.c-radio input[type=checkbox]:checked + span.undefined,
.c-checkbox input[type=radio]:checked + span.undefined,
.c-radio input[type=radio]:checked + span.undefined {
    background-color: #CCCCCC;
    color: #ffffff;
}
.gld-timeline-cell {
    text-align: center;
    padding: 0;
}
.no-border{
    border: none!important;
    text-align: left;
    padding: 0;
}
.no-header-border{
    border: none!important;
}
#leadprofile .ui-grid-pinned-container-left .ui-grid-header{
    border-bottom: none!important;
}
.gld-timeline-cell-week.gld-timeline-cell div {
    border-right: 1px solid #CCC;
}

#leadprofile h1{
    font-size: 35px;
}
#leadprofile h2{
    font-size: 20px;
}

.loading_block {
    text-align: center;
    font-size: 2.5em;
    font-weight: normal;
    color: rgb(206, 206, 206);
    margin: 2em;
}

.footerTimeline ul li{
    list-style: none;
    display: inline;
}
.footerTimeline ul li span{
    font-size: 11px;
    font-weight: normal;
}
.gld-circle{
    font-size: 1em;
    padding: 6px;
    width: 90%;
    line-height: 30px;
}
.quality-
/**
 * Back to ui-grid
 =========================================================== */

.ui-grid-cell {
    overflow: hidden;
    float: left;
    background-color: inherit;
    border-right: 0 solid;
    border-color: #999999;
    box-sizing: border-box;
    font-size: 12px;
}

.ui-grid-row:nth-child(2n) .ui-grid-cell,
.ui-grid-row:nth-child(2n+1) .ui-grid-cell {
    background: none;
}

.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
    background-color: #F3F3F3 !important;
}

.ui-grid-cell:last-child {
    border-right: 0;
}

.ui-grid-cell-contents {
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 100%;
    line-height: 23px;
    /*border-right: 1px solid #CCC;*/
}

.ui-grid-cell:last-child .ui-grid-cell-contents {
    border-right: none;
}

.ui-grid-cell-contents-hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    display: none;
}

.ui-grid-row-header-cell {
    background-color: #F0F0EE !important;
    border-bottom: solid 0 #999999;
}

.ui-grid-header-cell .ui-grid-cell-contents {
    border-right: none;
}

.ui-grid-footer-panel-background {
    background: transparent;
}

.ui-grid-footer-panel {
    position: relative;
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
    overflow: hidden;
    font-weight: bold;
    background: transparent;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.ui-grid-grid-footer {
    float: left;
    width: 100%;
}

.ui-grid-footer-viewport {
    overflow: hidden;
}

.ui-grid-footer-canvas {
    position: relative;
}

.ui-grid-footer-canvas:before,
.ui-grid-footer-canvas:after {
    content: "";
    display: table;
    line-height: 0;
}

.ui-grid-footer-canvas:after {
    clear: both;
}

.ui-grid-footer-cell-wrapper {
    position: relative;
    display: table;
    box-sizing: border-box;
    height: 100%;
}

.ui-grid-footer-cell-row {
    display: table-row;
}

.ui-grid-footer-cell {
    overflow: hidden;
    background-color: inherit;
    border-right: 0 solid;
    border-color: #999999;
    box-sizing: border-box;
    display: table-cell;
}

.ui-grid-footer-cell:last-child {
    border-right: 0;
}

input[type="text"].ui-grid-filter-input {
    padding: 0;
    margin: 0;
    width: 100%;
    border: 0 solid #999999;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

input[type="text"].ui-grid-filter-input:hover {
    border: 0 solid #999999;
}

.ui-grid-group-panel {
    background: transparent;
    border-bottom: 1px solid #999999;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    min-height: 30px;
}

.ui-grid-group-panel .hidden {
    display: none;
}
#gridUserTimeline .ui-grid-viewport{
    height: auto;
    padding-bottom: 20px;
}
.ui-grid-group-panel .description {
    margin-top: 5px;
    margin-left: 5px;
}

.ui-grid-group-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ui-grid {
    border: 0 solid #999999;
    font-size: 0.75em;
    box-sizing: content-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.ui-grid-vertical-bar {
    position: absolute;
    right: 0;
    width: 0;
}

.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar,
.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
    width: 0;
}

.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
    background-color: #999999;
}

.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
    background-color: #999999;
}

.ui-grid-header-cell:last-child .ui-grid-vertical-bar {
    right: -1px;
    width: 0;
    background-color: #999999;
}

.ui-grid-clearfix:before,
.ui-grid-clearfix:after {
    content: "";
    display: table;
}

.ui-grid-clearfix:after {
    clear: both;
}

.ui-grid-invisible {
    visibility: hidden;
}

.ui-grid-top-panel-background {
    background: transparent;
}

.ui-grid-header {
    border-bottom: 1px solid #999999;
    box-sizing: content-box;
}

.ui-grid-top-panel {
    position: relative;
    overflow: hidden;
    font-weight: bold;
    background: transparent;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.ui-grid-header-viewport {
    overflow: hidden;
}

.ui-grid-header-canvas:before,
.ui-grid-header-canvas:after {
    content: "";
    display: table;
    line-height: 0;
}

.ui-grid-header-canvas:after {
    clear: both;
}

.ui-grid-header-cell-wrapper {
    position: relative;
    display: table;
    box-sizing: border-box;
    height: 100%;
}

.ui-grid-header-cell-row {
    display: table-row;
}

.ui-grid-header-cell {
    position: relative;
    box-sizing: border-box;
    background-color: inherit;
    border-right: 0 solid;
    border-color: #999999;
    display: table-cell;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 0;
}

.ui-grid-header-cell:last-child {
    border-right: 0;
}

.ui-grid-header-cell .sortable {
    cursor: pointer;
}

.ui-grid-header .ui-grid-vertical-bar {
    top: 0;
    bottom: 0;
}

.ui-grid-column-menu-button {
    position: absolute;
    right: 0;
    top: 0;
}

.ui-grid-column-menu-button .ui-grid-icon-angle-down {
    vertical-align: sub;
}

.ui-grid-column-menu-button-last-col {
    margin-right: 25px;
}

.ui-grid-column-menu {
    position: absolute;
}

/* Slide up/down animations */
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
    -webkit-transition: all 0.05s linear;
    -moz-transition: all 0.05s linear;
    -o-transition: all 0.05s linear;
    transition: all 0.05s linear;
    display: block !important;
}

.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/* Slide up/down animations */
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
    -webkit-transition: all 0.05s linear;
    -moz-transition: all 0.05s linear;
    -o-transition: all 0.05s linear;
    transition: all 0.05s linear;
    display: block !important;
}

.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.ui-grid-filter-container {
    padding: 4px 10px;
    position: relative;
}

.ui-grid-filter-container .ui-grid-filter-button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"] {
    position: absolute;
    top: 50%;
    line-height: 32px;
    margin-top: -16px;
    right: 10px;
    opacity: 0.66;
}

.ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"]:hover {
    opacity: 1;
}

input[type="text"].ui-grid-filter-input {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

input[type="text"].ui-grid-filter-input:hover {
    border: 0 solid #999999;
}

[class^="ui-grid-icon"]:before,
[class*=" ui-grid-icon"]:before {
    font-family: "ui-grid";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.ui-grid-icon-blank::before {
    width: 1em;
    content: ' ';
}

.ui-grid-menu-button {
    z-index: 2;
    position: absolute;
    right: 0;
    background: transparent;
    border: 0 solid #999999;
    cursor: pointer;
    min-height: 27px;
    font-weight: normal;
}

.ui-grid-menu-button .ui-grid-icon-container {
    margin-top: 0;
    background-color: #fff;
    width: 15px;
    overflow: hidden;
    height: 23px;
}

.ui-grid-menu-button .ui-grid-menu {
    right: 0;
}

.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid {
    overflow-y: scroll;
    max-height: 300px;
    border: 0 solid #999999;
}

.ui-grid-menu {
    z-index: 2;
    position: absolute;
    overflow: hidden;
    padding: 0 10px 20px 10px;
    cursor: pointer;
    box-sizing: content-box;
}

.ui-grid-menu .ui-grid-menu-inner {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0% 0%;
    border: 1px solid #BABABA;
    position: relative;
    white-space: nowrap;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);
}

.ui-grid-menu .ui-grid-menu-inner ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ui-grid-menu .ui-grid-menu-inner ul li {
    padding: 8px;
    cursor: pointer;
}

.ui-grid-menu .ui-grid-menu-inner ul li:hover {
    box-shadow: none;
    background-color: rgba(232, 232, 232, 0.9);
}

.ui-grid-menu .ui-grid-menu-inner ul li.ui-grid-menu-item-active {
    box-shadow: none;
    background-color: #F3F3F3;
}

.ui-grid-menu .ui-grid-menu-inner ul li:not(:last-child) {
    border-bottom: 0 solid #999999;
}

.ui-grid[dir=rtl] .ui-grid-header-cell,
.ui-grid[dir=rtl] .ui-grid-footer-cell,
.ui-grid[dir=rtl] .ui-grid-cell {
    float: right !important;
}

.ui-grid[dir=rtl] .ui-grid-column-menu-button {
    position: absolute;
    left: 1px;
    top: 0;
    right: inherit;
}

.ui-grid[dir=rtl] .ui-grid-cell:first-child,
.ui-grid[dir=rtl] .ui-grid-header-cell:first-child,
.ui-grid[dir=rtl] .ui-grid-footer-cell:first-child {
    border-right: 0;
}

.ui-grid[dir=rtl] .ui-grid-cell:last-child,
.ui-grid[dir=rtl] .ui-grid-header-cell:last-child {
    border-right: 0 solid #999999;
    border-left: 0;
}

.ui-grid[dir=rtl] .ui-grid-header-cell:first-child .ui-grid-vertical-bar,
.ui-grid[dir=rtl] .ui-grid-footer-cell:first-child .ui-grid-vertical-bar,
.ui-grid[dir=rtl] .ui-grid-cell:first-child .ui-grid-vertical-bar {
    width: 0;
}

.ui-grid[dir=rtl] .ui-grid-menu-button {
    z-index: 2;
    position: absolute;
    left: 0;
    right: auto;
    background: transparent;
    border: 0 solid #999999;
    cursor: pointer;
    min-height: 27px;
    font-weight: normal;
}

.ui-grid[dir=rtl] .ui-grid-menu-button .ui-grid-menu {
    left: 0;
    right: auto;
}

.ui-grid[dir=rtl] .ui-grid-filter-container .ui-grid-filter-button {
    right: initial;
    left: 0;
}

.ui-grid[dir=rtl] .ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"] {
    right: initial;
    left: 10px;
}

.ui-grid-sortarrow {
    right: 5px;
    position: absolute;
    width: 20px;
    top: 0;
    bottom: 0;
    background-position: center;
}

.ui-grid-sortarrow.down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/




/*UI ELEMENTS*/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
.activeDisk, .disk{
	-webkit-transition: all 0.2s ease-out 0.2s;
	   -moz-transition: all 0.2s ease-out 0.2s;
	    -ms-transition: all 0.2s ease-out 0.2s;
	     -o-transition: all 0.2s ease-out 0.2s;
	        transition: all 0.2s ease-out 0.2s;
	display: inline-block;
	width: 30px;
	height: 30px;
	border: #333 2px solid;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background: #333;
	font-family: "Raleway", verdana, sans-serif;
	text-align: center;
	color: #FFF;
	line-height: 30px;
}
.activeDisk{
	background: #42BB89;
	border-color: #42BB89;
}
.disk:hover{
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
	background: #FFF;
	color: #333;
	line-height: 30px;
}

.pullBottom{
	-webkit-transition: all 0.2s ease-out 0.4s;
	   -moz-transition: all 0.2s ease-out 0.4s;
	    -ms-transition: all 0.2s ease-out 0.4s;
	     -o-transition: all 0.2s ease-out 0.4s;
	        transition: all 0.2s ease-out 0.4s;
	width: 50px;
	height: 50px;
	background: #FFF url(../images/icon_up-down.png) no-repeat center 20px;
	border-radius: 50%;
	margin: 0 auto 20px auto;
	-webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
	         box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
	color: #999;
	text-align: center;
	line-height: 50px;
}
.pullBottom:hover{
	-webkit-transition: all 0.1s ease-in;
	   -moz-transition: all 0.1s ease-in;
	    -ms-transition: all 0.1s ease-in;
	     -o-transition: all 0.1s ease-in;
	        transition: all 0.1s ease-in;
	margin-top: 5px;
	-webkit-box-shadow: 0 15px 10px -5px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 15px 10px -5px rgba(0, 0, 0, 0.2);
}

.scrollContainerH{
	height: 15px;
	position: relative;
}
.scrollBarH{
	-webkit-transition: all 0.2s ease-in 0.4s;
	   -moz-transition: all 0.2s ease-in 0.4s;
	    -ms-transition: all 0.2s ease-in 0.4s;
	     -o-transition: all 0.2s ease-in 0.4s;
	        transition: all 0.2s ease-in 0.4s;
	width: 60%;
	min-width: 15px;
	height: 15px;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	background-color: #999;
	position: absolute;
	top: 0;
	left: 100px;
}
.scrollBarH:hover{
	-webkit-transition: all 0.2s ease-in;
	   -moz-transition: all 0.2s ease-in;
	    -ms-transition: all 0.2s ease-in;
	     -o-transition: all 0.2s ease-in;
	        transition: all 0.2s ease-in;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.scrollH{
	float: left;
	width: calc(100% - 24px);
	height: 15px;
	background: transparent url(../images/bg_scroll-h.png) repeat-x;
}
.scrollLeft{
	float: left;
	width: 12px;
	height: 15px;
	background: transparent url(../images/bg_scroll-left.png) no-repeat;
}
.scrollRight{
	float: left;
	width: 12px;
	height: 15px;
	background: transparent url(../images/bg_scroll-right.png) no-repeat;
}

.scrollContainerV{
	width: 15px;
	position: relative;
}
.scrollBarV{

	width: 15px;
	height: 50px;
	min-height: 15px;
	padding: 0;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	background-color: #999;
	position: absolute;
	top: 20px;
}
.scrollBarV:hover{

	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.scrollV{
	width: 15px;
	height: 150px;
	background: transparent url(../images/bg_scroll-v.png) repeat-y;
}
.scrollTop{
	width: 15px;
	height: 12px;
	background: transparent url(../images/bg_scroll-top.png) no-repeat;
}
.scrollBottom{
	width: 15px;
	height: 12px;
	background: transparent url(../images/bg_scroll-bottom.png) no-repeat;
}


label {
  	display: inline-block;
  	max-width: 100%;
  	margin-bottom: 5px;
	font-weight: normal;
}
input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

/****************************************************************************/
/****************************************************************************/
/****************************************************************************/

.padding20{
	padding: 20px;
}

.marginBottom1em{
	margin-bottom: 1em;
}

.marginBottom20{
	margin-bottom: 20px;
}

.marginBottom40{
	margin-bottom: 40px;
}

.marginBottom60{
	margin-bottom: 60px;
}
.has-feedback .form-control {
	padding-right: 61.5px;
}

.has-feedback .form-control-feedback {
	top: 0;
	left: 0;
}
.has-feedback .form-control {
	padding-left: 30.5px;
	padding-right: 2.5px;
}

.font-Raleway{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 300;
}
.top-description{

}


/*SIDE BAR */
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
aside {
  position: fixed;
}
.aside {
  /* safari fix */
  height: 1px;
  min-height: 100%;
}
.aside {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
    height: 100%;
    padding: 20px 0;
    -webkit-box-shadow: 5px 0 5px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 0 5px 10px rgba(0, 0, 0, 0.4);
    background-color: #222;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #FFF;
}
.aside .aside-inner {
  width: 250px;
  overflow: hidden;
	height: 100%;
}
.aside .aside-inner-mini {
  width: 50px;
  overflow: hidden;
}
.navCollapsed{
   position: relative;
   padding-right: 10px;
   color: #ffffff;
   padding-left: 10px;
   text-align: right;
 }
 .navCollapsed > span{
   color: #ffffff;
   cursor: pointer;
 }

.aside section, .aside-inner-mini section{
	margin: 15px;
}
/* ========================================================================
   Component: sidebar.less
 ========================================================================== */

 .navCollapsed{
   position: relative;
   padding-right: 10px;
   color: #ffffff;
   padding-left: 10px;
   text-align: right;
 }
 .navCollapsed > span{
   color: #ffffff;
   cursor: pointer;
 }

.has-user-block {
  display: block;
  overflow: hidden;
  border: 0 !important;
}
.user-block {
  position: relative;
  padding: 25px 25px 0;
  cursor: pointer;
}
.user-block:before,
.user-block:after {
  content: " ";
  display: table;
}
.user-block:after {
  clear: both;
}
.user-block:before,
.user-block:after {
  content: " ";
  display: table;
}
.user-block:after {
  clear: both;
}
.avatarCol {
    float: left;
    width: calc(100% / 3);
}
.avatar{
	width: 100%;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}
.aside-inner-mini .avatar{
	padding-top: calc(100% - 2px);
	border: #48bb89 1px solid;
}
.dropdown .avatar{
	border: #48bb89 2px solid;
    width: 50px;
    height: 50px;
}
.sidebar hr {
    margin: 18px 0!important;
}
.userNameCol{
	float: left;
	width: calc(100% / 3 *2);
	padding-left: 10px;
}

.userName{
	vertical-align: middle;
	display: inline-block;
	line-height: normal;
}
.function span:first-child{
	font-size: 1.3em;
    padding:0  0 5px 0;
    float: left;
}
.function ul{
	padding: 0;
	list-style: none;
    float: left;
    font-family: "Raleway", verdana, sans-serif;
	font-weight: 300;
	font-size: 0.9em;
}
.function li{
	margin-bottom: 0.5em;
}

.settings{
	position: absolute;
	bottom: 0;
	width: calc(100% - 30px);
	padding-top: 20px;
	border-top: rgba(0, 0, 0, 0.8) 1px solid;
	-webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.5);
	        box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.5);
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 400;
	font-size: 0.75em;
	color: #48BB89;
}
.settings ul{
	padding: 0;
	list-style: none;
	color: #FFF;
}
.settings li:hover{
	text-decoration: underline;
}

.user-block > .user-block-picture {
  width: 60px;
  float: left;

}
.user-block > .user-block-picture > img {
  max-width: 100%;
  height: auto;
}
.user-block .user-block-info {
  padding-top: 15px;
  text-align: center;
}
.user-block .user-block-info .user-block-name,
.user-block .user-block-info .user-block-role {
  display: block;
}
.user-block .user-block-info .user-block-name {
  color: #ffffff;
}
.user-block .user-block-info .user-block-role {
  font-size: 12px;
  color: #aaa;
}
.user-block-status {
  position: relative;
}
.user-block-status > .circle {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 2px solid #fff;
}
.user-block-status .img-thumbnail{
  padding: 2px;
  background-color: #42bb89;
  border: 1px solid #42bb89;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.mini-user-block-status .img-thumbnail{
  padding: 0;
  background-color: #42bb89;
  border: 1px solid #42bb89;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/*Lead profile*/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/


.media
{
    padding:15px 10px;
}
.dp
{
    border:3px solid #48bb89;
    transition: all 0.2s ease-in-out;
}
.dp:hover
{
    border:3px solid #48bb89;
    transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    /*-webkit-font-smoothing:antialiased;*/
}
.details-title{
    padding:15px 10px;
}
.details-title ul{
    padding: 0;
    margin: 0;
}
.details-title ul li{
    list-style: none;
}
.details-title ul li span{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.025em;
    color: #333333;
    margin-top: 0;
}


/*
 * Toastr
 * Version 2.0.1
 * Copyright 2012 John Papa and Hans Fjallemark.
 * All Rights Reserved.
 * Use, reproduction, distribution, and modification of this code is subject to the terms and
 * conditions of the MIT license, available at http://www.opensource.org/licenses/mit-license.php
 *
 * Author: John Papa and Hans Fjallemark
 * Project: https://github.com/CodeSeven/toastr
 */
.toast-title {
    font-weight: bold;
}
.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 1em;
}
.toast-message a,
.toast-message label {
    color: #ffffff;
}
.toast-message a:hover {
    color: #cccccc;
    text-decoration: none;
}

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}
.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}
.toast-top-left {
    top: 12px;
    left: 12px;
}
.toast-top-center {
    top: 12px;
}
.toast-top-right {
    top: 12px;
    right: 12px;
}
.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}
.toast-bottom-center {
    bottom: 12px;
}
.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}
.toast-center {
    top: 45%;
}
#toast-container {
    position: fixed;
    z-index: 999999;
    /*overrides*/
    border-radius: 0px 5px 5px 0px;
    opacity: 0.95;
    display: block;
}
#toast-container.toast-center,
#toast-container.toast-top-center,
#toast-container.toast-bottom-center{
    width: 100%;
    pointer-events: none;
}
#toast-container.toast-center > div,
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div{
    margin: auto;
    pointer-events: auto;
}
#toast-container.toast-center > button,
#toast-container.toast-top-cente > button,
#toast-container.toast-bottom-center > button{
    pointer-events: auto;
}
#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 300;
}
#toast-container > div {
    margin: 0 0 6px;
    padding: 20px 50px;
    width: 400px;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
    color: #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);

}
#toast-container > :hover {
    -moz-box-shadow: 0 0 12px #000000;
    -webkit-box-shadow: 0 0 12px #000000;
    box-shadow: 0 0 12px #000000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}
#toast-container > .toast-info {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-wait {
    background-image: url("data:image/gif;base64,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") !important;
}
#toast-container > .toast-error {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
    width: 96%;
    margin: auto;
}
.toast {
    background-color: #030303;
}
.toast-success {
    background-color: #42BB89;
}
.toast-error {
    background-color: #FF4848;
}
.toast-info {
    background-color: #2f96b4;
}
.toast-wait {
    background-color: #2f96b4;
}
.toast-warning {
    background-color: #f89406;
}
/*Responsive Design*/
@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }
    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}
@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container  > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }
    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}
@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
}

/*
 * AngularJS-Toaster
 * Version 0.3
*/
:not(.no-enter)#toast-container > div.ng-enter,
:not(.no-leave)#toast-container > div.ng-leave
{
    -webkit-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -moz-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -ms-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -o-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
}

:not(.no-enter)#toast-container > div.ng-enter.ng-enter-active,
:not(.no-leave)#toast-container > div.ng-leave {
    opacity: 0.8;
}

:not(.no-leave)#toast-container > div.ng-leave.ng-leave-active,
:not(.no-enter)#toast-container > div.ng-enter {
    opacity: 0;
}
