/* v1.0 */

body {
    color: #333333;
    font-size: 14px;
    font-family: sans-serif;Arial;
    background-color: #f5f8fa;
    height:100%;
}
head {height:100%}
html {height:100%}
input.checkbox {margin-right:5px !important;}
.header_wrapper {
	background-color: #fe0000;
	color: #fff;
	padding: 1px;
	text-align: center;
	margin-bottom: 35px;
}
.copyright_bottom_container {background-color:##2b1e16; !important;}
/*	width: 1000px;*/
/*tr:last-child {border-bottom:1px solid #2191BD}*/
#page-container {
    background-color: transparent !important;
}

#header, #container {
/*	width: 1000px;*/
	margin: 0 auto;
}

#left_box, #right_box {
	width: 30%;
	background-color: #fff;
}

#mid_box {
	width: 40%;
	/* float: left; */
	display: inline-block;
	margin: 0 auto;
}

#left_box { float: left; }
#right_box { float: right; }
#header h1 {
	font-size: 1.5em;
	margin: 0;
	padding: 12px 0;
	font-weight: normal;
}

#left_box h2, #right_box h2 {
	font-size: 1em;
	padding: 10px 0 10px 40px;
	background-color: #595957;
	color: #fff;
	border: 1px solid #a7a7a7;
}

#container h2 { margin: 0; }

#container h2 span {
	background: #6886B7;
	float: right;
	width: 40px; height: 36px;
	margin-top: -10px;
	cursor: pointer;
}
.checkbox_class {
    width: 20px;
    height:20px !important;
    margin: 3px 10px 3px 4px !important;
}
.truncate {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

    .header_special_btn {
        color: #343434;
        background-color: #E8FF8D;
        padding-top: 15px;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 15px;
        font-size: 15px;
        line-height: 16px;
        display: inline-block;
        border-radius: 0px 0px 9px 9px;
        padding-top: 10px;
        margin-top: 1px;
        width: 75px;
        text-align: center;
        margin-right: 2px;
    }
.header_special_btn:hover {
        text-decoration: none;
        color: #6886b7;
        background-color: #6A8110;
        width: 75px;
}
.header_special_btn_last {
        color: #6886b7;
        background-color: transparent;
}
.header_special_btn_last:hover {
        color: #6886b7;
}
.clockedOut { background: url(./../images2/clock_red.png) no-repeat 10px center; }
.clockedIn { background: url(./../images2/clock_black.png) no-repeat 10px center; }
.onBreak { background: url(./../images2/coffee.png) no-repeat 10px center; border-top: none !important;}
#clockedOut { color: #f00; }
#clockedIn { color: #000; }
#onBreak { color: #b8b8b8; }
#mid_box > div.button {
    margin: 0 auto;
    width: 60%;
    border: 1px solid #777777;
    position: relative;
    border-top: none;
    height: 110px;
	cursor: pointer;
	background: #6886B7;
	color:white;
}

#mid_box > div.button > img {
    width: 100%;
}

#mid_box > div.button > h2 {
    background: none;
    border: none;
    font-size: 2em;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 35%;
    font-weight: normal;
    text-align: center;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

#mid_box > div.button:hover > h2 { color: #FFD386; }
#mid_box > div.button:first-child {
    border-top: 1px solid #5c6d63;
}
.clear { height: 0; width: 0; clear: both; }

#footer { height: 20px;background-color:#666666 !important }
.avgrund-popup h2 { margin: 1.2em 0; font-weight: bold; }
.avgrund-popup div { color: #000; }

@media screen and (max-width: 768px) {

	#left_box, #right_box, #mid_box {
		width: 100%;
		float: none;
	}

	#mid_box > div.button { width: 100%; }
	header, footer { display: none; }
}

#page-container,
#main-container,
#page-content + footer {
    min-width: 320px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #FFFFFF !important;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #ffffff;
}

.table-striped > tbody > td:nth-of-type(odd) {
  background-color: #FFFFFF !important;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #eafaff !important;
}

#page-container {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    overflow-x: hidden;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

#page-container,
#sidebar,
#sidebar-alt {
    background-color: #333333;
}
#sidebar,
#sidebar-alt {
    width: 0;
    position: absolute;
    overflow: hidden;
}
#sidebar-alt {
    right: 0;
}

#sidebar,
#sidebar-alt,
#main-container,
.header-fixed-top header,
.header-fixed-bottom header,
.footer-fixed #page-content + footer {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#page-content {
  height:100%;
    padding: 10px 100px;
    background-color: #f5f8fa;
	margin-top: 0;
}

#page-content + footer {
    padding: 10px 100px;
    font-size: 11px;
    background-color: #666666;
    border-top: 1px solid #000000;
}

/* Fixed Header */
#page-container.header-fixed-top {
    padding: 0 0;
}

#page-container.header-fixed-bottom {
    padding: 0 0 50px;
}

/* Sidebar + Static Header */

.sidebar-visible-xs #sidebar {
    width: 200px;
}
.sidebar-visible-xs #main-container {
    margin-left: 200px;
    margin-right: -200px;
}

/* Sidebar + Fixed Header */

.header-fixed-top #sidebar,
.header-fixed-bottom #sidebar {

    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
}
.header-fixed-top .sidebar-content,
.header-fixed-bottom .sidebar-content {

    padding-bottom: 50px;
}
.sidebar-visible-xs.header-fixed-top header.navbar-fixed-top,
.sidebar-visible-xs.header-fixed-bottom header.navbar-fixed-bottom {
    left: 200px;
    right: -200px;
}

/* Alternative Sidebar + Static Header */

.sidebar-alt-visible-xs #sidebar-alt {
    width: 200px;
}
.sidebar-alt-visible-xs #main-container {
    margin-right: 200px;
    margin-left: -200px;
}

/* Alternative Sidebar + Fixed Header */

.header-fixed-top #sidebar-alt,
.header-fixed-bottom #sidebar-alt {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
}
.sidebar-alt-visible-xs.header-fixed-top header.navbar-fixed-top,
.sidebar-alt-visible-xs.header-fixed-bottom header.navbar-fixed-bottom {
    right: 200px;
    left: -200px;
}

/* Fixed Footer */

.footer-fixed #page-content + footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
}
.footer-fixed #page-content {
    padding-bottom: 41px;
}
.footer-fixed.sidebar-visible-xs #page-content + footer {
    right: -200px;
    left: 200px;
}
.footer-fixed.sidebar-alt-visible-xs #page-content + footer {
    right: 200px;
    left: -200px;
}
.footer-fixed.header-fixed-bottom #page-content + footer {
    bottom: 50px;
}

/*
=================================================================
(#m02hds) HEADER
=================================================================
*/

header.navbar-default,
header.navbar-inverse {
    padding: 0;
    margin: 0;
    min-width: 320px;
    border: none;
    background-color:#666666;
}

header.navbar-default.navbar-fixed-top {
    border-bottom: 1px solid #dedede;
}

header.navbar-default.navbar-fixed-bottom {
    border-top: 1px solid #dedede;
}

header.navbar-inverse.navbar-fixed-top {
    border-bottom: 1px solid #33333;
}

header.navbar-inverse.navbar-fixed-bottom {
    border-top: 1px solid #33333;
}

/* Header Nav */

.navbar-default .navbar-nav > li > a {
    color: #33333;
}
.navbar-inverse .navbar-nav > li > a {

    color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: white;
    background-color: #666666;
}
.navbar-inverse .collapse.in .navbar-nav .open .dropdown-menu > li > a {
    color: #dddddd;
}
.nav.navbar-nav-custom {
    float: left;
    margin: 0;
}
.nav.navbar-nav-custom > li {
    min-height: 50px;
    float: left;
}
.nav.navbar-nav-custom > li > a {
    min-width: 50px;
    line-height: 40px;
    text-align: center;
    color: #6886b7;
    position: relative;
}
.nav.navbar-nav-custom > li > a .gi,
.nav.navbar-nav-custom > li > a .hi,
.nav.navbar-nav-custom > li > a .si,
.nav.navbar-nav-custom > li > a .fi {
    margin-top: -3px;
}
.nav.navbar-nav-custom > li > a .label-indicator {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    font-weight: normal;
}
.navbar-fixed-bottom .nav.navbar-nav-custom > li > a .label-indicator {
    top: auto;
    bottom: 0;
}
.navbar-inverse .nav.navbar-nav-custom > li > a {
    color: #6886b7;
}
.nav.navbar-nav-custom > li.open > a,
.nav.navbar-nav-custom > li > a:hover,
.nav.navbar-nav-custom > li > a:focus {
    background-color: white;
    color: #6886b7;
}
.nav.navbar-nav-custom > li > a > img {
    width: 40px;
    height: 40px;
    border: 0px solid #fff;
    border-radius: 0px;
    vertical-align: top;
	  color: #6886b7;
}

/* Header Search */

.navbar-form {
    margin: 7px 0;
}
.collapsing .navbar-form,
.collapse.in .navbar-form {
    margin-left: -15px;
    margin-right: -15px;
}
.collapsing .navbar-form .form-group,
.collapse.in .navbar-form .form-group {

    margin-bottom: 0;
}
.navbar-form-custom {
    padding: 0;
    width: 100px;
    float: left;
    height: 50px;
}
.navbar-form-custom .form-control {
    padding: 10px;
    margin: 0;
    height: 50px;
    font-size: 15px;
    background: transparent;
    border: none;
    z-index: 2000;
}
.navbar-form-custom .form-control:hover,
.navbar-form-custom .form-control:focus {

    background-color: #ffffff;
}
.navbar-form-custom .form-control:focus {

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 18px;
    padding: 10px 20px;
}
.navbar-inverse .navbar-form-custom .form-control {

    color: #ffffff;
}
.navbar-inverse .navbar-form-custom .form-control:hover,
.navbar-inverse .navbar-form-custom .form-control:focus {

    background: #33333;
    color: #ffffff;
}

/*

=================================================================

(#m03sns) SIDEBAR/NAVIGATION

=================================================================

*/

/* Sidebar Content */

.sidebar-content {

    width: 200px;
    color: #ffffff;
}
.sidebar-section {
    padding: 10px;
}

/* Sidebar Brand + Title */

.sidebar-brand,
.sidebar-title {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    margin: 0;
    font-weight: normal;
    font-size: 18px;
    display: block;
    color: #ffffff;
    background: url('../img/template/ie8_opacity_dark_15.png') repeat;
    background: rgba(0, 0, 0, 0.15);
}

a.sidebar-brand:hover,
a.sidebar-brand:focus,
a.sidebar-title:hover,
a.sidebar-title:focus {
    background-color: white;
    color: #ffffff;
    text-decoration: none;
}
.sidebar-brand i,
.sidebar-title i {

    font-size: 14px;
    display: inline-block;
    width: 18px;
    text-align: center;
    margin-right: 10px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.sidebar-title i.pull-left {

    margin: 20px 10px 0 0;
}
.sidebar-title i.pull-right {

    margin: 20px 0 0 10px;
}

/* Sidebar User */

.sidebar-user {

    padding-left: 88px;
    background-color: #6886B7;
}
.sidebar-user-avatar {

    width: 68px;
    height: 68px;
    float: left;
    padding: 2px;
    margin-left: -78px;
    border-radius: 4px;
    background: #6886B7;
}
.sidebar-user-avatar img {

    width: 64px;
    height: 64px;
    border-radius: 0px;
}
.sidebar-user-name {

    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    line-height: 26px;
}
.sidebar-user-links a {

    color: #ffffff;
    opacity: 0.3;
    margin-right: 5px;
}
.sidebar-user-links a:hover,
.sidebar-user-links a:focus {

    color: #ffffff;
    text-decoration: none;
    opacity: 1;
}
.sidebar-user-links a > i {

    font-size: 14px;
}

/* Sidebar Color Themes */

.sidebar-themes {

    list-style: none;
    margin: 0;
    padding-bottom: 7px;
    background-color: red;
}
.sidebar-themes li {

    float: left;
    margin: 0 3px 3px 0;
}
.sidebar-themes li a {

    display: block;
    width: 17px;
    height: 17px;
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
}
.sidebar-themes li a:hover,
.sidebar-themes li a:focus {

    border-color: #ffffff !important;
}
.sidebar-themes li.active a {

    border-color: #ffffff !important;
}

/* Sidebar Chat */

.chat-users {

    list-style: none;
    margin: 0;
    padding: 10px;
}
.chat-users li {

    float: left;
    margin: 0;
    padding: 4px;
}
.chat-users a {

    position: relative;
    display: inline-block;
    padding: 2px;
    width: 52px;
    height: 52px;
    border-radius: 3px;
    background: url('../img/template/ie8_opacity_light_10.png') repeat;
    background: rgba(255, 255, 255, 0.10);
}
.chat-users a span {

    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #cccccc;
}
.chat-users a img {

    width: 48px;
    height: 48px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.chat-users a.chat-user-online,
.chat-users a.chat-user-away,
.chat-users a.chat-user-busy {

    background: url('../img/template/ie8_opacity_light_75.png') repeat;
    background: rgba(255, 255, 255, 0.75);
}
.chat-users a.chat-user-online span {

    background-color: #2ecc71;
}
.chat-users a.chat-user-away span {

    background-color: #f39c12;
}
.chat-users a.chat-user-busy span {

    background-color: #e74c3c;
}
.chat-users a:hover {

    background-color: #ffffff;
    -webkit-box-shadow: 0 0 4px 2px #999999;
    box-shadow: 0 0 4px 2px #999999;
}
.chat-users a:hover img,
.chat-users a.chat-user-online img,
.chat-users a.chat-user-away img,
.chat-users a.chat-user-busy img {

    opacity: 1;
    filter: alpha(opacity=100);
}
.chat-talk-info {

    line-height: 22px;
    font-size: 16px;
}
.chat-talk-info img {

    width: 22px;
    height: 22px;
    float: left;
    margin-right: 10px;
}
.chat-talk-messages {

    list-style: none;
    margin: 0;
    padding: 5px 0;
    background: url('../img/template/ie8_opacity_dark_20.png') repeat;
    background: rgba(0, 0, 0, 0.20);
}
.chat-talk-messages li {

    padding: 7px 10px;
    margin-bottom: 7px;
}
.chat-talk-messages .chat-talk-msg {

    width: 180px;
    margin-right: 20px;
    border-right: 3px solid #fff;
    background: url('../img/template/ie8_opacity_dark_40.png') repeat;
    background: rgba(0, 0, 0, 0.40);
}
.chat-talk-messages .chat-talk-msg.chat-talk-msg-highlight {

    margin-right: 0;
    margin-left: 20px;
    border-right: none;
    border-left-width: 3px;
    border-left-style: solid;
}
.chat-form {

    margin: 0;
    padding: 5px 10px;
    background: url('../img/template/ie8_opacity_dark_40.png') repeat;
    background: rgba(0, 0, 0, 0.40);
}
.chat-form .form-control {

    background: transparent;
    color: #eeeeee;
}

/* Sidebar Navigation */

.sidebar-nav {

    list-style: none;
    margin: 0;
    padding: 0px 0 0;
}
.sidebar-nav .sidebar-header:first-child {

    margin-top: 0;
}
.sidebar-nav a {

    display: block;
    color: #dedede;
    padding: 0 10px;
    min-height: 35px;
    line-height: 60px;
	border-bottom:1px solid #6886B7;
}
.sidebar-nav a:hover,
.sidebar-nav a.open,
.sidebar-nav li.active > a {

    color: #ffffff;
    text-decoration: none;
    background: #6886B7;
}
.sidebar-nav a.active {

	padding-left: 6px;
    border-left: 6px solid #6886B7;
    background-color:#ffffff;
}
.sidebar-nav a > .sidebar-nav-icon {

    margin-right: 10px;
}
.sidebar-nav a > .sidebar-nav-indicator {

    float: right;
    line-height: inherit;
    margin-left: 4px;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.sidebar-nav a > .sidebar-nav-icon,
.sidebar-nav a > .sidebar-nav-indicator {

    display: inline-block;
    opacity: 0.5;
    filter: alpha(opacity=50);
    width: 26px;
    font-size: 22px;
    text-align: center;
}
.sidebar-nav a:hover,
.sidebar-nav a:hover > .sidebar-nav-icon,
.sidebar-nav a:hover > .sidebar-nav-indicator,
.sidebar-nav a.active,
.sidebar-nav a.active > .sidebar-nav-icon,
.sidebar-nav a.active > .sidebar-nav-indicator,
.sidebar-nav a.open,
.sidebar-nav a.open > .sidebar-nav-icon,
.sidebar-nav a.open > .sidebar-nav-indicator,
.sidebar-nav li.active > a,
.sidebar-nav li.active > a > .sidebar-nav-icon,
.sidebar-nav li.active > a > .sidebar-nav-indicator {

    opacity: 1;
    filter: alpha(opacity=100);
}
.sidebar-nav a.active > .sidebar-nav-indicator,
.sidebar-nav a.open > .sidebar-nav-indicator,
.sidebar-nav li.active > a > .sidebar-nav-indicator {

    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.sidebar-nav ul {

    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    background-color:#6886b7;
}
.sidebar-nav li.active > ul {

    display: block;
}
.sidebar-nav ul a {

    margin: 0;
    font-size: 12px;
    padding-left: 15px;
    min-height: 32px;
    line-height: 32px;
}
.sidebar-nav ul a.active,
.sidebar-nav ul a.active:hover {

    border-left: 6px solid #ffffff;
    padding-left: 10px;
}
.sidebar-nav ul ul {

    background-color:#91aad3;
	color:#6886B7 !important;
}
.sidebar-nav ul ul a {

    padding-left: 25px;
}
.sidebar-nav ul ul a.active,
.sidebar-nav ul ul a.active:hover {

    padding-left: 14px;
}

/* Sidebar Header */

.sidebar-header {

    margin: 10px 0 0;
    padding: 10px;
    line-height: 12px;
}
.sidebar-header + .sidebar-section {

    padding-top: 0px;
    padding-bottom: 0px;
}
.sidebar-header .sidebar-header-title {

    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    opacity: 0.5;
    filter: alpha(opacity: 50);
}
.sidebar-header-options {

    float: right;
    display: inline-block;
}
.sidebar-header-options > a,
.sidebar-nav .sidebar-header-options a {

    float: right;
    margin: 0;
    padding: 0;
    min-height: 0;
    line-height: inherit;
    display: block;
    min-width: 18px;
    text-align: center;
    color: #ffffff;
    opacity: 0.3;
    filter: alpha(opacity: 30);
}
.sidebar-header-options a.active,
.sidebar-header-options a:hover,
.sidebar-header-options a:focus,
.sidebar-nav .sidebar-header-options a.active,
.sidebar-nav .sidebar-header-options a:hover,
.sidebar-nav .sidebar-header-options a:focus {
    background: none;
    color: #ffffff;
    opacity: 1;
    filter: alpha(opacity: 100);
}
.sidebar-header-options a > i {
	font-size: 14px;
}

/*

=================================================================

(#m04mcs) MAIN CONTENT

=================================================================

*/

/* Content Header */

.content-header {
    background-color: #ffffff;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dbe1e8;
}
.content-header h1,
.content-header h2 {
    margin: 0;
    font-size: 26px;
    line-height: 32px;
}
.content-header small
.content-header small{
    font-size: 17px;
}
.header-section h1 i {
    font-size: 28px;
    float: right;
    margin: 0px 0 0 10px;
    color: #dedede;
    margin: 0 0 0 10px;
    line-height: 45px;
}
.button1login {margin-top:10px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);width:90%;line-height:45px; font-size:2em;	color:white; border-radius:10px;background-color:#d3d9e4


;border:1px solid black;box-shadow: 2px 2px 5px #043a6b}
.button1login:hover {
  background-color:#ffca6f;
}
.button1login:active {
  background-color:#043a6b;
}
.header-section {
    padding: 0px;
/*	background:url('../img/command_center_icon.png');*/
	background-repeat: no-repeat;
	background-position:0px 15px;
	background-size: 100px;
}
.header-section-plain {
    padding: 0px 30px 10px 30px;
}
.content-header,
.content-top {
    margin: -10px -5px 10px;
}
.content-top {
    background-color: #ffffff;
    border-bottom: 1px solid #dbe1e8;
}
.content-header-media {
    position: relative;
    height: 248px;
    overflow: hidden;
    border-top-color: #222222;
}
.content-header-media .header-section {
    z-index: 200;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    background: url('../img/template/ie8_opacity_dark_60.png') repeat;
    background: rgba(0, 0, 0, 0.6);
}
.content-header-media small,
.content-header-media i {
    color: #dddddd;
}
.content-header-media > img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2560px;
    height: 248px;
    margin-left: -1280px;
}
.content-header-media > .content-header-media-map {
    height: 270px;
}

/* Blocks */

.block {
    margin: 0 0 10px;
    padding: 20px 15px 1px;
    background-color: #ffffff;
    border: 0px solid #dbe1e8;
}
.block.full {
    padding: 0px 40px !important;
}
.block .block-content-full {
    margin: -20px -15px -1px;
}
.block .block-content-mini-padding {
    padding: 8px;
}
.block.full .block-content-full {
    margin: -20px -15px;
}
.block-title {
    margin: -20px -15px 20px;
    border-bottom: 1px solid #666666;
}
.block-title h1,
.block-title h2,
.block-title h3,
.block-title h4,
.block-title h5,
.block-title h6 {
    display: inline-block;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    padding: 10px 16px 7px;
    font-weight: normal;
}
.block-title h1 small,
.block-title h2 small,
.block-title h3 small,
.block-title h4 small,
.block-title h5 small,
.block-title h6 small {
    font-size: 13px;
    color: #777777;
    font-weight: normal;
}
.block-title h1,
.block-title h2,
.block-title h3 {
    padding-left: 15px;
    padding-right: 15px;
}
.block-title .nav-tabs,
.block-options {
    min-height: 40px;
    line-height: 38px;
}
.block-title .nav-tabs {
background-color:hsla(0,0%,0%,0.00);
}
.block-title .nav-tabs > li > a {
    border-bottom: 0px solid transparent;
	color:#0098ff;
}
.block-title .nav-tabs {
    margin-bottom: -2px;
}
.block-title .nav-tabs > li > a {
    margin-bottom: 0;
}
.block-title .nav-tabs > li > a:hover {
}
.block-title .nav-tabs > li.active > a,
.block-title .nav-tabs > li.active > a:hover,
.block-title .nav-tabs > li.active > a:focus {
    border: 1px solid #dedede;
    border-bottom-color: red;
    background-color: #ffffff;
}
.block-title code {

    padding: 2px 3px;
}
.block-options {

    margin: 0 6px;
    line-height: 37px;
}
.block-options .label {

    display: inline-block;
    padding: 6px;
    vertical-align: text-top;
}
.block-top {

    margin: -20px -15px 20px;
    border-bottom: 1px dotted #dbe1e8;
}
.block-section {

    margin-bottom: 20px;
}

/* Widgets */

.widget {

    background-color: #ffffff;
    margin-bottom: 10px;
}
.widget .widget-extra-full,
.widget .widget-extra {

    position: relative;
    padding: 15px;
}
.widget .widget-extra {

    padding-top: 1px;
    padding-bottom: 1px;
}
.widget .widget-content-light {

    color: #ffffff;
}
.widget .widget-content-light small {

    color: #eeeeee;
}
.widget .widget-image,
.widget .widget-icon {

    width: 64px;
    height: 64px;
}
.widget .widget-icon {

    display: inline-block;
    line-height: 64px;
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    border-radius: 32px;
}
.widget .widget-icon .gi,
.widget .widget-icon .si,
.widget .widget-icon .hi,
.widget .widget-icon .fi {

    margin-top: -3px;
}
.widget .widget-options,
.widget .widget-options-left {

    position: absolute;
    top: 5px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.widget .widget-options {

    right: 5px;
}
.widget .widget-options-left {

    left: 5px;
}
.widget .widget-options:hover,
.widget .widget-options-left:hover {

    opacity: 1;
    filter: alpha(opacity=100);
}
.widget-simple {

    padding: 15px;
}
.widget-simple:before,
.widget-simple:after {

    content:" ";
    display:table;
}
.widget-simple:after{

    clear:both;
}
.widget-simple .widget-image,
.widget-simple .widget-icon {

    margin: 0 15px;
}
.widget-simple .widget-image.pull-left,
.widget-simple .widget-icon.pull-left {

    margin-left: 0;
}
.widget-simple .widget-image.pull-right,
.widget-simple .widget-icon.pull-right {

    margin-right: 0;
}
.widget-simple .widget-content {

    font-size: 18px;
    margin: 12px 0;
}
.widget-simple .widget-content small {

    display: block;
    margin-top: 7px;
    font-size: 13px;
    font-weight: normal;
}
.widget-advanced .widget-header {

    position: relative;
    padding: 15px 15px 50px;
    height: 150px;
    overflow: hidden;
}
.widget-advanced .widget-background {

    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
}
.widget-advanced .widget-background-map {

    height: 180px;
    width: 100%;
}
.widget-advanced .widget-content-image {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    margin: 0;
    background: url('../img/template/ie8_opacity_dark_60.png') repeat;
    background: rgba(0, 0, 0, 0.6);
}
.widget-advanced .widget-main {

    position: relative;
    padding: 50px 15px 15px;
}
.widget-advanced .widget-image-container {

    position: absolute;
    display: inline-block;
    padding: 5px;
    width: 74px;
    height: 74px;
    top: -36px;
    left: 50%;
    margin-left: -36px;
    border-radius: 36px;
    background-color: #ffffff;
}
.widget-advanced .widget-header .widget-image-container {

    position: static;
    left: auto;
    top: auto;
    margin: 0;
}
.widget-advanced-alt .widget-header,
.widget-advanced-alt .widget-main {

    padding: 15px;
}
.widget-advanced-alt .widget-header {

    height: auto;
    min-height: 150px;
}

/* Content which contains floats */

.content-float .pull-left {

    margin: 0 20px 20px 0;
}
.content-float .pull-right {

    margin: 0 0 20px 20px;
}

/* Scroll to top link */

#to-top {

    display: none;
    position: fixed;
    bottom: 55px;
    left: 5px;
    border-radius: 3px;
    padding: 0 12px;
    font-size: 28px;
    text-align: center;
    color: #ffffff;
    background-color: #000000;
    opacity: 0.1;
    filter: alpha(opacity=10);
}

#to-top:hover {

    color: #ffffff;
    background-color: white;
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

/*

=================================================================

(#m05pgs) PAGES

=================================================================

*/

/* Login */

#login-background {

    width: 100%;
    height: 224px;
    overflow: hidden;
    position: relative;
}

#login-background > img {

    position: absolute;
    width: 2560px;
    height: 400px;
    left: 50%;
    margin-left: -1280px;
}

#login-container {

    position: absolute;
    width: 300px;
    top: 10px;
    left: 50%;
    margin-left: -150px;
    z-index: 1000;
}

#login-container .login-title {

    padding: 20px 10px;
    background: #444444;
    background: url('../img/template/ie8_opacity_dark_60.png') repeat;
    background: rgba(0, 0, 0, 0.6);
}

#login-container .login-title h1 {

    font-size: 26px;
    color: #ffffff;
}

#login-container .login-title small {

    font-size: 16px;
    color: #dddddd;
}

#login-container > .block {

    border: none;
}

#login-container .register-terms {

    line-height: 30px;
    margin-right: 10px;
    float: left;
}

/* Calendar */

.calendar-events {

    list-style: none;
    margin: 0;
    padding: 0;
}
.calendar-events li {

    color: #ffffff;
    margin-bottom: 5px;
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #555555;
    opacity: 0.85;
    filter: alpha(opacity=85);
}
.calendar-events li:hover {

    cursor: move;
    opacity: 1;
    filter: alpha(opacity=100);
}

/* Gallery */

.gallery img, .gallery a img, .gallery-image img, a[data-toggle="lightbox-image"] img {

    max-width: 100%;
}

a[data-toggle="lightbox-image"],

a.gallery-link {

    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.gallery a:hover img,
.gallery-image:hover img,

a[data-toggle="lightbox-image"]:hover img {

    opacity: 0.75;
    filter: alpha(opacity=75);
}
.gallery-image {

    position: relative;
}
.gallery-image-options {

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    padding: 10px;
}
.gallery-image:hover .gallery-image-options {

    display: block;
}
.gallery > .row > div {

    margin-bottom: 15px;
}
.gallery.gallery-widget > .row > div {

    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

/* Charts */

.pie-chart .pie-avatar {

    position: absolute;
    top: 8px;
    left: 8px;
}
.chart {

    height: 360px;
}
.chart-tooltip,
.mini-chart-tooltip {

    position: absolute;
    display: none;
    color: #ffffff;
    background-color: #000000;
    padding: 4px 10px;
}
.chart-pie-label {

     font-size: 12px;
     text-align: center;
     padding: 8px 12px;
     color: #ffffff;
}
.mini-chart-tooltip {

    left: 0;
    top: 0;
    visibility: hidden;
}

/* Timeline */

.timeline {

    position: relative;
}
.timeline-header {

    margin: 0;
    font-size: 18px;
    font-weight: normal;
    padding: 0 15px;
    min-height: 60px;
    line-height: 60px;
    background-color: #ffffff;
    border-bottom: 2px solid #f0f0f0;
    z-index: 500;
}
.timeline-list {

    list-style: none;
    margin: 0;
    padding: 0;
}
.timeline-list:after {

    position: absolute;
    display: block;
    width: 2px;
    top: 0;
    left: 95px;
    bottom: 0;
    content: "";
    background-color: #f0f0f0;
    z-index: 1;
}
.timeline-header + .timeline-list:after {

    top: 60px;
}
.timeline-list li {

    position: relative;
    margin: 0;
    padding: 15px 0;
}
.timeline-list.timeline-hover li:hover {

    background-color: #F2F5FA;
}
.timeline-list .timeline-icon {

    position: absolute;
    left: 80px;
    top: 10px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 15px;
    z-index: 500;
}
.timeline-list .active .timeline-icon {

    background-color: white;
    border-color: white;
    color: #ffffff;
}
.timeline-list .timeline-time {

    float: left;
    width: 70px;
    text-align: right;
}
.timeline-list .timeline-content {

    margin-left: 120px;
}
.block-content-full .timeline-content {

    padding-right: 20px;
}
.media-feed {

    margin-bottom: 0;
}
.media-feed > .media {

    margin-top: 0;
    padding: 20px 20px 0;
    border-top: 1px dotted #dbe1e8;
}
.media-feed > .media:first-child {

    border-top: none;
}
.media-feed.media-feed-hover > .media:hover {

    background-color: #F2F5FA;
}

/* Error */

#error-container {

    padding: 120px 20px;
    position: relative;
}

#error-container .error-options {

    position: absolute;
    top: 20px;
    left: 20px;
}

#error-container h1 {

    font-size: 96px;
    color: #ffffff;
    margin-bottom: 40px;
}

#error-container h2 {

    color: #cccccc;
    margin-bottom: 40px;
    line-height: 1.4;
}

#error-container form {

    padding: 20px;
    border-radius: 3px;
    background: #ffffff;
    background: url('../img/template/ie8_opacity_light_10.png') repeat;
    background: rgba(255, 255, 255, 0.1);
}

#error-container .form-control {

    border-color: #ffffff;
}

/* Pricing Table */

.table.table-pricing {

    background-color: #ffffff;
}
.table-pricing th,
.table-pricing td {

    text-align: center;
}
.table-pricing th {

    font-size: 24px !important;
}
.table-pricing td {

    font-size: 15px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.table-pricing .table-price {

    background-color: #F2F5FA;
}
.table-pricing.table-featured .table-price,
.table-pricing .table-price.table-featured {

    background-color: #252525;
}
.table-pricing.table-featured th,
.table-pricing th.table-featured {

    background-color: white;
    border-bottom: 2px solid #63726b;
    color: #ffffff;
}
.table-pricing.table-featured td,
.table-pricing td.table-featured {

    background-color: #63726b;
    color: #ffffff;
}

/*

=================================================================

(#m06bos) BOOTSTRAP OVERWRITE/EXTEND STYLES

=================================================================

*/

/* Navbar */

.navbar.navbar-default {

    background-color: #f9fafc;
}
.navbar.navbar-inverse {
    background-color: #666666;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    border-width: 0;
}

/* Typography */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

    font-family: Arial, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: bold;
	color:#6886b7;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small,

h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small,
.h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {

    font-weight: normal;
    color: #777777;
}

h1, h2, h3 {

    margin-bottom: 15px;
}
.text-primary,
.text-primary:hover,

a,

a:hover,

a:focus {

    /* color: white; */

}
.text-danger,
.text-danger:hover,

a.text-danger,

a.text-danger:hover,

a.text-danger:focus {

    color: #e74c3c;
}
.text-warning,
.text-warning:hover,

a.text-warning,

a.text-warning:hover,

a.text-warning:focus {

    color: #e67e22;
}
.text-success,
.text-success:hover,

a.text-success,

a.text-success:hover,

a.text-success:focus {

    color: #27ae60;
}
.text-info,
.text-info:hover,

a.text-info,

a.text-info:hover,

a.text-info:focus {

    color: #3498db;
}
.text-muted,
.text-muted:hover,

a.text-muted,

a.text-muted:hover,

a.text-muted:focus {

    color: #999999;
}

b, strong {

    font-weight: 600;
}

ul,

ol {

    padding-left: 30px;
}
.list-li-push li {

    margin-bottom: 10px;
}

p {

    line-height: 1.6;
}

article p {

    font-size: 16px;
    line-height: 1.8;
}
.well {

    background-color: #F2F5FA;
    border: 1px solid #eeeeee;
}
.page-header {

    border-bottom-width: 1px;
    border-bottom-color: #dddddd;
    margin: 30px 0 20px;
}
.sub-header {

    margin: 10px 0 20px;
    padding: 10px 0;
    border-bottom: 1px dotted #dddddd;
}

blockquote {

    border-left-width: 3px;
}

blockquote {

    margin: 20px 0;
    padding: 30px 60px 30px 20px;
    position: relative;
    width: 100%;
    border-color: #dedede;
}

blockquote:before {

    display: block;
    content: "\201C";
    font-family: serif;
    font-size: 96px;
    position: absolute;
    right: 10px;
    top: -30px;
    color: #dedede;
}

blockquote.pull-right:before {

    left: 10px;
    right: auto;
}

/* Forms */

label {
    font-weight: normal;
}

select {
    font-weight: normal;
	margin:0px 20px 0px 5px;
}

input[type="file"] {

    padding-top: 7px;
}
.psuedo_input{padding:0px;margin:0px;line-height:18px;margin:0px 5px 0px 5px;border-radius: 5px;border:1px solid #999999;padding:0px 0px 1px 5px;font-size:12px;display:inline-block}

input[type="date"]{padding:0px;margin:0px;line-height:18px;margin:0px 20px 0px 5px;box-shadow: 2px 2px 0px #CCCCCC;border-radius: 5px;border:1px solid #999999;padding:0px 0px 1px 5px;font-size:12px;}

input[type="text"].form-control,

input[type="password"].form-control,

input[type="email"].form-control,

textarea.form-control {

    -webkit-appearance: none;
}
.form-control-borderless .form-control,
.form-control-borderless .input-group-addon,
.form-control-borderless,
.form-control-borderless:focus {

    border: transparent !important;
}
.input-group {

    margin-top: 1px;
    margin-bottom: 1px;
}
.input-group .form-control {

    margin-top: 0;
}
.form-control {

    display: inline;
    height: 30px;
    padding: 4px;
margin:3px 10px 3px 4px;
    font-size: 12px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #999;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {

    border-color: white;
}
.help-block {

    color: #777777;
    font-weight: 400;
}
.input-group-addon {

    min-width: 45px;
    text-align: center;
    background-color: #ffffff;
    border-color: #dbe1e8;
}
.form-horizontal .control-label {

    margin-bottom: 5px;
}
.form-bordered {

    margin: -15px -15px -1px;
}
.modal-body .form-bordered {

    margin-bottom: -20px;
}
.form-bordered fieldset legend {

    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
	background-color:#efefef;
  color:white;
}
.form-bordered .form-group {

    margin: 0;
    border: none;
    padding: 15px;
    border-bottom: 1px dashed #dedede;
}
.form-bordered .form-group.form-actions {

    background-color: #f9fafc;
    border-bottom: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.form-horizontal.form-bordered .form-group {

    padding-left: 0;
    padding-right: 0;
	background-color:#efefef;
}
.form-bordered .help-block {

    margin-bottom: 0;
}
.has-success .help-block,
.has-success .control-label,
.has-success .input-group-addon,
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .radio,
.has-success .radio-inline {

    color: #27ae60;
}
.has-success .form-control,
.has-success .input-group-addon {

    border-color: #27ae60;
    background-color: #ffffff;
}
.has-success .form-control:focus {

    border-color: #166638;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .input-group-addon,
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .radio,
.has-warning .radio-inline {

    color: #e67e22;
}
.has-warning .form-control,
.has-warning .input-group-addon {

    border-color: #e67e22;
    background-color: #ffffff;
}
.has-warning .form-control:focus {

    border-color: #b3621b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .input-group-addon,
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .radio,
.has-error .radio-inline {

    color: #e74c3c;
}
.has-error .form-control,
.has-error .input-group-addon {

    border-color: #e74c3c;
    background-color: #ffffff;
}
.has-error .form-control:focus {

    border-color: #c0392b;
}

/* Form Wizards */

.wizard-steps {

    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
}
.form-bordered .wizard-steps {

    margin-bottom: 0;
}
.wizard-steps .row {

    margin: 0;
}
.wizard-steps .row div {

    padding: 15px 0;
    font-size: 15px;
    text-align: center;
}
.form-bordered .wizard-steps .row div {

    padding-top: 10px;
}
.wizard-steps span {

    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 1px solid white;
    border-radius: 50px;
}
.wizard-steps div.done span,
.wizard-steps div.active span {

    background-color: white;
    color: #ffffff;
}
.wizard-steps div.done span {

    opacity: 0.25;
    filter: alpha(opacity=25);
}
.wizard-steps div.active span {

    opacity: 1;
    filter: alpha(opacity=100);
}

/* Form Select Switches */

.switch {

    margin: 1px 0;
    position: relative;
    cursor: pointer;
}
.switch input {

    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}
.switch span {

    position: relative;
    display: inline-block;
    width: 54px;
    height: 28px;
    border-radius: 28px;
    background-color: #F2F5FA;
    border: 1px solid #dddddd;
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}
.switch span:after {

    content: "";
    position: absolute;
    left: 7px;
    top: 7px;
    bottom: 7px;
    width: 12px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 24px;
    -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.switch input:checked + span:after {

    left: 26px;
    width: 24px;
    top: 1px;
    bottom: 1px;
    border: none;
    -webkit-box-shadow: -2px 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.1);
}
.switch input:checked + span {

    background-color: #eeeeee;
}
.switch-default span {

    border-color: #dbe1e8;
}
.switch-default input:checked + span {

    background-color: #dbe1e8;
}
.switch-primary span {

    border-color: white;
}
.switch-primary input:checked + span {

    background-color: white;
}
.switch-info span {

    border-color: #7abce7;
}
.switch-info input:checked + span {

    background-color: #7abce7;
}
.switch-success span {

    border-color: #aad178;
}
.switch-success input:checked + span {

    background-color: #aad178;
}
.switch-warning span {

    border-color: #f7be64;
}
.switch-warning input:checked + span {

    background-color: #f7be64;
}
.switch-danger span {

    border-color: #ef8a80;
}
.switch-danger input:checked + span {

    background-color: #ef8a80;
}

/* Tables */

.table.table-vcenter th,
.table.table-vcenter td {

    vertical-align: middle;
}
.table-options {

    padding: 6px 0;
}

.th {
box-sizing: border-box;
line-height: 20px;
padding-left:10px;
}

table {
    font-size: 100%;
    font-style: normal;
    text-indent: initial;
}

.table tfoot > tr > th,
.table tfoot > tr > td {

    background-color: #f9fafc;
}
.table-borderless tbody > tr > th,
.table-borderless tbody > tr > td {

    border-top-width: 0;
}

.table tbody > tr > th,
.table tfoot > tr > th,
.table tbody > tr > td,
.table tfoot > tr > td,
.table tbody + tbody,
.table-borderless,
.table-borderless > thead > tr > th,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > th,
.table-borderless > tbody > tr > td,
.table-borderless > tfoot > tr > td {

    border-color: #666666;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {

    background-color: #dedede;
}

/* List Group */

.list-group-item {

    border-color: #dedede;
}

a.list-group-item.active,

a.list-group-item.active:hover,

a.list-group-item.active:focus {

    background-color: white;
    border-color: white;
}

a.list-group-item.active .list-group-item-text,

a.list-group-item.active:hover .list-group-item-text,

a.list-group-item.active:focus .list-group-item-text {

    color: #ffffff;
}

a.list-group-item:hover,

a.list-group-item:focus {

    background-color: #f9fafc;
}

a.list-group-item.active > .badge {

    background: url('../img/template/ie8_opacity_dark_40.png') repeat;
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
}

/* Navs */

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {

    color: #fff;
    background-color: white;
}
.nav > li i {

    font-size: 14px;
}
.nav-pills > .active > a > .badge {

    color: white;
}
.nav-stacked > li > a {

    margin: 4px 0 0;
}
.nav .caret,
.nav a:hover .caret,
.nav a:focus .caret {

    border-top-color: white;
    border-bottom-color: white;
}
.nav > li > a:hover,
.nav > li > a:focus {

    background-color: #f9fafc;
}
.nav-tabs {
    border-bottom-color: red;
	  border-radius:0px;
}
.nav-tabs > li {
    margin-bottom: 0;
}
.nav-tabs > li > a {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: -1px;
}
.nav-tabs > li > a:hover {
    border-color: #dedede;
    opacity:1.0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #0098ff;
    border-color: #dedede;
    border-bottom-color: transparent;
}
.nav-pills > li.active > a > .badge {
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
}
.dropdown-menu {
    padding: 0;
    font-size: 13px;
    border-color: #dbe1e8;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}
.dropdown-menu > li > a {

    padding: 6px 10px;
}
.dropdown-menu i {
  display:inline-block;
  float:right;
    color:#2191C0;
    line-height: 17px;
}
.dropdown-menu a:hover i {
    color:black;
}
.dropdown-menu .divider {

    margin: 2px 0;
    padding: 0 !important;
    background-color: #f0f0f0;
}

li.dropdown-header {

    padding: 5px 10px;
    color: #63726b;
    background-color: #f9fafc;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.dropdown-submenu {

    position: relative;
}
.dropdown-submenu > .dropdown-menu {

    top: 0;
    left: 100%;
    margin-top: -3px;
    margin-left: 0;
}
.dropdown-submenu:hover > .dropdown-menu {

    display: block;
}
.dropdown-submenu.pull-left {

    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {

    left: -100%;
    margin-left: 10px;
}
.collapse.in .dropdown.open .dropdown-menu {

    display: block;
    position: static;
    margin: 0 0 0 15px;
    left: auto;
    top: auto;
}
.pagination > li > a,
.pagination > li > span  {

    color: white;
    margin-left: 5px;
    margin-right: 5px;
    border: none !important;
    border-radius: 25px !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {

    background-color: white;
}
.pager > li > a,
.pager > li > span {

    border-color: #dedede;
}
.pager > li > a:hover,
.pagination > li > a:hover {

    background-color: white;
    border-color: white;
    color: #ffffff;
}
.pager > li.disabled > a:hover {

    border-color: #dedede;
}

/* Popover */

.popover-title {

    background: none;
    border: none;
    font-size: 17px;
    font-weight: 600;
}

/* Tooltip */

.tooltip {

    z-index: 1051;
}
.tooltip.in {

    opacity: 1;
    filter: alpha(opacity=100);
}
.tooltip-inner {

    padding: 4px 6px;
    background-color: #000000;
    color: #ffffff;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {

    border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {

    border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {

    border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {

    border-bottom-color: #000000;
}

/* Breadcrumps */

.breadcrumb {

    background-color: #ffffff;
}
.breadcrumb i {

    font-size: 12px;
}
.breadcrumb-top {

    margin: -10px -5px 10px;
    padding: 7px 100px !important;
    border-top: 1px solid #d3d9e4;
    border-bottom: 1px solid #d3d9e4;
    font-size: 12px;
}
.content-header + .breadcrumb-top,
.breadcrumb-top + .content-header {
    margin-top: -11px;
}
.breadcrumb > li + li:before {

    content: "\203a";
}

/* Progress Bars */

.progress,
.progress-bar {

    height: 20px;
    line-height: 20px;
}
.progress-bar-danger {

    background-color: #e74c3c;
}
.progress-bar-warning {

    background-color: #f39c12;
}
.progress-bar-success {

    background-color: #2ecc71;
}
.progress-bar-info {

    background-color: #3498db;
}

/* Modals */

.modal-content {

    border-radius: 3px;
}
.modal-header {

    padding: 15px 15px 14px;
    border-bottom: 1px solid #eeeeee;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.modal-title {

    font-weight: 300;
}
.modal-body {

    padding: 20px 15px;
}
.modal-body .nav-tabs {

    margin: 0 -15px 15px;
    padding: 0 5px !important;
}
.modal-footer {
    margin-top: 0;
    padding: 14px 15px 15px;
    border-top: 1px solid #eeeeee;
    background-color: #F2F5FA;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* Buttons */

.btn .gi,
.btn .hi,
.btn .si,
.btn .fi {

    line-height: 1;
}





.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,

fieldset[disabled] .btn-default:hover,

fieldset[disabled] .btn-default:focus,

fieldset[disabled] .btn-default:active,

fieldset[disabled] .btn-default.active {

    background-color: #dedede;
    border-color: #dedede;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,

fieldset[disabled] .btn-primary:hover,

fieldset[disabled] .btn-primary:focus,

fieldset[disabled] .btn-primary:active,

fieldset[disabled] .btn-primary.active {

    background-color: white;
    border-color: white;
    color: #ffffff;
}
.btn-danger {

    background-color: #ef8a80;
    border-color: #e74c3c;
    color: #ffffff;
}
.btn-danger.btn-alt {

    background-color: #ffffff;
    color: #e74c3c;
}
.btn-danger:hover {

    background-color: #e74c3c;
    border-color: #9c3428;
    color: #ffffff;
}
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .btn-danger.dropdown-toggle {

    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #ffffff;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,

fieldset[disabled] .btn-danger:hover,

fieldset[disabled] .btn-danger:focus,

fieldset[disabled] .btn-danger:active,

fieldset[disabled] .btn-danger.active {

    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #ffffff;
}
.btn-warning {

    background-color: #f7be64;
    border-color: #f39c12;
    color: #ffffff;
}
.btn-warning.btn-alt {

    background-color: #ffffff;
    color: #f39c12;
}
.btn-warning:hover {

    background-color: #f39c12;
    border-color: #b3730c;
    color: #ffffff;
}
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .btn-warning.dropdown-toggle {

    background-color: #f39c12;
    border-color: #f39c12;
    color: #ffffff;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,

fieldset[disabled] .btn-warning:hover,

fieldset[disabled] .btn-warning:focus,

fieldset[disabled] .btn-warning:active,

fieldset[disabled] .btn-warning.active {

    background-color: #f39c12;
    border-color: #f39c12;
    color: #ffffff;
}
.btn-success {

    background-color: #aad178;
    border-color: #7db831;
    color: #ffffff;
}
.btn-success.btn-alt {

    background-color: #ffffff;
    color: #7db831;
}
.btn-success.activec {

    background-color: #7db831;
    border-color: #578022;
    color: #ffffff;
}
.btn-success:hover {

    background-color: #7db831;
    border-color: #578022;
    color: #ffffff;
}
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .btn-success.dropdown-toggle {

    background-color: #7db831;
    border-color: #7db831;
    color: #ffffff;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,

fieldset[disabled] .btn-success:hover,

fieldset[disabled] .btn-success:focus,

fieldset[disabled] .btn-success:active,

fieldset[disabled] .btn-success.active {

    background-color: #7db831;
    border-color: #7db831;
    color: #ffffff;
}
.btn-info {

    background-color: #66CCFF;
    border-color: #3498db;
    color: black;
}
.btn-info.btn-alt {

    background-color: #ffffff;
    color: #3498db;
}
.btn-info:hover {

    background-color: #3498db;
    border-color: #2875a8;
    color: #ffffff;
}
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .btn-info.dropdown-toggle {

    background-color: #3498db;
    border-color: #3498db;
    color: #ffffff;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,

fieldset[disabled] .btn-info:hover,

fieldset[disabled] .btn-info:focus,

fieldset[disabled] .btn-info:active,

fieldset[disabled] .btn-info.active {

    background-color: #3498db;
    border-color: #3498db;
    color: #ffffff;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link.btn-icon:hover,
.btn-link.btn-icon:focus {

    color: white;
}
.btn-link.btn-icon {

    color: #999999;
}
.btn-link.btn-icon:hover,
.btn-link.btn-icon:focus {

    text-decoration: none;
}
.block-options .btn {

    border-radius: 15px;
    padding-right: 8px;
    padding-left: 8px;
    min-width: 30px;
    text-align: center;
}

/* Panels */

.panel {

    margin-bottom: 20px;
}
.panel-heading {

    padding: 15px;
}
.panel-title {

    font-size: 14px;
}
.panel-default > .panel-heading {

    background-color: #F2F5FA;
}
.panel-group {

    margin-bottom: 20px;
}

/* Pre, Code */

pre {

    background: #151515;
    overflow: scroll;
}

code {

    border: 1px solid #fad4df;
    margin: 1px 0;
    display: inline-block;
}
.btn code {

    display: inline;
    margin: 0;
}

/* Alerts */

.alert {

    border-top-width: 0;
    border-right-width: 2px;
    border-bottom-width: 0;
    border-left-width: 2px;
}
.alert-danger {

    color: #e74c3c;
    background-color: #ffd1cc;
    border-color: #ffb8b0;
}
.alert-danger .alert-link {

    color: #e74c3c;
}
.alert-warning {

    color: #e67e22;
    background-color: #ffe4cc;
    border-color: #ffd6b2;
}
.alert-warning .alert-link {

    color: #e67e22;
}
.alert-success {

    color: #27ae60;
    background-color: #daf2e4;
    border-color: #b8e5cb;
}
.alert-success .alert-link {

    color: #27ae60;
}
.alert-info {

    color: #3498db;
    background-color: #dae8f2;
    border-color: #b8d2e5;
}
.alert-info .alert-link {

    color: #3498db;
}
.alert-dismissable .close {

    top: -5px;
    right: -25px;
}

/* Alternative Alerts */

.alert.alert-alt {

    margin: 0 0 2px;
    padding: 5px;
    font-size: 12px;
    border-width: 0;
    border-left-width: 2px;
}
.alert.alert-alt small {

    opacity: 0.75;
    filter: alpha(opacity=75);
}
.alert-alt.alert-dismissable .close {

    right: 0;
}
.alert-alt.alert-dismissable .close:hover {

    color: #ffffff;
}
.alert-danger.alert-alt {

    border-color: #e74c3c;
}
.alert-warning.alert-alt {

    border-color: #e67e22;
}
.alert-success.alert-alt {

    border-color: #27ae60;
}
.alert-info.alert-alt {

    border-color: #3498db;
}
.sidebar-content .alert.alert-alt {

    margin-left: -10px;
    padding-left: 10px;
    background: transparent;
    color: #ffffff;
}

#sidebar-alt .sidebar-content .alert.alert-alt {

    margin-left: 0;
    margin-right: -10px;
    padding-left: 0;
    padding-right: 10px;
}

#sidebar-alt .sidebar-content .alert.alert-alt {

    border-width: 0;
    border-right-width: 2px;
}

/* Labels, Badges */

.label,
.badge {

    font-weight: normal;
    font-size: 90%;
}
.label {

    padding: 1px 4px;
	font-weight:normal;
}
.badge {

    background: url('../img/template/ie8_opacity_dark_30.png') repeat;
    background: rgba(0, 0, 0, 0.3);
    padding: 3px 6px;
}
.label-danger {

    background-color: #e74c3c;
}
.label-danger[href]:hover,
.label-danger[href]:focus {

    background-color: #ff5542;
}
.label-warning {

    background-color: #e67e22;
}
.label-warning[href]:hover,
.label-warning[href]:focus {

    background-color: #ff8b26;
}
.label-success {

    background-color: #27ae60;
}
.label-success[href]:hover,
.label-success[href]:focus {

    background-color: #2cc76c;
}
.label-info {

    background-color: #2980b9;
}
.label-info[href]:hover,
.label-info[href]:focus {

    background-color: #2f92d4;
}
.label-primary {

    background-color: white;
}
.label-primary[href]:hover,
.label-primary[href]:focus {

    background-color: #5ac5e0;
}
.label-default {
    background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #777777;
}

/* Carousel */

.carousel-control.left,
.carousel-control.right,
.carousel-control.left.no-hover:hover,
.carousel-control.right.no-hover:hover {
    background: none;
}
.carousel-control.left:hover,
.carousel-control.right:hover {
    background: url('../img/template/ie8_opacity_dark_30.png') repeat;
    background: rgba(0, 0, 0, 0.30);
}
.carousel-control span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control i {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}

/* Bottom Margin */

p, .table, .alert, .carousel {
    margin-bottom: 20px;
}

/* Removing shadows and radius */

.navbar-form-custom .form-control,
.navbar,
.dropdown-menu,
.tooltip-inner,
.breadcrumb,
.alert.alert-alt {
    border-radius: 0;
}

/*

=================================================================

(#m07hes) HELPERS

=================================================================

*/

.push-bit {
    margin-bottom: 10px !important;
}
.push {
    margin-bottom: 15px !important;
}
.push-top-bottom {
    margin-top: 40px;
    margin-bottom: 40px;
}
.lt-ie9 .hidden-lt-ie9 {
    display: none !important;
}
.display-none {
    display: none;
}
.remove-margin {
    margin: 0 !important;
}
.remove-padding {
    padding: 0 !important;
}
.remove-radius {
    border-radius: 0 !important;
}
.remove-box-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.remove-transition {
    -moz-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}

:focus {
    outline: 0 !important;
}

/*

=================================================================

(#m08ths) THEMES

=================================================================

*/

/* Alternative Main Style */

.style-alt #page-content {
    background-color: #ffffff;
}
.style-alt .block {
    border-color: #dbe1e8;
}
.style-alt .block.block-alt-noborder {
    border-color: transparent;
}
.style-alt .block-title {
}
.style-alt .content-header + .breadcrumb-top,
.style-alt .breadcrumb-top + .content-header,
.style-alt #page-content + footer {
    background-color: #666666;
}
.style-alt .content-header,
.style-alt .breadcrumb-top {
    border-bottom-color: #dedede;
}
.style-alt #page-content + footer {
    border-top-color: #666666;
}
.style-alt .widget {
    background-color: #f6f6f6;
}
/* Test Circle used in Color Themes Page */

.test-circle {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-radius: 50px;
    background-color: #eeeeee;
    border: 2px solid #cccccc;
    color: #ffffff;
    margin-bottom: 15px;
}

/* Default Color Theme specific colors */

.themed-color {
    color: white;
}
.themed-border {
    border-color: white;
}
.themed-background {
    background-color: white;
}
.themed-color-dark {
    color: #63726b;
}
.themed-border-dark {
    border-color: #63726b;
}
.themed-background-dark {
    background-color: #63726b;
}
.mobile_center { text-align: center; }

/*

=================================================================

(#m09res) RESPONSIVE

=================================================================

*/

/* Small devices, Tablets (>767px) */

@media screen and (min-width: 768px) {

    /* General */

    #login-background {
        height: 400px;
    }

    #login-background > img {
        top: 0;
    }

    #login-container {
        width: 480px;
        top: 186px;
        margin-left: -240px;
    }

    #page-content {
        padding: 20px 20px 1px;
    }

    .header-section,
    .breadcrumb-top,
    .block,
    .block.full,
    .modal-body,
    #page-content + footer {
        padding-left: 20px;
        padding-right: 20px;
    }
    .block .block-content-full {
        margin: -20px -20px -1px;
    }

    .block.full .block-content-full {
        margin: -20px;
    }

    .content-header,
    .content-top,
    .breadcrumb-top {
        margin: -20px -20px 20px;
    }

    .content-header + .breadcrumb-top,
    .breadcrumb-top + .content-header {
        margin-top: -21px;
    }

    .block,

    .widget {

        margin-bottom: 20px;
    }

    .block-title,

    .block-top {

        margin-left: -20px;
        margin-right: -20px;
		border:0px solid #ffffff;
    }

    /* Forms */

    .form-bordered {

        margin-left: -20px;
        margin-right: -20px;
    }

    .form-bordered .form-group {

        padding-left: 20px;
        padding-right: 20px;
    }

    .form-horizontal.form-bordered .form-group {

        padding-left: 5px;
        padding-right: 5px;
    }

    /* Tabs */

    .nav-tabs > li > a {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 3px;
        margin-right: 3px;
        opacity:1;
    }

	.mobile_center { text-align: left; }

	.mobile_center:last-child { text-align: right; }

}



/* Medium devices, Desktops (>991px) */

/* @media (min-width: 1281px) { */

@media (min-width: 992px) {

    /* Sidebar Animations */

    .sidebar-no-animations #sidebar,

    .sidebar-no-animations #sidebar-alt {

        -webkit-transition: opacity 0.5s linear, background-color 0.2s ease-out;
        transition: opacity 0.5s linear, background-color 0.2s ease-out;
    }

    .sidebar-no-animations #main-container,
    .sidebar-no-animations.header-fixed-top header.navbar-fixed-top,
    .sidebar-no-animations.header-fixed-bottom header.navbar-fixed-bottom,
    .sidebar-no-animations.footer-fixed #page-content + footer {
        -webkit-transition: none;
        transition: none;
    }

    /* Reset sidebar classes used only on small screens */

    .sidebar-visible-xs #sidebar,
    .sidebar-alt-visible-xs #sidebar-alt {
        width: 0;
    }

    .sidebar-visible-xs #main-container,
    .sidebar-alt-visible-xs #main-container {
        margin-left: 0;
        margin-right: 0;
    }

    .sidebar-visible-xs.header-fixed-top header.navbar-fixed-top,

    .sidebar-visible-xs.header-fixed-bottom header.navbar-fixed-bottom,

    .sidebar-alt-visible-xs.header-fixed-top header.navbar-fixed-top,

    .sidebar-alt-visible-xs.header-fixed-bottom header.navbar-fixed-bottom,

    .sidebar-visible-xs.footer-fixed #page-content + footer,

    .sidebar-alt-visible-xs.footer-fixed #page-content + footer {

        right: 0;
        left: 0;
    }

    /* Both Sidebars */

    #sidebar,

    #sidebar-alt,

    .sidebar-partial #sidebar,

    .sidebar-alt-partial #sidebar-alt {

        width: 0;
        opacity: 0.2;
        filter: alpha(opacity=20);
    }

    .sidebar-partial #sidebar,

    .sidebar-alt-partial #sidebar-alt {

        /* width: 65px; */
        width: 0px;
    }

    .sidebar-partial #sidebar:hover,
    .sidebar-visible-lg #sidebar,
    .sidebar-visible-lg.sidebar-partial #sidebar,
    .sidebar-alt-partial #sidebar-alt:hover,
    .sidebar-alt-visible-lg #sidebar-alt,
    .sidebar-alt-visible-lg.sidebar-alt-partial #sidebar-alt {
        width: 200px;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .sidebar-partial #sidebar .sidebar-brand i,
    .sidebar-alt-partial #sidebar-alt .sidebar-brand i {
        display: none;
    }

    .sidebar-partial #sidebar:hover .sidebar-brand i,
    .sidebar-visible-lg #sidebar .sidebar-brand i,
    .sidebar-alt-partial #sidebar-alt:hover .sidebar-brand i,
    .sidebar-alt-visible-lg #sidebar-alt .sidebar-brand i {
        display: inline-block;
    }

    /* Main Sidebar */

    .sidebar-partial #main-container {
        /* margin-left: 65px; */
        margin-left: 0px;
    }

    .sidebar-partial #sidebar:hover + #main-container,
    .sidebar-visible-lg #main-container {
        margin-left: 200px;
    }

    .sidebar-partial.footer-fixed #main-container #page-content + footer,
    .sidebar-partial.header-fixed-top header.navbar-fixed-top,
    .sidebar-partial.header-fixed-bottom header.navbar-fixed-bottom {
        left: 0px;
    }

    .sidebar-partial #sidebar:hover + #main-container header.navbar-fixed-top,
    .sidebar-partial #sidebar:hover + #main-container header.navbar-fixed-bottom,
    .sidebar-partial #sidebar:hover + #main-container #page-content + footer,
    .sidebar-visible-lg.header-fixed-top header.navbar-fixed-top,
    .sidebar-visible-lg.header-fixed-bottom header.navbar-fixed-bottom,
    .sidebar-visible-lg.footer-fixed #main-container #page-content + footer {
        left: 200px;
    }

    /* Alternative Sidebar */

    .sidebar-alt-partial #main-container {
        margin-right: 65px;
    }

    .sidebar-alt-partial #sidebar-alt:hover ~ #main-container,
    .sidebar-alt-visible-lg #main-container {
        margin-right: 200px;
    }

    .sidebar-alt-partial.footer-fixed #main-container #page-content + footer,
    .sidebar-alt-partial.header-fixed-top header.navbar-fixed-top,
    .sidebar-alt-partial.header-fixed-bottom header.navbar-fixed-bottom {
        right: 65px;
    }

    .sidebar-alt-partial #sidebar-alt:hover ~ #main-container header.navbar-fixed-top,
    .sidebar-alt-partial #sidebar-alt:hover ~ #main-container header.navbar-fixed-bottom,
    .sidebar-alt-partial #sidebar-alt:hover ~ #main-container #page-content + footer,
    .sidebar-alt-visible-lg.header-fixed-top header.navbar-fixed-top,
    .sidebar-alt-visible-lg.header-fixed-bottom header.navbar-fixed-bottom,
    .sidebar-alt-visible-lg.footer-fixed #main-container #page-content + footer {
        right: 200px;
    }

	.mobile_center { text-align: left; }
	.mobile_center:last-child { text-align: right; }

}

/* Large devices, Desktops (>1199px) */

@media (min-width: 1200px) {

    /* Main Layout */

    .header-fixed-top .sidebar-content,
    .header-fixed-bottom .sidebar-content {
        padding-bottom: 0;
    }

    /* General */

    article p {
        font-size: 19px;
        line-height: 1.9;
    }
}

/*

=================================================================

(#m10rts) RETINA

=================================================================

*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),

only screen and (-moz-min-device-pixel-ratio: 1.5),

only screen and (-o-min-device-pixel-ratio: 3/2),

only screen and (min-device-pixel-ratio: 1.5) {

    /* If you used a CSS img background, you can put your high resolution here */

}
.getcard,.getcard_2,.getcard_3,.getcard_bac ,.getcard_steam,.getcard_pd,.getcard_forget,.getcard_4,.getcard_ag{

	 min-height: 250px;
	width: 400px;
	position: absolute;
	left: 33%;
	top: 50px;
	background-color: #cfcecc;
	border: medium solid #666;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
z-index:55;
display:none;
}

.links{ margin:0px; padding:0px;}
.links li{ list-style:none; padding:2px 0px;}
 .sp:hover {
        background: none !important;
 }
.navbar-default .nav.navbar-nav-custom > li.open > a.sp, .navbar-default .nav.navbar-nav-custom > li > a.sp:hover, .navbar-default .nav.navbar-nav-custom > li > a.sp:focus { color: #000; }
.header-section { padding-left:100px;padding-right:100px; }

td { box-sizing: border-box;padding-left:10px}

.filter_label{ padding:0px 20px;}
.filter_input{ max-width:250px; display:inline;}
.image_file{ width:160px; margin-top:-7px; float:left;}
.image_span1{ display:inline-block; margin-top:5px;}
.image_span2{ display:block; margin:7px 0px 0px;}
.default_radio{ float:left; margin:-1px 6px 0px !important;}
.block { border-color: #666; border-radius: 0px; }
.block .block-title { border-radius: 0px; }
.input-lg {
    padding: 4px;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 5px;
}
.footer_form_settings .padd0{padding:0px !important;}
.header-section table th h1 {

    visibility: hidden;
}

/*  css/theme/jefe.css*/

header-section/*

 *  Document   : modern.css

 *  Author     : pixelcave

 *  Description: THEME MODERN

 *

 */

/* Main Dark Colors */

body,
.nav.navbar-nav-custom > li > a,
.navbar-default .navbar-nav > li > a,
.form-control,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
li.dropdown-header,
.chosen-container-single .chosen-single,
.themed-color-dark {
    color: #3b3f40;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Arial, Helvetica, Arial, sans-serif;
	color:#000000;
}
.nav.navbar-nav-custom > li > a {

    min-width: 50px;
    padding: 5px 7px;
    line-height: 40px;
    text-align: center;
    color: #444444;
    position: relative;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #000;
	font-weight: bold;
	border:1px solid #8b9791;
	border-bottom:1px solid white;
}
.sidebar-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    background-color:#444444;
}
.navbar-inverse .nav.navbar-nav-custom > li > a {
    color: #444444;
}
.nav.navbar-nav-custom > li.open > a,
.nav.navbar-nav-custom > li > a:hover,
.nav.navbar-nav-custom > li > a:focus {
    background-color: white;
    color: #444444;
}
.nav.navbar-nav-custom > li > a > img {
    width: 40px;
    height: 40px;
    border: 0px solid #fff;
    border-radius: 0px;
    vertical-align: top;
	color: #444444;
}
.dataTables_wrapper > div {
	padding: 8px 0px 3px 0px;
    width: auto;
    border: 0px solid #eaedf1;
    border-top-width: 0;
	color:#393330;
}

tr td th div {vertical-align: middle !important;}
.btn-primary {background-color:#2191C0 !important;border:0px solid #000000 !important}

#page-container,

#sidebar,

#sidebar-alt,0px solid #006534

.table-pricing.table-featured td,
.table-pricing td.table-featured,
.themed-background-dark {

background-color:#8b9791;
}
.sidebar-nav ul {

    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    background-color:#333333;
}
.sidebar-nav ul ul {

    background-color:#333333;
	color:#6886B7 !important;
}
.themed-border-dark {
    border-color: #3b3f40;
}
<<<<<<< HEAD
=======
.pull-right {
  margin: 0px 0px 0px 0px;
}
>>>>>>> parent of 0f8d41d... Update style.css

header.navbar-inverse.navbar-fixed-bottom {

    border-top-color: #3b3f40;
}

header.navbar-inverse.navbar-fixed-top,
.table-pricing.table-featured th,
.table-pricing th.table-featured {
    border-bottom-color: #3b3f40;
	background-color: #333333 !important;color:#FFFFFF !important;
}
.navbar.navbar-inverse {
    background-color: #333333 !important;color:#FFFFFF !important;
}

/* Main Light Colors */

H1 {color:#000000;
	padding:0px;
	margin:0px;
	font-family: 'Abel', sans-serif !important;
}
.headersection{background-color:#666666}
.sidebar-nav li a,
.header-section h1 i,

blockquote:before {

    color: #ccc;text-decoration: none;
}
.sidebar-nav li li {

background-color:#333333;
	text-decoration: none;
	color:white;
}
.sidebar-nav-menu {
	color:white !important;
}



.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th,

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active,
.slider-track {
    background-color: #ffffff;
}


.sidebar-user { background-color: #333333;border-bottom:0px solid white;text-align: left; }

blockquote,
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td,
.table tbody + tbody,
.table-borderless,
.table-borderless > thead > tr > th,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > tbody > tr > td,
.table-borderless > tfoot > tr > td,
.list-group-item,
.pager > li > a,
.pager > li > span,
.pager > li.disabled > a:hover,
.dropzone,

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
    border: 0px solid #ffffff;
}


.nav-tabs > li > a {
	border-top:1px solid #d3d9e4;
	border-left:1px solid #d3d9e4;
	border-right:1px solid #d3d9e4;
	border-bottom:1px solid #d3d9e4;
	color:#8b9791;
  background-color:transparent;
}
.nav-tabs > li > a:hover {
	border-top:1px solid #d3d9e4;
	border-left:1px solid #d3d9e4;
	border-right:1px solid #d3d9e4;
	border-bottom:1px solid #d3d9e4;
	color:#000000;
  background-color:#ffffff;
  opacity:1;
}

header.navbar-default.navbar-fixed-bottom,
.content-header,

li.dropdown-header,
.style-alt footer {

    border-top-color: #ffffff;
	background-color:#ecf1f3;
}

header.navbar-default.navbar-fixed-top,
.block-title,
.form-bordered .form-group,
.wizard-steps,
.nav-tabs,
li.dropdown-header,
.style-alt .content-header,
.style-alt {
	margin-top:15px;
}

fieldset {
	border:1px solid #eeeeee
;
	padding:0px 20px 10px 20px !important;
	border-radius:5px;background-color:white;
}
.block-title h2 { background-color: #555555; color:#eeeeee }
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-color: #d3d9e4;
    opacity:1;
    color: #2191C0;
    border-bottom-color: white;
}
.block-title .nav-tabs > li.active > a,
.block-title .nav-tabs > li.active > a:hover,
.block-title .nav-tabs > li.active > a:focus {
    border-color: #8b9791;
}
.tab-content {
    box-sizing: border-box;
    padding: 15px 15px 0px 15px;
    background: #fff;
    border:1px solid #d3d9e4;
    border-top:0px solid white;
    margin: 0px;
}
ul.nav.nav-tabs {
    border-bottom: 1px solid #d3d9e4 !important;}
.block-title,
.navbar.navbar-default,
.form-bordered .form-group.form-actions1,
.table tfoot > tr > th,
.table tfoot > tr > td,
a.list-group-item:hover,
a.list-group-item:focus,
.nav > li > a:hover,
.nav > li > a:focus,
li.dropdown-header,
.style-alt .content-header + .breadcrumb-top,
.style-alt .breadcrumb-top + .content-header,
.style-alt footer,
.dropzone {
    color:#726563;
}
.breadcrumbtitle {font-weight:bold;text-transform: uppercase;color:blue;}
.switch-default input:checked + span,
.style-alt .block-title {
    background-color: #AAAAAA;
}
.block { background-color: transparent;	color:#393330; }
.block,
.form-control,
.input-group-addon,
.switch-default span,
.dropdown-menu,
.style-alt .block,
.chosen-container-single .chosen-single,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices,
div.tagsinput {
    border-color: #999999;
}

footer,
.media-feed > .media {
  border-top-color: #BBBBBB;
	background-color:white;
	padding: 0px 15px;
	border-top:1px solid #86c5a6;
}
.content-header {height:80px}
.content-top,
.block-top,
.style-alt .block-title {
    border-bottom-color: #BBBBBB;
}
.content-header-media {
    border-top-color: #222222;
}

/* Main Highlight Colors */

.text-primary,
.text-primary:hover,
a,
a:hover,
a:focus,
.nav-pills > .active > a > .badge,
.pagination > li > a,
.pagination > li > span,
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link.btn-icon:hover,
.btn-link.btn-icon:focus,
.themed-color {
    color: #444444;
}
.sidebar-scroll {background:#333333}
.nav.navbar-nav-custom > li.open > a,
.nav.navbar-nav-custom > li > a:hover,
.nav.navbar-nav-custom > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus,
a.sidebar-brand:hover,
a.sidebar-brand:focus,
a.sidebar-title:hover,
a.sidebar-title:focus,
#to-top:hover,
.timeline-list .active .timeline-icon,
.table-pricing.table-featured th,
.table-pricing th.table-featured,
.wizard-steps div.done span,
.wizard-steps div.active span,
.switch-primary input:checked + span,
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pager > li > a:hover,
.pagination > li > a:hover,
.label-primary,
.chosen-container .chosen-results li.highlighted,
.chosen-container-multi .chosen-choices li.search-choice,
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
.bootstrap-timepicker-widget table td a:hover,

div.tagsinput span.tag,
.slider-selection,
.themed-background {
    background-color: #ffffff;
	color:#333333 !important;
}
.timeline-list .active .timeline-icon,
.form-control:focus,
.wizard-steps span,
.switch-primary span,
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus,
.pager > li > a:hover,
.pagination > li > a:hover,
.chosen-container .chosen-drop,
.chosen-container-multi .chosen-choices li.search-choice,
.chosen-container-active .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container-active .chosen-choices,
div.tagsinput span.tag,
.themed-border {
    border-color: #819ecd;
}
.nav .caret,
.nav a:hover .caret,
.nav a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}
.sidebar-nav a {
	border-bottom:0px solid #006096;
	color: white;
}
.sidebar-nav a.active,
.sidebar-nav ul a.active,
.sidebar-nav ul a.active:hover {
    border-left: 10px solid #ffd386;
	border-bottom: 0px solid #ffd386;
	border-top: 0px solid #ffd386;
	background-color: #d3d9e4
;
	color: #ffffff;
	padding-left: 5px;
	text-shadow:0px !important;
	font-style:italic;
	font-weight:bold;
}
.sidebar-nav a:hover,
.sidebar-nav a.open,
.sidebar-nav li.active > a {

    color: #ffffff;
    text-decoration: none;
    background: #006096;
}

/* NProgress */

#nprogress .bar {
    background-color: #819ecd;
}

#nprogress .peg {
    box-shadow: 0 0 10px #819ecd, 0 0 5px #819ecd;
}

#nprogress .spinner-icon {
    border-top-color:  #819ecd;
    border-left-color: #819ecd;
}

/* FullCalendar buttons */

.fc-state-default {
    background-color: #6ae2eb;
    border-color: #819ecd;
}
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    background-color: #819ecd;
}
.fc-state-highlight {
    background-color: #fafcfc;
}

/* Specific for default & primary button */

.btn-default {
    background-color: #f0f4f5;
    border-color: #BBBBBB;
    color: #3b3f40;
}
.btn-default:hover {
    background-color: #ffffff;
    border-color: #c2cecf;
}
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .btn-default.dropdown-toggle {
    background-color: #dfe5e5;
    border-color: #dfe5e5;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #dfe5e5;
    border-color: #dfe5e5
}
.btn-primary {
    background-color: #6AE2EB;
    border-color: #6886b8;
}
.btn-primary.btn-alt {

    color: #819ecd;
}
.btn-primary:hover {
    background-color: #819ecd;
    border-color: #15a8b3;
    color: #ffffff;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .btn-primary.dropdown-toggle {

    background-color: #819ecd;
    border-color: #819ecd;
    color: #ffffff;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #819ecd;
    border-color: #819ecd;
}
.iconbar {
	color:#ffffff;
  background-color:#3498db;
  border-radius:4px;
  height:35px;
  width:45px;
  line-height: 35px;
	text-decoration: none;
	border:0px solid #000000;
	text-align: center;
	font-size:20px;
	margin-left:auto;
	margin-right:auto;
}
.iconbar a {color:#ffffff;
text-decoration:none;
}
.iconbar a:hover {
	color:#000000;
  text-decoration:none;
}
.sidebar-nav a > .sidebar-nav-indicator, .sidebar-nav-submenu a > .sidebar-nav-indicator { color: #fff9c7;  }
.sidebar-nav a:hover > .sidebar-nav-indicator, .sidebar-nav-submenu a:hover > .sidebar-nav-indicator { color: #fff9c7;  }
.sidebar-nav a.open > .sidebar-nav-indicator, .sidebar-nav-submenu a.open > .sidebar-nav-indicator { color: #fff9c7;  }
.sidebar-nav li.active > a > .sidebar-nav-indicator, .sidebar-nav-submenu li.active > a > .sidebar-nav-indicator { color: #fff9c7;  }
.sidebar-section.sidebar-user { padding: 12px 10px; }
.sidebar-section.sidebar-user .sidebar-user-name {font-size:12px; display: inline-block; margin-top: 0; }
.sidebar-section.sidebar-user .sidebar-user-links { display: inline-block; float: left; }
header.navbar-inverse.navbar-fixed-top { border-bottom: none;
background-color:#333333;color:white !important;}
.navbar-inverse .nav.navbar-nav-custom > li > a {
    /* color: #393330; */
    color: #fff;
}
.btn-success { background-color: #007312 !important; border:1px solid #000000 !important; }
.btn-success:hover { background-color: #009418 !important; !important;}
.btn-success:active { background-color: #007312 !important; border:1px solid #000000 !important; }
.btn-success:visited { background-color: #007312 !important; border:1px solid #000000 !important; }
.btn-success:disabled { background-color: #828282 !important; border:1px solid #cccccc !important; }

fieldset legend {
	margin-top:15px;
	border-radius:6px;
  background-color:#66CCFF;
	color:black;
    padding:3px 20px 4px 20px !important;
}

legend {color:#FFFFFF }
.tab-pane-x{
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background-color:white;
	padding:10px 0px 0px 0px;
	display:block;
}

body {
	background-color: #E3E3E3;
}
input[type="button"]{cursor:pointer;}
input[type="submit"]{cursor:pointer;}
.width_300{width:300px;}
	.p_individual_order_div{
		float: left;
		margin-bottom: 20px;
		border: 1px solid #6B6A69;
		padding: 10px;
		background-color: #E2E1E0;
	}.getcard,.getcard_2,.getcard_3,.getcard_bac ,.getcard_steam,.getcard_pd,.getcard_forget,.getcard_4,.getcard_ag{
	 min-height: 250px;
/* 	height: auto;
 */	width: 400px;
	/* position: fixed;  */
	position: absolute;
	left: 33%;
	top: 50px;
	background-color: #cfcecc;
	border: medium solid #666;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
z-index:55;
display:none;
}.coupon_info {
    background-color: #cfcecc;
    border: medium solid #666666;
    border-radius: 10px 10px 10px 10px;
    display: none;
    left: 33%;
    position: fixed;
    top: 50px;
    width: 400px;
    z-index: 55;
}
.settings {

	width: 938px;
	text-align: left;
	position: relative;
}
.accountname {
	height: auto;
	width: 938px;
}
.thumbnail {
	position: absolute;
	height: 100px;
	width: 150px;
	left: 219px;
	top: 44px;
}
.orderoptions {
	height: 100px;
	width: 214px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	weight:bold;
	color:#006600
}
.accountheader {
	font-size: 14px;
	color: #004600;
}

.thead_new {background-color:#3498db;color:white;vertical-align: middle;border-left: 1px solid #3498db; border-right: 1px solid #3498db; padding:5px;border-bottom:0px solid #ffffff;}

.HeaderText {
	font-family: 'Cuprum', sans-serif;
	font-size: 24px;
	color: #CC0000;
	width:270px;
	/*margin-left: 21px;	*/
}
.orderbox {
	padding:10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #888888;
	margin:10px;
	align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position:absolute;
	width:940px;
	background-color: #E7E7E7;
}
.infobox {
	padding:5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 5px;
	border: 1px solid #888888;
	align:left;
	margin-left:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position:relative;
	float:left;
	width:200px;
	background-color: #FFC;
	line-height:18px;
}
.infobox1 {
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 5px;
	border: 1px solid #888888;
	align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	float: left;
	width: 180px;
	background-color: #B3FFBD;
	line-height: 20px;
}
.infobox2 {
	margin-left:10px;
	align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position:relative;
	float:left;
	width:500px;
}
.orderproduct {
	font-size:16px;
	weight:bold;
	color:#000000;
}
.orderoptions1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 18px;
}
.orderproduct1 {	font-size:16px;
	weight:bold;
	color:#000000;
}
.infobox3 {	padding:5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 5px;
	border: 1px solid #888888;
	align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position:relative;
	float:left;
	width:150px;
	background-color: #FFC;
	line-height:18px;
}
.infobox4 {	padding:5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 5px;
	border: 1px solid #888888;
	align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position:relative;
	float:left;
	width:150px;
	background-color: #FFC;
	line-height:18px;
}
	.nav_link_div {
		margin: 20px;
		color: blue;
		font-size: 16px;
	}
	.nav_link_div .page_link {

		background-color: #E2E1E0;
		color: blue;
	}
	.nav_link_div .page_link a{
		color: blue;
		padding: 5px;
		font-size: 18px;
	}
.right_content{
	float:left; width:973px;margin-left:22px;margin-top:-5px;
}
/*----Shifts Page-----*/
#shift_results{
width:950px;
}
/*----Products Page-----*/
#emp_results{
width:950px;
}
#pro_results{
width:950px;
}
.class_a{
		color:#000 !important;
		font-size:14px;
	}
.inner_right{ height:auto; border: 1px solid #908F8E; position:relative; padding: 5px;}
.font14{font-size:12px;}
.height322{height:322px}
#fixed{left: 355px;
    position: absolute;
    top: 18px;}
.search-background {
		display: none;
		font-size: 13px;
		font-weight: bold;
		height:160px;
		position: absolute;
		padding-top:140px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
		text-align: center;
		opacity:0.5;filter: alpha(opacity=50) ;
		text-decoration: none;
		width: 600px;
	}
/*-------Special pages----------*/
.work_image {
	-moz-box-shadow:     0 0 5px #000000;
	-webkit-box-shadow:  0 0 5px #000000;
	box-shadow:          0 0 5px #000000;
	border-radius:5px;
}
.work_title {
	font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
	width:171px;
}
.work_subtitle {
	color: black;
	font-size: 9px;
	text-shadow: none;
}
.work_text {
	font-size:12px;
	padding-top:5px;
	border-top:#999 1px dotted;
	width:171px;
}
.height520{
height:690px;
}
.height620{
height:629px;
}
.label_div{width:125px;float:left;}
#close_ , #close_up{cursor: pointer;
    float: right;
    margin-right: 9px;
    margin-top: -24px;
	}
/***** css on dashboard page ***/
.formErrorContent {
    background: none repeat scroll 0 0 #000;
    border: 2px solid #DDDDDD;
    border-radius: 6px;
    box-shadow: 0 0 6px #000000;
    color: #FFFFFF;
    font-size: 11px;
    min-width: 120px;
    padding: 15px 10px;
    position: relative;
    width: 30%;
	display:none;
}
.workingtime {
    background: none repeat scroll 0 0 #000;
    border: 2px solid #DDDDDD;
    border-radius: 6px;
    box-shadow: 0 0 6px #000000;
    color: #FFFFFF;
    font-size: 11px;
    min-width: 120px;
    padding: 15px 10px;
    position: relative;
    width: 30%;
}
.dashboard_wrapper{
	position:relative;
	width:1200px;
	height:auto;
	min-height:700px;
	background-image: url(../Images/account_04.png); padding-bottom:15px;
	padding-top:20px;
}
.emp_top_right{
	float:right;
	width:35%;
	margin-right:10px;
	margin-top:40px;
}
.emp_top_right span{
	float:right;
}
.emp_top_right span input[type="text"]{
	border:1px solid;
}
.emp_top_right select.cell_phone_domain{
	border:1px solid;
	width:51%;
	float:right;
	margin:10px 0px;
}
.emp_top_right select.shift_begin{
	border:1px solid;
	margin-right:10px;
}
.emp_top_right select.shift_end{
	border:1px solid;
}
.emp_button_wrapper{
	margin-top:75px;
	width:65%;
	float:right;
}
.signinout{
	border: 2px solid;
	padding: 15px 40px;
	cursor:pointer;
}
.breakinout{
	border: 2px solid;
	padding: 15px 40px;
	background-color: #33ADFF;
	cursor:pointer;
}.no_display_add_mat , .no_display_edit_mat{display:none;}
.crm {height:25px;padding:3px 3px 3px 5px !important; margin:0px !important;line-height: 20px !important;font-size:12px !important;border-bottom:1px solid #c1dae5;box-sizing: border-box !important;}
.crm:last-child { border-bottom: none; }
.crm tr td {padding-right:15px;box-sizing: border-box;}
.crmsub {font-size:16px;font-weight:bolder;color:#2191C0;}
.crmtable {border:1px solid #2191C0; width:100% !important;margin-bottom:20px}
.crmhead {height:20px !important; padding:3px 3px 3px 5px !important;margin:0px !important;color:white;background-color: #2191C0 !important;font-weight:bold !important;font-size:12px !important;}
.crmhead tr th {padding-right:15px;box-sizing: border-box;}
.crmtable th, .crmtable td { padding-left: 15px !important; }
.crmcontrol {padding:0px 1px 0px 4px !important;margin:0px 10px 0px 4px !important;height:25px !important;color:#0091ae; font-size:10px !important;background-color:white;border:1px solid #037aad !important;border-radius: 3px;}
.crmcontrollg {padding:2px 3px 3px 5px !important;margin:2px 10px 3px 4px !important;height:20px !important;color:#0091ae; font-size:12px !important;background-color:white;border:1px solid #037aad !important;border-radius: 3px;}
.crmcontrolread, .crmcontrolread:focus { border: none; }
.select-chosen {padding:0px 3px 3px 5px !important;margin:2px 10px 3px 4px !important;height:20px !important;line-height:20px !important;color:#0091ae !important; font-size:12px !important;background-color:white;border:1px solid #037aad !important;border-radius: 3px !important;}
.chosen-single {padding:0px 3px 3px 5px !important;margin:2px 10px 3px 4px !important;height:20px !important;line-height:20px !important;color:#0091ae !important; font-size:12px !important;background-color:white;border:1px solid #037aad !important;border-radius: 3px !important;}
.chosen-container-single .chosen-single span {height:20px !important;line-height: 20px !important;margin-top:-1px !important;}
.chosen-container-single .chosen-single div b {margin-top:-2px !important}

.crmfoot {background-color: #2191C0 !important; color:white !important;font-family:sans-serif, 'arial';line-height:20px;}
.crmdiv {border:1px solid #f1f2e4;}
.crmbutton {margin-right:5px !important; padding:0px !important; text-align: center !important;font-size:16px !important;border:1px solid white;border-radius: 3px;color:white !important;background-color:#037aad;}

.dashbutton {text-shadow:none; font-size:12px; color:#393330; border:0px solid #999999;padding:5px;border-radius:5px;background-color:white;text-decoration:none;width:150px;height:150px;}
.dashbutton01 {width:80px;margin-right:auto;margin-left:auto;height:80px;padding:3px;border:1px solid #BBBBBB;border-radius:50%;background: #cccccc;
background: -moz-linear-gradient(-45deg,  #cccccc 0%, #ffffff 100%);
background: -webkit-linear-gradient(-45deg,  #cccccc 0%,#ffffff 100%);
background: linear-gradient(135deg,  #cccccc 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 );
}
.dashbutton02 {width:100%;height:100%;padding:5px;border-radius:50%;background: #ffffff; background: -moz-linear-gradient(-45deg,  #ffffff 0%, #cccccc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,,  #ffffff 0%,#cccccc 100%);
background: linear-gradient(135deg,  #ffffff 0%,#cccccc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
}
.dashbutton03 {border-radius:50%;width:100%;height:100%;background: #cccccc;
background: -moz-linear-gradient(-45deg,  #cccccc 0%, #ffffff 100%);
background: -webkit-linear-gradient(-45deg,  #cccccc 0%,#ffffff 100%);
background: linear-gradient(135deg,  #cccccc 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=1 );
}

.task_detail: {box-sizing:border-box;padding:5px;}

.iconbarspan {margin-top:23px;
    z-index: 1;width:100%;padding:10px;text-align:center;background-color:#fff; border-bottom:1px solid #66CCFF;
  -webkit-box-shadow: 0px 50px 100px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 50px 100px 5px rgba(0,0,0,0.2);
  box-shadow: 0px 50px 100px 5px rgba(0,0,0,0.2);}
.iconlabfont {font-size:11px;text-align:center;color:#000000;text-decoration: none;}
.iconbar a i {font-size:24px; line-height:36px;text-decoration:none;}

.new_class {
    /*padding: 6px 3px !important;*/
}

.child_site_div{width:200px;display:inline-block;text-align:left;margin-top:5px;}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.child_site_div{display:none;}
}

.orderdetails td { line-height: 20px !important; padding: 0 4px !important; }
#orders_list th{font-size:12px;font-weight:bold;}
/* #orders_list_wrapper { margin: 0 -20px -20px -20px; } */

.new_code { height: 0; }
.res_tabl_order span strong { display: none; }
.mat_sqft_s { display: none; }
.mat_money, .mat_sqft { cursor: hand; }
.rollover2 .roll_on { display: none; }
span.rollover2 { width: 45px; display: inline-block; text-align: center; font-size: 12px; }
span.rollover2 .roll_on { font-size: 8px; }
.normal_step { text-align:center; font-size:11px; }
.normal_step strong {  line-height:1.5 !important; }
.completed_step { background-color:#cccccc !important; }
.current_step { background-color:#333333 !important; color: #fff; }
.uncompleted_step { background-color: #fff !important; color: #ccc; }
.completed_step_t { color: #000; }
.current_step_t { color:#333333; }
.normal_step .step_name { font-size: 9px; }
.uncompleted_step_t { color: #999; }
div#delivery_form_container p { margin: 0; font-size: 12px; padding-left: 20px; }
.modal_head { background-color: #333333; color: #fff; padding: 5px; 10px; font-weight: bold; font-size: 12px; }
.modal_head i.hi.hi-remove { cursor: pointer; line-height: 16px; padding-right: 3px; }
.input_class { display: inline-block; }
#sidebar-nav-li{min-height: auto !important;}
#no_bg{background: transparent !important;}
/*.paging_bootstrap a{height:0px !important;width:0px !important;border:0px !important;}*/
.padding_0_tr td{padding-left:0px !important;}

.adminforminput {width:140px;font-size:12px;padding-left:3px;line-height:28px;height:26px}
.overlayble {text-align: right; vertical-align: middle;font-weight: bold;}
.top_settings_modal .form-group{background:transparent !important;border-bottom:none !important;}
.padd0_div {padding:0px !important;padding-top:20px !important;}
#padd0_left_right{padding-left:0px !important; padding-right:0px !important;}
.mar_left_20{margin-left:20px;}
.mar_bottom_20{margin-bottom:20px;}
.left_flt{float:left;}
.global_select{height:33px;margin-left:10px;margin-top:0px;margin-bottom:0px;}

.child_site_div{width:200px;display:inline-block;text-align:left;margin-top:5px;}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.child_site_div{display:none;}
}

/* Menu new css 11/24/2022 */
button.navbar-toggler {
    display: none;
}
ul.navbar-nav.mr-auto {
    list-style: none;
    display: flex;
    align-items: center;
}
.navbar-nav>li>a {
    padding: 15px 8px;
    text-decoration: none !important;
}
.navbar-nav>li:nth-child(2) {
    margin-top: -6px;
}
div#navbarSupportedContent {
    float: left;
}
ul.navbar-nav.mr-auto {
    padding-left: 0px;
    margin-top: 6px;
}
ul.dropdown-menu li.new_class.dropdown-submenu:after {
    content: '';
    height: 5px;
    width: 5px;
    display: inline-block;
    position: absolute;
    border: 1px solid #000;
    top: 12px;
    right: 17px;
    transform: rotate(45deg);
    border-left: 0px;
    border-bottom: 0px;
}
ul.dropdown-menu li:first-child {
    padding-left: 0px !important;
}
@media only screen and (min-width: 768px) and (max-width: 1060px){
    ul.navbar-nav.mr-auto {
		padding-left: 0px;
	}
	.navbar-nav>li>a {
		padding: 15px 5px;
		text-decoration: none !important;
		font-size: 10px;
	}
	select {
		margin: 0px 0px 0px 5px;
	}
	.nav.navbar-nav-custom > li > a {
		min-width: 30px;
		padding: 5px 7px;
	}
	ul.navbar-nav.mr-auto .nav-item:first-child {
		padding: 0px 0px 0px 10px !important;
	}
}

@media only screen and (max-width: 768px){
    header.navbar-inverse.navbar-fixed-top {
		display: block;
	}
}
@media only screen and (max-width: 767px){
    header.navbar-inverse.navbar-fixed-top {
		display: block;
	}
	.navbar-inverse .navbar-collapse{
		display: none;
	}
	ul.nav.navbar-nav-custom.pull-right {
		display: block;
	}
	button.navbar-toggler {
		display: block;
	}
	.navbar-toggle {
		float: left;
	}
	.navbar-collapse.collapse.in {
		display: block;
		position: absolute;
		width: 100%;
	}
	.navbar-collapse.collapse.in ul.navbar-nav.mr-auto {
		width: 100%;
		display: block;
	}
	.navbar-collapse.collapse.in {
		display: block;
		position: absolute;
		width: 100%;
		top: 45px;
		background: #333;
		max-height: 60vh;
	}
	.navbar-inverse .navbar-nav > li > a {
		color: #ffffff;
		display: block;
	}
	ul.dropdown-menu li.new_class.dropdown-submenu:after {
		border: 1px solid #fff;
	}
	ul.navbar-nav li:first-child {
		padding-left: 7px !important;
	}
	.navbar-nav>li:nth-child(2) * {
		float: none !important;
	}

	.navbar-nav>li:nth-child(2) {
		margin-top: 2px;
		display: block;
	}
	ul.nav.navbar-nav-custom.pull-right + div {
		display: flex;
		width: 100%;
	}

	ul.nav.navbar-nav-custom.pull-right + div b {
		display: flex;
		width: 100%;
		font-size: 10px;
		justify-content: center;
		align-items: center;
		line-height: 17px;
	}
	
	ul.dropdown-menu li:first-child {
		padding-left: 0px !important;
	}
}