@font-face {
    font-family: MainDesignRegularFont;
    src: local('Arial'), local('Helvetica'), local('sans-serif');    
}

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	font: .91em/150% MainDesignRegularFont;
    min-height:500px;
}
a {
	color: #fff;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */
/*ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}*/

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #333333;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

a{
    color: #333333;
}

a:hover{
    color: #77c9d4;
    text-decoration: none;
}

ul {
  list-style-type: none;
}

li{
    padding: 3px 0px;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 1200px;
	margin: 0 auto;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	height: 55px;
    width: inherit;
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: #333333;
}

/* site logo */
#site-logo {
	position: absolute;
	top: 10px;
}
#site-logo a {
	font: bold 30px/100% MainDesignRegularFont;
	color: #fff;
	text-decoration: none;
}

/* site description */
#site-description {
	font: italic 100%/130% MainDesignRegularFont;
	color: #fff;
	position: absolute;
	top: 55px;
}

/* searchform */
#searchform {
	position: absolute;
	right: 10px;
	bottom: 6px;
	z-index: 100;
	width: 160px;
}
#searchform #s {
	width: 140px;
	float: right;
	background: #fff;
	border: none;
	padding: 6px 10px;
	/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}
.page-header{
    border-bottom: 1px solid #333333;
}
/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
.navbar{
    margin-bottom: 0px;
}
.navbar-default{
    max-width:1200px;
    position:relative;
    background:none;
    background-color: #333333;
    border-color: transparent;
}
.container{
    max-width:1200px;
}
.navbar-default .navbar-brand{
    color: #fff;
}
.navbar-default .navbar-brand:hover{
    color: #fff;
}
.navbar-default .navbar-brand:visited{
    color: #fff;
}
.navbar-default .navbar-nav>li>a{
    color: #fff;
}
.navbar-default .navbar-nav>li>a:visited{
    color: #fff;
}
.navbar-default .navbar-nav>li>a:hover{
    color: #77c9d4;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:visited{
    background-color: #333333;
    color:#fff;
}
.img-brand{
    position: relative;
    display: inline;
    float: left;
    height: 50px;
    margin-left: -14px;
    margin-right: 5px;
}
.navbar-default .navbar-toggle{
    border-color: #fff;
    border-radius: 0px;
    right: -10px;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
}
.navbar-brand {
    font-size: 14px;
    line-height: 25px;    
    float: right !important;
    padding: 10px 15px;
}
.navbar-nav a{
    font-size: 12px;
}
.navbar-logo{
    display: inline;
    float: left;
    max-height: 45px;
    max-width: 180px;
    padding: 0px 15px 0px 0px;
    border:none;
    margin-top: 5px;
}
.navbar-language{
    display:block;
    min-height:20px;
}
.navbar-language p{
    display: inline;
    padding:2px;
    float:right;
}
.navbar-nav>li>a{
    line-height: 25px;
}
.nav-path{
    position: fixed;
    top: 76px;
    background-color: #333333;
    width: inherit;
    padding: 5px 0px 5px 0px;
    z-index: 1;
    border-bottom: 1px solid #bbb;
}
.nav-path-item{
    display:inline;
}
.nav-path-item:hover{
    text-decoration:none;
}
.nav-path-separator{
    display:inline;
    padding: 3px;
}

.navbar-nav{
    margin-top:-7px;
}

@media (max-width: 767px)
{ 
    .navbar-default .navbar-nav .open .dropdown-menu>li>a{
        color:#fff;
    }
}
.alert{
    border-radius: 0px;
}
.notification-number{
    display: inline;
    border-radius: 2px;
    padding: 0px 3px;
    background-color: #f00;
    color: #fff;
    font-size: 10px;
    position: relative;
    top: -35px;
    right: -5px;
    z-index: 99;
}
.notification{
    width:31px;
    height:55px;
}
.notification-container-item{
    padding:5px;
    margin: 5px;
    background-color: #EEE;
}
.notification-container-item-p{
    font-size:10px;
    margin:0px;
    padding:2px 0px 2px 0px;
    color:#000;
}
.notification-container-item-a{
    /*font-size:10px !important;*/
    text-decoration:none;
}
.notification-container-item-a:hover{
    /*font-size:10px !important;*/
    text-decoration:none;
}
#panelNotificationContainer{
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}
.navbar-right {
    margin-right: -30px;
}
.navbar-nav>li>.dropdown-menu{
    margin-top: 0px;        
}
.navbar-nav>li>.notification-menu{
    min-width: 300px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    background-color: #333333;
    color: #77c9d4;
}
.dropdown-menu{
    position: absolute;
    top: 100%;
    left: -150px;
    z-index: 1000;
    display: none;
    float: left;
    min-width:160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.navbar .nav>li>.dropdown-menu:after {
    content: '';
    display: inline-block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    position: absolute;
    top: -9px;
    right: 15px;
}
.dropdown .open>a{
    color:#000;
}
.navbar .nav>li>.notification-menu:after {
    content: '';
    display: inline-block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    position: absolute;
    top: -9px;
    right: 0px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color: #77c9d4;
}
.divider{
    padding: 0px;
}
.dropdown-menu>li>a{
    color: #333333;
}
.dropdown-menu>li>a:hover{
    background-color:transparent;
    color: #77c9d4;
}

/************************************************************************************
CONTENT
*************************************************************************************/
#content {
	background: #fff;
	margin: 97px 0 97px;
	padding: 0px 00px;
	width: 100%;
	float: left;
    min-height:500px;
    margin-bottom:55px;
    clear: both;
    /*border: 1px solid #b25702;*/
}

/* post */
.post {
	margin-bottom: 40px;
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font: bold 26px/120% MainDesignRegularFont;
}
.post-title a {
	text-decoration: none;
	color: #000;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}

/* post image */
.post-image {
	margin: 0 0 15px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 280px;
	float: right;
	margin: 30px 0 30px;
    /*border: 1px solid #b25702;*/
    min-height:400px;
}
.widget {
	background: #fff;
	margin: 0 0 30px;
	padding: 10px 20px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;	
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	font-size: 100%;
    background-color: #333333;
    color: #fff;
    min-height:55px;
    padding: 15px;
    position: fixed;
    bottom: 0px;
    width: inherit;
    z-index:99;
    /*display:none;*/
}
#footer a {
	color: #fff;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }

/************************************************************************************
PANEL
*************************************************************************************/
.panel{
    border-radius: 0px;    
    font-size: 12px;
    box-shadow: none;
}
.panel-heading{
    border-radius: 0px;
}

.panel-body{
    border-radius: 0px;
}

.panel-default{
    border-color: #333333;
    color: #333333;
}

.panel-default > .panel-heading{
    background-color: #fff;
    color: #333333;
    margin: 10px 15px;
    padding: 10px 0px;
    border-color: #333333;
}

.panel-default-solid{
    background-color: #333333;    
    color: #fff;
    border-top-right-radius: 2em;
    border-bottom-left-radius: 2em;
}

.panel-default-br{
    border-top-right-radius: 2em;
    border-bottom-left-radius: 2em;
}


.panel-primary{
    border-color: #333333;
}

.panel-primary > .panel-heading{    
    background-color: #333333;
    color: #fff;
    border-color: #333333;
}

.panel-border-none{
    border:none;
}

.panel-expandable{
    border:none;
}
.panel-heading-expandable{
    cursor: pointer;
}
.panel-expandable-button{
    float: right;
    cursor: pointer;
}
.panel-buttons-container{
    margin-top: -15px;
    display: flow-root;
}
.panel-buttons-container > .btn{
    float: left;
}
.panel-data-container {
    margin-top: 10px;
    padding-top: 0px;
}
.not-clikable{
    /* Keyword values */
    pointer-events: auto;
    pointer-events: none;
    pointer-events: visiblePainted; /* SVG only */
    pointer-events: visibleFill;    /* SVG only */
    pointer-events: visibleStroke;  /* SVG only */
    pointer-events: visible;        /* SVG only */
    pointer-events: painted;        /* SVG only */
    pointer-events: fill;           /* SVG only */
    pointer-events: stroke;         /* SVG only */
    pointer-events: all;            /* SVG only */

    /* Global values */
    pointer-events: inherit;
    pointer-events: initial;
    pointer-events: unset;
}
.full-screen{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51,51,51,0.7);
    z-index: 10;
}
/************************************************************************************
INPUT
*************************************************************************************/

.form-control{
    border-radius: 0px;
    margin: 5px 0px;
}

.form-control:focus{
    border-color: #77c9d4;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(119,201,212,.6);
}

label{
    font-weight: normal;
}

/************************************************************************************
BUTTON
*************************************************************************************/
.btn{
    float:right;
    margin: 0px 0px 0px 5px;
    min-width: 100px;
    font-size: 12px;
    border-radius: 0px;
}
.btn-float-left{
    float:left;
}

.btn-default{
    background-color: #fff;
    color: #333333;
    border: 1px solid #333333;
    border-radius: 0px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default{
    background-color: #77c9d4;
    color: #fff;
    border: 1px solid #77c9d4;
}

.btn-primary{
    background-color: #57bc90;
    color: #fff;
    border: 1px solid #57bc90;
    border-radius: 0px;    
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary{
    background-color: #77c9d4;
    color: #fff;
    border: 1px solid #77c9d4;
}

.btn-danger{
    background-color: #c56666;
    color: #fff;
    border: 1px solid #c56666;
    border-radius: 0px;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger{
    background-color: #ca7575;
    color: #fff;
    border: 1px solid #ca7575;
}
.btn>.glyphicon{
    padding-right: 5px;
}

/************************************************************************************
RADIO BUTTON GROUP
*************************************************************************************/
.radio-button-group{

}
.radio-button-item{
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    background-color: #fff;
    color: #333333;
    border: 1px solid #a5a5af;
    border-radius: 0px;
    min-height: 35px;
    width:100%;
    margin-top: 3px;
    cursor: pointer;
}
.radio-button-item:hover {
    background-color: #77c9d4;
    color: #fff;
}
.radio-button-item-selected {
    background-color: #77c9d4;
    color: #fff;
}

/************************************************************************************
NAV TABS
*************************************************************************************/
.nav-tabs > li > a{
    border-radius: 0px;
    padding: 8px 15px;
}
.nav-tabs > li > a:hover {
    background-color: #77c9d4;
    color: #fff;
}
.nav-tabs-buttons-container{
    margin-top: 10px;
}
.nav-tabs-buttons-container > .btn{
    float: left;
    margin-left: 0px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
    border: 1px solid #555;
    border-bottom: 1px solid #fff;
}
.nav-tabs{
    border-bottom: 1px solid #555;
}

/************************************************************************************
MODALS
*************************************************************************************/
.modal-content{
    border-radius: 0px;
}
.modal-header{
    
}
.modal-header .close{
    margin-top: -20px;
}
.close{
    color: #333;
}
.close:hover{
    color: #77c9d4;
}
.modal-title{
    font-size: 12px;
    font-weight: normal;
}
.modal-body{
    font-size: 12px;
}
.modal-footer{
    font-size: 12px;
}

/************************************************************************************
LOADER
*************************************************************************************/
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #ee7b1a;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/************************************************************************************
COMMENT
*************************************************************************************/
.ticket-comment{
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 10px;
}

.ticket-comment > .row {
    border-left: 5px solid #ccc;
}

.ticket-comment-user-icon{
    
}

.ticket-comment-user-icon > span{
    font-size: 25px;
    color: #ee7b1a;
}

.ticket-comment-text-author{
    color: #ee7b1a;
    padding-top: 10px;
}

/************************************************************************************
BADGE
*************************************************************************************/

.alert-warning {
    color: #d45e43;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

/************************************************************************************
TOOLTIP
*************************************************************************************/
.darkgreen-top-tooltip + .tooltip > .tooltip-inner { background-color: #015249;}
.darkgreen-top-tooltip + .tooltip > .tooltip-arrow { border-top-color: #015249; }

.darkgreen-bottom-tooltip + .tooltip > .tooltip-inner { background-color: #015249;}
.darkgreen-bottom-tooltip + .tooltip > .tooltip-arrow { border-bottom-color: #015249; }

.darkgreen-left-tooltip + .tooltip > .tooltip-inner { background-color: #015249;}
.darkgreen-left-tooltip + .tooltip > .tooltip-arrow { border-left-color: #015249; }

.darkgreen-right-tooltip + .tooltip > .tooltip-inner { background-color: #015249;}
.darkgreen-right-tooltip + .tooltip > .tooltip-arrow { border-right-color: #015249; }

/************************************************************************************
CHARTS
*************************************************************************************/

    
.chart-filter{
    position: absolute;
    float: left;    
}
