﻿@charset "UTF-8";
/* CSS Document */

@media print {
  a[href]:after {
    content: none !important;
  }
}

form.viewonly input:read-only {
    border: none;
    border-radius: 0;
    background-color: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

.round-img {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

table.table-fit {
    width: auto !important;
    table-layout: auto !important;
}

    table.table-fit thead th, table.table-fit tfoot th {
        width: auto !important;
    }

    table.table-fit tbody tr td, table.table-fit tfoot tr td {
        width: auto !important;
        padding-right:5px !important;
    }

.font-bold {
    font-weight: bold;
}
.font-italic {
    font-style:italic;
}

form .form-group.required label:after {
    color: red;
    content: " *";
}

.auto-check-icon {
    font-size: 28px;
    padding-top:5px;
}

.color-success {
    color: #1caf9a !important;
}

.color-error {
    color: #FF0000 !important;
}

.grid-action-list {
    list-style:none;
    padding:0;
    margin:0;
    float:right;
}

.grid-action-list li {
    float:left;
    padding-left:10px;
}
.grid-action-list li:first-child {
    padding-left:0px;
}

.side-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-list li {
    display: block;
    border-bottom: 0px solid #ddd;
}

.side-list li a {
    display: block;
    padding: 3px 0;
    color: #666;
}

.side-list li a:hover {
    color: #333;
    text-decoration: none;
}

.side-list li i {
    margin-right: 10px;
    width: 16px;
}

.bg-white{
    background-color:white !important;
}

.nonav {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display:block;
}
.nonav > li {
    display: inline-block;
}

ul.tab-hor {
    background-color: #d8dbde !important;
    border-bottom: 4px solid #d8dbde;
}

ul.tab-hor li.active a, ul.tab-hor li.active a:hover, ul.tab-hor li.active a:focus,
ul.tab-hor li.active span {
        background-color: #d8dbde !important;
        border-bottom: 4px solid #1caf9a;
        color: #1caf9a;
}

ul.tab-hor li a:hover {
    color: #343a40;
    border-color:#d8dbde !important;
}
ul.tab-hor li {
    background-color:#d8dbde !important;
}
ul.tab-hor li span{
    padding: 14px 20px;
    display:inline-block;
}
ul.tab-hor li a, 
ul.tab-hor li span {
    background-color:#d8dbde !important;
    color:#868e96;
}

/*ul.tab-hor .open > a, ul.tab-hor .open > a:hover, ul.tab-hor .open > a:focus {
    background-color: #eeeeee;
    border-color: none !important;
}*/

ul.tab-hor .dropdown-menu > a, ul.tab-hor .dropdown-menu > a:hover, ul.tab-hor .dropdown-menu > a:focus,
ul.tab-hor .open > a, ul.tab-hor .open > a:hover, ul.tab-hor .open > a:focus{
    background-color: #eeeeee;
    border-color: transparent !important;
}

ul.tab-hor .dropdown-menu {
    background-color: #1caf9a;
    padding: 1px;
}

ul.tab-hor .dropdown-menu > .active > a, ul.tab-hor .dropdown-menu > .active > a:hover, ul.tab-hor .dropdown-menu > .active > a:focus {
    color: #1caf9a;
    text-decoration: none;
    /*background-color: #337ab7;*/
    outline: 0;
}

ul.tab-hor .dropdown-menu > li > a:hover, ul.tab-hor .dropdown-menu > li > a:focus {
    color: #000;
    border-bottom:none;
}

ul.tab-hor .dropdown-menu > li > a {
    color: #868e96;
    text-decoration: none;
    /*background-color:red;*/
    outline: 0;
    border-bottom: none;
}


ul.tab-sub{
    padding-left:30px;
}



ul.tab-dash {
    background-color: #f5f5f5 !important;
    border-bottom: 4px solid #f5f5f5;
}

    ul.tab-dash li.active a, ul.tab-dash li.active a:hover, ul.tab-dash li.active a:focus,
    ul.tab-dash li.active span {
        border:none;
        background-color: #f5f5f5 !important;
        border-bottom: 4px solid #1caf9a;
        color: #1caf9a;
    }

    ul.tab-dash li a:hover {
        color: #343a40;
        border-color: #f5f5f5 !important;
    }

    ul.tab-dash li {
        background-color: #f5f5f5 !important;
    }

        ul.tab-dash li span {
            padding: 14px 20px;
            display: inline-block;
        }

        ul.tab-dash li a,
        ul.tab-dash li span {
            background-color: #f5f5f5 !important;
            color: #868e96;
        }







.subtitlemenu {
    font-size: 13px;
    text-transform: uppercase;
    color: #333;
    font-family: 'LatoBold';
    margin-bottom: 10px;
    margin-top: 20px;
}

.fm-sidebar .subtitlemenu a {
    color: #333;
    font-size: 13px;
}

.fm-sidebar .subtitlemenu a:hover {
    text-decoration: none;
    color: #999;
}
.fm-sidebar .subtitle span {
    color: #999;
    font-size: 11px;
}
.fm-sidebar .subtitle span:hover {
    text-decoration: none;
    color: #333;
}
    
/* side menu nav */
.nav-sm li {
    border-bottom: 0px solid #ddd;  
}

.nav-sm li a {
    padding: 3px 0;
    color: #555;
}

.nav-sm li a:hover {
    background: none;
    color: #333;
}

.nav-sm li a i {
    margin-right: 5px;
}

.label-active {
   background-color: #428BCA;
}

.table-responsive span {
	color: #CCCCCC;
}

.nav-sr li a span {
    color: #AAAAAA;
}

.nav-sr li a:hover span {
    color: #333;
}

.aaa img{
	display: block;
	max-width: 100px;
	height: auto
}

.people-links {
    background: #fcfcfc;
    padding: 20px;
    font-size: 13px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    margin-bottom: 20px;
}

.people-links .social-list {
    margin-top: 0px;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

.people-links .social-list::after {
    clear: both;
    display: block;
    content: '';
}

.people-links .social-list li {
    float: left;
    margin-right: 5px;
    margin-bottom: 0px;
}

.people-links .social-list li a {
    font-size: 16px;
    border: 1px solid #ddd;
    padding: 3px 5px;
    width: 30px;
    display: block;
    text-align: center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #666;
}

.people-links .social-list li a:hover {
    background-color: #eee;
    color: #333;
}

.people-links .social-list li a .fa {
    margin-right: 0;
}

.cover-holder{
    
}
.cover-holder .cover-list {
    margin-top: 0px;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

.cover-holder .cover-list::after {
    clear: both;
    display: block;
    content: '';
}

.cover-holder .cover-list li {
    float: left;
    margin-right: 5px;
    margin-bottom: 0px;
}

.cover-holder .cover-list li a {
    font-size: 16px;
    border: 0px solid #ddd;
    padding: 3px 5px;
    width: 30px;
    display: block;
    text-align: center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #666;
}

.cover-holder .cover-list li a:hover {
    background-color: #eee;
    color: #333;
}

.cover-holder .cover-list li a .fa {
    margin-right: 0;
}

.tag-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tag-list li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.tag-list li a {
    display: block;
    padding: 2px 7px;
    font-size: 11px;
    background: #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #666;
}

.tag-list li a:hover {
    color: #fff;
    text-decoration: none;
    background: #428BCA;
}

.comment-list .mediamessage {
    border-bottom: 0px solid #ddd;
}
.thumbnail{
	margin-bottom:5px;
}
.blogsingle-title {
    font-family: 'LatoRegular';
    color: #333;
    margin: 0;
}
label{
	display: inline;
}
.profileimage {
    background: rgba(0,0,0,0.03);
    border: 2px dashed #bbb;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #888;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 1px #fff;
    width: 100px;
    height: 100px;
}
.profileimage i {
    background: #ececec;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    bottom: 50%;
    -webkit-box-shadow: 0 0 2px #fff inset;
    box-shadow: 0 0 2px #fff inset;
    height: 31px;
    left: 50%;
    margin-left: -18px;
    margin-bottom: -8px;
    position: absolute;
    width: 31px;
} 
.profileimage i:after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    color: #b5b5b5;
    content: '+';
    display: block;
    font-family: sans-serif;
    font-size: 31px;
    line-height: 31px;
    font-style: normal;
    position: absolute;
    text-align: center;
}
.profileimage span {
    left: 0;
    margin-top: 9px;
    position: absolute;
    right: 0;
    top: 50%;
}
.profileimage:hover {
	background: rgba(0,0,0,0.07);
	border-color: #FFF;
	/* color: #5f5f5f; */
	text-shadow: none;
}
.notify {
    color: #ccc;
}
.notify-checked {
    color: #F0AD4E !important;
}
	/* search button left column */
.btn-search {
	border: 1px solid #428BCA;
   color: #428BCA;
   text-transform: uppercase;
   font-family: 'LatoBold';
   font-size: 12px;	
   background: #fff;
}
.btn-search:hover,
.btn-search:focus {
   color: #428BCA;
   background: #f7f7f7;
}
.btn-search:active,
.btn-search.active,
.open .dropdown-toggle.btn-search {
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   background: #f7f7f7;
}
.table-email td:first-child {
    /*width: 0px;*/
}
.modal-title span {
   margin: 10px;
   font-size: 20px;
   color: #428bca;
}
.people-item {
    background: #fff;
	border: 1px solid #e4e7ea;
	border-bottom: 0px;
}
.mt0 {
	margin-top: 0px!important;
}

.table-task {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #eee;
    margin: 0;
    background-color: #f7f7f7;
}

.table-task tr.unread td {
    background-color: #fff;
}

.table-task tbody > tr > td {
    vertical-align: middle;
}

.table-task tr:hover {
    background-color: #eee;
    cursor: pointer;
}

.table-task tr.selected td {
    background-color: #eee;
}

.table-task .ckbox {
    width: 18px;
    height: 19px;
}

.table-task .ckbox input[type="checkbox"]:checked + label:after {
    top: 2px;
}

.table-task .star {
    color: #ccc;
}

.table-task .star-checked {
    color: #F0AD4E;
}

.table-task td:first-child {
    width: 0px;
}

.table-task td:nth-child(2) {
    width: 0px;
}

.table-task .media {
    margin: 0;
    padding: 0;
}

.table-task .media-object {
    width: 35px;
}

.table-task .media h4 {
    margin: 0;
    font-size: 14px;
    line-height: normal;
    font-family: 'LatoBold', sans-serif;
}

.table-task .media-meta {
    font-size: 11px;
    color: #999;
}

.table-task .task-summary {
    margin: 2px 0 0 0;
}

.table-task .task-summary strong {
    color: #333;
}



article, aside, figure, footer, header, hgroup, menu, nav, section { display: block }

a {
    color: #6d84b4;
    text-decoration: none;
}


.t-row {
	overflow: hidden;
	padding: 0 0 1em;
	margin: 0 0 1em;
	margin-left: 0px;

    *zoom: 1;
	width: 100%;
}

.t-img {
	float: left;
	margin-right: 53px;
	overflow: hidden;
	-moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 30px;
    border: 2px solid #999;
    padding: 3px;
    display: block;
}
.t-row .media-object {
	width: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.t-row .t-media-body {
    margin-top: 5px;
	line-height: normal;
}
.t-img img { display: block }

.t-body { overflow: hidden }

.t-row .text {
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #fff;
}

.t-row .text p:last-child { margin: 0 }

.t-row .attribution {
    margin: 0.5em 0 0;
    font-size: 14px;
    color: #666;
}

/* Decoration */

.t, .t-row { position: relative }

.t:before, .t-row:before, .t-row .text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 65px;
}

.t:before {
    width: 2px;
    left: 64px;
    bottom: 0px;
    background: rgba(0,0,0,0.1);
}

.t-row:before {
    width: 12px;
    height: 12px;
    border: 4px solid #fff;
    border-radius: 100px;
    margin: 13px 0 0 -6px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2), inset 0 1px 1px rgba(0,0,0,0.1);
    background: #ccc;
}

.t-row:hover {
    /*  cursor: url('../images/FB_CUR.cur');  See the result on http://lab.web-gate.fr/timeline/ */ 
    /*cursor: cell;*/ /* This line is for the cursor */
}

.t-row:hover:before { background: #3b5998 }

.t-row .text:before {
    top: 18px;
    left: 78px;
    width: 9px;
    height: 9px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #e5e5e5;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.text-muted {
	text-overflow: ellipsis;
	width: 400px;
	white-space: nowrap;
	overflow: hidden;
}

/*Spinner/Loader csss*/
.ploader {
    position: absolute;
    background-color: black;
    opacity: .70;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    z-index: 1002;
    width: 100%;
    height: 100%;
}

    .ploader div {
        width: 30px;
        height: 30px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -15px 0 0 -15px;
        font-size: 32px;
        z-index: 1001;
    }

        .ploader div.text {
            font-size: 12px;
            text-align: center;
            width: 100px;
            margin: 15px 0px 0px -50px;
        }