body {
    background: white;
    margin: 0;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #444650;
}

div {
    box-sizing: border-box;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
    vertical-align: top;
    box-sizing: border-box;
    margin: 0;
}

p {
   line-height: 1.5;
   box-sizing: border-box;
}

h1 {
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    padding: 0;
    width: 100%;
    margin: 20px 0;
}

h2 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    padding: 0;
    margin: 15px 0 0;
}

select {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 16px;
    padding: 4px;
    border: 1px solid #d0d0d0;
    outline: none;
    background: #fbfbfb;
    color: #333;
    box-sizing: border-box;
    border-radius: 2px;
}

input, textarea {
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
    box-sizing: border-box;
}

a {
    color: #105cb6;
    text-decoration: none;
    box-sizing: border-box;
}

a:hover {
    text-decoration: underline;
}

a.falink {
    color: #444650;
}

ul, li {
    box-sizing: border-box;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 0;
}

/*  Table cells with text ellipsis */
a.ellipsis {
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color:white;
    font-size:13px;
}

/* Links as buttons */
a.button {
    background: #32a067;
    border: 0 none;
    border-radius: 3px;
    box-sizing: border-box;
    color: white;
    display: inline-block;
    padding: 6px 15px;
    text-align: center;
    text-decoration: none;
    width: auto;
    margin: 0;
    line-height: 2;
}

a.button:hover {
    background: #0054a6;
    outline: none;
}

.clearfix {
  margin-top: 0;
  margin-bottom: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

.cover-width {
    padding: 0 25px;
    width: 100%;
}

/* Columns */
.sm-container {
    width: 100%;
    clear: both;
    float: left;
    padding: 0;
}

.sm-container .col2 {
    float: left;
    width: 50%;
    padding: 12px 25px;
    position: relative;
}

.sm-container .col3 {
    float: left;
    width: 33.33333%;
    padding: 12px 25px;
    position: relative;
}

.sm-container .col3x2 {
    float: left;
    width: 66.66666%;
    padding: 12px 25px;
    position: relative;
}

.sm-container .col4 {
    float: left;
    width: 25%;
    padding: 20px;
    position: relative;
}

.sm-container .col5 {
    float: left;
    width: 20%;
    padding: 5px;
    position: relative;
}

.sm-container .col3:nth-child(3n+1) {
    clear: left;
}

.sm-container .col4:nth-child(4n+1) {
    clear: left;
}

.sm-container .col5:nth-child(5n+1) {
    clear: left;
}

/* Advertise with image full width */
.advertise {
    width: 100%;
    height: 500px;
    margin: 40px 0;
    padding: 0;
    clear: both;
    float: left;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.advertise .advertise-title {
    width:100%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 120px;
}

.advertise .advertise-title h1 {
    color:#fff;
    font-size: 40px;
    font-weight: 700;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    margin: 0;
}

.advertise .advertise-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.3;
}

/* Dashboard widget */
ul.dashboard-widget {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.dashboard-widget li .tag {
    float:right;
    line-height:1.35;
    margin-top:4px;
}

/* Pretty select: http://www.lugolabs.com/articles/72-style-select-html-element-with-css */

.select {
  font-size: 16px;
  position: relative;
  display: inline-block;
}

.select .arr {
  background: #fff;
  bottom: 1px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 30px;
  pointer-events: none;
}

.select .arr:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  pointer-events: none;
  border-top: 10px solid #324090;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.select .arr:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -5px;
  pointer-events: none;
  border-top: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.select select {
  outline: none;
  -webkit-appearance: none;
  display: block;
  /* padding: 12px 30px 13px 15px; */
  padding: 5px 30px 5px 6px;
  margin: 0;
  transition: border-color 0.2s;
  border: 1px solid #141e3d; /* #e2aa11 */
  border-radius: 0;
  background: #fff;
  color: #555;
  line-height: normal;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.select select:hover {
  border-color: #0094ff;
}

/* Page content container */
.page_content {
    width: 100%;
    max-width: 1366px;
    margin:0 auto;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
}

.tag {
    background: #32a067;
    color: white;
    padding: 2px 6px;
    border-radius: 2px;
    font-size: 14px;
}

/* Table Design */
table.raport {
    width:100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table.raport td {
    padding: 5px 0;
    font-size: 14px;
}

table.raport th {
    padding: 5px 0;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    background: white;
    color: #b0a08c;
}
        
table.raport tbody tr td:first-child {
    padding-left: 4px;
}

table.raport thead tr th:first-child {
    padding-left: 4px;
}

table.raport tbody tr td:last-child {
    padding-right: 4px;
}

table.raport thead tr th:last-child {
    padding-right: 4px;
}
        
table.raport tbody tr:nth-child(odd) td {
    background: #f4f4f6;
}

.tbl {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}
.tbl th {
    text-align: left;
    padding: 4px 2px;
    border: 1px solid #d5d5d5;
    font-weight: normal;
    text-align: left;
    background: #ffffcc;
    box-sizing: border-box;
}
.tbl td {
    text-align: left;
    padding: 4px 2px;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
}
/*
.tbl tr:nth-child(odd) td {
    background: #f5f5f5;
}
*/

.tbl tr:hover td {
    background: #ffffcc;
}

/* Stuff */

.numeric {
    text-align: right;
}

.circle {
    width: 10px;
    height: 10px;
    background: #008c00;
    display: inline-block;
    border-radius: 5px;
}

.square {
    width: 10px;
    height: 10px;
    background: #008c00;
    display: inline-block;
    border: 2px solid white;
}

/* Header */
.header {
    width: 100%;
    margin: 0;
    padding: 20px 5px;
    background: white;
    overflow: hidden;
}

.header .site-logo {
    float: left;
    width: 54px;
    display: block;
    margin-right: 16px;
}

.header .site-description {
    float: left;
    width: auto;
    color: #555;
    padding: 0;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.5;
    vertical-align: middle;
    margin-top: -2px;
}

.header .site-description .title {
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    padding-top: 30px;
}

.header .site-info {
    float: right;
    width: 400px;
    height: 54px;
    font-size: 16px;
    color: #808080;
    font-style: italic;
    padding-top: 4px;
    padding-right: 10px;
    text-align: right;
}

/* Footer */
.wrap-about {
    width: 100%; 
    padding: 0;
    margin: 0;
    font-size: 13px;
    background: #141e3d;
    color: #888;
    clear: both;
    float: left;
}

.wrap-about a {
    color: #ACB9E0;
}

.wrap-about a:hover {
    color: white;
    text-decoration: none;
}  

.footer-title {
    font-size:24px;
    text-align:left;
    margin-bottom: 20px;
}

.footer-title span {
    color: #f8deab;
    border-bottom: 2px solid #ACB9E0;
}

/* Menu */
#menu-button {
    font-size: 16px;
    font-style: italic;
    background: #3e454c;
    color: white;
    text-align: left;
    padding: 11px;
    width: 100%;
    display: none;
    overflow: hidden;
    white-space: normal;
    cursor: pointer;
}

#wrap-mobile-menu {
    background: #2c3136;
    text-align: left;
    font-size: 0;
    line-height: 1;
    z-index: 1000 !important;
    width: 100%;
}

#mobile-menu {
    font-size: 16px;
    line-height: 1.5;
    list-style-type: none;
    background: #2c3136;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1366px;
    display: block;
}

#mobile-menu > li {
    width: auto;
    float: left;
    border: 0;
    box-sizing: border-box;
    overflow: hidden;
}

#mobile-menu > li > a {
    font-size: 16px;
    color: white;
    padding: 12px 16px;
    display: block;
    margin: 0;
    text-decoration: none;
    text-align: left;
    font-style: italic;
}

#mobile-menu > li > a:hover {
    background: #33383e;
}

#mobile-menu > li > a img {
    vertical-align: middle;
    margin-left: 3px;
}

/* submenu */
#mobile-menu li ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    border: 0 none;
    background: #2c3136;
    z-index: 9999;
}

/* Submenu items */
#mobile-menu li ul li {
	float: none;
	text-align: left;
	/* white-space: nowrap; */
}

#mobile-menu li ul li a {
	display: block;
	color: white;
	padding: 8px 12px;
	margin: 0;
	min-width: 190px;
	text-decoration:none;
    font-style: italic;
}

#mobile-menu li ul li a.subitem {
    padding-left: 50px;
}

#mobile-menu li ul li a:hover {
	background: #33383e;
}

/* Bootstrap */
.bootstrap-container {
    padding: 10px 0 0 0;
}

.bootstrap-input {
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px;
    background: #fbfbfb;
    color: #333;
}

.bootstrap-input:focus {
	outline: none;
	border-color: #32a067;
}

.bootstrap-textarea {
    background: #fbfbfb none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    outline: medium none;
    padding: 4px;
    width: 100%;
}

.bootstrap-select {
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px 10px;
    background: #fbfbfb;
    color: #333;
}

/* Balloon */
#balloon {
    background: #449d44;
    border: 0 none;
    color: white;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px;
    width: 260px;
    border-radius: 3px;
    position: fixed;
    bottom: 5px;
    right: 5px;
    display: none;
}

#balloon a {
    color: white;
    text-decoration: underline;
}

/* Lity window */
.lity-title {
    width:100%;
    background:#333;
    color:white !important;
}

.wrap {
	width: 300px;
	background: #fff;
}
        
.wrap div {
	padding: 5px 10px;
	line-height: 2;
	color: #555;
}

/* Responsive design for 640px or less */
@media screen and (max-width: 800px) {
    body {
        font-size: 16px;
    }
    
    .page_content {
        padding: 0 10px;
    }
    
    .header .site-description .title {
        font-weight: bold;
        font-size: 22px;
    }
    
    .header .site-info {
        display: none;
    }
    
    .cover-width {
        padding: 0 10px;
    }
    
    .sm-container {
        padding: 5px;
    }
    
    .sm-container .col3 {
        width: 100%;
        clear: both;
        padding: 10px 5px;
        border-bottom: 0 none;
    }
    
    .sm-container .col3x2 {
        width: 100%;
        clear: both;
        padding: 10px 5px;
        border-bottom: 0 none;
    }
    
    .sm-container .col3 p:last-child {
       margin-bottom: 0;
    }
    
    .sm-container .col4 {
        width: 100%;
        clear: both;
        padding: 10px 0;
        border-bottom: 0 none;
    }
    
    .sm-container .col5 {
        width: 100%;
        clear: both;
        padding: 10px 0;
    }
    
    .sm-container .col2 {
        width: 100%;
        clear: both;
        padding: 10px 5px;
    }
    
    .advertise .advertise-title {
        top: 120px;
    }
    
    .advertise .advertise-title h1 {
        font-size: 18px;
    }
    
    .wrap-about {
        font-size: 14px;
    }
    
    /* menu */
    #menu-button {
        display: block;
    }
    
    #mobile-menu {
        width: 100%;
        display: none;
    }
    
    #mobile-menu > li {
        float: none;
        width: 100%;
    }
    
    #mobile-menu > li > a {
        padding: 8px 12px;
    }
    
    #mobile-menu > li > a > span.has-children { /* arrow icon */
        display: block;
        width: 16px;
        height: 16px;
        padding: 4px;
        float: right;
        background: url(../images/cd-arrow.svg);
        background-repeat: no-repeat;
        background-position: center center;
    }
    
    #mobile-menu > li > a img {
        display: none;
    }
    
    /* submenu */
    #mobile-menu > li ul {
        position: relative;
        display: none;
        visibility: visible;
        background: #1c1f22;
        clear: left;
        width: 100%;
        overflow: hidden;
    }

    /* Submenu items */
    #mobile-menu li ul li {
        width: 100%;
        text-align: left;
    }

    #mobile-menu li ul li a {
        display: block;
        padding-left: 30px;
    }
    
    #mobile-menu li ul li a.subitem {
        padding-left: 70px;
    }
}