/* Import fonts */
@media(min-width:1200px) {
section#fixedprofile.panel {
position: fixed;
width: 19.8%;
}
}
div#ascrail2001-hr {
visibility: hidden;
}
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

body, .ui-widget-content {
    color: #353535;
    background: #f1f2f7;
    font-family: 'Open Sans', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size:13px;
}
section.main-body {
margin-bottom: 45px;
}
ul li {
    list-style: none;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

::selection {
    background: #FF6C60;
    color: #fff;
}
::-moz-selection {
    background: #FF6C60;
    color: #fff;
}

#container {
    width: 100%;
    height: 100%;
}

/*login page*/

.login-body {
    /*background-color: #f1f2f7;*/
    background-color: #2a3542;
}

.form-signin {
    max-width: 330px;
    margin: 100px auto 0;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.form-signin h2.form-signin-heading {
    margin: 0;
    padding:20px 15px;
    text-align: center;
    background: #41cac0;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.form-signin .checkbox {
    margin-bottom: 14px;
}
.form-signin .checkbox {
    font-weight: normal;
    color: #b6b6b6;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"], .form-signin input[type="password"] {
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #eaeaea;
    box-shadow: none;
    font-size: 12px;
}

.form-signin .btn-login {
    background: #f67a6e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0 4px #e56b60;
    margin-bottom: 20px;
}

.form-signin p {
    text-align: center;
    color: #b6b6b6;
    font-size: 16px;
    font-weight: 300;
}

.form-signin a {
    color: #b6b6b6;
}

.form-signin a:hover {
    color: #41cac0;
}

.login-wrap {
    padding: 20px 20px 20px 28px;
}

.login-social-link  {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 15px;
}

.login-social-link a {
    color: #fff;
    padding: 15px 28px;
    border-radius: 4px;
}

.login-social-link a:hover {
    color: #fff;
}

.login-social-link a i {
    font-size: 20px;
    padding-right: 10px;
}

.login-social-link a.facebook {
    background: #5193ea;
    margin-right: 22px;
    box-shadow: 0 4px #2775e2;
	float:left;
}

.login-social-link a.twitter {
    background: #44ccfe;
    box-shadow: 0 4px #2bb4e8;
	float:left;
}


/*sidebar navigation*/

#sidebar {
    /*width: 180px;*/
	width: 185px;
    height: 100%;
    position: fixed;
    background: #2a3542;z-index: 1001;
}

.nav-collapse.collapse {
    display: inline;
}

ul.sidebar-menu , ul.sidebar-menu li ul.sub{
    margin: -2px 0 0;
    padding: 0;
}

ul.sidebar-menu {
    margin-top: 75px;
}

#sidebar > ul > li > ul.sub {
    display: none;
}

#sidebar > ul > li.active > ul.sub, #sidebar > ul > li > ul.sub > li > a {
    display: block;
}

ul.sidebar-menu li ul.sub li{
    background: #35404D;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

ul.sidebar-menu li ul.sub li:last-child{
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

ul.sidebar-menu li ul.sub li a {
    font-size: 12px;
    padding: 0 0 0 32px;
    line-height: 35px;
    height: 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #737B83;
}

ul.sidebar-menu li ul.sub li a:hover, ul.sidebar-menu li ul.sub li.active a {
    color: #FF6C60;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}

ul.sidebar-menu li{
    line-height: 20px !important;
    margin-bottom: 5px;
    margin-left:10px;
    margin-right:10px;
}

ul.sidebar-menu li.sub-menu{
    line-height: 15px;
}

ul.sidebar-menu li a span{
    display: inline-block;
}

ul.sidebar-menu li a{
    color: #8b9199;
    text-decoration: none;
    display: block;
    padding: 15px 0 15px 10px;
    font-size: 12px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.sidebar-menu li.active a, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
    background: #35404d;
    color: #fff;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


ul.sidebar-menu li a i {
    font-size: 15px;
    padding-right: 6px;
}

ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {
    color: #FF6C60;
}

ul.sidebar-menu li.active a i {
    color: #FF6C60;
}


#sidebar ul > li > a .arrow {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #A0A0A0;
    border-top: 4px solid transparent;
    float: right;
    height: 0;
    margin-right: 10px;
    margin-top: 6px;
    width: 0;
}

#sidebar > ul > li > a .arrow.open {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #A0A0A0;
    float: right;
    height: 0;
    margin-right: 10px;
    margin-top: 8px;
    width: 0;
}

#sidebar ul > li.active > a .arrow, #sidebar ul > li > a:hover .arrow, #sidebar ul > li > a:focus .arrow {
    float: right;
    margin-top: 6px;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-left: 4px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

#sidebar > ul > li.active > a .arrow.open, #sidebar > ul > li > a:hover .arrow.open, #sidebar > ul > li > a:focus .arrow.open {
    float: right;
    margin-top: 8px;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-top: 5px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.mail-info, .mail-info:hover {
    margin: 0px 6px 0 0;
    font-size: 11px;
}
.sb-toggle-right i {
font-size: 20px;
}
.fa {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/*main content*/

#main-content {
    margin-left: 180px;
	min-height:490px;
}

.header, .footer {
    min-height: 60px;
    padding: 0 15px;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1002;
}

.white-bg {
    background: #fff;
    border-bottom: 1px solid #f1f2f7;
    box-shadow: 1px 1px 4px 0px #EAE3E3;
}

.wrapper {
    display: inline-block;
    margin-top: 60px;
    /*padding: 15px;*/
	padding: 20px;
    width: 100%;
}

a.logo {
    font-size: 21px;
    color: #2e2e2e;
    float: left;
    margin-top: 15px;
    text-transform: uppercase;
}

a.logo:hover, a.logo:focus {
    text-decoration: none;
    outline: none;
}

a.logo span {
    color: #FF6C60;
}


/*notification*/

#top_menu .nav > li, ul.top-menu > li {
    float: left;
}

.notify-row {
    float: left;
    margin-top: 15px;
    /*margin-left: 65px;*/
    margin-left:34px;
}

ul.top-menu > li > a {
    color: #666666;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border:1px solid #f0f0f8 !important;
    padding: 2px 6px;
    margin-right: 15px;
}

ul.top-menu > li > a:hover, ul.top-menu > li > a:focus {
    border:1px solid #f0f0f8 !important;
    background-color: #fff!important;
    border-color: #f0f0f8 !important;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #2E2E2E !important;
}

.notify-row .badge {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 100;
}

.dropdown-menu.extended {
    max-width: 300px !important;
    min-width: 160px !important;
    top: 42px;
    width: 235px !important;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
    border: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .dropdown-menu.extended  {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
    };
}

.dropdown-menu.extended li p {
    background-color: #F1F2F7;
    color: #666666;
    margin: 0;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}

.dropdown-menu.extended li p.green {
    background-color: #a9d86e;
    color: #fff;
}

.dropdown-menu.extended li p.red {
    background-color: #ff6c60;
    color: #fff;
}

.dropdown-menu.extended li p.yellow {
    background-color: #fcb322;
    color: #fff;
}

.dropdown-menu.extended li a {
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 12px;
    list-style: none;
}

.dropdown-menu.extended li a {
    padding: 15px 10px !important;
    width: 100%;
    display: inline-block; -webkit-box-sizing: border-box!important;  -moz-box-sizing: border-box !important;  box-sizing: border-box !important;;  
}
/*.dropdown-menu>li>a{  padding: 0px;!important;}*/
.dropdown-menu.extended li a:hover, {
    background-color: #F7F8F9 !important;
    color: #2E2E2E;
    background-image: none;
}
.dropdown-menu.extended.tasks-bar > li > a:hover, .dropdown-menu.extended.tasks-bar>li>a:hover,.dropdown-menu.extended.notification > li > a:hover,.dropdown-menu.extended.inbox > li > a:hover, .dropdown-menu.extended.inbox > li > a:visited, .dropdown-menu.extended.inbox > li > a:focus{  
    background-image: none!important;
    color:#333!important;
    background-color: #F7F8F9 !important;
}
.text-right {
    text-align: right;
}
.dropdown-menu.tasks-bar .task-info .desc {
    font-size: 13px;
    font-weight: normal;
}

.dropdown-menu.tasks-bar .task-info .percent {
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    margin-top: -4px;
}

.dropdown-menu.extended .progress {
    margin-bottom: 0 !important;
    height: 10px;
}

.dropdown-menu.inbox li a .photo img {
    border-radius: 2px 2px 2px 2px;
    float: left;
    height: 40px;
    margin-right: 4px;
    width: 40px;border-radius: 50%;
}

.dropdown-menu.inbox li a .subject {
    display: block;
}

.dropdown-menu.inbox li a .subject .from {
    font-size: 12px;
    font-weight: 600;
}

.dropdown-menu.inbox li a .subject .time {
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    right: 5px;
}

.dropdown-menu.inbox li a .message {
    display: block !important;
    font-size: 11px;
    white-space: normal;
text-align: justify;
}

.top-nav  {
    margin-top: 7px;
}

.top-nav ul.top-menu > li .dropdown-menu.logout {
    width: 268px !important;

}

.top-nav li.dropdown .dropdown-menu {
    float: right;
    right: 0;
    left: auto;
}

.dropdown-menu.extended.logout > li {
    float: left;
    text-align: center;
    width: 33.3%;
}

.dropdown-menu.extended.logout > li:last-child {
    float: left;
    text-align: center;
    width: 100%;
    background: #a9d96c;
    border-radius: 0 0 3px 3px;
}

.dropdown-menu.extended.logout > li:last-child > a, .dropdown-menu.extended.logout > li:last-child > a:hover {
    color: #fff;
    border-bottom: none !important;
    text-transform: uppercase;
}

.dropdown-menu.extended.logout > li:last-child > a:hover > i{
    color: #fff;
}

.dropdown-menu.extended.logout > li > a {
    color: #a4abbb;
    border-bottom: none !important;
}

.dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
    color: #50c8ea;
}

.dropdown-menu.extended.logout > li > a:hover i {
    color: #50c8ea;
}

.dropdown-menu.extended.logout > li > a i {
    font-size: 17px;
}

.dropdown-menu.extended.logout > li > a > i {
    display: block;
}

.top-nav .username {
    font-size: 13px;
    color: #555555;
}

.top-nav ul.top-menu > li > a {
    border: 1px solid #eeeeee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 6px;
    background: none;
    margin-right: 0;
}
 

.top-nav ul.top-menu > li {
    margin-left: 4px;
}

.top-nav ul.top-menu > li > a:hover, .top-nav ul.top-menu > li > a:focus {
    border:1px solid #F1F2F7;
    background: #F1F2F7;

}

.top-nav .dropdown-menu.extended.logout {
    top: 50px;
}

.top-nav .nav .caret {
    border-bottom-color: #A4AABA;
    border-top-color: #A4AABA;
}
.top-nav ul.top-menu > li > a:hover .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}

.log-arrow-up {
    background: url("../img/arrow-up.png") no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: -10px;
}

/*----*/

.notify-arrow {
    border-style: solid;
    border-width: 0 9px 9px;
    height: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    left: 7px;
    top: -18px;
    transition: all 0.25s ease 0s;
    width: 0;
    z-index: 10;
    margin-top: 10px;
    opacity: 1;
}

.notify-arrow-yellow {
    border-color: transparent transparent #FCB322;
    border-bottom-color: #FCB322 !important;
    border-top-color: #FCB322 !important;
}
.notify-arrow-red {
    border-color: transparent transparent #ff6c60;
    border-bottom-color: #ff6c60 !important;
    border-top-color: #ff6c60 !important;
}
.notify-arrow-green {
    border-color: transparent transparent #a9d86e;
    border-bottom-color: #a9d86e !important;
    border-top-color: #a9d86e !important;
}


/*search*/

.search {
    margin-top: 6px ;
    width: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #fff;
    box-shadow: none;
    background: url("../img/search-icon.jpg") no-repeat 10px 8px;
    padding:0 5px 0 35px;
    color: #fff;
}

.search:focus {
    margin-top: 5px ;
    width: 180px;
    border: 1px solid #eaeaea;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #c8c8c8;
    font-weight: 300;
}

/*--sidebar toggle---*/

.sidebar-toggle-box {
    float: left;
    padding-right: 15px;
    margin-top: 20px;
}

.sidebar-toggle-box .icon-reorder {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
}


.sidebar-closed > #sidebar > ul {
    display: none;
}

.sidebar-closed #main-content {
    margin-left: 0px;
}

.sidebar-closed #sidebar {
    margin-left: -180px;
}

/*state overview*/

.state-overview .symbol, .state-overview .value {
    display: inline-block;
    text-align: center;
}

.state-overview .value  {
    float: right;

}

.state-overview .value h1, .state-overview .value p  {
    margin: 0;
    padding: 0;
    color: #c6cad6;
}

.state-overview .value h1 {
    font-weight: 300;
}

.state-overview .symbol i {
    color: #fff;
    font-size: 50px;
}

.state-overview .symbol {
    width: 40%;
    padding: 25px 15px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}

.state-overview .value {
    width: 58%;
    padding-top: 21px;
}

.state-overview .terques {
    background: #6ccac9;
}

.state-overview .red {
    background: #ff6c60;
}

.state-overview .yellow {
    background: #f8d347;
}

.state-overview .blue {
    background: #57c8f2;
}

/*main chart*/

.border-head h3 {
    border-bottom: 1px solid #c9cdd7;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    font-weight: 300;
}

.custom-bar-chart {
    height: 305px;
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 1px dashed #c9cdd7;
}

.custom-bar-chart .bar {
    height: 100%;
    position: relative;
    width: 4.3%;
    margin: 20px 2%;
    float: left;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 10;
}

.custom-bar-chart .bar:before {
    background:#bfc2cd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    content: "";
    height: 10px;
    left: 50%;
    margin-left: -5px;
    margin-top: -26px;
    position: absolute;
    width: 10px;
    z-index: -1;
}

.custom-bar-chart .bar:after {
    content: '';
    position: absolute;
    z-index: -1;
    margin-top: -10px;
    left: 50%;
    margin-left: -1px;
    height: 100%;
    width: 1px;
    background: #bfc2cd;
}

.custom-bar-chart .bar .title {
    position: absolute;
    top: -50px;
    width: 100%;
    text-align: center;
}

.custom-bar-chart .bar .value {
    position: absolute;
    bottom: 0;
    background: #bfc2cd;
    color: #bfc2cd;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.custom-bar-chart .bar .value:before {
    border-top: 5px solid #f1f2f7;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: -5px;
    left: 0;
}

.custom-bar-chart .bar .value:hover {
    background: #e8403f;
    color: #fff;
}

.custom-bar-chart .bar.doted:before {
    background: #bfc2cd;
    content: "";
    height: 8px;
    left: 50%;
    margin-left: -3px;
    margin-top: -25px;
    position: absolute;
    width: 8px;
    z-index: -1;
}

.custom-bar-chart .bar.doted:after {
    content: '';
    position: absolute;
    z-index: -1;
    margin-top: -10px;
    left: 50%;
    margin-left: 0;
    height: 100%;
    width: 1px;
    background: transparent;
    border-left: 1px dashed #d6d9e0;
}

.custom-bar-chart .bar.doted .title {
    top: -42px;
    font-size: 10px;
}


/*spark line*/
.chart {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.chart .heading {
    text-align: left;
}
.chart .heading span {
    display: block;
}
.panel.green-chart .chart-tittle {
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    font-weight:normal;
    background: #99c262;
    width: 100%;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

#barchart {
    margin-bottom: -15px;
    display: inline-block;
}

.chart-tittle .title {

}

.panel.green-chart .chart-tittle .value {
    float: right;
    color: #c0f080;
}

.panel.green-chart {
    background: #a9d96c;
    color: #fff;
}

.panel.terques-chart {
    background: #41cac0;
    color: #fff;
}

.panel.terques-chart .chart-tittle .value {
    float: right;
    color: #fff;
}

.panel.terques-chart .chart-tittle .value a {
    color: #fff;
    font-size: 12px;
}

.panel.terques-chart .chart-tittle .value a:hover, .panel.terques-chart .chart-tittle .value a.active {
    color: #55f2e7;
    font-size: 12px;
}

.panel.terques-chart .chart-tittle {
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    font-weight:normal;
    background: #39b7ac;
    width: 100%;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

.inline-block {
    display: inline-block;
}

/**/

.panel-body.chart-texture {
    background: url("../img/chart-texture.jpg");
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}


/*personal task*/

.task-thumb {
    width: 90px;
    float: left;
}

.task-thumb img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.task-thumb-details {
    display: inline-block;
    margin: 25px 0 0 10px;
}

.task-progress {
    float: left;
}

.task-thumb-details h1, .task-thumb-details h1 a, .task-progress h1, .task-progress h1 a {
    color: #39b5aa;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.task-thumb-details p, .task-progress p {
    padding-top: 5px;
    color: #a4aaba;
}


.personal-task tbody tr td{
    padding: 11px 10px;
    border-color: #eeeff1;
}

.personal-task tbody tr td i {
    font-size: 20px;
    color: #c7cbd4;
}

.personal-task.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f7f8fc;
}

.personal-task.table-hover > tbody > tr:hover > td i{
    color: #39b5aa;
}

.personal-task > tbody > tr > td:last-child {
    text-align: right;
}

.task-option {
    float: right;
}

.task-option select{
    height: 35px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 8px;
    color: #a4abbb;
}

.progress-panel {
    padding-bottom: 5px;
}

/*badge*/

.badge.bg-primary {
    background: #8075c4;
}

.badge.bg-success {
    background: #a9d86e;
}

.badge.bg-warning {
    background: #FCB322;
}

.badge.bg-important {
    background: #ff6c60;
}

.badge.bg-info {
    background: #41cac0;
}

.badge.bg-inverse {
    background: #2A3542;
}


/*timeline*/

.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
}

.timeline:before {
    background-color: #C7CBD6;
    bottom: 0px;
    content: "";
    left: 50%;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: 0;
}

h3.timeline-title {
    margin: 0;
    color: #C8CCD7;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.t-info {
    color: #C8CCD7;
}

.timeline-item:before, .timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

.timeline-item {
    display: table-row;
}

.timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.timeline-desk h1 {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 5px;
}

.timeline-desk .panel {
    display: block;
    margin-left: 25px;
    position: relative;
    text-align: left;
    background: #F4F4F4;
}

.timeline-item .timeline-desk .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}
.timeline-item .timeline-desk .arrow {
    border-right: 8px solid #F4F4F4 !important;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    right: -7px;
    position: absolute;
    top: 13px;
    width: 0;
    left: auto;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-left: 8px solid #F4F4F4 !important;
}

.timeline .timeline-icon {
    left: -30px;
    position: absolute;
    top: 15px;
}

.timeline .timeline-icon {
    background: #C7CBD6;
    box-shadow: 0 0 0 3px #C7CBD6;
}

.timeline-desk span a {
    text-transform: uppercase;
}

.timeline-desk h1.red, .timeline-desk span a.red {
    color: #EF6F66;
}

.timeline-desk h1.green, .timeline-desk span a.green  {
    color: #39B6AE;
}
.timeline-desk h1.blue, .timeline-desk span a.blue {
    color: #56C9F5;
}
.timeline-desk h1.purple, .timeline-desk span a.purple {
    color: #8074C6;
}
.timeline-desk h1.light-green, .timeline-desk span a.light-green {
    color: #A8D76F;
}

.timeline .timeline-icon.red {
    background: #EF6F66;
    box-shadow: 0 0 0 3px #EF6F66;
}

.timeline .timeline-icon.green {
    background: #39B6AE;
    box-shadow: 0 0 0 3px #39B6AE;
}

.timeline .timeline-icon.blue {
    background: #56C9F5;
    box-shadow: 0 0 0 3px #56C9F5;
}

.timeline .timeline-icon.purple {
    background: #8074C6;
    box-shadow: 0 0 0 3px #8074C6;
}

.timeline .timeline-icon.light-green {
    background: #A8D76F;
    box-shadow: 0 0 0 3px #A8D76F;
}

.timeline .timeline-icon {
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    height: 12px;
    width: 12px;
}

.timeline-item.alt .timeline-icon {
    left: auto;
    right: -32px;
}

.timeline .time-icon:before {
    font-size: 16px;
    margin-top: 5px;
}
.timeline .timeline-date {
    left: -200px;
    position: absolute;
    text-align: right;
    top: 12px;
    width: 150px;
}

.timeline-desk h5 span {
    color: #999999;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}


.timeline-item.alt:before {
    display: none;
}
.timeline-item:before, .timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

.timeline-desk p {
    font-size: 12px;
    margin-bottom: 0;
}

.timeline-desk a {
    color: #EF6F66;
}

.timeline-desk .panel {
    margin-bottom: 5px;
}

.timeline-desk .album {
    margin-top: 20px;
}

.timeline-desk .album a {
    margin-right: 5px;
    float: left;
}

.timeline-desk .notification {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-top: 20px;
    padding: 8px;
}


.timeline-item.alt .panel {
    margin-left: 0;
    margin-right: 25px;
}

.timeline-item.alt .timeline-date {
    left: auto;
    right: -200px;
    text-align: left;
}

.mbot30 {
    margin-bottom: 30px;
}

/*---revenue----*/

.revenue-head {
    background: #ff6c60;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    color: #fff;
    line-height: 50px;
}

.revenue-head span {
    background: #e56155;
    padding: 16px;
    -webkit-border-radius: 4px 0px 0px 0px;
    border-radius: 4px 0px 0px 0px;
}

.revenue-head span i {
    font-size: 18px;
}

.revenue-head h3 {
    display: inline;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 300;
}

.revenue-head span.rev-combo {
    background: #e56155;
    padding: 16px;
    line-height: normal;
    -webkit-border-radius: 0px 4px 0px 0px;
    border-radius: 0px 4px 0px 0px;
}

/*easy pie chart*/

.easy-pie-chart {
   display: inline-block;
   padding: 30px 0;
}

.chart-info, .chart-info .increase, .chart-info .decrease {
    display: inline-block;
}

.chart-info {
    width: 100%;
    margin-bottom:5px;
}

.chart-position {
    margin-top: 70px;
}

.chart-info span {
    margin: 0 3px;
}

.chart-info .increase {
    background: #ff6c60;
    width: 10px;
    height: 10px;
}

.chart-info .decrease {
    background: #f2f2f2;
    width: 10px;
    height: 10px;
}

.panel-footer.revenue-foot {
    background-color: #e6e7ec;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    border: none;
    padding: 0;
    width: 100%;
    display: inline-block;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .panel-footer.revenue-foot {
        margin-bottom: -4px;
    };
    }


.panel-footer.revenue-foot ul  {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-flex;
}

.panel-footer.revenue-foot ul li {
    float: left;
    width: 33.33%;
}

.panel-footer.revenue-foot ul li.first a:hover, .panel-footer.revenue-foot ul li.first a {
    -webkit-border-radius: 0px 0px 0px 4px;
    border-radius: 0px 0px 0px 4px;
}

.panel-footer.revenue-foot ul li.last a:hover, .panel-footer.revenue-foot ul li.last a {
    -webkit-border-radius: 0px 0px 4px 0px;
    border-radius: 0px 0px 4px 0px;
    border-right: none;

}

.panel-footer.revenue-foot ul li a{
    display: inline-block;
    width: 100%;
	/*=====EDITED BELOW LINE=====*/
 /*   padding: 14px 15px;*/
	padding: 14px 0px;
    text-align: center;
    border-right: 1px solid #d5d8df;
    color: #797979;
}

.panel-footer.revenue-foot ul li a:hover, .panel-footer.revenue-foot ul li.active a {
    background: #fff;
    position: relative;
}

.panel-footer.revenue-foot ul li a i {
    color: #c6cad5;
    display: block;
    font-size: 16px;
}
.panel-footer.revenue-foot ul li a:hover i, .panel-footer.revenue-foot ul li.active a i {
    color: #ff6c60;
    display: block;
    font-size: 16px;
}

/*new theme carousel model*/

.flat-carousal {
    background: #58c9f3;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    padding: 10px;
    color: #fff;
    position: relative;
}

.flat-carousal h1 {
    text-align: center;
    font-size: 16px;
    margin: 30px 20px;
    line-height: 20px;
    font-weight: 300;
    font-style: italic;
}

a.view-all {
    color: #fff;
    background: rgba(0,0,0,0.1);
    padding: 8px 15px;
    text-align: center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    margin-bottom: 18px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
}

ul.ft-link {
    margin: 0;
    padding: 0;
}

ul.ft-link li {
    border-right: 1px solid #E6E7EC;
    display: inline-block;
    line-height: 30px;
    margin: 8px 0;
    text-align: center;
    width: 23%;
}

ul.ft-link li a {
    color: #74829c;
    text-transform: uppercase;
    font-size: 12px;
}

ul.ft-link li a:hover, ul.ft-link li.active a {
    color: #58c9f3;
}

ul.ft-link li:last-child {
    border-right: none;
}

ul.ft-link li a i {
    display: block;
}


#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.owl-buttons {
    position: absolute;
    top: 70px;
    width: 100%;

}

.owl-prev, .owl-next {
    position: absolute;
}

.owl-next {
    right: 0;
}

.owl-buttons .owl-prev {
    text-indent: -9999px;
    background: url("../img/left-arrow.png") no-repeat;
    width: 6px;
    height: 10px;
    display: inline-block;
}

.owl-buttons .owl-next {
    text-indent: -9999px;
    background: url("../img/right-arrow.png") no-repeat;
    width: 6px;
    height: 10px;
    display: inline-block;
}

/*product post*/

.post-wrap aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}

.pro-box {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.post-info {
    position: relative;
}

.arrow-pro.right:after {
    border-left-color: #FFFFFF;
    border-right-width: 0;
    top: 85px;
    content: " ";
}

.arrow-pro.left:after {
    border-right-color: #FFFFFF;
    border-left-width: 0;
    top: 80px;
    content: " ";
}

.arrow-pro.left {
    left: -8px;
}

.arrow-pro:after {
    border-width: 7px;
    content: "";
}

.arrow-pro, .arrow-pro:after {
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    right: -5px;

}

.post-highlight.yellow {
    background: #f8d347;
    border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
}

.post-highlight.terques {
    background: #41cac0;
    border-radius: 4px 0px 0px 04px;
    -webkit-border-radius: 4px 0px 0px 04px;
}

.post-info h1 {
    margin: 0;
    font-size: 18px;
    color: #a19899;
    font-weight: 300;
}

.post-highlight.terques h2 {
    font-size: 16px;
    color: #fff;
    font-style: italic;
    padding: 0 20px;
    line-height: 22px;
    margin: 0;
    font-weight: 300;
}

.post-highlight.terques h2 span, .post-highlight.terques h2 a {
    color: #92faf3;
}

.post-info h1 strong {
    text-transform: uppercase;
    color: #937b7b;
}

.post-info .desk {
    display: inline-block;
}

.post-info .desk  h3{
    font-size: 16px;
}

.post-info .desk.yellow h3 {
    color:#f8d347 ;
}

.post-btn {

}

.post-btn a {
    float: left;
    margin-right: 8px;
    font-size: 18px;
    color: #9a9a9a;
}

.post-btn a:hover {
    color: #727272;
}

.pro-thumb {
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid rgba(256,256,256,0.4);
}

.pro-thumb img{
    text-align: center;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;

}

.v-align {
    vertical-align: middle !important;
}

.twite h1 {
    margin: 50px 0;
}


.social-footer {
    display: inline;
    text-align: center;
}

.social-footer ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

.social-footer ul li {
    display: inline-block;
    margin: 0 20px;
}

.social-footer ul li a {
    font-size: 25px;
    color: #ceced0;
}

.social-footer ul li a:hover i.icon-facebook, .social-footer ul li.active a i.icon-facebook {
    color: #486eac;
}

.social-footer ul li a:hover i.icon-twitter, .social-footer ul li.active a i.icon-twitter {
    color: #58c9f3;
}

.social-footer ul li a:hover i.icon-google-plus, .social-footer ul li.active a i.icon-google-plus {
    color: #4a4a4a;
}

.social-footer ul li a:hover i.icon-pinterest, .social-footer ul li.active a i.icon-pinterest {
    color: #d1282d;
}

/*pie chart */

.pie-foot {
    background: #6b6b6b;
    padding: 18px 15px;
    color: #fff;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

/*follower*/

.follower {
    background: #01a89e;
    color: #fff;
    text-align: center;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.follower-foot {
    padding: 8px 5px 5px 5px;
    color: #757575;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    font-weight: 300;
}

.follower-foot ul {
    padding: 0;
    margin: 0;
}
.follower-foot ul li{
    display: inline-block;
    text-align: center;
    width: 48%;
    line-height: normal;
}

.follower-foot ul li h5{
    margin: 5px 0 0 0;
}

.follower h4 {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 300;
}

.follow-ava {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid #18b2a6;
    display: inline-block;
}

.follower img {
   border-radius: 50%;
   -webkit-border-radius: 50%;
    width: 62px;
    height: 62px;
    /*display: inline-block;*/
}

/*weather*/

.weather-bg {
    background: #8175c7;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

.weather-bg i {
    font-size: 60px;
    display: block;
}

.weather-bg .degree {
    font-size: 60px;
}

.weather-category {
    padding: 15px 0;
    color: #74829C;
}

.weather-category ul {
    padding:0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.weather-category ul li {
    display: inline-block;
    width: 32%;
    text-align: center;
    border-right:1px solid #e6e6e6 ;
    display: inline-block;
}

.weather-category ul li h5 {
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: 300;
}

.weather-category ul li a {

}

.weather-category ul li:last-child  {
    border-right:none ;
}

/*fontawesome*/

.fontawesome-icon-list h2 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 300;
}

.fontawesome-icon-list .col-sm-3 {
    margin-bottom: 10px;
}

.fontawesome-icon-list .page-header {
    border-bottom: 1px solid #C9CDD7;
}

.fontawesome-icon-list i {
    font-size: 16px;
    padding-right: 10px;
}

#web-application, #text-editor, #directional, #video-player, #brand, #medical, #currency {
    margin-top: 10px;
}

/*mail inbox*/

.mail-box {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.mail-box aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}

.mail-box .sm-side {
    width: 25%;
    background: #e5e8ef;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}
.mail-box .lg-side {
    width: 75%;
    background: #fff;
    border-radius: 0px 4px 4px 0;
    -webkit-border-radius: 0px 4px 4px 0;
}

.mail-box .sm-side .user-head {
    background: #00a8b3;
    border-radius: 4px 0px 0px 0;
    -webkit-border-radius: 4px 0px 0px 0;
    padding: 10px;
    color: #fff;
    min-height: 80px;
}

.user-head .inbox-avatar {
    width: 65px;
    float: left;
}

.user-head .inbox-avatar img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.user-head .user-name {
    display: inline-block;
    margin:0 0 0 10px;
}

.user-head .user-name h5 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 300;
}
.user-head .user-name h5 a {
    color: #fff;
}

.user-head .user-name span a {
    font-size: 12px;
    color: #87e2e7;
}

a.mail-dropdown {
    background: #80d3d9;
    padding:3px 5px;
    font-size: 10px;
    color: #01a7b3;
    border-radius: 2px;
    margin-top: 20px;
}

.inbox-body {
    padding: 20px;
}

.btn-compose {
    background: #ff6c60;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    color: #fff;
}
.btn-compose:focus {
color: #fff;
}
.btn-compose:hover {
    background: #f5675c;
    color: #fff;
}

ul.inbox-nav  {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.inbox-divider {
    border-bottom: 1px solid #d5d8df;
}

ul.inbox-nav li {
    display: inline-flex;
    line-height: 45px;
    width: 100%;
}

ul.inbox-nav li a  {
    color: #6a6a6a;
    line-height: 45px;
    width: 100%;
    display: inline-block;
    padding: 0 20px;
}

ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav li a:focus  {
    color: #6a6a6a;
    background: #d5d7de;
}

ul.inbox-nav li a i {
    padding-right: 10px;
    font-size: 16px;
    color: #6a6a6a;
}

ul.inbox-nav li a span.label {
   margin-top: 13px;
}

ul.labels-info li h4 {
    padding-left:15px;
    padding-right:15px;
    padding-top: 5px;
    color: #5c5c5e;
    font-size: 13px;
    text-transform: uppercase;
}

ul.labels-info li  {
   margin: 0;
}

ul.labels-info li a {
    color: #6a6a6a;
    border-radius: 0;
}

ul.labels-info li a:hover, ul.labels-info li a:focus {
    color: #6a6a6a;
    background: #d5d7de;
}

ul.labels-info li a i {
    padding-right: 10px;
}

.nav.nav-pills.nav-stacked.labels-info p {
    margin-bottom: 0;
    padding: 0 22px;
    color: #9d9f9e;
    font-size: 11px;
}

.inbox-head {
    padding:20px;
    background: #41cac0;
    color: #fff;
    border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
    min-height: 80px;
}

.inbox-head  h3 {
    margin: 0;
    display: inline-block;
    padding-top: 6px;
    font-weight: 300;
}

.inbox-head  .sr-input {
    height: 40px;
    border: none;
    box-shadow: none;
    padding: 0 10px;
    float: left;
    border-radius: 4px 0 0 4px;
    color: #8a8a8a;
}
.inbox-head  .sr-input:focus { border:none!important;}
.inbox-head  .sr-btn {
    height: 40px;
    border: none;
    background: #00a6b2;
    color: #fff;
    padding: 0 20px;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}

.table-inbox {
    border: 1px solid #d3d3d3;
    margin-bottom: 0;
}

.table-inbox tr td{
    padding: 12px !important;
}

.table-inbox tr td:hover{
    cursor: pointer;
}

.table-inbox tr td .icon-star.inbox-started ,.table-inbox tr td .icon-star:hover{
    color: #f78a09;
}

.table-inbox tr td .icon-star{
    color: #d5d5d5;
}

.table-inbox tr.unread td {
    font-weight: 600;
    background: #f7f7f7;
}

ul.inbox-pagination  {
    float: right;
}

ul.inbox-pagination li {
    float: left;
}

.mail-option {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

.mail-option .chk-all, .mail-option .btn-group {
    margin-right: 5px;
}

.mail-option .chk-all, .mail-option .btn-group a.btn {
    border: 1px solid #e7e7e7;
    padding: 5px 10px;
    display: inline-block;
    background: #fcfcfc;
    color: #afafaf;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}
.inbox-pagination a.np-btn  {
    border: 1px solid #e7e7e7;
    padding: 5px 15px;
    display: inline-block;
    background: #fcfcfc;
    color: #afafaf;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}

.mail-option .chk-all input[type=checkbox] {
    margin-top: 0;
}

.mail-option .btn-group a.all {
    padding: 0;
    border: none;
}

.inbox-pagination a.np-btn {
    margin-left: 5px;
}

.inbox-pagination li span {
    display: inline-block;
    margin-top: 7px;
    margin-right: 5px;
}

.fileinput-button {
    border: 1px solid #e6e6e6;
    background: #eeeeee;
}

.inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea{
    border: 1px solid #e6e6e6;
    box-shadow: none;
}

.btn-send, .btn-send:hover {
    background: #00A8B3;
    color: #fff;
}

.btn-send:hover {
    background: #009da7;
}

.modal-header h4.modal-title {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.modal-body label {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}


/*404 page*/

.body-404 {
    background: #18d4cb;
    color: #fff;
}

.error-wrapper {
    text-align: center;
    margin-top: 10%;
}

.error-wrapper .icon-404{
    background: url("../img/404_icon.png") no-repeat;
    width: 289px;
    height: 274px;
    display: inline-block;
    margin-left: 30px;
}


.error-wrapper h1 {
    font-size: 90px;
    font-weight: 300;
    margin: -50px 0 0 0;
}

.error-wrapper h2 {
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 30px 0;
}

.error-wrapper p, .error-wrapper p a {
    font-size: 18px;
    font-weight: 300;
}

.error-wrapper p.page-404  {
    color: #7dfff7;
}

.error-wrapper p.page-404 a, .error-wrapper p.page-500 a,  .error-wrapper p.page-404 a:hover, .error-wrapper p.page-500 a:hover {
    color: #fff;
}


/*500 page*/

.body-500 {
    background: #8075c6;
    color: #fff;
}

.error-wrapper p.page-500 {
    color: #afa5f1;
}

.error-wrapper .icon-500{
    background: url("../img/500_icon.png") no-repeat;
    width: 289px;
    height: 274px;
    display: inline-block;
    margin-left: 55px;
}

/*profile*/

.profile-nav .user-heading {
    background: #ff766c;
    color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 30px;
    text-align: center;
}

.profile-nav .user-heading.round a  {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid rgba(256,256,256,0.3);
    display: inline-block;
}

.profile-nav .user-heading a img {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.profile-nav .user-heading h1 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 5px;
}

.profile-nav .user-heading p {
    font-size: 12px;
}

.profile-nav ul {
	margin:0;
    margin-top: 1px;
}

.profile-nav ul > li {
    border-bottom: 1px solid #ebeae6;
    margin-top: 0;
    line-height: 30px;
}

.profile-nav ul > li:last-child {
    border-bottom: none;
}

.profile-nav ul > li > a {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #89817f;
    border-left: 5px solid #fff;display:block ; padding:9px  12px;
}

.profile-nav ul > li > a:hover, .profile-nav ul > li > a:focus, .profile-nav ul li.active  a {
    background: #f8f7f5 !important;
    border-left: 5px solid #ff766c;
    color: #89817f !important;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	
	
}
.profile-nav ul li a::after, .profile-nav ul li a::before{-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
border-bottom:solid 10px green!important;}

.profile-nav ul > li:last-child > a:last-child {
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

.profile-nav ul > li > a > i{
    font-size: 16px;
    padding-right: 10px;
    color: #bcb3aa;
}

.r-activity {
    margin: 6px 0 0;
    font-size: 12px;
}


.p-text-area, .p-text-area:focus {
    border: none;
    font-weight: 300;
    box-shadow: none;
    color: #c3c3c3;
    font-size: 16px;
}

.profile-info .panel-footer {
    background-color:#f8f7f5 ;
    border-top: 1px solid #e7ebee;
}

.profile-info .panel-footer ul li a {
    color: #7a7a7a;
}

.bio-graph-heading {
    background: #41cac0;
    color: #fff;
    text-align: center;
    font-style: italic;
    padding: 40px 110px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    font-size: 16px;
    font-weight: 300;
}

.bio-graph-info {
    color: #89817e;
}

.bio-graph-info h1 {
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 20px;
}

.bio-row {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding:0 15px;
}

.bio-row p span {
    width: 100px;
    display: inline-block;
}

.bio-chart, .bio-desk {
    float: left;
}

.bio-chart {
    width: 40%;
}

.bio-desk {
    width: 60%;
}

.bio-desk h4 {
    font-size: 15px;
    font-weight:400;
}

.bio-desk h4.terques {
    color: #4CC5CD;
}

.bio-desk h4.red {
    color: #e26b7f;
}

.bio-desk h4.green {
    color: #97be4b;
}

.bio-desk h4.purple {
    color: #caa3da;
}

.file-pos {
    margin: 6px 0 10px 0;
}

.profile-activity h5 {
    font-weight: 300;
    margin-top: 0;
    color: #c3c3c3;
}

.summary-head {
    background: #ee7272;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #ee7272;
}

.summary-head h4 {
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.summary-head p {
    color: rgba(256,256,256,0.6);
}

ul.summary-list {
    display: inline-block;
    padding-left:0 ;
    width: 100%;
    margin-bottom: 0;
}

ul.summary-list > li {
    display: inline-block;
    width: 19.5%;
    text-align: center;
}

ul.summary-list > li > a > i {
    display:block;
    font-size: 18px;
    padding-bottom: 5px;
}

ul.summary-list > li > a {
    padding: 10px 0;
    display: inline-block;
    color: #818181;
}

ul.summary-list > li  {
    border-right: 1px solid #eaeaea;
}

ul.summary-list > li:last-child  {
    border-right: none;
}

.activity {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.activity.alt {
    width: 100%;
    float: right;
    margin-bottom: 10px;
}

.activity span {
    float: left;
}

.activity.alt span {
    float: right;
}
.activity span, .activity.alt span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #eee;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.activity.terques span {
    background: #8dd7d6;
}

.activity.terques h4 {
    color: #8dd7d6;
}
.activity.purple span {
    background: #b984dc;
}

.activity.purple h4 {
    color: #b984dc;
}
.activity.blue span {
    background: #90b4e6;
}

.activity.blue h4 {
    color: #90b4e6;
}
.activity.green span {
    background: #aec785;
}

.activity.green h4 {
    color: #aec785;
}

.activity h4 {
    margin-top:0 ;
    font-size: 16px;
}

.activity p {
    margin-bottom: 0;
    font-size: 13px;
}

.activity .activity-desk i, .activity.alt .activity-desk i {
    float: left;
    font-size: 18px;
    margin-right: 10px;
    color: #bebebe;
}

.activity .activity-desk {
    margin-left: 70px;
    position: relative;
}

.activity.alt .activity-desk {
    margin-right: 70px;
    position: relative;
}

.activity.alt .activity-desk .panel {
   float: right;
    position: relative;
}

.activity-desk .panel {
    background: #F4F4F4 ;
    display: inline-block;
}


.activity .activity-desk .arrow {
    border-right: 8px solid #F4F4F4 !important;
}
.activity .activity-desk .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .arrow-alt {
    border-left: 8px solid #F4F4F4 !important;
}

.activity-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    right: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .album {
    display: inline-block;
    margin-top: 10px;
}

.activity-desk .album a{
    margin-right: 10px;
}

.activity-desk .album a:last-child{
    margin-right: 0px;
}

/*invoice*/

.invoice-list  {
    margin-bottom: 30px;
}

.invoice-list h4 {
    font-weight: 300;
    font-size: 16px;
}

.invoice-block {
    text-align: right;
}

ul.amounts li {
    background: #f5f5f5;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: 300;
}

.invoice-btn a{
    font-weight: 300;
    margin: 0 5px;
    font-size: 16px;
}

.corporate-id {
    margin-bottom: 30px;
}

/*panel heading color*/

.panel-primary > .panel-heading.navyblue {
    background-color: #2A3542;
    border-color: #2A3542;
    color: #FFFFFF;
}

/*table*/

.table-advance tr td {
    vertical-align: middle !important;
}

.no-border {
    border-bottom: none;
}

.dataTables_length , .dataTables_filter{
    padding:15px;
}
.dataTables_info{
    padding:0 15px;
}

.dataTables_filter {
    float: right;
}

.dataTables_length select {
    width: 65px;
    padding:5px 8px;
}

.dataTables_length label, .dataTables_filter label {
    font-weight: 300;
}

.dataTables_filter label {
    width: 100%;
}

.dataTables_filter label input {
    width: 78%;
}

.border-top {
    border-top: 1px solid #ddd;
}

.dataTables_paginate.paging_bootstrap.pagination li {
    float: left;
    margin: 0 1px;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.dataTables_paginate.paging_bootstrap.pagination li.disabled a{
    color: #c7c7c7;
}
.dataTables_paginate.paging_bootstrap.pagination li a{
    color: #797979;
    padding: 5px 10px;
    display: inline-block;
}

.dataTables_paginate.paging_bootstrap.pagination li:hover a, .dataTables_paginate.paging_bootstrap.pagination li.active a{
    color: #797979;
    background: #eee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.dataTables_paginate.paging_bootstrap.pagination {
    float: right;
    margin-right: 15px;
    margin-top: -5px;
    margin-bottom: 15px;

}

.dataTable tr:last-child {
    border-bottom: 1px solid #ddd;
}

/*calender*/

.has-toolbar.fc {
    margin-top: 50px;
}

.fc-header-title {
    display: inline-block;
    margin-top: -50px;
    vertical-align: top;
}

.fc-view {
    margin-top: -50px;
    overflow: hidden;
    width: 100%;
}

.fc-state-default, .fc-state-default .fc-button-inner {
    background: #F3F3F3 !important;
    border-color: #DDDDDD;
    border-style: none solid;
    color: #646464;
}

.fc-state-active, .fc-state-active .fc-button-inner,
.fc-state-hover, .fc-state-hover .fc-button-inner{
    background:  #FF6C60 !important;
    color: #fff !important;
}

.fc-event-skin {
    background-color: #6883a3 !important;
    border-color: #6883a3 !important;
    color: #FFFFFF !important;
}

.fc-grid th {
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #F3F3F3 !important;
}

.fc-header-title h2 {
    font-size: 20px !important;
    color: #C8CCD7;
    font-weight: 300;
}

.external-event {
    cursor: move;
    display: inline-block !important;
    margin-bottom: 6px !important;
    margin-right: 6px !important;
    padding: 8px;
}

#external-events p input[type="checkbox"]{
    margin: 0;
}

.drg-event-title {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.fc-content .fc-event {
    border-radius:4px;
    webkit-border-radius:4px;
    padding: 4px 6px;
}

.fc-corner-left {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}

.fc-corner-right {
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}

.drp-rmv {
    padding-top: 10px;
    margin-top: 10px;
}


/*button*/

.btn-row {
    margin-bottom: 10px;
}

/*tabs*/

.tab-head {
    background: #7087a3;
    display: inline-block;
    width: 100%;
    margin-top: 60px;
}

.tab-container {
    margin-top: 10px;
}

.tab-head .nav-tabs > li > a {
    border-radius: 0;
    margin-right: 1px;
    color: #fff;
}

.tab-head .nav-tabs > li.active > a, .tab-head .nav-tabs > li > a:hover, .tab-head .nav-tabs > li.active > a:hover, .tab-head .nav-tabs > li.active > a:focus {
    background-color: #f1f2f7;
    border-color: #f1f2f7;
    color: #797979;
}

/*general page*/

.progress-xs {
    height: 8px;
}

.progress-sm {
    height: 12px;
}

.panel-heading .nav {
    border: medium none;
    font-size: 13px;
    margin: -10px -16px -11px;
}

.tab-bg-dark-navy-blue {
    background: #7087A3;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-bottom: none;
}

.panel-heading .nav > li > a,
.panel-heading .nav > li.active > a, .panel-heading .nav > li.active > a:hover, .panel-heading .nav > li.active > a:focus {
    border-width: 0;
    border-radius: 0;
}

.panel-heading .nav > li > a {
    color: #fff;
}

.panel-heading .nav > li.active > a, .panel-heading .nav > li > a:hover {
    color: #47596f;
    background: #fff;
}

.panel-heading .nav > li:first-child.active > a, .panel-heading .nav > li:first-child > a:hover {
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
}


.tab-right {
    height: 38px;
}

.panel-heading.tab-right .nav > li:first-child.active > a, .tab-right.panel-heading .nav > li:first-child > a:hover {
    border-radius:  0 ;
    -webkit-border-radius: 0 ;
}

.panel-heading.tab-right .nav > li:last-child.active > a, .tab-right.panel-heading .nav > li:last-child > a:hover {
    border-radius:  0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
}

.panel-heading.tab-right .nav-tabs > li > a {
    margin-left: 1px;
    margin-right: 0px;
}

.m-bot20 {
    margin-bottom: 20px;
}

.m-bot-none {
    margin-bottom: 0;
}

.wht-color {
    color: #fff;
}

.close-sm {
    font-size: 14px;
}

/*carousel*/

.carousel-indicators li {
    background:  rgba(0, 0, 0, 0.2) ;
    border:  none;
    transition:background-color 0.25s ease 0s;
    -moz-transition:background-color 0.25s ease 0s;
    -webkit-transition:background-color 0.25s ease 0s;
}

.carousel-indicators .active {
    background:#ff6c60;
    height: 10px;
    margin: 1px;
    width: 10px;
}

.carousel-indicators.out {
    bottom: -5px;
}

.carousel-indicators.out {
    bottom: -5px;
}

.carousel-control {
    color: #999999;
    text-shadow: none;
    width: 45px;
}

.carousel-control i {
    display: inline-block;
    height: 25px;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index: 5;
}


.carousel-control.left, .carousel-control.right {
    background: none;
    filter:none;
}

.carousel-control:hover, .carousel-control:focus {
    color: #CCCCCC;
    opacity: 0.9;
    text-decoration: none;
}

.carousel-inner h3 {
    font-weight: 300;
    font-size: 16px;
    margin: 0;
}

.carousel-inner {
    margin-bottom: 15px;
}

/*gritter*/
.gritter-close {
    left: auto !important;
    right: 3px !important;
}


/*form*/


.sm-input {
    width: 175px;
}

.form-horizontal.tasi-form .form-group {
    border-bottom: 1px solid #eff2f7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.form-horizontal.tasi-form .form-group:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}


.form-horizontal.tasi-form .form-group .help-block {
    margin-bottom: 0;
}


.round-input {
    border-radius: 500px;
    -webkit-border-radius: 500px;
}


.m-bot15 {
    margin-bottom: 15px;
}

.form-horizontal.tasi-form .checkbox-inline > input {
    margin-top: 1px;
	border:none;
}


/*form validation*/

.cmxform .form-group label.error {
    display: inline;
    margin: 5px 0;
    color: #B94A48;
    font-weight: 400;
}

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus, .cmxform .form-group input.error , .cmxform .form-group textarea.error{
    border-color: #B94A48 !important;
}

#signupForm label.error {
    display: inline;
    margin:5px 0px;
    width: auto;
    color: #B94A48;
}

.checkbox, .checkbox:hover, .checkbox:focus  {
	border:none;
}


/*slider*/
table.sliders tr td {
    padding: 30px 0;
    border:none;
}

.slider {
    margin-top: 3px;
}

.slider-info {
    padding-top: 10px;
}

.sliders .ui-widget-header {
    background: #22bacf !important;
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0 !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0 !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0 !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0 !important;
}


#eq span {
    height:120px; float:left; margin:15px
}


.ui-widget-content {
    /*background: #f0f2f7 !important;
    border: none !important;
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
*/}

.ui-slider-horizontal {
    height: 8px !important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.57em   !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #fff !important;
/*    border: 3px solid #22bacf !important;*/
	 border: 3px solid #22bacf;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
}

.ui-slider-vertical {
    width: 8px !important;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.5em  !important;
}

.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.6em;
    position: absolute;
    width: 1.6em;
    z-index: 2;
}

.bound-s {
    width: 90px;
    margin-bottom: 15px;
}


/*----switch ----*/


.has-switch {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    line-height: 1.231;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 80px;
    -webkit-mask: url('../img/mask.png') 0 0 no-repeat;
    mask: url('../img/mask.png') 0 0 no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.has-switch.deactivate {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default !important;
}
.has-switch.deactivate label,
.has-switch.deactivate span {
    cursor: default !important;
}
.has-switch > div {
    width: 162%;
    position: relative;
    top: 0;
}
.has-switch > div.switch-animate {
    -webkit-transition: left 0.25s ease-out;
    -moz-transition: left 0.25s ease-out;
    -o-transition: left 0.25s ease-out;
    transition: left 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.has-switch > div.switch-off {
    left: -63%;
}
.has-switch > div.switch-off label {
    background-color: #7f8c9a;
    border-color: #bdc3c7;
    -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
}
.has-switch > div.switch-on {
    left: 0%;
}
.has-switch > div.switch-on label {
    background-color: #41cac0;
}
.has-switch input[type=checkbox] {
    display: none;
}
.has-switch span {
    cursor: pointer;
    font-size: 14.994px;
    font-weight: 700;
    float: left;
    height: 29px;
    line-height: 19px;
    margin: 0;
    padding-bottom: 6px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    width: 50%;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-backface-visibility: hidden;
	box-sizing:inherit!important;
}
.has-switch span.switch-left {
    border-radius: 30px 0 0 30px;
    background-color: #2A3542;
    color: #41cac0;
    border-left: 1px solid transparent;
}
.has-switch span.switch-right {
    border-radius: 0 30px 30px 0;
    background-color: #bdc3c7;
    color: #ffffff;
    text-indent: 7px;
}
.has-switch span.switch-right [class*="fui-"] {
    text-indent: 0;
}
.has-switch label {
    border: 4px solid #2A3542;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    height: 29px;
    margin: 0 -21px 0 -14px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 29px;
    z-index: 100;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.switch-square {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-mask: url('../img/mask.png') 0 0 no-repeat;
    mask: url('../img/mask.png') 0 0 no-repeat;
}
.switch-square > div.switch-off label {
    border-color: #7f8c9a;
    border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left {
    border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left [class*="fui-"] {
    text-indent: -10px;
}
.switch-square span.switch-right {
    border-radius: 0 6px 6px 0;
}
.switch-square span.switch-right [class*="fui-"] {
    text-indent: 5px;
}
.switch-square label {
    border-radius: 0 6px 6px 0;
    border-color: #41cac0;
}


/*tag input*/

.tagsinput {
    border: 1px solid #e3e6ed;
    border-radius: 6px;
    height: 100px;
    padding: 6px 1px 1px 6px;
    overflow-y: auto;
    text-align: left;
}
.tagsinput .tag {
    border-radius: 4px;
    background-color: #41cac0;
    color: #ffffff;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    line-height: 15px;
    padding: 6px 13px 8px 19px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.14s linear;
    -moz-transition: 0.14s linear;
    -o-transition: 0.14s linear;
    transition: 0.14s linear;
    -webkit-backface-visibility: hidden;
}
.tagsinput .tag:hover {
    background-color: #39b1a8;
    color: #ffffff;
    padding-left: 12px;
    padding-right: 20px;
}
.tagsinput .tag:hover .tagsinput-remove-link {
    color: #ffffff;
    opacity: 1;
    display: block\9;
}
.tagsinput input {
    background: transparent;
    border: none;
    color: #34495e;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 0 0 0 5px;
    outline: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 12px;
}
.tagsinput-remove-link {
    bottom: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    opacity: 0;
    padding: 7px 7px 5px 0;
    position: absolute;
    right: 0;
    text-align: right;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 2;
    display: none\9;
}
.tagsinput-remove-link:before {
    color: #ffffff;
    content: "\f00d";
    font-family: "FontAwesome";
}
.tagsinput-add-container {
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    *display: inline;
	padding-top: 2px;
}
.tagsinput-add {
    background-color: #d6dbdf;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 6px 9px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
}
.tagsinput-add:hover {
    background-color: #3bb8af;
}
.tagsinput-add:before {
    content: "\f067";
    font-family: "FontAwesome";
}
.tags_clear {
    clear: both;
    width: 100%;
    height: 0px;
}


/*checkbox & radio style*/


.checkboxes label, .radios label {
    display: block;
    cursor: pointer;
    line-height: 20px;
    padding-bottom: 7px;
    font-weight: 300;
}

.radios {
    padding-top: 18px;
}

.label_check input,
.label_radio input {
    margin-right: 5px;
}

.has-js .label_check,
.has-js .label_radio {
    padding-left: 34px;
}

.has-js .label_radio {
    background: url(../img/checkbox/radio-off.png) no-repeat;
}

.has-js .label_check {
    background: url(../img/checkbox/check-off.png) no-repeat;
}

.has-js label.c_on {
    background: url(../img/checkbox/check-on.png) no-repeat;
}

.has-js label.r_on {
    background: url(../img/checkbox/radio-on.png) no-repeat;
}

.has-js .label_check input,
.has-js .label_radio input {
    position: absolute;
    left: -9999px;
}

/*date picker*/


.add-on {
    border: 1px solid #E2E2E4;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    float: right;
    margin-right: -37px;
    margin-top: -34px;
    padding: 8px;
    text-align: center;
    background: #EEEEEE;
}

.daterangepicker .ranges .range_inputs > div:nth-child(2) {
    margin-bottom: 10px;
    padding-left: 0px;
}

.daterangepicker .ranges label {
    padding-bottom: 0;
    padding-top: 8px;
}


.daterangepicker td.active, .daterangepicker td.active:hover,
.datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active.active:hover, .datepicker td.active.disabled, .datepicker td.active.disabled:hover, .datepicker td.active[disabled], .datepicker td.active[disabled]:hover,
.datepicker td span.active:hover, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled]{
    background: #41CAC0;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
}

.daterangepicker td.active, .daterangepicker td.active:hover, .datepicker td.active, .datepicker td.active:hover, .datepicker td span.active {
    text-shadow: none;
}

.datepicker th.switch {
    width: 125px;
}

.datepicker td span {
    height: 40px;
    line-height: 40px;
}


/*ck editor*/

.cke_top, .cke_bottom {
    background: #F5F5F5 !important;
    background: -moz-linear-gradient(center top , #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
    background: -webkit-linear-gradient(center top , #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
    background: -o-linear-gradient(center top , #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
    box-shadow: none;
    padding: 6px 8px 2px;
}

.cke_top {
    border-bottom: 1px solid #cccccc !important;
}

.cke_chrome {
    border: 1px solid #cccccc !important;
    box-shadow: none !important;
    display: block;
    padding: 0;
}

/*form wizard*/

.stepy-tab {
    text-align: center;
}

.stepy-tab ul{
    display: inline-block;
}

.stepy-tab ul li {
    float: left;
}

.step legend {
    border: none;
}

.button-back {
    float: left;
}

.button-next, .finish {
    float: right;
}

.button-back, .button-next, .finish {
    cursor: pointer;  text-decoration: none;
}

.step {
    clear: left;
}
.step label {
    display: block;
}


.stepy-titles li {
    color: #757575;
    cursor: pointer;
    float: left;
    margin: 10px 15px;
}

.stepy-titles li span { display: block; }

.stepy-titles li.current-step div {
    color: #fff;
    cursor: auto;
    background: #A9D86E;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.stepy-titles li div{
    font-size:16px;
    font-weight: 300;
    background: #eee;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
}


/*widget*/

.user-heading.alt {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.alt.green-bg {
    background: #aec785;
}

.profile-nav.alt.green-border ul > li > a:hover, .profile-nav.alt.green-border ul > li > a:focus, .profile-nav.alt.green-border ul li.active a {
    border-left: 5px solid #aec785;
}

.user-heading.alt a {
    float: left;
    margin-right: 15px;
    margin-left: -10px;
    display: inline-block;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.user-heading.alt a img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.twt-feed {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    color: #FFFFFF;
    padding: 10px;
    position: relative;
    text-align: center;
}

.twt-feed.blue-bg {
    background: #58C9F3;
}

.twt-feed h1 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 5px;
}

.twt-feed a  {
    border: 8px solid #fff;
    border-radius: 50%;
    -webit-border-radius: 50%;
    display: inline-block;
    margin-bottom: -55px;
}

.twt-feed a img {
    height: 112px;
    width: 112px;
    border-radius: 50%;
    -webit-border-radius: 50%;
}

.twt-category {
    display: inline-block;
    margin-bottom: 11px;
    margin-top: 55px;
    width: 100%;
}


.twt-category ul li{
    color: #89817f;
    font-size: 13px;
}

.twt-category h5  {
    font-size: 20px;
    font-weight: 300;
}

.twt-write .t-text-area {
    border: 1px solid #eeeeee;
    border-radius: 0;
}

.twt-footer {
    padding: 10px 15px;
}

.btn-space {
    padding-left: 11.6%;
    padding-right: 11%;
}

.p-head {
    color: #f77b6f;
    font-weight: 400;
    font-size: 14px;
}

.cmt-head {
    font-weight: 400;
    font-size: 13px;
}

.p-thumb img {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tasi-tab .media-body p {
    /*color: #b8bac6;*/
}


/*Timeline chat*/

.chat-form {
    margin-top: 25px;
    clear: both;
}

.chat-form .input-cont {
    margin-bottom: 10px;
}

.chat-form .input-cont input {
    margin-bottom: 0px;
}

.chat-form .input-cont input{
    border: 1px solid #d3d3d3 !important;
    margin-top:0;
    min-height: 45px;
}

.chat-form .input-cont input {
    background-color: #fff !important;
}

.chat-features a {
    margin-left: 10px;
}

.chat-features a i{
    color: #d0d0d0;
}

.timeline-messages:before {
    background: rgba(0, 0, 0, 0.1);
    bottom: 0;
    top: 0;
    width: 2px;
}
.timeline-messages:before, .msg-time-chat:before, .msg-time-chat .text:before {
    content: "";
    left: 60px;
    position: absolute;
    top: -2px;
}
.timeline-messages, .msg-time-chat , .timeline-messages .msg-in, .timeline-messages .msg-out {
    position: relative;
}


.timeline-messages .msg-in  .arrow {
    /*border-right: 8px solid #F4F4F4 !important;*/
}
.timeline-messages .msg-in .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -8px;
    position: absolute;
    top: 13px;
    width: 0;
}

.timeline-messages .msg-out  .arrow {
    /*border-right: 8px solid #41cac0 !important;*/
}
.timeline-messages .msg-out .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -8px;
    position: absolute;
    top: 13px;
    width: 0;
}

.msg-time-chat:first-child:before {
    margin-top: 16px;
}
.msg-time-chat:before {
    background:#CCCCCC;
    border: 2px solid #FAFAFA;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    height: 14px;
    margin: 23px 0 0 -6px;
    width: 14px;
}
.msg-time-chat:hover:before {
    background: #41cac0;
}
.msg-time-chat:first-child {
    padding-top: 0;
}
.message-img {
    float: left;
    margin-right: 30px;
    overflow: hidden;
}
.message-img img {
    display: block;
    height: 44px;
    width: 44px;
}
.message-body {
    margin-left: 80px;
}
.msg-time-chat .msg-in .text {
    border: 1px solid #e3e6ed;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.msg-time-chat .msg-out .text {
    border: 1px solid #e3e6ed;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.msg-time-chat p {
    margin: 0;
}
.msg-time-chat .attribution {
    font-size: 11px;
    margin: 0px 0 5px;
}
.msg-time-chat {
    overflow: hidden;
    padding:8px 0;
}

.msg-in a, .msg-in a:hover{
    color: #b64c4c;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 10px;
    font-weight: 400;
    font-size: 13px;
}
.msg-out a, .msg-out a:hover{
    color: #288f98;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 10px;
    font-weight: 400;
    font-size: 13px;
}


/*custom select*/

span.customSelect {
    font-size:12px;
    background-color: #ffffff;
    padding:10px;
    border:1px solid #EAEAEA;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #A4AABA;
}
span.customSelect.changed {
    background-color: #fff;
}
.customSelectInner {
    background:url(../img/customSelect-arrow.gif) no-repeat center right;
}
/*footer*/
footer.ftr {
    width: 100%;
}
.ftr .subnav.navbar.navbar-fixed-bottom {
    background-color: #fff;
    box-shadow: 1px 0px 3px #999;
}
.ftr div.navbar-inner {
    text-align: center;
    padding: 10px;
    color: #999;
}.ftr .navbar-fixed-bottom {
margin-bottom: -14px;
}
/* end footer*/

/*right side bar*/

.sb-slidebar {
    background-color: rgba(42, 53, 66, 1) !important;
    margin-top: 60px;
    color:#aeb2b7;
}
.sb-slidebar .side-title {
    padding: 10px 15px;
    text-transform: uppercase;
    color: #FF6C60;
}

.sb-toggle-right {
    cursor: pointer;
    margin-top: 12px;
}

.sb-toggle-right i {
    font-size: 20px;
}

.quick-chat-list {
    margin-bottom: 20px;margin: 0px;
}
.quick-chat-list:last-child {
    /*padding: 0;*/
    padding-bottom: 50px;

}

.quick-chat-list li {
    padding: 10px 15px;
    border-bottom: 1px dashed #35404d;
    cursor: pointer;
}

.quick-chat-list li:hover {
    background: #35404d;
}

.quick-chat-list li .media-object {
    border-radius: 50%;
    -webkit-border-radius: 50%;
}


.media .media-status {
    display: inline-block;
    margin-top: 10px;
    position: absolute;
    right: 10px;
}

.media .media-body small {
    display:block;
}

.quick-chat-list .media .media-object {
    width: 40px;
    height: 40px;
}


/*-------*/

.p-task {
    margin-bottom: 20px;
    padding-bottom: 50px;
}

.p-task li {
    padding: 10px 15px 15px 15px;
    border-bottom: 1px dashed #35404d;
}

.p-task li:last-child {
    padding: 10px 15px 15px 15px;
    border-bottom: none;
}


.p-task li a{
    color: #aeb2b7;
}

.p-task.tasks-bar .task-info .percent {
    display: inline-block;
    float: right;
    font-size: 12px;
    margin-top: -15px;
}


.p-task .progress {
    height: 10px;
    margin-top: 5px;
    margin-bottom: 0;
}


.p-task .external a {
 color:#40cabe;
}

.p-task .external a:hover {
 color:#FF6C60;
}


/*Directory Styles*/

.directory-list, .directory-info-row .social-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.directory-list li {
    border-left: 3px solid #f1f2f7;
    display: table-cell;
    width: 1%;
}


.directory-list li a {
    display: block;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    color: #7A7676;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.directory-list li a:hover, .directory-info-row .social-links li a:hover {
    background:#ff6c60;
    color: #fff;
}

.directory-info-row {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.directory-info-row .social-links {
    display: inline-block;
    margin-bottom: 10px;
}

.directory-info-row .social-links li{
    display: inline-block;
}

.directory-info-row .social-links li a{
    background: #EFF0F4;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #7A7676;
}

.directory-info-row h4, .directory-info-row a {
    color: #424F63;
}

.directory-info-row .thumb {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    height: auto;
    width: 175px;
    margin-right: 10px;
}


/* form related css yii inbuilt start */

div.form div.error label:first-child, div.form label.error, div.form span.error {
    color: #cc0000;
}
div.form div.error input, div.form div.error textarea, div.form div.error select, div.form input.error, div.form textarea.error, div.form select.error {
    background: none repeat scroll 0 0 #fff;/*ffeeee*/
    border-color: #cc0000;
}
div.form div.success input, div.form div.success textarea, div.form div.success select, div.form input.success, div.form textarea.success, div.form select.success {
    background: none repeat scroll 0 0 #e6efc2;
    border-color: #c6d880;
}
div.form div.success label {
    color: inherit;
}
div.form .errorSummary {
    background: none repeat scroll 0 0 #fff; /*ffeeee*/
    border: 2px solid #cc0000;
    font-size: 0.9em;
    margin: 0 0 20px;
    padding: 7px 7px 12px;
}
div.form .errorMessage {
    color: red;
}
div.form span.required {
    color: red;
}
div.form .errorSummary p {
    margin: 0;
    padding: 5px;
}
div.form .errorSummary ul {
    margin: 0;
    padding: 0 0 0 20px;
}

/* end yii related css */
#rights.container{margin:0px; padding:0px;}

/*----start new edition for css form  -----*/

.panel .panel-body div.form .row { padding:8px 4px;font-family: 'Open Sans', sans-serif;}
.divForForm div.form{ margin: 0px; padding: 0px;}
.divForForm div.form .row label, .panel .panel-body div.form .row label {
font-size: 13px;
float: left;
font-weight:normal!important;
text-align: left;
color:#797979; font-weight:normal;
text-transform: capitalize;
width:16.666666666666664%;
}


.divForForm div.form .row input, .panel .panel-body div.form .row input[type="text"],.divForForm div.form .row input, .panel .panel-body div.form .row input[type="password"]{
border: 1px solid #e2e2e4;
box-shadow: none;
color: #3f3f3f;
display: block;
width: 50%;
/*height: 34px;*/
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429; 
vertical-align: middle;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
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;
float: left;
}

.ui-state-default,.divForForm div.form .row button.ui-multiselect.ui-widget.ui-state-default.ui-corner-all
{
width: 230px!important;
height: 21px;
border: 1px solid #cccccc!important;
background-color: #ffffff;
padding: 8px 12px 21px 6px;
border-radius: 4px!important;
color: #c2c2c2
}
.ui-state-default.ui-state-highlight{
	width:25px!important;
	/*text-align:right!important;*/
}

.ui-dialog.ui-widget.ui-widget-content {
background: #FFFFFF !important;
border: none !important;
border-radius: 15px !important;
-webkit-border-radius: 15px !important;
box-shadow: 0px 0px 50px 1px #999;
}
.ui-dialog .ui-widget-content{ background-color: #fff!important; border-radius: none;}
.divForForm div.form .row.buttons input[type="submit"]{ margin-top:20px;}

.ui-dialog .divForForm {
width: 100%;
padding: 6px 10px;
}
/*.divForForm div.form .row { margin: 4px 0px;}*/


.row.error input,  .row.error select, .view.multimodelformview .row input.error {background-color: rgba(255, 0, 0, 0.1)!important;}
.row.error label, .view.multimodelformview .row label.error {color: red!important;}
div.form .row.submit input#cancel_btn, div.form .row.submit input[type="reset"] {display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    width:100px;
    background-color: #b0b5b9;
    border-color: #b0b5b9;
    color: #FFFFFF;
    margin-left: 1%;}
div.form .row.submit input[type="submit"] ,.divForForm div.form .row.buttons input[type="submit"] , .panel .panel-body div.form .row.buttons input[type="submit"] 
{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    /*width:100px;*/
	width:auto;
    background-color: #58c9f3;
    border-color: #58c9f3;
    color: #FFFFFF;
    margin-left: 20.666667%;
}
.panel .panel-body div.form .row input[value="Save"],input[value="Save and Continue"]{  background-color: #78CD51;
border-color: #6dbb4a; width:auto;}
.panel .panel-body div.form .row input[value="Reset"]{  background-color: #bec3c7;
border-color: #bec3c7; width:auto;}
.panel .panel-body div.form .row{
margin:0px 15px;
}
.panel .panel-body div.form .row input[value="Save"],input[value="Save and Continue"]:hover{  background-color: #6dbb4a;}
.panel .panel-body div.form .row input[value="Reset"]:hover{  background-color: #b0b5b9;}


.panel .panel-body div.form .row select {width: 220px; height: 21px; border: 1px solid #cccccc; background-color: #ffffff;  padding: 4px 7px;    border-radius: 4px; color: #3f3f3f;}
.panel .panel-body div.form .row select.griddropdown{width: 40%;}
.panel .panel-body div.form .row .timepickerb {margin:0px; padding:0px;}
.grid-view thead.tableFloatingHeaderOriginal .checkbox-column{width: 25PX;}
/*div.form .row.error p.hint{ display: none;} */
div.form .row p.hint {
color: rgb(216, 201, 201);
display:inline-block;
max-width: 100%;
margin-left: 25%;
padding: 4px 0px 0px 0px;
font-style: italic;
}

.panel .panel-body div.form .errorMessage {
color: red;
display: inline-block;
max-width: 100%;
margin-left: 25%;
padding: 4px 0px 0px 0px;
}
div.form form#sticky-form div.row .errorMessage {
width: 100%;
display: inline-block;
}

@media only screen and (min-width : 320px) {
div.form .row p.hint , .panel .panel-body div.form .errorMessage {margin-left: 22%;display: inline-block;width: 85%;}

}

@media only screen and (min-width : 951px) {
div.form .row p.hint , .panel .panel-body div.form .errorMessage {margin-left: 150px;display: inline-block;width: 85%;}
}

.panel .panel-body div.form .row.error input,.panel .panel-body div.form .row.error button, .panel .panel-body div.form .row.error select {
    border: solid 1px red!important; background-color: rgba(255, 0, 0, 0.09)!important;
}


/*.panel .panel-body div.form .row.error input, {
    border: solid 1px red!important; background-color: rgba(255, 0, 0, 0.09);
}
*/
 @media (min-width: 1200px)
 {
     
 .panel .panel-body div.form .row label {width: 90%; margin: 0 auto; }
 }

@media (min-width: 500px)
 {
 .panel .panel-body div.form .row label {width: 22%; max-width: 150px;}
 }

@media (max-width: 500px)
 {
 .panel .panel-body div.form .row select{ width:100%;}
.divForForm div.form .row input[type="submit"], .panel .panel-body div.form .row.buttons input[type="submit"] {margin-left: 17.666666666666664%;}
.divForForm div.form .row label, .panel .panel-body div.form .row label {width: 90%; display: block;}

.divForForm div.form .row input, .panel .panel-body div.form .row input[type="text"],.divForForm div.form .row input, .panel .panel-body div.form .row input[type="password"]{ width: 97%;}
     
 }

.divForForm div.form .row input, .panel .panel-body div.form .row input[type="text"],.divForForm div.form .row input, .panel .panel-body div.form .row input[type="password"]{box-sizing: content-box !important;}
.panel .panel-body div.form .row textarea {border: 1px solid #ccc;
border-radius: 5px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
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;}
.badge{ min-width:0px!important;}

 .dropdown .caret {margin-top: 0px!important;}


.divForForm div.form .row input{box-sizing: content-box !important;}

ul.ui-multiselect-checkboxes.ui-helper-reset {
    BACKGROUND-COLOR: #fff;
}

ul.ui-multiselect-checkboxes.ui-helper-reset li input[type="checkbox"]{ float: left;margin: 3px 6px;}
ul.ui-multiselect-checkboxes.ui-helper-reset li label{ font-weight:normal; font-size:12px; }
ul.ui-multiselect-checkboxes.ui-helper-reset li label.ui-state-hover {
    background-color: #f1f1f1!important;
    border: none; background-image:none; color:#000;
}


.panel-body ul.ft-link li { box-sizing: border-box!important;}

.form-group input {box-sizing: border-box!important;}


/*---- end new edition for css form  -----*/
/*======css for panel header to h2=============*/
/*.panel .panel-body h1:after{display:block; content:"____"; float:right; width:20px;top:11px; position:relative;color:#eff2f7}
.panel .panel-body h1 {border-bottom: solid 1px #eff2f7;font-size: 16px;padding: 0px 0px 10px 0px;font-weight: 300;position: relative;left: -15px;right: 27px;text-indent: 17px;margin: 0px;margin-bottom: 12px;width: 100%;}*/
.panel .panel-body > h1:after{display:block; content:"____"; float:right; width:20px;top:11px; position:relative;color:#eff2f7}
.panel .panel-body > h1 {border-bottom: solid 1px #eff2f7;font-size: 16px;padding: 0px 0px 10px 0px;font-weight: 300;position: relative;left: -15px;right: 27px;text-indent: 17px;margin: 0px;margin-bottom: 12px;width: 100%;}

/*======css for panel header to h2=============*/

/*======= css for table mailbox========*/
/*table.mailbox-items-tbl.ui-helper-clearfix tr.mailbox-item > td > div {
padding: 12px 8px 12px 8px;
display: block;
width: auto;
height: auto;
}*/
/*======= css for table mailbox========*/
/*=================css for movable=====================*/

div#portlets-toggler-popup ul {    margin: 5px;    padding: 5px;}
div#portlets-toggler-popup ul li{ border:solid 1px #ccc; margin:-1px; padding:6px; line-height:20px;}
div#portlets-toggler-popup ul li:hover{background:#f1f1f1; color:#000;}
div#portlets-toggler-popup ul input.portlets-toggle-item {    position:relative; top:2px;}
div#portlets-toggler-popup{}
.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {    /*background-color: #00A8B3;*/ color:#000; border-bottom: solid 1px #ccc;}
.ui-dialog-buttonset button{ background-color:#00a8b3;padding:3px 5px; border:0px;color:#fff;border-radius:4px;}

/*=================css for movable=====================*/

/*===========start calender for jquery ui================*/
.panel-body div.form .row input.hasDatepicker {
    width: 194px!important;
}
table.ui-datepicker-calendar td a.ui-state-default {
/* width: 20px!important; */
/*background-color: rgba(255, 255, 255, 1)!important;*/
*background-color: rgba(255, 255, 255, 1);
border: none!important;
border-radius: 0px!important;
display: inherit;text-align: center;
vertical-align: middle;
}table.ui-datepicker-calendar td {
border: solid 1px #ccc;
margin: 0px;
padding: 0px;
}
table.ui-datepicker-calendar td a.ui-state-default.ui-state-active {
  background-color: #0064cd!important;
  color: #fff;
}
table.ui-datepicker-calendar td a.ui-state-default.ui-state-highlight {
  background-color: rgba(0, 100, 205, 0.34)!important;
  color: #000;
}
table.ui-datepicker-calendar td a.ui-state-default:hover {
background-color: #0064cd!important;
color:#fff;
}
/*===========end calender for jquery ui================*/


/*----------list view for new dentaweb stickypages--------*/
.list-view div.view {
    border: 1px solid #dddddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.047) inset;
    margin-bottom: 10px;
    padding: 10px;
}
/*----------list view for end dentaweb stickypages--------*/
/*------for start tooltip right---------*/

.lst .tooltip.left.fade.in {
    left: -130px!important;
    margin-top: 5px;
    display:;
}

.lst .tooltip.left.fade.in .tooltip-arrow{top:-10px!important; margin-top:16px}
/*------for end tooltip right---------*/
 
/*===========START model  fomr input touching=============*/

.form.message-create input, .form.message-create textarea {
    padding: 3px 10px!important;border-radius:5px!important;
    
}
 .ui-dialog .ui-dialog-content{overflow: visible!important;padding: 15px!important;}
/*===========END   model fomr input touching=============*/
/*============css start for notifaction mail=============*/

.ui-tooltip.qtip.ui-helper-reset.ui-tooltip-rounded.ui-tooltip-shadow.mailbox-growls.ui-tooltip-pos-tr.ui-widget.ui-tooltip-focus{ 
background:#f1f1f1;  
line-height: 17px;
}
.ui-tooltip .ui-tooltip-titlebar.ui-widget-header, .ui-tooltip .ui-tooltip-content.ui-widget-content{ border:none; background-color: rgba(255, 255, 255, 0.78); padding: 4px!important; box-shadow: 0px 0px 1px #ccc;}
 
/*mailbox sorting button*/
ul.ui-helper-reset li a.ui-state-default {  display: inline-table;  margin: 10px 0;  padding: 0px;  width: inherit!important;  background-color: rgb(65, 202, 192)!important;  color: #FFFFFF;  text-shadow: none;}
ul.ui-helper-reset li a span.ui-button-text{ float: left; padding: 5px; margin:0px} 
ul.ui-helper-reset li a span.ui-icon { float: left; margin: 1px 2px;} 
/*mailbox sorting button*/
a.ui-state-default.ui-tooltip-close {
    border: none!important;
    width: auto!important; background-color:none!important; background:none!important;
    height: auto!important;
}

span.ui-icon.ui-icon-close {
    float: right;
    display: block;
    text-align: center;
    position: relative;
    left: 15px;
    top: -11px;
}

.ui-tooltip-titlebar.ui-widget-header {padding:4px;}

  .tagsinput-add-container input#tagsinput_tag:focus {
border: none!important;
 
}

.ui-tooltip-content.ui-widget-content {
    border: none;
}

/*============css start for notifaction mail=============*/


/*=================START  for CREADINTIALING ADD CONTACT FIELD=======================*/
table.mmf_table {width: 100%;}
table.mmf_table tr.mmf_row .ui-state-default {max-width:170px;}
table.mmf_table input, table.mmf_table select{background-color: #ffffff;
border: 1px solid #cccccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 
 -webkit-transition: border linear .2s, box-shadow linear .2s; 
-moz-transition: border linear .2s, box-shadow linear .2s;
-o-transition: border linear .2s, box-shadow linear .2s;
 transition: border linear .2s, box-shadow linear .2s; border-radius:4px;}
table.mmf_table thead th, table.mmf_table tbody td{border:solid 1px rgba(204, 204, 204, 0.14);padding: 9px 10px;
text-align: left;}
td.mmf_cell {display: table-cell;}
td.mmf_cell input, td.mmf_cell select{ width:150px; height:30px; margin:0px; padding:0px 6px;}
.mmf_addlink {    border: solid 1px #ccc;    padding: 6px;   background-color: #f1f1f1;    font-weight:bold;color:#fff;}
.mmf_addlink a{color:#000;}
.mmf_addlink a:after{content:" + "; left:5px; position:relative; font-weight:bold; font-size:15px;top:1px;}
.panel .panel-body div.form td.mmf_cell .errorMessage {margin: 0px;}
@media 
only screen and (max-width: 1000px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

/* Force table to not be like tables anymore */
table.mmf_table, table.mmf_table thead, table.mmf_table tbody, table.mmf_table th, table.mmf_table td, table.mmf_table tr { display: block; }
td.mmf_cell input, td.mmf_cell select{ width:90%;}
/* Hide table headers (but not display: none;, for accessibility) */
table.mmf_table thead tr { position: absolute;top: -9999px;left: -9999px;}
table.mmf_table tr { border: 1px solid #ccc;margin: 10px 0px;  }
table.mmf_table td { /* Behave  like a "row" */border: none;border-bottom: 1px solid #eee; position: relative;padding-left: 50%;}
table.mmf_table td:before {
top: 6px;
left: 18px;
width: 45%;
padding-right: 13px;
white-space: nowrap;
padding-left: 8px;
}
/*Label the data*/
/*table.mmf_table td:before { content: attr(data-title); }*/
table.mmf_table td:nth-of-type(1):before { content: "User Name"; }
table.mmf_table td:nth-of-type(2):before { content: "Phone No."; }
table.mmf_table td:nth-of-type(3):before { content: "Fax No."; }
table.mmf_table td:nth-of-type(4):before { content: "Email Id"; }
table.mmf_table td:nth-of-type(5):before { content: "Action"; }
/*table.mmf_table td:nth-of-type(6):before { content: ""; }
table.mmf_table td:nth-of-type(7):before { content: ""; }
table.mmf_table td:nth-of-type(8):before { content: ""; }
table.mmf_table td:nth-of-type(9):before { content: ""; }
table.mmf_table td:nth-of-type(10):before{ content: ""; }*/
}

.tagsinput-add-container input{background: transparent!important;box-shadow: 0px 0px #fff!important;border: none!important;float: right!important;padding: 5px 5px!important; margin:0px!important;}
 
.panel .panel-body div.form .row .tagsinput-add-container>input:focus{ border:solid 1px #fff!important;}
/*=================END   for CREADINTIALING ADD CONTACT FIELD=======================*/

 li.dropdown a.dropdown-toggle img {
height: 29px;
}


/*  start Adding new horrizontal navigation   */
.navbar-pvt{ background-color:#7087A3;border: solid 1px #E4E4E4;}
@media (min-width: 768px) {
					.navbar-pvt .dropdown:hover .dropdown-menu {display: block; }
					.navbar.navbar-pvt .dropdown-menu li a:hover{background-color:#61748d!important; color:#fff!important}
	} 
@media (max-width:768px){
.navbar-pvt .navbar-collapse {	max-height: 950px;}
.navbar.navbar-pvt  .nav{float:none;margin:0;}
.navbar.navbar-pvt  .nav>li{float:none;}
.navbar.navbar-pvt .navbar-collapse{ margin:0px; padding:0px;}
					/*.navbar-pvt .navbar-nav:hover > li {background-color: #fff;}*/
					.navbar.navbar-pvt .dropdown-menu li a:hover{background-color:#fff; color:#fff}

	}
.navbar-pvt .navbar-toggle{color: #fff;    border: #fff solid 1px;}
.navbar-pvt li a {padding: 8px 12px!important;/*margin: 0px 4px;*/ color:#fff!important; text-shadow: 1px 1px #565656!important;}
.navbar-pvt .navbar-nav > .active > a, .navbar-pvt .navbar-nav > :hover { background-color:#61748d; color:#fff;-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);}
.navbar-pvt .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle{ background-color:#61748d; color:#fff;}
.navbar-pvt .dropdown-menu:before, .navbar-pvt .dropdown-menu:after{ display:none!important;}
.navbar-pvt .navbar-nav > :hover >a  { background-color:#61748d; color:#fff;}
.navbar-pvt .navbar-toggle .icon-bar { background-color:#fff!important}
.navbar.navbar-pvt{ height:auto; min-height:30px;}
.navbar.navbar-pvt .dropdown-menu > li > a:hover{ background-color: #61748d;color: #fff!important;background-image: none;} 
.navbar.navbar-pvt .dropdown-menu li a{ padding:4px 6px; color:#999!important; text-shadow:none!important}
.navbar.navbar-pvt .nav .caret{border-top-color: #ccc!important;border-bottom-color: #ccc!important;} 
.navbar.navbar-pvt .nav>li>a:hover, .navbar.navbar-pvt .nav>li>a:focus{background-color:#61748d; color:#fff;}
.navbar.navbar-pvt .dropdown.open ul{ background-color:#fff;  }
.navbar.navbar-pvt .dropdown-menu li.active>a {background: #61748d!important;color: #fff!important;}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a{
	background-color:#efefef!important;
    background-image:none!important;}   
.dropdown:hover .dropdown-submenu>.dropdown-menu{display:none!important;}
.navbar.navbar-pvt .dropdown .dropdown-submenu.open>.dropdown-menu, .navbar.navbar-pvt .dropdown .dropdown-submenu:hover>.dropdown-menu {
    display: block!important;
}	
/*  end Adding new horrizontal navigation   */
/* animation for icons blink  */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
 
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
20%, 40%, 60%, 80% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
}
@keyframes shake {
0%, 100% {
-webkit-transform:translate3d(0, 0, 0);
-ms-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform:translate3d(-10px, 0, 0);
-ms-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
20%, 40%, 60%, 80% {
-webkit-transform:translate3d(10px, 0, 0);
-ms-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake
}
/* end animation for icons blink  */
.items td.button-column i {
 background-clip: inherit;
padding: 3px;
background-color: #CACACA;
color: #fff;
text-shadow: 1px 0px 7px #999;
border-color: rgba(150, 160, 180, 0.2);
box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05) inset;
border-radius: 30%;
}


/*PAGINATION FOR MAILBOX*/

.pagination_mailbox ul  {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}
.pagination_mailbox ul >li {
	display: inline
}
.pagination_mailbox ul li>a, .pagination_mailbox ul >li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.428571429;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}
.pagination_mailbox ul>li:first-child>a, .pagination_mailbox ul>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}
.pagination_mailbox ul>li:last-child>a, .pagination_mailbox ul>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.pagination_mailbox ul>li>a:hover, .pagination_mailbox ul>li>span:hover, .pagination_mailbox ul>li>a:focus, .pagination_mailbox ul>li>span:focus {
	background-color: #eee
}
.pagination_mailbox ul>.active>a, .pagination_mailbox ul>.active>span, .pagination_mailbox ul>.active>a:hover, .pagination_mailbox ul>.active>span:hover, .pagination_mailbox ul>.active>a:focus, .pagination_mailbox ul >.active>span:focus {
	z-index: 2;
	
	color: #999999;
	cursor: default;
	background-color: #f5f5f5;
	border-color: #ddd;
	 
}
.pagination_mailbox ul>.disabled>span, .pagination_mailbox ul>.disabled>a, .pagination_mailbox ul>.disabled>a:hover, .pagination_mailbox ul>.disabled>a:focus {
	color: #999;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}
.pagination_mailbox ul>li>a, .pagination_mailbox ul>li>span {
	padding: 10px 16px;
	font-size: 18px
}
.pagination_mailbox ul>li:first-child>a, .pagination_mailbox ul>li:first-child>span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px
}
.pagination_mailbox ul>li:last-child>a, .pagination_mailbox ul >li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}
.pagination_mailbox ul>li>a, .pagination_mailbox ul>li>span {
	padding: 5px 10px;
	font-size: 12px
}
.pagination_mailbox ul>li:first-child>a, .pagination_mailbox ul>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}
.pagination_mailbox ul>li:last-child>a, .pagination_mailbox ul>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}



/*new css for 	JQUEYR UI AND CALENDER*/
table.mmf_table .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{ border-radius:0px!important;}
table.mmf_table .ui-state-default, .divForForm div.form .row button.ui-multiselect.ui-widget.ui-state-default.ui-corner-all{ width:none!important;}
span.ui-state-default{width: 18px!important; border: none!important;}
span.ui-state-default{	width:25px!important;text-align:center!important;background:none!Important;}
 .ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year {  width: 35%;  margin: 2px;  height: 20px; padding: 0;}
 
 
/* treatment plan loading image*/
div#loader_div.loading {
    display: block!important;
}
div#loader_div {height: 100%;    width: 100%;    left: 0;    top: 0;    overflow: hidden;    position: fixed; background-color: rgba(49, 68, 74, 0.45); z-index:9999;    text-align:center; }
div#loader_div span{  background: url(../../../images/loading.gif);
  background-repeat: no-repeat;
  z-index: 99999;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0px;
  padding: 0px;
  left: 0%;
  top: 0px;
  background-position: center center;
  background-size: 75px;}

@media only screen and (max-width:520px){div#loader_div span {
  background: url(../../../images/loading.gif);
    background-position: center center;
  background-size: 35px!important;  background-repeat: no-repeat;
}}

#button-form .modal-dialog{ padding:0px!important;}
.bmodal{left:50%; bottom:auto; overflow:hidden;}
.modal-dialog {  padding: 0px 0px;   }

div.form .row.buttons input[value="submit"]
{padding:0px;  margin: 0px 21%!important;}
.panel .bmodal div.form .errorMessage{display:inline;}
.panel .bmodal form{margin:0px;}

.row.mmf_additem a{ color:#000;}
.row.mmf_additem{  border: solid 1px #ccc;
  padding: 6px;
  background-color: #f1f1f1;
  font-weight: bold;
    color: #000;
  margin: 0px!important;
  padding: 8px 7px!important;}
  
  
 .row.mmf_additem a:after {
  content: " + ";
  left: 5px;
  position: relative;
  font-weight: bold;
  font-size: 15px;
  top: 1px;
}

.multimodelformview { border-bottom:solid 1px #ccc;}

.mmf_removelink {  background-color: #41cac0;
  border-color: #41cac0;
  color: #FFFFFF;display: inline-block;
  padding: 2px 3px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;  
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.timepickerb tbody:first-child tr > td{margin:0px!important;padding:1px!important; background-color:#fff!important;text-align: center; line-height:30px }
.timepickerb table tbody td{ margin:0px!important;padding:0px!important;  }
.timepickerb table td:not(.separator){min-width:30px;max-width:50px;}
.timepickerb table td{ border:none!important;}
.timepickerb table tbody td a i{font-size:18px;}
.panel .panel-body div.form .row td.checkbox-column input.select-on-check, .panel .panel-body div.form .row th input.select-on-check-all{ width:100%;}

p.smtxt {  font-size: 13px;  color: #a4aaba;  padding-top: 3px;}
.handsontable .currentRow {
background-color: #E7E8EF;
}

.handsontable .currentCol {
/*background-color: #F9F9FB;*/
background-color: #E7E8EF;
}

/*Import CSV*/
.importcsv { color: #ccc; margin: 5px; line-height:27px;}
.importcsv h1{margin:8px 0px; padding:7px 5px; border-bottom:solid 1px #ccc;}
/*.importcsv span{border-bottom:solid 1px #ccc; padding:4px 5px;}*/
.importcsv strong {font-size:14px!important; color: #4A4848!important; }
.importcsv select, .importcsv input{border: 1px solid #cccccc;  background-color: #ffffff;  display: inline-block;  padding: 7px 6px; color: #555555;  -webkit-border-radius: 4px;  -moz-border-radius: 4px;  border-radius: 4px;}
.importcsv .importtbl{ border-collapse:collapse;}
.importcsv .importtbl tr td:first-child{  width: 20%; }
/*Import CSV*/
.importcsv input[type="button"], .importcsv input[type="submit"] {background-color: #bec3c7;
  border-color: #bec3c7;
  color: #fff;}
  .importCsvTable {
  border: 1px solid #dddddd;
  border-collapse: separate; 
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
  .importCsvTable tr td {  border: 1px solid #dddddd;}  .importCsvTable tr td:first-child{width:25%} 
  .select2-search input.select2-input {
  padding: 4px;
  width: 98%;
}

/* for patient form*/
.diffrent label {
    display: table-column-group;
    width: 100%!important;
    max-width: 100%!important;
}
.panel .panel-body div.form.diffrent .row input,.panel .panel-body div.form.diffrent .row textarea { width:100%;}
/*.table tbody>tr.inactive td { background-color: #E8E8E8; color: #FFF; text-shadow: 1px 1px 2px  #000;}*/
.table tbody>tr.deleted td, .table tbody>tr.inactive td { background-color: #ed5e68; color: #fff;}


/* for step precess css start */

#wzd-menu { 
	list-style: none; 
	overflow: hidden; 
	font: 13px Helvetica, Arial, Sans-Serif;
  font-weight:normal;/*text-shadow:0px 2px #999;*/
}
#wzd-menu li { 
	float: left; 
}
#wzd-menu li a  {
	color: white;
	text-decoration: none; 
	padding: 5px 0 5px 65px;
	background: brown;                   /* fallback color */
	background: hsla(0,0%,67%,1.00); 
	position: relative; 
	display: block;
	float: left;
}
 #wzd-menu li span {
	color: #fff;
	text-decoration: none; 
	padding: 5px 0 5px 65px;
	background: brown;                   /* fallback color */
	background: #ccc; 
	position: relative; 
	display: block;
	float: left;
 cursor: not-allowed;  
 	text-shadow:0px 1px 3px #000;
   }
 @media only screen and (min-width: 1100px) {
 #wzd-menu li span:after {
 	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;       
	border-bottom: 50px solid transparent;
	border-left: 30px solid #ccc;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 0px;
	left: 100%;
 cursor: not-allowed;    	z-index: 1; 
}

#wzd-menu li span:before   { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;       
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 

}


#wzd-menu li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid  hsla(0,0%,67%,1.00);
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}
#wzd-menu li a:before   { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;       
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}
 }
#wzd-menu li:first-child a , #wzd-menu li:first-child span {
	padding-left: 10px;
}
/*#wzd-menu li:nth-child(2) a       { background:        hsla(34,85%,45%,1); }
#wzd-menu li:nth-child(2) a:after { border-left-color: hsla(34,85%,45%,1); }
#wzd-menu li:nth-child(3) a       { background:        hsla(34,85%,55%,1); }
#wzd-menu li:nth-child(3) a:after { border-left-color: hsla(34,85%,55%,1); }
#wzd-menu li:nth-child(4) a       { background:        hsla(34,85%,65%,1); }
#wzd-menu li:nth-child(4) a:after { border-left-color: hsla(34,85%,65%,1); }
#wzd-menu li:nth-child(5) a       { background:        hsla(34,85%,75%,1); }
#wzd-menu li:nth-child(5) a:after { border-left-color: hsla(34,85%,75%,1); }
#wzd-menu li:last-child a {
	background: transparent !important;
	color: black;
	pointer-events: none;
	cursor: default;
}*/#wzd-menu li a:hover { background: #6B6B6B; }

@media only screen and (min-width: 1100px) {
#wzd-menu li a:hover:after { border-left-color: #6B6B6B !important; }
#wzd-menu li.wzd-active a:hover {filter: alpha(opacity=65);    -webkit-box-shadow: none;    box-shadow: none;  }
#wzd-menu li.wzd-active a{    background-color:#6A6A6A;   -webkit-box-shadow: none;      z-index:1}
 #wzd-menu li.wzd-active a:after { 
	 
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left:  30px solid #6A6A6A; 
	z-index:1;
 
}#wzd-menu li.wzd-active a:before { 
  
	border-top: 50px solid transparent;       
	border-bottom: 50px solid transparent;
border-left:  30px solid #6A6A6A; 
   z-index:1
  
}
 
#wzd-menu li.wzd-active a:hover:after {
    border-left-color: #6A6A6A !important;
}
}

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


    #wzd-menu li a, #wzd-menu li span{ border:solid 1px #B1AEAE;margin:0px; padding:5px 6px;margin-right:-1px;}
    #wzd-menu li a:after, #wzd-menu li span:after{content:">"; padding-left: 4px; font-family:open sans;     text-shadow: 1px 0px 3px #000;}
}
/*for step precess css end*/



#accordion .panel.panel-default {
    border-bottom: solid 1px #ccc; /*background:#f1f1f1;*/margin-bottom:10px;
	    border: solid 1px #ccc;
}
#accordion .panel.panel-default .panel-heading{ background: #F1F2F7;}


/*for registration content form */
 
.row.buttons input[value="Cancel"],.row.buttons input[value="Previous"], .row.buttons input[value="Next"] {
    
	 background-color: #888!important;
    margin: 0px!important;
    border: solid 1px #999!important;   
}.row.buttons input[value="Save"],input[value="Save and Continue"] {
 background-color: #6dbb4a!important;
    margin: 0px!important;
    border: solid 1px #999!important; 
	
}
 /*for table row css align right*/
 .panel-body .detail-view.table.table-striped.table-bordered th:first-child{width:35%; text-align:right;}
 
 
 /*dentaweb accordion menu css start */
 
 
 .dwaccordion { font-family: "Open Sans",sans-serif;
  width: 100%; 
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; margin:0px;
}

.dwaccordion .dwlink {
 cursor: pointer;font-weight: normal;
    display: block;
       padding: 9px 10px;
    color: #89817f;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-bottom: 1px; font-weight:normal;
}

.dwaccordion li:last-child .dwlink { border-bottom: 0; }

.dwaccordion li a.dwlink i {
 /* position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #89817f;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; color:#000;*/
    position: absolute;
    top: 6px;
    right: 5px;
    font-size: 15px;
    color: #89817f;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;padding:10px;
}

.dwaccordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 12px;
}

.dwaccordion li.open .dwlink { color: #ff766c; }

.dwaccordion li.open i { color: #b63b4d; }

.dwaccordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.dwsubmenu {
  display: none;border-top:solid 1px #f1f1f1;
 
  font-size: 13px;
}

.dwsubmenu li { border-bottom: 1px solid #4b4a5e; }

.dwsubmenu a {
      display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 9px 12px;
    padding-left: 22px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.dwsubmenu a:hover {
  background: #b63b4d;
  color: #FFF;
}
.fa-chevron-down:before {
    content: "\f078";
}
li.open > a.dwlink:focus{background:#fff!important; border-left:none!important;}
 li.open  ul.dwsubmenu li a    {
    background-color: #fff ;
    border-left: solid 8px #E3E3E3;
}

 li.open  ul.dwsubmenu li a:hover,li.open  ul.dwsubmenu li.active a{    background: #f8f7f5 !important;
    border-left: 5px solid #ff766c;
    color: #89817f !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;}
 .dwaccordion ul > li > a:hover {
    background: white!important;
    
}
.dwaccordion li.open >  a.dwlink:hover {
    background: #fff!important; border-left-color:#fff;
}
@media only screen and (max-width: 550px) {



    #wzd-menu li,  #wzd-menu li.wzd-active a , #wzd-menu li.wzd-previous a { display: block;width:100%; list-style-type: square;content: "1";}
#wzd-menu li span{ display: block;width:100%;position: relative;float: none;}
#wzd-menu li.wzd-active a {
    background-color: #6A6A6A;
    -webkit-box-shadow: none;
    z-index: 1;
}
#wzd-menu li:after, #wzd-menu li.wzd-active:after, #wzd-menu li.wzd-previous:after {
    /*content: " 1 - STEP";*/
    position: relative;
    float: right;
    z-index: 999;
    top: -24px;
    color: #fff;
    background: rgba(0, 0, 0, 0.14);
    padding: 4px 2px;
    border: solid 1px #ccc;
    right: 4px;
    font-size: 10px;
    margin-bottom: -26px;
}
#wzd-menu li:nth-child(1):after{content: " 1 - STEP";}
#wzd-menu li:nth-child(2):after{content: " 2 - STEP";}
#wzd-menu li:nth-child(3):after{content: " 3 - STEP";}
#wzd-menu li:nth-child(4):after{content: " 4 - STEP";}
#wzd-menu li:nth-child(5):after{content: " 5 - STEP";}
#wzd-menu li:nth-child(6):after{content: " 6 - STEP";}
#wzd-menu li:nth-child(7):after{content: " 7 - STEP";}
}
 /*dentaweb accordion menu css end */

 .define {
    margin: 0px;
    padding: 0px;
}

.define input {
 margin:0px!important;   width: 80%!important;
}
.col-lg-3.define input {width:34%!important}

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


.define input {
 margin:5px 0px!important;   width: 100%!important; 
}
.col-lg-3.define input {width:100%!important}
}

.oneline div {    float: left;    display: block!important; margin-right:10px     }
.oneline span{ width: 200px!important; float: left;   }
.oneline span input, .oneline span label{ float:left!important; margin:0 3px!important	  }
@media (max-width: 500px){.oneline span label { width: 10%!important;} .tagsinput {min-width:100%} }
.ovrfl {
	width:100%;
  overflow: scroll;
  max-height: 450px;
  margin: 15px;
  overflow-x: hidden;  padding: 10px;  border: solid 1px #ccc;
}

table.ui-datepicker-calendar{
	margin:0!Important;
}

td.mmf_cell input[type="number"] {
    width: 50px;
}

input.btn1 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    /*width:100px;*/
    width:auto;
    background-color: #58c9f3;
    border-color: #58c9f3;
    color: #FFFFFF;
    margin-left: 20.666667%;
}



@-webkit-keyframes terminateaction1 {
  from { background-color: red; }
  to { background-color: inherit; }
}
@-moz-keyframes terminateaction1 {
  from { background-color: red; }
  to { background-color: inherit; }
}
@-o-keyframes terminateaction1 {
  from { background-color: red; }
  to { background-color: inherit; }
}
@keyframes terminateaction1 {
  from { background-color: red; }
  to { background-color: inherit; }
}
.terminateaction1 {
  -webkit-animation: terminateaction1 1s infinite; /* Safari 4+ */
  -moz-animation:    terminateaction1 1s infinite; /* Fx 5+ */
  -o-animation:      terminateaction1 1s infinite; /* Opera 12+ */
  animation:         terminateaction1 1s infinite; /* IE 10+ */
}





@-webkit-keyframes pulse-border {
    from, to { box-shadow: 0 0 0 0 red;}
    50% { box-shadow: 0 0 0 4px red; }
}

.terminateaction2 {
	/*border-top: 1px dashed red;
	border-left: 1px dashed red;
	border-right: 1px dashed red;
	border-bottom: 1px dashed red;*/
    -webkit-animation: pulse-border 1s infinite;
}

 /*.TEXTCNF {*/
 /*       background-color: #CAF9C1;*/
 /*       height: 79px;*/
 /*       width: 33%;*/
 /*   }*/
 /*   */
 /*   .TXT_REQ_RES {*/
 /*       background-color: #f7cc76;*/
 /*       height: 79px;*/
 /*       width: 33%;*/
 /*   }*/
 /*   */
 /*   .TEXTSENT {*/
 /*       background-color: #f7cc76;*/
 /*       height: 79px;*/
 /*       width: 33%;*/
 /*   }*/

fieldset.medicalhistory .row{padding: 5px 5px 0 5px!important;}
fieldset.medicalhistory .row label{width:20%!important; max-width: inherit!important; vertical-align: middle; }
fieldset.medicalhistory .row input{width:25%!important; max-width: inherit!important; font-size:13px; height: 16px; padding: 5px; }
fieldset.medicalhistory .row input[type=radio]{width:auto!important;}
fieldset.medicalhistory .row span label{width: auto;}

fieldset.medicalhistory .onelineone .row label{width:50%!important;}
fieldset.medicalhistory .onelineone input{width:25%!important;}
fieldset.medicalhistory .onelineone .row span input{float:left; margin-right: 5px;} 
fieldset.medicalhistory .onelineone .row span label{width: auto!important; padding-right: 10px;} 
.row buttons input{width: auto!important;}
h1.exspace{line-height: 40px;left: 0!important;right: 0!important; text-indent:0!important; position:inherit!important;} 
h1.exspace::after {content:""!important;}

/*new style for table*/
span.spantooltip{cursor: ponter;}
table.tablesorter thead tr .headerSortUp {
    background-repeat: no-repeat!important;
}
table.tablesorter thead tr .tableHeader {
    background-repeat: no-repeat!important;
    background-position: center right!important;
    cursor: pointer;
}
thead.tableFloatingHeaderOriginal tr th, thead.tableFloatingHeaderOriginal tr th a{
    background:#1d96b2; 
    color:#fff!important;
}
thead.tableFloatingHeader tr th, thead.tableFloatingHeader tr th a{
    background:#1d96b2!important; 
    color:#fff!important;
}
.grid-view table.items tr.deleted.selected td,.grid-view table.items tr.inactive.selected td {
    background: #eaacac;
}
/*.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {*/
table:not(.innerxray) > .table-striped tbody > tr:nth-child(2n+1):not(.deleted):not(.inactive):not(.blue):not(.green):not(.red):not(.yellow)  > td, .table-striped tbody > tr:nth-child(2n+1):not(.deleted):not(.inactive):not(.blue):not(.green):not(.red):not(.yellow) > th {
    background-color: #efefef;
}
.grid-view table.items th:hover a::after {
    top: 3px;
    right: -1px;
}
table:not(.ui-datepicker-calendar) tr th {
    padding: 3px 5px !important;
    vertical-align: middle !important;
}
table:not(.ui-datepicker-calendar) tr:(.row) td{
    padding: 3px 5px !important;    
}
/*table tr td{
    vertical-align: top;
}*/
table tr th{
    font-size:12px!important;
    font-weight:bold!important;
}
table tr:(.todaypat) td{
    color: #191919;
}
table tr td{
    /*color: #191919;*/
    font-size: 12px!important;
    text-transform: uppercase;
    vertical-align: top;
}
/*////////////////////////////////////////////////////////*/
.table-bordered th, .table-bordered td {
    border-left: 1px solid #bfc9d4;
}
.table th, .table td{
    border-top: 1px solid #bfc9d4;
}
.table-bordered{
    border: 1px solid #bfc9d4;
    border-left:0;
}
table tr td a{
    color:#1a839b;
    text-decoration:none!important;
}
/*////////////////////////////////////////////////////////*/
/*
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
    background-color: #ebedf3 !important;
}
.table-bordered{
    border: 0 solid #bfc9d4;
    border-left:0;
}
.table-bordered th, .table-bordered td {
    border-left: 5px solid #fff;
}
.table th, .table td{
    border-top: 5px solid #fff;
}
*/
/*////////////////////////////////////////////////////////*/

.email {
    text-transform: lowercase;
}
.table tbody>tr.yellow.selected td { background-color: #DDD88C!important; color: #fff;}
.table tbody>tr.blue.selected td { background-color: #A6C3DF!important; color: #fff;}
.table tbody>tr.red.selected td { background-color: #F47F7D!important; color: #fff;}
.table tbody>tr.green.selected td { background-color: #02D202!important; color: #fff;}

.ui-datepicker td .ui-state-default{
    margin-bottom: 5px;
}
.ui-datepicker-calendar tr,td,span{box-sizing:inherit!important}
/*new style for table end*/

.icon-1_5x{
    font-size: 1.5em;
}

/*a href link full height+width inside td*/
.appointmentTable tbody tr:not(:nth-child(-n+4)) td:not(.nextavailbutton) td a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.noBorder{
    border-bottom: 1px solid #000;
}

/*.appointmentDragTable tbody tr:not(:nth-child(-n+4)) td:not(.nextavailbutton) td a {*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    !*border: 1px solid red;*!*/
/*}*/
/*.appointmentTable tbody td .eventdrag > a:hover {*/
/*    cursor: move;*/
/*}*/
/*.appointmentTable tbody td span.eventdrag {*/
/*    !*padding: 0px 4px;*!*/
/*    padding: 3px 3px;*/
/*    position: absolute;*/
/*    !*font-size: small;*!*/
/*    top: 0;*/
/*    right: 0;*/
/*    !*font-weight: bold;*!*/
/*    !*background-color: #ccc;*!*/
/*    opacity: 0.8;*/
/*    color: black;*/
/*    !*border-radius: 50%;*!*/
/*}*/
/*.appointmentTable tbody td span.eventdrag:hover {*/
/*    cursor: grab;*/
/*    color: red;*/
/*}*/

.badgeSpan{
    /*padding: 0px 4px;*/
    padding: 3px 3px;
    position: absolute;
    /*font-size: small;*/
    top: 0;
    right: 0;
    /*font-weight: bold;*/
    /*background-color: #ccc;*/
    opacity: 0.8;
    color: black;
    /*border-radius: 50%;*/
}
.badgeSpan:hover{
    cursor: grab;
    color: red;
}
/*table.appointmentTable tbody  td {*/
/*    font-size: 10px !important;*/
/*}*/

table.appointmentTable {
    border-collapse: collapse;
    border-spacing: 0px; /* cellspacing */
}

table.appointmentTable td, table.appointmentTable th {
    /*padding-bottom: 0.5px; !* cellpadding *!*/
    /*padding-top: 0.5px; !* cellpadding *!*/
    /*padding:0;*/
    padding-bottom: 0px;
}