﻿@import url("font-awesome.min.css");
@import url("shivam.css");
/* ---------- styleguide --------- */

@import url(http://fonts.googleapis.com/css?family=Muli:400,300italic,300,400italic);

body {
    background: #f0f0f0;
    font-size: 12px;
    font-family: 'Muli', Arial;
}

.h1 + p, .h2 + p, .h3 + p {
    padding: 5px 0 0 0;
}
/* * + .h1, * + .h2, * + .h3 {
	padding:15px 0 0 0;
}*/
ul + ul {
    margin: 25px 0 0 0;
}

.h2 + ul {
    margin: 7px 0 0 0;
}

.h1 + .h2 {
    padding-top: 10px;
}

.h2 + .h3 {
    padding-top: 10px;
}

.h3 + .h4 {
    padding-top: 10px;
}

.h1 + .h4 {
    padding-top: 7px;
}

.h1 + .h3 {
    padding-top: 7px;
}

.h1 + .h1, .h2 + .h2, .h3 + .h3, .h4 + .h4 {
    padding-top: 10px;
}

a {
    color: #6eb400;
}

    a:hover {
        color: #000;
        text-decoration: none;
    }

.h5 {
    font-size: 15px;
    font-weight: bold;
}

.title5 {
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding-bottom: 7px;
}

    .title5 [class^="rtyle"] {
        vertical-align: middle;
    }

.h6 {
    background: #e9e9e9;
    font-family: "Muli", "Titillium Web", sans-serif;
    padding: 15px;
    font-size: 22px;
}

/* ---------- End styleguide --------- */
.alert {
    padding: 7px 15px;
}

*:focus {
    outline: none !important;
}

p {
    padding: 15px 0 0 0;
    margin: 0;
}

    p + p {
        padding-top: 7px;
    }

.h1 {
    border-bottom: 1px solid #eee;
}

.sidebar {
    background: #f8f8f8;
}

.main-content-inner {
    padding-right: 15px;
}

.h1 {
    font-family: "Muli", "Titillium Web", sans-serif;
    font-size: 27px;
    margin: 0;
    color: #000000;
}

.h2 {
    font-family: "Muli", "Titillium Web", sans-serif;
    font-size: 20px;
    margin: 0;
    color: #000000;
}

h3, .h3 {
    font-size: 22px;
    font-family: "Muli", "Titillium Web", sans-serif;
}

.navbar-static-side {
    margin: 0 -10px;
    background-color: transparent;
    border-top: solid 1px #363636;
}

    .navbar-static-side .sidebar-collapse > ul.nav > li {
        border-color: #363636;
        position: relative;
    }

        .navbar-static-side .sidebar-collapse > ul.nav > li > a {
            display: block;
            text-align: center;
            font-size: 13px;
            color: #989797;
            padding: 15px 10px 15px 10px;
        }

            .navbar-static-side .sidebar-collapse > ul.nav > li > a:hover, .navbar-static-side .sidebar-collapse > ul.nav > li > a:focus {
                background-color: transparent;
            }

            .navbar-static-side .sidebar-collapse > ul.nav > li > a .fa {
                font-size: 30px;
                color: #606060;
            }

        .navbar-static-side .sidebar-collapse > ul.nav > li .iconbox {
            display: block;
            margin-bottom: 6px;
        }

        .navbar-static-side .sidebar-collapse > ul.nav > li > a .fa.arrow {
            position: absolute;
            top: 45%;
            right: 15px;
            font-size: 15px;
        }

    .navbar-static-side .nav-second-level li a {
        padding: 10px 15px 10px 20px;
    }

    .navbar-static-side .sidebar-collapse > ul.nav > li:before, .navbar-static-side .sidebar-collapse > ul.nav > li.active:before {
        -moz-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        width: 0px;
        height: 100%;
        position: absolute;
        left: 0px;
        background-color: #6eb400;
        content: " ";
    }

    .navbar-static-side .sidebar-collapse > ul.nav > li:hover:before, .navbar-static-side .sidebar-collapse > ul.nav > li.active:before {
        width: 4px;
        height: 100%;
        position: absolute;
        left: 0px;
        background-color: #6eb400;
        content: " ";
        -moz-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .navbar-static-side .sidebar-collapse > ul.nav > li:hover .iconbox [class^="icon-short-"], .navbar-static-side .sidebar-collapse > ul.nav > li.active .iconbox [class^="icon-short-"], .navbar-static-side .sidebar-collapse > ul.nav > li:hover .iconbox .fa, .navbar-static-side .sidebar-collapse > ul.nav > li.active .iconbox .fa {
        color: #6eb400;
        -ms-transform: scale(1.12);
        -webkit-transform: scale(1.12);
        transform: scale(1.12);
    }

    .navbar-static-side .sidebar-collapse > ul.nav > li:hover a, .navbar-static-side .sidebar-collapse > ul.nav > li.active a {
        color: #fff;
    }

.heading-panel .title {
    margin: 0;
    padding: 0;
    font-family: "Muli", "Titillium Web", sans-serif;
    font-size: 27px;
}

.heading-panel-out {
    display: table;
    width: 600px;
    margin: 15px 0;
}

    .heading-panel-out .btn-circle.btn-lg, .heading-panel-out .btn-circle.btn-lg:hover {
        border: none;
        background: #fff;
    }

    .heading-panel-out .heading-panel {
        display: table;
        width: 100%;
        padding-right: 15px;
    }

        .heading-panel-out .heading-panel .breadcrumb {
            padding: 0;
            margin: 0;
            background: none;
            font-size: 11px;
        }

            .heading-panel-out .heading-panel .breadcrumb a {
                padding: 0;
                color: #717171;
            }

            .heading-panel-out .heading-panel .breadcrumb .active {
                color: #6eb400;
            }

    .heading-panel-out .nav-cell {
        display: table-cell;
        width: 60px;
    }

        .heading-panel-out .nav-cell .fa {
            font-size: 21px;
            color: #8e8e8e;
        }

    .heading-panel-out .heading-panel {
        display: table-cell;
        vertical-align: top;
        padding-left: 10px;
    }

    .heading-panel-out .top-btn {
        display: table-cell;
        vertical-align: top;
        padding-left: 10px;
        float: none;
    }

.navbar.navbar-inverse.navbar-fixed-top {
    background-color: #f2f2f2;
    border-bottom: solid 1px #cdcdcd;
    z-index: 10000;
}

    .navbar.navbar-inverse.navbar-fixed-top:after {
        border-bottom: solid 1px #fff;
        width: 100%;
        position: absolute;
        bottom: -0px;
    }
/* top nav bar */

.navbar-top-links > li > a.account {
    min-height: 45px;
    margin-top: 0px;
    float: right;
}

    .navbar-top-links > li > a.account .fa-sort-down, .navbar-top-links > li > a.account .fa-caret-down {
        margin-top: 11px;
        color: #f68100;
        font-size: 15px;
        color: #6eb400;
        margin-left: 5px;
    }

.navbar-top-links .dropdown-menu {
    font-size: 12px;
}

.main-header .navbar-top-links.navbar-right {
    margin-top: 10px;
    z-index: 1000;
}

.main-header .navbar-top-links > li > a {
    padding: 5px 15px;
    min-height: inherit;
}

.main-header .navbar-top-links.navbar-right.usermenu > li > a {
    min-height: 50px;
}

.main-header .navbar-top-links .usermenu > li > a:hover, .navbar-top-links.usermenu > li > a.account:hover span, .main-header .navbar-top-links.usermenu > li.active > a {
    background: #f5f5f5;
    color: #589000;
}

.navbar-top-links > li > a.account:hover span.welcome {
    color: #363636;
}

.navbar-top-links.usermenu .dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-top-links.usermenu .dropdown .dropdown-menu li:hover a {
    background: #5f9b00;
}

    .navbar-top-links.usermenu .dropdown .dropdown-menu li:hover a * {
        color: #fff;
    }

.navbar-top-links.usermenu .dropdown:hover > .account {
    background: #f5f5f5;
    border: solid 1px #ccc;
    border-bottom: none;
}

.main-header .usermenu .dropdown-menu {
    top: 95%; /* border-top:none; */
    border-radius: 0px;
}

.main-header .navbar-top-links > li > a.account {
    padding: 5px 15px 5px 10px;
    border: solid 1px transparent;
    border-bottom: none;
    position: relative;
    z-index: 1000;
}

.usermenu.navbar-top-links li .dropdown-menu {
    min-width: 100%;
    background: #f5f5f5;
    z-index: 500;
}

.main-header .navbar-top-links.navbar-left {
}

#sync1 .item {
    padding: 0px 0px;
    margin: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
    min-height: 70px;
}
/*
#sync2 .item {
	height:140px;
	padding: 2px 0px 2px;
	margin: 5px;
	color: #FFF;
	text-align: center;
	cursor: pointer;
}
#sync2 .item .lbl {
	display:block;
	font-size:15px;
	color:#585858;
	font-family: "Titillium Web", sans-serif;
	line-height:17px;
	margin-top:7px;
}
#sync2 .item .btn-circle.btn-xl {
	border:solid 10px #e1e1e1;
	height: 90px;
	width: 90px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
}
#sync2 .item h1 {
	font-size: 18px;
}
#sync2 .owl-item .item {
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
#sync2 .synced .item .lbl {
	color:#000;
}
#sync2 .owl-item:hover .item {
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#sync2 .synced .item .btn-circle.btn-xl, #sync2 .owl-item:hover .item .btn-circle.btn-xl {
	border-color: #6eb400;
}
#sync2 .owl-item {
}
#sync2 .item .btn-circle.btn-xl, #sync2 .item .btn-circle.btn-xl:hover {
	background:#fff
}
#sync2 .item:hover .btn-circle.btn-xl, #sync2 .synced .item .btn-circle.btn-xl {
	box-shadow: 0 0 8px #416a00
}
*/

#sync2 .item {
    background: #e1e1e1;
    height: 90px;
    padding: 10px 0px;
    margin: 5px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
}

    #sync2 .item h1 {
        font-size: 18px;
    }

#sync2 .owl-item .item {
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    #sync2 .owl-item .item .lbl {
        display: none;
    }

#sync2 .owl-item:hover .item {
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#sync2 .synced .item, #sync2 .owl-item:hover .item {
    background: #6eb400;
}

#sync2 .owl-item {
}
/*
#sync2 .item .btn-circle.btn-xl, #sync2 .item .btn-circle.btn-xl:hover{ border:none; background:#fff }
#sync2 .item:hover .btn-circle.btn-xl, #sync2 .synced .item  .btn-circle.btn-xl{ box-shadow: 0 0 8px #416a00 }
#sync2 .item .lbl {
	font-size:15px;
	color:#585858;
	font-family: "Titillium Web", sans-serif;
	line-height:17px;
	margin-top:7px;
	display:none;
}

#sync2 .item:hover .btn-circle.btn-xl{
	-ms-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	height:35px;
	border:none;
	width:35px;
		-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	padding:0;
}
#sync2 .item:hover .btn-circle.btn-xl i{
	background-size:35px;
}
#sync2 .item:hover .lbl{
	display:block;
}
*/
#sync3 {
    width: 300px;
}

    #sync3 .item {
        background: #e1e1e1;
        height: 90px;
        padding: 10px 0px;
        margin: 5px;
        color: #FFF;
        text-align: center;
        cursor: pointer;
    }

        #sync3 .item h1 {
            font-size: 18px;
        }

    #sync3 .owl-item .item {
        -moz-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

    #sync3 .owl-item:hover .item {
        -moz-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    #sync3 .synced .item, #sync2 .owl-item:hover .item {
        border-color: #6eb400;
    }

.well1 {
    background: #e9e9e9;
    padding: 25px 15px;
    border: 1px solid #ddd;
    margin-top: 10px;
}

.well2 {
    background: #e9e9e9;
    padding: 5px 15px;
    border: 1px solid #ddd;
    margin-top: 10px;
}

.tab-style1 {
}

    .tab-style1 .tab-content {
        background: #e9e9e9;
        padding: 25px 15px;
    }

    .tab-style1 .nav-tabs > li {
        font-size: 25px;
        font-family: "Muli", "Titillium Web", sans-serif;
        color: #000;
        min-width: 150px;
    }

        .tab-style1 .nav-tabs > li a {
            color: #212121;
            padding: 8px 15px 14px;
            line-height: 25px;
        }

            .tab-style1 .nav-tabs > li a .rtyle1 {
                background: #212121;
            }

        .tab-style1 .nav-tabs > li.active > a, .tab-style1 .nav-tabs > li.active > a:hover, .tab-style1 .nav-tabs > li.active > a:focus {
            background: #e9e9e9;
            color: #6eb400;
        }

    .tab-style1 .nav-tabs {
    }

.rtyle1, .rtyle2 {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
    font-family: "Muli", Arial;
    vertical-align: middle;
    line-height: 21px;
}

.rtyle1 {
    background: #6eb400;
}

.rtyle2 {
    background: #212121;
}

.tab-style1 .nav-tabs > li.active > a .rtyle1, .tab-style1 .nav-tabs > li.active > a:hover .rtyle1, .tab-style1 .nav-tabs > li.active > a:focus .rtyle1, .tab-style1 .nav-tabs > li.active > a .rtyle2, .tab-style1 .nav-tabs > li.active > a:hover .rtyle2, .tab-style1 .nav-tabs > li.active > a:focus .rtyle2 {
    background: #6eb400;
}

[class^="icon-"] {
    background: url(../images/site/site-icon.png) no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
}

.icon-yes {
    background: url(../images/site/icon-true.png) no-repeat;
    height: 22px;
    width: 22px;
}

.icon-no {
    background: url(../images/site/icon-false1.png) no-repeat;
    height: 22px;
    width: 22px;
}

[class^="icon-large-"] {
    width: 45px;
    height: 45px;
}

[class^="icon-short-"] {
    width: 24px;
    height: 24px;
}

.icon-large-box1 {
    background-position: 0 -81px;
}

.icon-large-box2 {
    background-position: -56px -81px;
}

.icon-large-box3 {
    background-position: -111px -81px;
}

.icon-large-box4 {
    background-position: -165px -81px;
}

.icon-large-box5 {
    background-position: -219px -81px;
}

.icon-large-box6 {
    background-position: -275px -81px;
}

.icon-large-box7 {
    background-position: -332px -81px;
}

.icon-large-box8 {
    background-position: -387px -81px;
}

.icon-large-box9 {
    background-position: -446px -81px;
}

.icon-large-box10 {
    background-position: -619px -81px;
}

.icon-large-box11 {
    background-position: -562px -81px;
}

.icon-large-box12 {
    background-position: -507px -81px;
}

.icon-large-box13 {
    background: url(../images/site/icons_large/icon100_large.png) no-repeat;
    height: 45px;
    width: 45px;
    display: inline-block;
}

.main-nav .active .icon-large-box13 {
    background-position: 0 -49px;
}

.icon-large-box14 {
    background: url(../images/site/icons_large/icon101_large.png) no-repeat;
    height: 45px;
    width: 45px;
    display: inline-block;
}

.main-nav .active .icon-large-box14 {
    background-position: 0 -49px;
}

.icon-short-boy {
    background-position: -169px 0px;
}

.icon-short-doller {
    background-position: -352px 0px;
}

.icon-short-girl {
    background-position: -138px 0px;
}

.icon-short-sigar {
    background-position: -206px 0px;
}

.icon-short-sigar1 {
    background-position: -245px 0px;
}

.icon-short-chart {
    background-position: -282px 0px;
}

.icon-short-chart1 {
    background-position: -317px 0px;
}

.navbar-static-side .sidebar-collapse > ul.nav > li:hover .icon-short-chart, .navbar-static-side .sidebar-collapse > ul.nav > li.active .icon-short-chart {
    background-position: -317px 0px;
}

#sync2 .owl-item:hover .icon-large-box1, #sync2 .owl-item.synced .icon-large-box1 {
    background-position: 0 -136px;
}

#sync2 .owl-item:hover .icon-large-box2, #sync2 .owl-item.synced .icon-large-box2 {
    background-position: -56px -136px;
}

#sync2 .owl-item:hover .icon-large-box3, #sync2 .owl-item.synced .icon-large-box3 {
    background-position: -111px -136px;
}

#sync2 .owl-item:hover .icon-large-box4, #sync2 .owl-item.synced .icon-large-box4 {
    background-position: -165px -136px;
}

#sync2 .owl-item:hover .icon-large-box5, #sync2 .owl-item.synced .icon-large-box5 {
    background-position: -219px -136px;
}

#sync2 .owl-item:hover .icon-large-box6, #sync2 .owl-item.synced .icon-large-box6 {
    background-position: -275px -136px;
}

#sync2 .owl-item:hover .icon-large-box7, #sync2 .owl-item.synced .icon-large-box7 {
    background-position: -332px -136px;
}

#sync2 .owl-item:hover .icon-large-box8, #sync2 .owl-item.synced .icon-large-box8 {
    background-position: -387px -136px;
}

#sync2 .owl-item:hover .icon-large-box9, #sync2 .owl-item.synced .icon-large-box9 {
    background-position: -446px -136px;
}

.owl-theme .owl-controls {
    margin: 0;
}

    .owl-theme .owl-controls .owl-buttons {
        position: relative;
    }

        .owl-theme .owl-controls .owl-buttons div {
            #sync1.owl-carousel > .owl-controls background:transparent;
            padding: 0 10px;
            /* background:#e2e2e2; */
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
        }

            .owl-theme .owl-controls .owl-buttons div > .owa-controls-image {
                display: inline-block;
                width: 70px;
                height: 70px;
                background: #fff;
                vertical-align: middle;
                border-radius: 70px;
            }

                .owl-theme .owl-controls .owl-buttons div > .owa-controls-image img {
                    margin-top: 20px;
                    font-size: 0px;
                    color: transparent;
                }

            .owl-theme .owl-controls .owl-buttons div.owl-prev .owa-controls-image {
                margin-left: 10px;
            }

            .owl-theme .owl-controls .owl-buttons div.owl-next .owa-controls-image {
                margin-right: 10px;
            }

            .owl-theme .owl-controls .owl-buttons div.owl-prev {
                position: absolute;
                left: 0px;
            }

            .owl-theme .owl-controls .owl-buttons div.owl-next {
                position: absolute;
                right: 0;
            }

            .owl-theme .owl-controls .owl-buttons div .fa {
                font-size: 55px;
                color: #222;
                vertical-align: middle;
                line-height: 45px;
            }

        .owl-theme .owl-controls .owl-buttons div {
            -moz-transition: all 0.2s ease-in;
            -webkit-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
        }

            .owl-theme .owl-controls .owl-buttons div:hover {
                -moz-transition: all 0.2s ease-out;
                -webkit-transition: all 0.2s ease-out;
                -o-transition: all 0.2s ease-out;
                transition: all 0.2s ease-out;
                /*	-ms-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);*/
            }

            .owl-theme .owl-controls .owl-buttons div .owa-text {
                color: #222;
                margin-top: 15px;
                vertical-align: top;
                display: inline-block;
                text-align: left;
                font-size: 16px;
                color: #000;
                line-height: 18px;
                margin-right: 7px;
                font-family: "Muli", "Titillium Web", sans-serif;
            }

        .owl-theme .owl-controls .owl-buttons .owl-prev:hover .owa-controls-image, .owl-theme .owl-controls .owl-buttons .owl-next:hover .owa-controls-image {
            background: #fff;
        }

        .owl-theme .owl-controls .owl-buttons div.owl-prev .owa-text {
            margin-right: 0px;
            margin-left: 7px;
        }

.navbar-fixed-top.main-header .heading-panel-out, .main-header .navbar-top-links.navbar-right {
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.navbar-fixed-top.main-header.fixtop .heading-panel-out {
    margin: 5px 0;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.main-header.fixtop .navbar-top-links.navbar-right {
    margin-top: 0px;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.navbar-fixed-top.main-header.fixtop {
    box-shadow: 0 0 5px #a5a5a5;
}

.btn-xl1 {
    border-radius: 44px;
    font-size: 24px;
    height: 88px;
    line-height: 1.33;
    padding: 10px 0px;
    width: 88px;
}

.btn-xl {
    font-size: 29px;
    line-height: 1.33;
    padding: 10px 20px;
}

.effect-rotate {
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
}

.effect-scale {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.no-round {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.hover-fade {
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.hover-fade1 {
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.btn-theme {
    background: #545454;
    border-color: #545454;
    color: #fff;
}

    .btn-theme:hover, .btn-theme:focus {
        background: #616161 !important;
        border-color: #616161;
        background-color: #616161 !important;
        color: #fff;
    }

.btn-md {
    border-radius: 35px;
    font-size: 18px;
    height: 35px;
    width: 35px;
    min-height: auto;
}

.heading-panel-out .navbar-top-links.top-btn > li > a {
    color: #fff;
    font-size: 22px;
    padding: 0 5px;
    min-height: inherit;
}

.heading-panel-out .heading-panel .title {
    white-space: nowrap;
}

.heading-panel-out .navbar-top-links.top-btn {
    white-space: nowrap;
    padding-top: 0px;
    border-left: 1px solid #ccc;
    vertical-align: middle;
}

    .heading-panel-out .navbar-top-links.top-btn > li > a:hover {
        background: #616161;
        border-color: #616161;
    }

.main-header .heading-panel-out .navbar-top-links.top-btn > li > a:hover {
    background: #616161;
    border-color: #616161;
}

.main-header .navbar-top-links.top-btn {
    border-right: solid 1px #ccc;
    margin: 23px 15px 0 0;
}

.main-header .navbar-top-links.navbar-right.top-btn > li > a {
    min-height: auto;
    padding: 0px 5px;
    color: #fff;
    font-size: 22px;
}

    .main-header .navbar-top-links.navbar-right.top-btn > li > a:hover {
        background: #616161;
        border-color: #616161;
    }

/*--------------------------- test -----------------------------------*/

body {
    padding-top: 80px;
}

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.navbar-fixed-top {
    border: 0;
}

.nav-sidebar {
    margin-right: -21px;
    margin-bottom: 20px;
    margin-left: -20px;
}

    .nav-sidebar > li > a {
        padding-right: 20px;
        padding-left: 20px;
    }

    .nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus {
        color: #fff;
        background-color: #428bca;
    }

.main-container {
    padding: 20px;
}

.main-container {
    padding-right: 40px;
    padding-left: 40px;
}

.main .page-header {
    margin-top: 0;
}

.placeholders {
    margin-bottom: 30px;
    text-align: center;
}

    .placeholders h4 {
        margin-bottom: 0;
    }

.placeholder {
    margin-bottom: 20px;
}

    .placeholder img {
        display: inline-block;
        border-radius: 50%;
    }

.main-contain-out {
    margin: 0;
}

    .main-contain-out > .sidebar {
        display: table-cell;
        width: 130px;
    }

    .main-contain-out > .main-container {
        margin: 0;
    }

.sidebar {
    top: 0px;
    background: #212121;
    padding: 0 0px;
}

    .sidebar .navbar-brand {
        float: none;
        padding: 0;
        display: block;
        height: auto;
        text-align: center;
    }

.sidebar {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    border-right: 1px solid #eee;
    width: 130px;
}

.main-contain-out {
    padding-left: 130px;
}

    .main-contain-out > .main-container {
        margin-left: 0px;
        padding: 0;
        width: 100%;
    }

.navbar.navbar-inverse.navbar-fixed-top {
    left: 130px;
}

.sidebar {
    top: 0;
}

.searchform-inner {
    padding: 15px;
}

    .searchform-inner .form-group .control-label {
        display: block;
        padding-right: 7px;
        font-weight: normal;
        color: #fff;
        font-size: 14px;
    }

    .searchform-inner .form-group .controls {
        display: inline-block;
    }

    .searchform-inner .form-group {
        margin-bottom: 8px;
    }

        .searchform-inner .form-group.has-error .control-label {
            color: #a21212;
        }

.form-inline .lbl {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    vertical-align: middle;
}

.form-inline .form-group {
    margin-right: 5px;
    margin-left: 5px;
}

.form-inline .lbl label {
    cursor: pointer;
    display: inline;
    font-weight: 400;
}

.well.advancesearchtoggle {
    background-color: #f7f7f7;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0px;
    margin-top: 0px;
}

    .well.advancesearchtoggle .btn-block.btn-default {
        margin: 0px 0px;
    }

    .well.advancesearchtoggle .col-lg-11 {
        background-color: #6fb400;
    }

.advancesearchtoggle .searchform {
    background: #58a100;
    display: table;
    width: 100%;
    margin-right: 0;
    margin-left: 0px;
}

    .advancesearchtoggle .searchform > .col-lg-11 {
        display: table-cell;
        float: none;
        width: auto;
        vertical-align: top;
        width: 94%;
    }

.advancesearchtoggle .buttonspace.btn-default {
    cursor: pointer;
    display: table-cell;
    float: none;
    height: 93px;
    border: none;
    vertical-align: middle;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    padding-right: 0;
    background: #58a100;
    color: #fff;
}

    .advancesearchtoggle .buttonspace.btn-default .fa {
        font-size: 25px;
    }

.form-control {
    border-radius: 0px;
}

.control-inline {
    display: inline-block;
    vertical-align: top;
}

.form-vertical .control-label {
    color: #4e4e4e;
    float: none;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding-left: 25px;
    padding-top: 5px;
    text-align: left;
    width: 100%;
}

.form-vertical .controls {
    padding-left: 25px;
}

@media (max-width: 1100px) {
    .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.text1, a.text1, .text1 a {
    font-size: 15px;
    color: #161616;
    font-weight: bold;
    font-family: "Muli", Arial, Helvetica, sans-serif;
}

.text2, a.text2, .text2 a {
    font-size: 13px;
    color: #717171;
    font-weight: normal;
    font-family: "Muli", Arial, Helvetica, sans-serif;
}

    .text2 .data, .text1 .data {
        display: inline-block;
        margin-left: 15px;
    }

    .text2 .fa {
        font-size: 18px;
        vertical-align: middle;
        margin-right: 3px;
    }

    .text2 .data:first-child, .text1 .data:first-child {
        margin-left: 0;
    }

.text2 {
    margin: 5px 0;
    display: block;
}

.text3, a.text3, .text3 a {
    font-size: 18px;
    color: #6eb400;
    font-weight: bold;
    font-family: "Muli", Arial, Helvetica, sans-serif;
}

.text4, a.text4, .text4 a {
    font-size: 14px;
    color: #717171;
    font-weight: normal;
    font-family: "Muli", Arial, Helvetica, sans-serif;
}

    .text4 .data, .text4 .data {
        display: inline-block;
        margin-left: 15px;
    }

    .text4 .fa {
        font-size: 18px;
        vertical-align: middle;
        margin-right: 3px;
    }

    .text4 .data:first-child, .text3 .data:first-child {
        margin-left: 0;
    }

.text4 {
    margin: 5px 0;
    display: block;
}

.text5, a.text5, .text5 a {
    font-size: 17px;
    color: #212121;
    font-weight: bold;
    font-family: "Muli", Arial, Helvetica, sans-serif;
}

.text4 + .text3 {
    margin-top: 15px;
}

.grid-menu .dropdown-toggle {
    padding: 3px 6px;
    border: solid 1px transparent;
    border-bottom: none;
    position: relative;
    z-index: 100;
    background: #fff;
}

    .grid-menu .dropdown-toggle .fa {
        font-size: 20px;
        color: #9a9a9a;
    }

.grid-menu .dropdown-menu li {
    font-size: 12px;
}

    .grid-menu .dropdown-menu li .fa {
        vertical-align: middle;
    }

.grid-menu .dropdown-menu {
    top: 23px;
    z-index: 90;
    border-radius: 0px;
}

.k-widget.k-grid tbody tr:hover .grid-menu .dropdown-toggle {
    z-index: 110;
}

.k-widget.k-grid tbody tr:hover .grid-menu .dropdown-menu {
    z-index: 105;
}

.grid-menu .dropdown-menu:before {
    content: " ";
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    border-bottom: solid 5px #b8b8b8;
    position: absolute;
    display: inline-block;
    right: 5px;
    margin-top: -11px;
    display: none;
}

.grid-menu li.dropdown:hover .dropdown-toggle {
    border: solid 1px #ccc;
    border-bottom: none;
    background: #fff;
}

    .grid-menu li.dropdown:hover .dropdown-toggle .fa {
        -moz-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        color: #5e9900;
    }

ul.nav li.dropdown:hover .dropdown-menu {
    display: block;
}

.view-panel {
    margin-top: 0px;
}

    .view-panel .panel-heading a {
        display: block;
    }

    .view-panel .panel-heading a, .view-panel .panel-heading {
        font-size: 23px;
        color: #000000;
        font-family: "Muli", "Titillium Web", sans-serif;
        text-decoration: none;
    }

        .view-panel .panel-heading img[src*="icon"] {
            max-height: 25px;
            max-width: 25px;
        }

.tabstyle1.view-panel .panel.panel-default {
    overflow: visible;
}

.t-data td {
    vertical-align: top;
    width: 33%;
}

.t-heading td {
    vertical-align: top;
    width: 33%;
}

.view-panel .panel, .view-panel .panel-heading {
    background: #e9e9e9;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

ul.details {
    margin: 0;
    padding: 0;
}

    ul.details li {
        position: relative;
        list-style-type: none;
        padding: 5px 5px 5px 35px;
        margin: 0;
    }

        ul.details li .fa {
            position: absolute;
            left: 0px;
            top: 5px;
            font-size: 20px;
            color: #5b5b5b;
            width: 25px;
            text-align: center;
        }

            ul.details li .fa.fa-mobile-phone {
                font-size: 25px;
            }

.view-panel .panel-body {
}

.view-panel .t-data {
    border-collapse: collapse;
}

.view-panel .t-data {
    margin: -15px;
}

    .view-panel .t-data td {
        border-left: solid 1px #d8d8d8;
        border-top: solid 1px #d8d8d8;
        padding: 15px;
    }

        .view-panel .t-data td:first-child {
            border-left: none;
        }

    .view-panel .t-data tr:first-child td {
        border-top: none;
    }

.view-panel .panel-heading {
    position: relative;
    cursor: pointer;
}

    .view-panel .panel-heading:hover {
        background-color: #e1e1e1;
    }

    .view-panel .panel-heading .arrow {
        position: absolute;
        right: 25px;
        top: 13px;
    }

        .view-panel .panel-heading .arrow .fa {
            font-size: 15px;
            color: #6eb400;
        }

.view-panel .panel-title.collapsed .fa:before {
    content: "\f078";
    color: #a6a6a6;
}

.view-panel .panel-title .fa:before {
    color: #a6a6a6;
}

.view-panel .t-data1 td {
    padding: 3px;
    font-size: 14px;
}

.view-panel .t-data1 tbody td {
    border-bottom: dotted 1px #d0d0d0;
}

.view-panel .t-data1 tbody tr:last-child td {
    border-bottom: none;
}

.sign-box .fa-close {
    font-size: 18px;
    color: #ac0b0b;
}

.sign-box .fa-check {
    font-size: 18px;
    color: #6eb400;
}

.sign-box img {
    width: 22px;
}

.viewform1 .controls {
    color: #63a100;
    padding-top: 5px;
    font-size: 14px;
}

.viewform2 .controls {
    padding-top: 7px;
}

.viewform3 .control-label {
    padding-top: 0px;
}

.viewform3 .controls {
    padding-top: 2px;
}

.viewform4 .form-group {
    margin-bottom: 1px;
}

    .viewform4 .form-group * {
        font-size: 13px;
    }

.viewform4 .controls {
    color: #63a100;
    padding-top: 5px;
    font-size: 13px;
}

/*------------------------------------------------------------ Kendo grid ----------------------------*/

.k-grid.k-widget .k-widget.k-dropdown.k-header .k-dropdown-wrap {
    height: 23px;
}

    .k-grid.k-widget .k-widget.k-dropdown.k-header .k-dropdown-wrap .k-select {
        margin-top: 0;
    }
/* ------------------------------------------------------------------ Kendo Grid -------------------------------------------------------------*/

.k-icon, .k-tool-icon, .k-grouping-dropclue, .k-drop-hint, .k-column-menu .k-sprite, .k-grid-mobile .k-resize-handle-inner:before, .k-grid-mobile .k-resize-handle-inner:after {
    background-image: url('../images/kendo/sprite.png');
    border-color: transparent;
}

.form-inline .form-group .k-widget.k-dropdown {
    width: 187px;
}

.k-widget.k-grid .link .fa {
    color: #6D6D6D;
    font-size: 17px;
}

    .k-widget.k-grid .link .fa:hover {
        color: #000;
    }

.k-widget.k-grid {
    float: none;
    background: #fff;
    border: medium none;
    box-shadow: none;
    clear: both;
    margin: 15px 0px;
}

    .k-widget.k-grid table {
        border-bottom: 1px solid #CCCCCC;
    }

.k-pager-wrap {
    padding: 10px 0px;
    background: #f0f0f0;
    border: medium none;
    box-shadow: none;
}

.k-grid.k-widget .k-grid-header, .k-grid.k-widget .k-grid-header .k-header, .k-grid.k-widget .k-grid-header .k-header {
    background: #f0f0f0;
    background-image: none;
    filter: none;
    color: #212121;
    font-size: 20px;
    border: none;
    font-family: "Muli", "Titillium Web", sans-serif;
}

.k-grid-header .k-link:link, .k-grid-header .k-link:visited, .k-grid-header .k-nav-current.k-state-hover .k-link, .k-grouping-header .k-link {
    border: 0px 0px 1px;
    border-color: #333333;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    color: #fff;
}

.k-grid-header .k-link:link, .k-grid-header .k-link:visited, .k-grid-header .k-nav-current.k-state-hover .k-link, .k-grouping-header .k-link {
    color: #fff;
}

.k-grid.k-widget .k-header .k-link {
    color: #212121;
    font-size: 18px;
    font-weight: normal;
}

.k-grid.k-widget .k-grid-header .k-header {
    border-bottom: solid 1px #6fb400;
}

.k-grid tr td {
    border-width: 1px 0px 0px 0px;
    border-color: #DCE2E6;
    color: #666;
    font-size: 13px;
}

.k-grid.k-widget tbody tr:first-child td {
    border-width: 0;
}

.k-grid tr.k-alt {
    background: #FDFEFE;
}

.link .fa, .link .fa:focus {
    color: #333333;
    font-size: 17px;
}

.k-pager-wrap {
    color: #71737A;
}

.k-state-selected {
    background-color: #F9CD04;
    border-color: #F9CD04;
}

.k-pager-info {
    float: right;
    padding: 0 0 1.333em;
    font-size: 13px;
    font-weight: bold;
}

.k-pager-wrap .k-link, .k-pager-wrap .k-link:hover {
    color: #333;
}

.k-widget.k-grid tbody tr td:first-child {
    border-left: 1px solid #CDCDCD;
}

.k-widget.k-grid tbody tr td:last-child {
    border-right: 1px solid #CDCDCD;
}

.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color {
    background-color: #6fb400;
    border-color: #6fb400;
}

.k-item.k-state-selected.k-state-focused:hover {
    color: #fff;
}

.k-widget.k-grid .k-pager-numbers.k-reset .k-state-selected {
    border-color: #666666;
    background: #64aced; /* Old browsers */
    background: -moz-linear-gradient(top, #6f6f6f 0%, #666666 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6f6f6f), color-stop(100%, #666666)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6f6f6f 0%, #666666 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6f6f6f 0%, #666666 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6f6f6f 0%, #666666 100%); /* IE10+ */
    background: linear-gradient(to bottom, #6f6f6f 0%, #666666 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#666666', GradientType=0 ); /* IE6-9 */
    color: fff;
}

.k-grid-header .k-header {
    border-width: 0;
    border: none;
}

.k-widget.k-grid th, .k-widget.k-grid .k-grid-pager {
    border: none;
}

.k-pager-wrap.k-grid-pager .k-link {
}

.k-pager-wrap .k-pager-nav.k-pager-last {
    border-radius: 2em;
}

.k-pager-wrap .k-link, .k-pager-numbers .k-state-selected, .k-pager-wrap .k-pager-numbers .k-link {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    margin: 0px;
    border-width: 1px;
    border-color: #ccc;
}

.k-grid.k-widget .k-pager-wrap .k-pager-refresh.k-link {
    border: solid 1px #ccc;
    margin-left: 8px;
}

.k-pager-wrap .k-link.k-pager-first {
    border-radius: 4px 0 0 4px;
}

.k-pager-wrap .k-link.k-pager-last {
    border-radius: 0 4px 4px 0;
}

.k-datepicker.form-control {
    padding: 0;
}

div.k-window-content {
    padding: 15px;
}

.k-window .k-window-titlebar.k-header {
    padding-top: 7px !important;
    padding-bottom: 10px !important;
}

.k-block, .k-button, .k-textbox, .k-drag-clue, .k-touch-scrollbar, .k-window, .k-window-titleless .k-window-content, .k-window-action, .k-inline-block, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator, .k-autocomplete, .k-multiselect, .k-combobox, .k-dropdown, .k-dropdown-wrap, .k-datepicker, .k-timepicker, .k-colorpicker, .k-datetimepicker, .k-notification, .k-numerictextbox, .k-picker-wrap, .k-numeric-wrap, .k-colorpicker, .k-list-container, .k-calendar-container, .k-calendar td, .k-calendar .k-link, .k-treeview .k-in, .k-editor-inline, .k-tooltip, .k-tile, .k-slider-track, .k-slider-selection, .k-upload {
    border-radius: 0px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f4f2f2;
}

.k-tabstrip-wrapper .k-pager-wrap {
    padding: 10px 0 0;
}

.k-tabstrip-wrapper .k-pager-info {
    padding-bottom: 0;
}

.k-state-active, .k-state-active:hover, .k-active-filter, .k-tabstrip .k-state-active {
    border-color: #ccc;
}

.k-widget.k-window {
    border: none;
}

.k-tabstrip-wrapper {
    position: relative;
}

    .k-tabstrip-wrapper .k-grid-toolbar .k-grid-add {
        position: absolute;
        top: -38px;
        right: -12px;
        margin: 0;
        font-size: 0px;
        padding: 5px 7px;
        border-radius: 3px;
        background: #019cdf; /* Old browsers */
        background: -moz-linear-gradient(top, #019cdf 0%, #0088c2 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #019cdf), color-stop(100%, #0088c2)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #019cdf 0%, #0088c2 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #019cdf 0%, #0088c2 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #019cdf 0%, #0088c2 100%); /* IE10+ */
        background: linear-gradient(to bottom, #019cdf 0%, #0088c2 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#019cdf', endColorstr='#0088c2', GradientType=0 ); /* IE6-9 */
    }

        .k-tabstrip-wrapper .k-grid-toolbar .k-grid-add .k-icon.k-add {
            margin: 0;
            background-position: -64px -64px;
        }

    .k-tabstrip-wrapper .k-widget.k-grid {
        float: none;
    }

    .k-tabstrip-wrapper .k-header.k-grid-toolbar, .k-tabstrip-wrapper .k-pager-wrap.k-grid-pager.k-widget {
        background: transparent;
        background-color: transparent;
        border: none;
    }

    .k-tabstrip-wrapper .k-header.k-grid-toolbar {
        padding: 5px;
    }

.k-tabstrip-items .k-state-default .k-link, .k-panelbar > li.k-state-default > .k-link {
    padding: 8px 15px;
    font-size: 14px;
    color: #585858;
}

.k-tabstrip-items .k-state-default .k-link {
    position: relative;
}

    .k-tabstrip-items .k-state-default .k-link:before {
        content: "|";
        position: absolute;
        left: -4px;
        color: #ccc;
    }

.k-tabstrip-items .k-state-default.k-state-active .k-link:before, .k-tabstrip-items .k-state-default.k-item:hover .k-link:before, .k-tabstrip-wrapper .k-tabstrip-items .k-item.k-state-default:first-child .k-link:before {
    content: " ";
}

.k-content .k-pager-wrap .k-pager-refresh {
    border-width: 1px !important;
    border-right: solid 1px #ccc !important;
    margin-left: 10px;
}

.k-tabstrip-items .k-state-default .k-link, .k-panelbar > li.k-state-default > .k-link {
    color: #585858;
}

.k-tabstrip-items .k-state-active .k-link {
    color: #112144;
}

.k-tabstrip-items .k-loading.k-complete {
    border: none;
}

.k-tabstrip .k-content.k-state-active {
}

.k-window-titlebar.k-header {
    border-radius: 0px;
}

.k-widget.k-window .k-window-titlebar .k-window-title {
    color: #fff;
}

.k-widget.k-window .k-window-titlebar .k-window-title {
    left: 15px;
}

.k-widget.k-window .k-grid-header, .k-widget.k-window .k-header, .k-widget.k-window .k-grid-header .k-header {
    background-color: #2d2d2d;
    background: #2d2d2d;
}

.k-window > div.k-popup-edit-form {
    padding: 15px;
}

.k-widget.k-window .k-edit-form-container .k-edit-buttons {
    border-top: none;
    margin: 0;
    bottom: auto;
}

    .k-widget.k-window .k-edit-form-container .k-edit-buttons .k-button {
        padding: 5px 10px;
    }

    .k-widget.k-window .k-edit-form-container .k-edit-buttons .k-icon {
        display: none;
    }

.k-widget.k-window .k-edit-form-container .k-edit-label label {
    color: #333;
}

.k-widget.k-window .k-edit-form-container .k-edit-buttons .k-primary {
    background: #1a2f5a;
    border-color: #1a2f5a;
}

.k-window .k-edit-label, .k-window .k-edit-form-container .editor-label {
    text-align: left;
}

.k-tabstrip > .k-content, .k-panelbar .k-tabstrip > .k-content {
    padding-bottom: 15px;
}

.k-tabstrip-items .k-state-default.k-item {
    margin-right: 1px;
}

    .k-tabstrip-items .k-state-default.k-item:hover .k-link {
        background: #fff;
    }

    .k-tabstrip-items .k-state-default.k-item:hover {
        border-style: solid;
        border-width: 1px 1px 0 1px;
        border-color: #ccc;
    }

.btn-circle .fa {
    font-size: 16px;
}

.k-dropzone {
    padding: 0px;
}

.k-panelbar .k-state-focused.k-state-selected, td.k-state-focused.k-state-selected, .k-state-selected td.k-state-focused, .k-listview > .k-state-focused.k-state-selected {
    box-shadow: 0 0 20px 3px #6fb400 inset;
}

.controls .k-widget.form-control {
    padding: 0px;
    border: none;
}

/* ------------------------------------------------------------------ End Kendo Grid -------------------------------------------------------------*/

/* muct take */

.k-grid td {
    overflow: visible;
}

.main-container .heading-panel-out {
    position: fixed;
    top: 0px;
    left: 145px;
    z-index: 10000;
    margin: 10px 0;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .main-container .heading-panel-out.fixtop {
        margin: 4px 0;
        -moz-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

/*------------------------------Buttons----------------------------------------*/

.btn-primary {
    color: #fff;
    background-color: #6fb400;
    border-color: #63a100;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #7dc011;
        border-color: #75b809;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #428bca;
        border-color: #357ebd;
    }

    .btn-primary.disabled {
        background-color: #aec48a;
        border-color: #aec48a;
    }

    .btn-primary .badge {
        color: #428bca;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success.focus,
    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info.focus,
    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled,
    .btn-info[disabled],
    fieldset[disabled] .btn-info,
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info.focus,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning.focus,
    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled.focus,
    .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning.focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger.focus,
    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled.focus,
    .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger.focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    font-weight: normal;
    color: #428bca;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #2a6496;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #777;
                text-decoration: none;
            }

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.k-window-content.k-content * {
    box-sizing: border-box;
}

.k-window-content.k-content .controls * {
    box-sizing: border-box;
}

.k-window-content.k-content .controls .k-header {
    background: #fff;
}

.k-textbox > input, .k-autocomplete .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-dropdown-wrap .k-input, .k-selectbox .k-input {
    font-size: 13px;
    color: #555;
    line-height: 27px;
}

.form-control {
    padding: 6px;
}

.field-inline {
    display: inline-block;
    vertical-align: top;
}

    .field-inline + .field-inline {
        margin-left: 15px;
    }

hr {
    border-color: #ddd;
}

    hr.style1 {
        margin: 15px 0 15px;
        clear: both;
    }

.btn-primary1 {
    color: #fff;
    background-color: #485d04;
    border-color: #485d04;
}

    .btn-primary1:hover,
    .btn-primary1:focus,
    .btn-primary1.focus,
    .btn-primary1:active,
    .btn-primary1.active,
    .open > .dropdown-toggle.btn-primary1 {
        color: #fff;
        background-color: #5a7504;
        border-color: #5a7504;
    }

.btn-primary2 {
    color: #fff;
    background-color: #65b406;
    border-color: #65b406;
}

    .btn-primary2:hover,
    .btn-primary2:focus,
    .btn-primary2.focus,
    .btn-primary2:active,
    .btn-primary2.active,
    .open > .dropdown-toggle.btn-primary1 {
        color: #fff;
        background-color: #6ec00b;
        border-color: #6ec00b;
    }

.image-panel .slides {
    margin: 15px 0 15px -15px;
    padding: 0;
}

    .image-panel .slides > li {
        background: #fff;
        -webkit-box-shadow: 0 0px 4px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0px 4px rgba(0,0,0,.2);
        -o-box-shadow: 0 0px 4px rgba(0,0,0,.2);
        box-shadow: 0 0px 4px rgba(0,0,0,.2);
        position: relative;
        -moz-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        overflow: hidden;
        width: 280px;
        float: left;
        margin-left: 15px;
        position: relative;
        margin-bottom: 20px;
        opacity: 0.65;
    }

        .image-panel .slides > li.selected, .image-panel .slides > li:hover {
            opacity: 1;
        }

        .image-panel .slides > li .img-checkbox {
            position: absolute;
            top: 5px;
            right: 5px;
            display: inline-block;
            height: 19px;
            width: 19px;
            z-index: 1000;
            background: #fff;
            padding: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

            .image-panel .slides > li .img-checkbox input {
                vertical-align: top;
                margin: 0;
                padding: 0;
            }

        .image-panel .slides > li .imgbox {
            height: 158px;
            overflow: hidden;
        }

            .image-panel .slides > li .imgbox .mimg {
                max-height: 158px;
                min-width: 280px;
            }

        /*.image-panel .slides > li:after{ position:absolute; width:64px; height:64px; display:inline-block; background-image:url(../images/site/img-zoom.png); background-repeat: no-repeat; content:""; z-index:1000; top:23%; left:38%; opacity:0;  -ms-transform: scale(1.5);    -webkit-transform: scale(1.5);     transform: scale(1.5);   }
.image-panel .slides > li:hover:after{
	 -moz-transition: all 0.2s ease-out;  -webkit-transition: all 0.2s ease-out;  -o-transition: all 0.2s ease-out;  transition: all 0.2s ease-out;
	   -ms-transform: scale(1);    -webkit-transform: scale(1);     transform: scale(1);  opacity:1;
}
    */
        .image-panel .slides > li .mimg {
            -ms-transform: scale(1.2);
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
            -moz-transition: all 0.2s ease-in;
            -webkit-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
            position: relative;
            z-index: 50;
        }

        .image-panel .slides > li:hover .mimg {
            -ms-transform: scale(1);
            -webkit-transform: scale(1);
            transform: scale(1);
            -moz-transition: all 0.2s ease-out;
            -webkit-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

        .image-panel .slides > li .project-details {
            padding: 15px;
            position: relative;
            z-index: 100;
            background: #fff;
        }

            .image-panel .slides > li .project-details .title {
                color: #1d1d1d;
                font-size: 15px;
                font-weight: bold;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .image-panel .slides > li .project-details .title a {
                    color: #1d1d1d;
                }

            .image-panel .slides > li .project-details .desc {
                color: #6f6f6f;
                margin-top: 4px;
                display: block;
                overflow: hidden;
                height: 32px;
                line-height: 16px;
            }

        .image-panel .slides > li.selected .mimg {
            -ms-transform: scale(1);
            -webkit-transform: scale(1);
            transform: scale(1);
            -moz-transition: all 0.2s ease-out;
            -webkit-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

.list-plain {
    margin: 0;
    padding: 0;
}

    .list-plain li {
        list-style-type: none;
    }

.btn-xl1 {
    border-radius: 44px;
    font-size: 24px;
    height: 88px;
    line-height: 1.33;
    padding: 10px 0px;
    width: 88px;
}

.btn-xl {
    font-size: 29px;
    line-height: 1.33;
    padding: 10px 20px;
}

.effect-rotate {
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
}

.effect-scale {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.no-round {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.hover-fade {
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.hover-fade1 {
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.search-result .imgbox .thumbnail {
    margin-bottom: 0px;
}

.list {
    margin: 0px;
    padding: 0px;
}

    .list li {
        background: none;
        padding: 3px 0 3px 15px;
        list-style: none;
        position: relative;
        font-size: 14px;
        color: #585858;
    }

        .list li a {
            color: #b3bac4;
            display: block;
            -moz-transition: all 0.2s ease-in;
            -webkit-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
        }

            .list li a:hover {
                color: white;
            }

        .list li:hover a {
            padding-left: 3px;
            -moz-transition: all 0.2s ease-out;
            -webkit-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
            text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
        }

        .list li:before {
            height: 7px;
            width: 7px;
            border-radius: 7px;
            -moz-transition: all 0.2s ease-in;
            -webkit-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
            background: #52b624;
            content: "";
            position: absolute;
            left: 0px;
            top: 10px;
        }

        .list li:hover:before {
            background: #6bcd3e;
            -moz-transition: all 0.2s ease-out;
            -webkit-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
            left: 3px;
        }

.list3 {
    margin: 0;
    padding: 0px;
}

    .list3 li {
        position: relative;
        list-style: none;
        padding: 5px 0 5px 29px;
        font-size: 14px;
    }

        .list3 li .fa {
            position: absolute;
            top: 8px;
            left: 0px;
            font-size: 16px;
            color: #6eb400;
            text-align: center;
            width: 25px;
        }

.column4 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}

.column6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
}

.column7 {
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7;
}

.column8 {
    -webkit-column-count: 8;
    -moz-column-count: 8;
    column-count: 8;
}

.column9 {
    -webkit-column-count: 9;
    -moz-column-count: 9;
    column-count: 9;
}

.panel.panel-default .panel-heading .title {
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.panel-heading .lbl-price {
    color: #6fb400;
    float: right;
    margin-right: 45px;
}

.lbl25 * {
    color: #000;
    font-family: "Muli", "Titillium Web", sans-serif;
    font-size: 23px !important;
}

.k-widget.k-window .k-window-titlebar .k-window-actions .k-window-action {
    border: solid 1px #ccc;
    padding: 0;
}

    .k-widget.k-window .k-window-titlebar .k-window-actions .k-window-action .k-icon {
        opacity: 1;
    }

.total-section .controls {
    text-align: right;
    font-weight: 700;
    margin-right: 50px;
    padding-top: 0px;
}

.total-section .control-label {
    color: #000;
    padding-top: 0px;
}

.total-section .form-group {
    margin-bottom: 0px;
}

.well-xs {
    padding: 3px;
}

.controls > input[type="radio"], .controls > input[type="checkbox"] {
    margin-top: 0;
    vertical-align: middle;
    margin-left: 5px;
}

    .controls > input[type="radio"]:first-child, .controls > input[type="checkbox"]:first-child {
        margin-left: 0px;
    }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-top: 2px;
}

.form-horizontal > .form-group {
    margin-bottom: 8px;
    margin-left: 0px;
    margin-right: -5px;
}

.color-theme {
    color: #64a300;
}

.panel-heading .h1 {
    border-bottom: none;
}

.text-center {
    text-align: center;
}

.buttonsbox1 {
    display: block;
    text-align: center;
}

.buttonsbox2 {
    display: block;
    text-align: left;
    margin-top: 15px;
}

.buttonsbox1 .btn {
    margin-right: 5px;
}

.well-white {
    background: #fff;
    padding: 10px;
}

.life-stage-main {
    margin: 15px 0;
}

.life-stage-inner {
    width: 810px;
    margin: 0 auto;
    position: relative;
    padding: 35px 0;
}

.life-stage {
    background: url(../images/site/life-stage.jpg) no-repeat;
    width: 625px;
    height: 692px;
    margin: 0 auto;
}

.btn-theme1 {
    background: #96c946; /* Old browsers */
    background: -moz-linear-gradient(top, #96c946 0%, #80bd1f 50%, #6eb400 51%, #6eb400 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96c946), color-stop(50%,#80bd1f), color-stop(51%,#6eb400), color-stop(100%,#6eb400)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #96c946 0%,#80bd1f 50%,#6eb400 51%,#6eb400 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #96c946 0%,#80bd1f 50%,#6eb400 51%,#6eb400 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #96c946 0%,#80bd1f 50%,#6eb400 51%,#6eb400 100%); /* IE10+ */
    background: linear-gradient(to bottom, #96c946 0%,#80bd1f 50%,#6eb400 51%,#6eb400 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c946', endColorstr='#6eb400',GradientType=0 ); /* IE6-9 */
}

.btn-theme2 {
    background: #575757; /* Old browsers */
    background: -moz-linear-gradient(top, #575757 0%, #575757 50%, #212121 51%, #212121 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#575757), color-stop(50%,#575757), color-stop(51%,#212121), color-stop(100%,#212121)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #575757 0%,#575757 50%,#212121 51%,#212121 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #575757 0%,#575757 50%,#212121 51%,#212121 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #575757 0%,#575757 50%,#212121 51%,#212121 100%); /* IE10+ */
    background: linear-gradient(to bottom, #575757 0%,#575757 50%,#212121 51%,#212121 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#575757', endColorstr='#212121',GradientType=0 ); /* IE6-9 */
}

.btnstyle1 {
    padding: 4px 25px;
    display: inline-block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #fff;
    font-size: 21px;
    font-family: "Muli", "Titillium Web", sans-serif;
    font-weight: 700;
    line-height: 28px;
    min-width: 100px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

    .btnstyle1 input[type="radio"] {
        position: absolute;
        right: 0px;
        top: 10px;
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .btnstyle1 .button-holder {
        position: absolute;
        right: -10px;
        top: 7px;
        cursor: pointer;
    }

        .btnstyle1 .button-holder.left {
            right: auto;
            left: -10px;
        }

    .btnstyle1:hover {
        color: #fff;
    }

.life-stage-inner .position1 {
    left: 39%;
    top: 27px;
    position: absolute;
}

.life-stage-inner .position2 {
    right: 55px;
    top: 186px;
    position: absolute;
}

.life-stage-inner .position3 {
    right: 75px;
    top: 554px;
    position: absolute;
}

.life-stage-inner .position4 {
    left: 39%;
    bottom: 37px;
    position: absolute;
}

.life-stage-inner .position5 {
    left: 0%;
    top: 554px;
    position: absolute;
}

.life-stage-inner .position6 {
    left: 0%;
    top: 186px;
    position: absolute;
}

.btnstyle2 {
    padding: 4px 25px;
    display: inline-block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #fff;
    font-size: 21px;
    font-family: "Muli", "Titillium Web", sans-serif;
    font-weight: 700;
    line-height: 28px;
    min-width: 100px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

    .btnstyle2 input[type="radio"] {
        position: absolute;
        right: 0px;
        top: 10px;
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .btnstyle2 .button-holder1 {
        position: absolute;
        right: -5px;
        top: -3px;
        cursor: pointer;
    }

        .btnstyle2 .button-holder1.left {
            right: auto;
            left: 8px;
        }

    .btnstyle2:hover {
        color: #fff;
    }

.button-holder2 {
    display: inline-block;
}

    .button-holder2 .regular-checkbox {
        display: inline-block;
    }

.form-style1 .control-label {
    font-weight: bold;
    padding-top: 2px;
}

.form-style1 {
}

.title1 {
    background: #e9e9e9;
    font-size: 26px;
    font-family: "Muli", "Titillium Web", sans-serif;
    padding: 10px;
}

    .title1 > img {
        margin-top: -1px;
    }

.datapanel1-out {
    display: block;
    padding: 15px 0;
}

    .datapanel1-out > .datapanel1 {
        float: left;
        margin-right: 15px;
        margin-bottom: 20px;
        min-height: 205px;
    }

.datapanel1 {
    display: block;
    width: 178px;
}

    .datapanel1 .dataphoto {
        display: block;
        padding: 10px;
        background: #fff;
        -webkit-border-radius: 145px;
        -moz-border-radius: 145px;
        border-radius: 145px;
        width: 145px;
        box-shadow: 0 0 3px #a5a5a5;
        position: relative;
        height: 145px;
        margin: 0 auto 10px auto;
    }

        .datapanel1 .dataphoto .dataphoto-inner {
            display: block;
            height: 125px;
            width: 125px;
            -webkit-border-radius: 125px;
            -moz-border-radius: 125px;
            border-radius: 125px;
            overflow: hidden;
            background: #f0f0f0;
        }

            .datapanel1 .dataphoto .dataphoto-inner img {
                vertical-align: middle;
            }

    .datapanel1 .title {
        font-size: 14px;
        font-family: "Muli", "Titillium Web", sans-serif;
        font-weight: 700;
        display: block;
        text-align: center;
        color: #606060;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .datapanel1 .dataphoto .hoverbox {
        position: absolute;
        width: 55px;
        height: 55px;
        background: rgba(111, 178, 0, 0.6);
        top: 75px;
        left: 75px;
        display: block;
        -webkit-border-radius: 145px;
        -moz-border-radius: 145px;
        border-radius: 145px;
        text-align: center;
        -moz-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        opacity: 0;
    }

        .datapanel1 .dataphoto .hoverbox .hoverinner {
            width: 65px;
            height: 65px;
            display: inline-block;
            background: rgba(255, 255, 255, 0.85);
            margin-top: 28px;
            -webkit-border-radius: 65px;
            -moz-border-radius: 65px;
            border-radius: 65px;
        }

        .datapanel1 .dataphoto .hoverbox img {
            margin-top: 20px;
        }

    .datapanel1:hover .dataphoto .hoverbox, .datapanel1.active .dataphoto .hoverbox {
        -moz-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        width: 125px;
        height: 125px;
        opacity: 1;
        top: 10px;
        left: 10px;
    }

.datapanel1-out > .datapanel1:last-child {
    margin-right: 0px;
}

.datapanel1:hover .title {
    color: #76b400;
}

.links-panel {
    display: table;
    width: 100%;
    border: solid 1px #ccc;
    border-left: none;
}

    .links-panel .colum {
        display: table-cell;
        width: 33%;
    }

        .links-panel .colum ul {
            list-style-type: none;
            padding: 0px;
            margin: 0;
        }

            .links-panel .colum ul li {
                position: relative;
                min-height: 46px;
                background: #fff;
                border-left: solid 4px #dddddd;
                border-bottom: solid 1px #e2e2e2;
                -moz-transition: all 0.2s ease-in;
                -webkit-transition: all 0.2s ease-in;
                -o-transition: all 0.2s ease-in;
                transition: all 0.2s ease-in;
            }

                .links-panel .colum ul li a {
                    display: block;
                    padding: 15px 15px 15px 105px;
                    font-family: "Muli", "Titillium Web", sans-serif;
                    font-size: 16px;
                    color: #717171;
                }

                    .links-panel .colum ul li a .iconbox {
                        position: absolute;
                        left: 34px;
                        top: 7px;
                    }

                .links-panel .colum ul li:nth-child(even) {
                    background: #fbfbfb;
                    border-left: solid 4px #c7c7c7;
                }

                .links-panel .colum ul li:hover, .links-panel .colum ul li.active {
                    background: #e9e9e9;
                    border-left: solid 4px #6db400;
                    -moz-transition: all 0.2s ease-out;
                    -webkit-transition: all 0.2s ease-out;
                    -o-transition: all 0.2s ease-out;
                    transition: all 0.2s ease-out;
                }

                    .links-panel .colum ul li:hover a, .links-panel .colum ul li.active a {
                        color: #000;
                    }

                    .links-panel .colum ul li:hover .iconbox {
                    }

                    .links-panel .colum ul li.active:before {
                        position: absolute;
                        top: 10px;
                        right: 7px;
                        content: "\f058";
                        font-size: 22px;
                        color: #6eb400;
                        display: inline-block;
                        font-family: FontAwesome;
                    }

    .links-panel.style1 .colum {
        width: 100%;
    }

        .links-panel.style1 .colum li {
            width: 50%;
            float: left;
            min-height: 70px;
        }

.photobox {
    width: 110px;
    height: 110px;
    overflow: hidden;
    border: solid 1px #ccc;
    display: inline-block;
}

    .photobox img {
        max-height: 158px;
        min-width: 120px;
    }

.photobox1 {
    text-align: center;
    display: inline-block;
}

    .photobox1 .photobox-panel {
        display: block;
        width: 175px;
        height: 175px;
        padding: 10px;
        -webkit-border-radius: 175px;
        -moz-border-radius: 175px;
        border-radius: 175px;
        overflow: hidden;
        box-shadow: 0 0 2px #d0d0d0;
        border: solid 1px #d0d0d0;
        background: #fff;
    }

        .photobox1 .photobox-panel .photobox-inner {
            display: inline-block;
            width: 155px;
            height: 155px;
            -webkit-border-radius: 155px;
            -moz-border-radius: 155px;
            border-radius: 155px;
            overflow: hidden;
            text-align: center;
        }

            .photobox1 .photobox-panel .photobox-inner img {
                vertical-align: top;
                max-height: 158px;
                min-width: 120px;
            }

    .photobox1 .bottom-shade {
        margin-top: -12px;
    }

.bottom-shade {
    background: url(../images/site/bottom-shade.png) no-repeat;
    width: 109px;
    height: 24px;
    display: inline-block;
}

.view-table .photobox {
    border: solid 6px #f0f0f0;
    background: #fff;
}

    .view-table .photobox img {
        max-height: 100px;
        min-width: 100px;
    }

.view-table {
    display: table;
    width: 100%;
}

    .view-table .cell {
        display: table-cell;
        vertical-align: top;
        padding-right: 15px;
    }

        .view-table .cell.photo {
            width: 130px;
        }

.view1 .h5 {
    margin: 0px 0 5px;
}

.view1 p {
    padding: 0;
    height: 67px;
    overflow: hidden;
}

.view1 .sub {
    font-weight: bold;
    margin-bottom: 5px;
}

.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
}

#sync1.owl-carousel > .owl-controls {
    position: fixed;
    bottom: 0px;
    background: #f0f0f0;
    width: 100%;
    height: 65px;
    left: 0;
    box-shadow: 0 0 5px #c8c8c8;
    border-top: solid 1px #fff;
}

    #sync1.owl-carousel > .owl-controls > .owl-buttons {
        margin-left: 140px;
    }

    #sync1.owl-carousel > .owl-controls .owl-buttons > div > .owa-controls-image {
        height: 50px;
        width: 50px;
        margin-top: 2px;
    }

        #sync1.owl-carousel > .owl-controls .owl-buttons > div > .owa-controls-image img {
            margin-top: 15px;
            width: 50%;
        }

    #sync1.owl-carousel > .owl-controls .owl-buttons > div {
        padding-bottom: 2px;
    }

        #sync1.owl-carousel > .owl-controls .owl-buttons > div .owa-text {
            margin-top: 15px;
        }

        #sync1.owl-carousel > .owl-controls .owl-buttons > div > .owa-controls-image + .owa-text {
            margin-top: 8px;
        }

    #sync1.owl-carousel > .owl-controls .owl-buttons > div {
        opacity: 1;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        #sync1.owl-carousel > .owl-controls .owl-buttons > div:hover {
            background: #fff;
        }

    #sync1.owl-carousel > .owl-controls .owl-buttons div:hover > .owa-controls-image {
        background: #f0f0f0;
    }

.bottomcontrols {
    position: fixed;
    bottom: 0px;
    background: #f0f0f0;
    width: 100%;
    height: 65px;
    left: 0;
    box-shadow: 0 0 5px #c8c8c8;
    border-top: solid 1px #fff;
}

    .bottomcontrols > .bottomcontrols-inner {
        margin-left: 140px;
    }

    .bottomcontrols .link .owa-controls-image {
        height: 50px;
        width: 50px;
        margin-top: 1px;
        display: inline-block;
        background: none repeat scroll 0 0 #fff;
        border-radius: 70px;
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
        text-align: center;
    }

        .bottomcontrols .link .owa-controls-image img {
            margin-top: 12px;
            width: 50%;
        }

    .bottomcontrols .link .owa-text {
        color: #000;
        display: inline-block;
        font-family: "Muli", "Titillium Web", sans-serif;
        font-size: 16px;
        line-height: 18px;
        margin-right: 7px;
        margin-top: 10px;
        text-align: left;
        vertical-align: top;
    }

    .bottomcontrols .link {
        display: inline-block;
        opacity: 1;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-top: 4px;
        margin-right: 10px;
        padding-left: 5px;
    }

        .bottomcontrols .link:hover {
            background: #fff;
        }

            .bottomcontrols .link:hover > .owa-controls-image {
                background: #f0f0f0;
            }

        .bottomcontrols .link .fa {
            color: #222;
            font-size: 55px;
            line-height: 45px;
            vertical-align: middle;
        }

.view-panel .panel-body .tab-pane .tab-content {
    background: #f0f0f0;
}

.view-panel .tab-style1 .nav-tabs > li.active > a, .view-panel .tab-style1 .nav-tabs > li.active > a:hover, .view-panel .tab-style1 .nav-tabs > li.active > a:focus {
    background: #f0f0f0;
}

body .main-contain-out {
    padding-bottom: 35px;
}

.nav-tabs {
    margin-bottom: 0;
    margin-top: 10px;
}

.h1 + .view-panel {
    margin-top: 25px;
}

textarea {
    border: 1px solid #ccc;
}

.panel-heading .btn {
    margin-top: -4px;
}

.text-right {
    text-align: right;
}

.pr15 {
    padding-right: 15px;
}

.pr10 {
    padding-right: 10px;
}

/*
.selector {  position: absolute;  left: 50%;  top: 50%;  width: 250px;  height: 250px;  margin-top: -70px;  margin-left: -70px;}
.selector,.selector button {  font-family: 'Oswald', sans-serif;  font-weight: 300;}
.selector button {  position: relative;  width: 100%;  height: 100%;  padding: 10px;  background: #428bca;  border-radius: 50%;  border: 0;  color: white;  font-size: 20px;  cursor: pointer;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);  transition: all .1s; }
.selector button:hover { background: #3071a9; }
.selector button:focus { outline: none; }
.selector > ul {  position: absolute;  list-style: none;  padding: 0;  margin: 0;  top: -20px;  right: -20px;  bottom: -20px;  left: -20px;}
.selector > ul > li {  position: absolute;  width: 0;  height: 100%;  margin: 0 50%;  -webkit-transform: rotate(-360deg);  transition: all 0.8s ease-in-out;}
.selector > ul > li input { display: none; }
.selector > ul > li input + label {  position: absolute;  left: 50%;  bottom: 100%;  width: 0;  height: 0;  line-height: 1px;  margin-left: 0;  background: #fff;  border-radius: 50%;
  text-align: center;  font-size: 1px;  overflow: hidden;  cursor: pointer;  box-shadow: none;  transition: all 0.8s ease-in-out, color 0.1s, background 0.1s; }
.selector > ul > li input + label:hover { background: #f0f0f0; }
.selector > ul > li input:checked + label {  background: #5cb85c;  color: white;}
.selector > ul > li input:checked + label:hover { background: #449d44; }
.selector.open > ul > li input + label {  width: 250px;  height: 250px;  line-height: 80px;  margin-left: -80px;  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);  font-size: 14px; background:#6fb200; border:solid 10px #e2e2e2;      }
    */
/*
.selector1 > ul {  position: absolute;  list-style: none;  padding: 0;  margin: 0; top:-150px; left:25px;  }
.selector1 > ul > li {  position: absolute;  width: 0;  height: 100%;  margin: 0 50%;  -webkit-transform: rotate(-360deg);  transition: all 0.8s ease-in-out;}
.selector1 > ul > li input { display: none; }
.selector1 > ul > li input + label {  position: absolute;  left: 50%;  bottom: 100%;  width: 0;  height: 0;  line-height: 1px;  margin-left: 0;  background: #fff;  border-radius: 50%;
  text-align: center;  font-size: 1px;  overflow: hidden;  cursor: pointer;  box-shadow: none;  transition: all 0.8s ease-in-out, color 0.1s, background 0.1s; }
.selector1 > ul > li input + label:hover { background: #f0f0f0; }
.selector1 > ul > li input:checked + label {  background: #5cb85c;  color: white;}
.selector1 > ul > li input:checked + label:hover { background: #449d44; }
.selector1.open > ul > li input + label {  width: 80px;  height: 80px;  line-height: 80px;  margin-left: -80px;  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);  font-size: 14px; }
    */

#menu {
    height: 830px;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 730px;
}

    #menu > li.home {
        left: 254px;
        top: 0;
    }

    #menu > li.pencil {
        left: 454px;
        top: 91px;
    }

    #menu > li.chat {
        left: 506px;
        top: 305px;
    }

    #menu > li.image {
        left: 365px;
        top: 471px;
    }

    #menu > li.shop {
        left: 145px;
        top: 473px;
    }

    #menu > li.cash {
        left: 0px;
        top: 306px;
    }

    #menu > li.music {
        left: 54px;
        top: 92px;
    }

.box-cashflow {
    position: relative;
    width: 730px;
    height: 830px;
    margin: 50px auto 0;
}

@media (max-width: 1100px) {
    .box-cashflow {
        -ms-transform: scale(0.80);
        -webkit-transform: scale(0.80);
        transform: scale(0.80);
    }
}

.box-cashflow .centercircle {
    position: absolute;
    left: 238px;
    top: 232px;
    height: 247px;
    width: 247px;
    background: url(../images/site/round1.png) no-repeat;
}

.box-cashflow li .subchild {
    position: relative;
    width: 215px;
    height: 215px;
    margin: 15px 0 0 0px;
}

#menu > li {
    color: #000;
    display: block;
    height: 215px;
    position: absolute;
    text-decoration: none;
    width: 215px;
    background: #6fb200;
    border: solid 10px #e2e2e2;
    -webkit-border-radius: 215px;
    -moz-border-radius: 215px;
    border-radius: 215px;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    #menu > li ul li {
        width: 112px;
        height: 112px;
        border: solid 10px #e1e1e1;
        background: #fff;
        -webkit-border-radius: 112px;
        -moz-border-radius: 112px;
        border-radius: 112px;
        position: absolute;
    }

    #menu > li .subchild ul {
        display: none;
    }

.box-cashflow .centercircle {
    text-align: center;
}

    .box-cashflow .centercircle .circleimage {
        margin: 60px 0 0px;
    }

    .box-cashflow .centercircle .lbl {
        font-size: 30px;
        color: #4e4d4d;
        font-family: "Muli", "Titillium Web", sans-serif;
        font-weight: bold;
        line-height: 30px;
    }

#menu > li.music.active .subchild ul li.child1 {
    left: -131px;
    bottom: 20px;
}

#menu > li.music.active .subchild ul li.child2 {
    left: -128px;
    bottom: 140px;
}

#menu > li.music.active .subchild ul li.child3 {
    left: -56px;
    bottom: 243px;
}

#menu > li.music.active .subchild ul li.child4 {
    left: 65px;
    bottom: 257px;
}

#menu > li > a {
    font-size: 19px;
    color: #fff;
    font-family: "Muli", "Titillium Web", sans-serif;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
    position: absolute;
    width: 100%;
}

    #menu > li > a .circleimage {
        margin: 45px 0 0px;
        display: block;
    }

#menu > li:hover, #menu > li.active {
    border: 10px solid #000;
    cursor: pointer;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.subchild ul li {
    list-style-type: none;
    text-align: center;
}

    .subchild ul li .circleimage {
        margin: 5px 0 0px;
        display: block;
    }

        .subchild ul li .circleimage img {
            max-height: 40px;
        }

    .subchild ul li .lbl {
        font-size: 11px;
        color: #5b5b5b;
        font-family: "Muli", "Titillium Web", sans-serif;
        font-weight: bold;
        line-height: 11px;
        text-align: center;
    }

#menu > li.music .subchild ul li.child1:after {
    right: -25px;
    bottom: 59px;
    height: 13px;
    width: 25px;
    background: #e2e2e2;
    position: absolute;
    content: " ";
    -ms-transform: rotate(-24deg);
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
}

#menu > li.music .subchild ul li.child2:after {
    right: -21px;
    bottom: 16px;
    height: 13px;
    width: 21px;
    background: #e2e2e2;
    position: absolute;
    content: " ";
    -ms-transform: rotate(19deg);
    -webkit-transform: rotate(19deg);
    transform: rotate(19deg);
}

#menu > li.music .subchild ul li.child3:after {
    left: 78%;
    bottom: -32px;
    height: 32px;
    width: 13px;
    background: #e2e2e2;
    position: absolute;
    content: " ";
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

#menu > li.music .subchild ul li.child4:after {
    left: 45%;
    bottom: -29px;
    height: 29px;
    width: 13px;
    background: #e2e2e2;
    position: absolute;
    content: " ";
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

#menu > li.music.active:after {
    content: " ";
    position: absolute;
    border-style: solid;
    border-color: transparent transparent transparent #000;
    border-width: 12px;
    right: -16px;
    top: 75%;
    -ms-transform: rotate(32deg);
    -webkit-transform: rotate(32deg);
    transform: rotate(32deg);
}

.subchild-popup {
    position: relative;
}

#menu > li.active .subchild ul {
    display: block;
}

#menu > li.home.active .subchild ul li.child1 {
    bottom: 156px;
    right: -91px;
}

#menu > li.home.active .subchild ul li.child2 {
    bottom: 247px;
    right: 12px;
}

#menu > li.home.active .subchild ul li.child3 {
    bottom: 242px;
    right: 129px;
}

#menu > li.home.active .subchild ul li.child4 {
    bottom: 155px;
    right: 225px;
}

#menu > li.pencil.active .subchild ul li.child1 {
    right: -131px;
    bottom: 20px;
}

#menu > li.pencil.active .subchild ul li.child2 {
    right: -128px;
    bottom: 140px;
}

#menu > li.pencil.active .subchild ul li.child3 {
    right: -56px;
    bottom: 243px;
}

#menu > li.pencil.active .subchild ul li.child4 {
    right: 65px;
    bottom: 257px;
}

#menu > li.chat.active .subchild ul li.child1 {
    right: -75px;
    top: -104px;
}

#menu > li.chat.active .subchild ul li.child2 {
    right: -119px;
    top: 11px;
}

#menu > li.chat.active .subchild ul li.child3 {
    right: -98px;
    top: 130px;
}

#menu > li.chat.active .subchild ul li.child4 {
    right: 13px;
    top: 191px;
}

#menu > li.image.active .subchild ul li.child1 {
    left: 224px;
    top: 28px;
}

#menu > li.image.active .subchild ul li.child2 {
    left: 179px;
    top: 149px;
}

#menu > li.image.active .subchild ul li.child3 {
    left: 64px;
    top: 202px;
}

#menu > li.image.active .subchild ul li.child4 {
    left: -56px;
    top: 172px;
}

#menu > li.shop.active .subchild ul li.child1 {
    left: 156px;
    top: 159px;
}

#menu > li.shop.active .subchild ul li.child2 {
    left: 36px;
    top: 193px;
}

#menu > li.shop.active .subchild ul li.child3 {
    left: -76px;
    top: 155px;
}

#menu > li.shop.active .subchild ul li.child4 {
    left: -129px;
    top: 43px;
}

#menu > li.cash.active .subchild ul li.child1 {
    left: -79px;
    top: -111px;
}

#menu > li.cash.active .subchild ul li.child2 {
    left: -133px;
    top: -1px;
}

#menu > li.cash.active .subchild ul li.child3 {
    left: -105px;
    top: 120px;
}

#menu > li.cash.active .subchild ul li.child4 {
    left: 6px;
    top: 195px;
}

#menu > li.music .subchild ul .popover {
    left: -285px !important;
}

.popover .popover-title {
    background: #2d2d2d;
    color: #fff;
}

#menu > li ul li:hover {
    background: #f3f3f3;
    border: 10px solid #bebebe;
}

.subchild ul li:hover {
    border: 10px solid #c0c0c0;
}

    .subchild ul li:hover:after {
        background: #c0c0c0 !important;
    }

.view-panel-box {
    display: block;
    margin: 15px;
}

    .view-panel-box ul {
    }

    .view-panel-box a {
        display: inline-block;
        width: 75px;
        margin-left: 15px;
        text-align: center;
        margin-bottom: 15px;
        vertical-align: top;
    }

        .view-panel-box a:first-child a {
            margin-left: 10px;
        }

        .view-panel-box a .iconbox1 {
            background: #e1e1e1;
            display: block;
            padding: 10px 0;
        }

            .view-panel-box a .iconbox1 .inner {
                width: 45px;
                height: 45px;
                -webkit-border-radius: 45px;
                -moz-border-radius: 45px;
                border-radius: 45px;
                display: inline-block;
                text-align: center;
                background: #fff;
            }

        .view-panel-box a .lbl {
            font-size: 11px;
            color: #5b5b5b;
            font-family: "Muli", "Titillium Web", sans-serif;
            font-weight: bold;
            line-height: 11px;
            text-align: center;
            height: 32px;
        }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    background: #6fb400;
    border-color: #63a100;
}

.form-control:focus, .k-widget.k-header.form-control:focus {
    border-color: #939393;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(0, 0, 0, 0.4);
}

.main-contain-out > .sidebar {
    display: block;
    z-index: 100000;
    overflow: visible;
}

/*.leftsubnav {
    width: 150px;
    position:fixed;
    left:129px;
    top:0px;
    z-index:1000000;
    padding-top:0px;
    height:100%;
    margin-top:0px;
    display:none;
     background-color: #519301;
     box-shadow:3px 0px 3px rgba(129,129,129,0.5);
}*/

.leftsubnav {
    width: 150px;
    /* position:fixed;
    top:auto;
    margin-top:-85px;  */
    left: 129px;
    z-index: 1000000;
    padding-top: 0px;
    position: absolute;
    top: 0px;
    margin-top: 0px;
    display: none;
    background-color: #585858;
    box-shadow: 3px 0px 3px rgba(129,129,129,0.5);
}

    .leftsubnav ul {
        margin: 0px 0 0 0;
        padding: 0;
        position: relative;
        padding: 0px;
        /*
     height:50%;

           display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
     flex-direction:column;*/
    }

        .leftsubnav ul li {
            list-style-type: none;
            /* border-bottom:solid 1px #64a812; */
            border-bottom: solid 1px #333;
            text-align: left;
            padding: 0px 0 0px;
            display: block;
            width: 100%;
            position: relative;
        }

            .leftsubnav ul li .iconbox {
                display: inline-block !important;
                line-height: 18px;
                margin-right: 5px;
                text-align: center;
                vertical-align: middle;
                margin-bottom: 0px !important;
            }

                .leftsubnav ul li .iconbox .fa:before {
                    color: #fff;
                }

            .leftsubnav ul li .fa {
                font-size: 18px;
                vertical-align: bottom;
            }

            .leftsubnav ul li a {
                display: block;
                padding: 14px 10px;
            }

            .leftsubnav ul li:hover {
                /* background-color: #5fa709; */
                background-color: #666666;
            }

                .leftsubnav ul li:hover a {
                    color: #fff;
                }

                .leftsubnav ul li:hover:before, .leftsubnav ul li.active:before {
                    background-color: #7c7c7c;
                    content: " ";
                    height: 100%;
                    left: 0;
                    position: absolute;
                    transition: all 0.3s ease-out 0s;
                    width: 4px;
                    top: 0;
                }

/*.leftsubnav ul li:first-child {
                -webkit-border-radius: 0px 5px 0 0;-moz-border-radius: 0px 5px 0 0;border-radius: 0px 5px 0 0;
            }
            .leftsubnav ul li:last-child {
                -webkit-border-radius: 0px 0 5px 0;-moz-border-radius: 0px 0 5px 0;border-radius: 0px 0 5px 0;
            }*/

.navbar-static-side .sidebar-collapse > ul.nav > li:hover .leftsubnav {
    display: block;
}

.navbar-static-side .sidebar-collapse > ul.nav > li.submenu:hover:after {
    content: " ";
    position: absolute;
    border-right: solid 6px #585858;
    border-bottom: solid 6px transparent;
    border-top: solid 6px transparent;
    right: 0px;
    top: 40px;
    z-index: 10000000;
}

.heading-panel .title {
    display: inline-block;
    margin-right: 25px;
}

.top-links {
    position: absolute;
    min-width: 90px;
    display: inline;
}

    .top-links .links {
        display: inline-block;
        border: solid 1px #ccc;
        background: #fff;
        padding: 5px;
        margin-right: 2px;
    }

        .top-links .links:hover {
            background: #6eb400;
            border: solid 1px #6eb400;
        }

            .top-links .links:hover .fa {
                color: #fff;
            }

        .top-links .links .fa {
            font-size: 25px;
            color: #5b5b5b;
            vertical-align: middle;
        }

.soa-wizard .tab-content {
    border: none;
    box-shadow: none;
}

.soa-wizard .nav-tabs {
    display: table;
    width: 100%;
    border-bottom: none;
}

.soa-wizard > div > .nav-tabs > li, .soa-wizard > div > .nav-tabs > li:focus, .soa-wizard > div > .nav-tabs > li.active {
    display: table-cell;
    float: none;
    text-align: center;
    font-size: 15px;
    background: #e1e1e1;
    margin-left: 0px;
    border: none;
    margin-bottom: 0;
}

.soa-wizard .nav-tabs {
    height: 71px;
}

    .soa-wizard .nav-tabs > li a {
        color: #5b5b5b;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        border: none;
        margin: 0;
        padding: 10px 7px;
        font-family: "Muli", "Titillium Web",sans-serif;
        position: relative;
    }

.soa-wizard > div > .nav-tabs > li.active {
    background: #6eb400;
}
/*.soa-wizard .nav-tabs > li:hover{ background:#6eb400; }
.soa-wizard .nav-tabs > li:hover a  {    background:#6eb400; color:#fff; }
*/

.soa-wizard .nav-tabs > li .lbl {
    display: inline-block;
    vertical-align: middle;
}

.soa-wizard > div > .nav-tabs > li.active a {
    background: #6eb400;
    color: #fff;
}

    .soa-wizard > div > .nav-tabs > li.active a:after {
        content: " ";
        border-left: solid 6px transparent;
        border-right: solid 6px transparent;
        border-top: solid 6px #6eb400;
        position: absolute;
        left: 48%;
        bottom: -6px;
    }

.soa-wizard .nav-tabs > li {
    vertical-align: middle;
}

    .soa-wizard .nav-tabs > li .circle1 {
        vertical-align: middle;
        margin-right: 7px;
    }

.soa-wizard .nav.nav-tabs, .soa-wizard .nav.nav-tabs > li, .soa-wizard .nav.nav-tabs > li > a {
    border: none !important;
}

.soa-wizard .nav.nav-tabs {
    border-spacing: 1px;
}

.box-soawizard {
    position: relative;
    margin: 50px auto 35px;
}

#menu1 {
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 930px;
}

    #menu1 li {
        list-style-type: none;
        width: 160px;
        text-align: center;
        display: inline-block;
        margin: 0 5px;
    }

    #menu1 .circlepanel {
        color: #000;
        display: inline-block;
        height: 105px;
        text-decoration: none;
        width: 105px;
        background: #6fb200;
        border: solid 10px #e2e2e2;
        -webkit-border-radius: 105px;
        -moz-border-radius: 105px;
        border-radius: 105px;
        -moz-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

        #menu1 .circlepanel img {
            max-width: 50px;
            margin-top: 15px;
        }

    #menu1 .lbl {
        display: block;
        text-align: center;
        margin-top: 10px;
        font-size: 15px;
    }

    #menu1 li a {
        background-color: transparent;
    }

    #menu1 li.active .circlepanel {
        border: solid 10px #333;
    }

    #menu1 li.active .lbl, #menu1 li:hover .lbl {
        color: #333;
    }
/*
 #menu1 li:hover .circlepanel{ border:solid 10px #333;  }
*/
.data-tab {
    display: table;
    width: 100%;
}

    .data-tab .cell {
        display: table-cell;
        vertical-align: top;
    }

    .data-tab .photo {
        width: 110px;
    }

    .data-tab .data {
        padding-left: 10px;
    }

        .data-tab .data .desc {
            height: 60px;
            overflow: hidden;
            font-size: 15px;
        }

        .data-tab .data .button {
            display: block;
            text-align: right;
            margin-top: 15px;
        }

        .data-tab .data .btn {
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
        }

.soa-wizard .panel-heading {
    position: relative;
}

    .soa-wizard .panel-heading .button-holder {
        position: absolute;
        right: 12px;
        top: 10px;
    }

.soa-wizard .panel-default > .panel-heading .panel-title {
    width: 90%;
    font-family: "Titillium Web",sans-serif;
}

.circle1 {
    width: 51px;
    height: 52px;
    display: inline-block;
    -webkit-border-radius: 51px;
    -moz-border-radius: 51px;
    border-radius: 51px;
    background: #fff;
    line-height: 51px;
}

    .circle1 img {
        max-width: 35px;
    }

.actions .btn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.soa-wizard .tab-content {
    min-height: 600px;
}

.view-panel.green .panel-heading {
    background: #6eb400;
    padding: 11px 15px;
}

    .view-panel.green .panel-heading a {
        color: #fff;
        font-size: 21px;
    }

.table-bordered {
    margin-top: 15px;
    background: #fff;
}

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 1px;
    }

.table.table-bordered thead th {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f5f5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f5f5f5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#f5f5f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
    border-left: solid 1px #e1e1e1;
}

.table.table-bordered td {
    padding: 8px 12px;
    color: #5f6160;
}

.table.table-bordered tbody th {
    font-weight: normal;
}

.table.table-bordered thead th {
    font-size: 15px;
    font-family: "Muli", "Titillium Web",sans-serif;
    color: #333;
}

.view-panel.green .panel-title .fa:before {
    color: #fff;
}

.view-panel.green .panel-body .h3:first-child {
    margin-top: 5px;
}

.icon1 .fa {
    color: #2d2d2d;
    font-size: 19px;
}

    .icon1 .fa:hover {
        color: #6eb400;
    }

.form-list {
    font-size: 15px;
}

.font12 {
    font-size: 12px !important;
}

.font13 {
    font-size: 13px !important;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.s-footer {
    font-size: 9px;
    color: #6c6c6c;
}

    .s-footer a {
        color: #b5b5b5;
    }

.sidebar .navbar-default.navbar-static-side {
    position: relative;
    z-index: 20;
    background: #212121;
}

.sidebar .s-footer {
    position: absolute;
    bottom: 0px;
    z-index: 10;
    margin-left: -7px;
    margin-bottom: 5px;
}

.userprofile .panel-body {
    min-height: 283px;
}

.vl1 {
    position: absolute;
    height: 550px;
    background: #dddddd;
    width: 1px;
    margin-left: -125px;
}

.gray-search.well.advancesearchtoggle .col-lg-11 {
    background-color: #e6e6e6;
}

.gray-search.advancesearchtoggle .buttonspace.btn-default {
    background-color: #d8d8d8;
}

    .gray-search.advancesearchtoggle .buttonspace.btn-default .fa {
        color: #000;
    }

.gray-search .searchform-inner .form-group .control-label {
    color: #585858;
}

.green .panel-heading {
    background: #6EB400;
    padding: 6px 15px 9px;
    line-height: 25px;
}

    .green .panel-heading a {
        color: #fff;
    }

    .green .panel-heading:hover {
        background: #76bd07;
    }

.btnbackarrow1 {
    border-radius: 0px;
    min-height: 93px;
    position: relative;
    border-radius: 0 5px 5px 0;
    padding-top: 12px;
}

    .btnbackarrow1 .fa {
        font-size: 30px;
    }

    .btnbackarrow1:before {
        position: absolute;
        left: -16px;
        border-top: solid 46px transparent;
        border-bottom: solid 46px transparent;
        border-right: solid 15px #485d04;
        content: " ";
        top: 0;
    }

    .btnbackarrow1:hover:before {
        border-right: solid 15px #5A7504;
    }

.btnbackarrow2 {
    border-radius: 0px;
    position: relative;
    border-radius: 0 5px 5px 0;
}

    .btnbackarrow2:before {
        position: absolute;
        left: -11px;
        border-top: solid 16px transparent;
        border-bottom: solid 16px transparent;
        border-right: solid 10px #485d04;
        content: " ";
        top: 0;
    }

    .btnbackarrow2:hover:before {
        border-right: solid 10px #5A7504;
    }

.btnstyle1 {
    border-radius: 0px;
    min-height: 93px;
    position: relative;
    border-radius: 0 5px 5px 0;
    padding-top: 12px;
    color: #585858;
}

    .btnstyle1 .fa {
        font-size: 30px;
    }

    .btnstyle1:before {
        position: absolute;
        left: -16px;
        border-top: solid 46px transparent;
        border-bottom: solid 46px transparent;
        border-right: solid 15px #fff;
        content: " ";
        top: 0;
    }

    .btnstyle1:hover:before {
        border-right: solid 15px #5A7504;
    }

    .btnstyle1:hover {
        color: #585858;
    }

.buttonspace1 .fa {
    font-size: 20px;
    margin-top: 10px;
}

.buttonspace1 { /* padding:25px 0 24px; */
    height: 93px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

    .buttonspace1 .image1 {
        max-width: 26px;
        margin-top: 7px;
    }

.box-soawizard.style1 {
    margin: 20px auto 20px;
}

    .box-soawizard.style1 .nav-tabs {
        display: block;
        text-align: center;
        height: auto;
    }

    .box-soawizard.style1 li {
        float: none;
    }

.tables-data {
    display: block;
}

    .tables-data .main-data {
        float: left;
        width: 30%;
    }

    .tables-data .scroll-data {
        float: left;
        width: 70%;
        overflow: hidden;
    }

        .tables-data .scroll-data .scroll-data-inner {
            overflow-y: auto;
        }

            .tables-data .main-data table td, .tables-data .scroll-data .scroll-data-inner table td {
                white-space: nowrap;
            }

    .tables-data table {
        margin: 0;
    }

.book-rack {
    width: 1452px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 70px;
}

    .book-rack .rackstand {
        background: url(../images/site/stand-box.png) no-repeat;
        width: 1452px;
        margin: 0 auto;
        height: 169px;
        position: absolute;
        bottom: 0px;
        z-index: 10;
    }

    .book-rack .booklist {
        margin: 0;
        padding: 0px;
        display: block;
        margin: 0 auto;
        text-align: center;
        z-index: 100;
        position: relative;
    }

        .book-rack .booklist li {
            padding: 0;
            list-style-type: none;
            margin-left: 58px;
            display: inline-block;
        }

            .book-rack .booklist li:first-child {
                margin-left: 0px;
            }

            .book-rack .booklist li .box {
                width: 215px;
                margin: 0 auto;
            }

    .book-rack .lbl1 {
        font-family: "Titillium Web",sans-serif;
        font-size: 25px;
        color: #585858;
        position: absolute;
        margin-left: -140px;
        color: #939393;
    }

@media (max-width: 1400px) {
    .book-rack {
        -ms-transform: scale(0.70);
        -webkit-transform: scale(0.70);
        transform: scale(0.70);
        width: 1150px;
        padding-bottom: 90px;
    }

        .book-rack .booklist {
            text-align: center;
        }

        .book-rack .rackstand {
            left: 0;
            width: 1150px;
            background-size: 100%;
        }

        .book-rack .booklist li {
            margin-left: 15px;
        }
}

.attachement-files a:first-child {
    margin: 0 3px 0 0;
}

.attachement-files a {
    color: #707070;
    display: inline-block;
    margin: 0 3px;
}

.file-display {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    display: inline-block;
    height: 52px;
    margin-right: 3px;
    padding: 2px;
    position: relative;
    vertical-align: top;
    width: 55px;
}

    .file-display .arrow-tr {
        background-color: white;
        border-radius: 0 3px;
        position: absolute;
        right: 2px;
        top: 0px;
        line-height: 12px;
    }

        .file-display .arrow-tr .fa {
            font-size: 11px;
            color: #b80b0b;
        }

    .file-display .fileimage {
        display: inline;
        height: 32px;
        overflow: hidden;
        text-align: center;
    }

        .file-display .fileimage img {
            border: 0 none;
            height: auto;
            max-width: 100%;
        }

    .file-display .filename {
        color: #707070;
        display: block;
        font-size: 11px;
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .file-display .fileimage .fa {
        font-size: 25px;
    }

.buttonspace-out {
    padding-left: 15px;
}

.mr25 {
    margin-right: 25px;
}

.width-half {
    width: 43%;
}

    .width-half + .width-half {
        margin-left: 10px;
    }

.width-quater {
    width: 30%;
}

    .width-quater + .width-quater {
    }

.btnlinks1.pull-left.width-quater {
    margin-left: 15px;
}

.btnlinks1 .btn {
    line-height: 30px;
}

.tables-data .table tfoot td {
    font-weight: bold;
    color: #333;
}

hr.space1 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.searchbar-out > [class^="col-"]:first-child {
    padding-right: 0;
}

.searchbar-out > [class^="col-"] + [class^="col-"] {
    padding: 0;
}

.link1 {
    color: #616161;
}

.deshboard .h2 {
    background: #e6e6e6;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.deshboard .well {
    background: #f7f7f7;
    border: solid 1px #d5d5d5;
    box-shadow: 0 0 5px #d5d5d5;
    min-height: 440px;
}

.deshboard .table.table-bordered {
    font-size: 15px;
    border-color: #badb84;
}

    .deshboard .table.table-bordered thead th {
        background: #6eb400;
        color: #fff;
        font-size: 18px;
        border-color: #badb84;
        padding: 12px;
    }

    .deshboard .table.table-bordered tbody tr:nth-child(even) td {
        background: #f6f9f0;
    }

    .deshboard .table.table-bordered tbody tr td {
        border-width: 0 1px;
        border-color: #badb84;
        padding: 12px;
    }

.label {
    display: inline-block !important;
    width: 68px;
    padding: 6px 4px;
}

.list-icon {
    margin-left: 0;
    padding-left: 0;
}

    .list-icon li {
        list-style-type: none;
        padding: 3px 0 3px 23px;
        position: relative;
    }

        .list-icon li .fa {
            position: absolute;
            top: 5px;
            left: 0px;
            font-size: 14px;
            text-align: center;
            color: #63a100;
        }

.lead-user {
    margin-bottom: 10px;
    font-size: 16px;
    margin-top: 0px;
    color: #616161;
    padding-top: 0;
}

    .lead-user a {
        color: #585858;
    }

    .lead-user .fa {
        color: #63a100;
        font-size: 14px;
    }

.submenu1 {
    background: #333;
    left: 150px;
    position: absolute !important;
    top: 0px;
    width: 200px;
    display: none;
}

.leftsubnav ul li:hover .submenu1 {
    display: block !important;
}

.width1 {
    width: 25%;
}

.right-bar {
    float: right;
}

    .right-bar .labelview {
        margin-right: 4px;
        float: left;
        margin-top: 5px;
    }

    .right-bar .grid-menu .dropdown-toggle {
        background: transparent;
    }

.right-bar2 {
    float: right;
    margin-top: 11px;
    margin-right: 10px;
}

.right-bar3 {
    float: right;
    margin-top: 5px;
    margin-right: 20px;
}

.tabpanel .grid-menu .dropdown-menu {
    top: 26px;
}

.mb5 {
    margin-bottom: 5px;
}

.k-grid tr td.link > a {
    color: #6eb400;
}

.tabpanel .k-widget.k-grid {
    margin: 15px 0 5px;
}

.k-grid tr td.link {
    text-align: right;
}

    .k-grid tr td.link .grid-controls {
        position: relative;
        overflow: hidden;
    }

        .k-grid tr td.link .grid-controls:hover {
            overflow: visible;
        }

        .k-grid tr td.link .grid-controls > * {
            display: inline-block;
            vertical-align: middle;
        }

        .k-grid tr td.link .grid-controls > * {
            margin-left: 3px;
        }

        .k-grid tr td.link .grid-controls > .fa {
            margin-top: 2px;
        }

        .k-grid tr td.link .grid-controls > .grid-menu .dropdown-toggle {
            padding: 1px 6px;
        }

        .k-grid tr td.link .grid-controls > .grid-menu .dropdown-menu {
            top: 20px;
            text-align: left;
            min-width: 103px;
        }

.box-soawizard.style1 .nav-tabs#menu1 {
    width: 100%;
    border: none;
}

    .box-soawizard.style1 .nav-tabs#menu1 > li {
        vertical-align: middle;
    }

        .box-soawizard.style1 .nav-tabs#menu1 > li > a {
            border: none !important;
        }

    .box-soawizard.style1 .nav-tabs#menu1 .lbl {
        min-height: 40px;
    }

.tabpanel .t-widget.t-grid thead .k-header {
    background: #f7f7f7;
}

.navbar-brand {
    margin-left: -11px;
}

    .navbar-brand img {
        height: auto;
        width: auto;
    }

.photobox2 {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    display: inline-block;
    max-height: 75px;
    margin-right: 3px;
    padding: 2px;
    position: relative;
    vertical-align: top;
    width: 75px;
}

    .photobox2 .buttonremove {
        background-color: white;
        border-radius: 0 3px;
        position: absolute;
        right: 0;
        top: 0;
        padding-left: 3px;
        cursor: pointer;
    }

    .photobox2 img {
        /*max-width: 75px;
    max-height: 75px;*/
        vertical-align: middle;
        width: 100%;
    }

input[type="file"] {
    border: 1px solid #ccc;
    background: #fff;
    padding: 2px;
}

.has-error .control-label {
    color: #a94442;
}

.has-error .form-control, .has-error .k-widget.k-dropdown .k-dropdown-wrap.k-state-default, .has-error input[type="file"], .has-error .k-combobox .k-dropdown-wrap {
    border: 1px solid #a94442;
}

    .has-error .k-widget.k-dropdown .k-dropdown-wrap.k-state-default .k-input, .has-error input[type="file"], .has-error .k-combobox .k-dropdown-wrap * {
        color: #a94442;
    }

.file-refresh {
    display: inline-block;
    margin-top: 5px;
    margin-left: 2px;
}

.notes {
    clear: both;
    color: #898989;
    font-size: 12px;
    font-style: italic;
    margin-top: 8px;
}

.k-slider-selection {
    background-color: #6fb400;
}

.k-widget.k-slider.form-control {
    box-shadow: none;
}

.k-slider-track .k-draghandle {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    height: 21px;
    top: -9px;
    width: 10px;
}

.panel-heading .user-title {
    text-transform: capitalize;
}

.vtop .inner-field {
    vertical-align: top;
}

.modal.fade.modal-wide .view-panel {
    margin: 0px;
}

.modal.fade.modal-wide .modal-body {
    padding: 10px;
}

.modal.fade.modal-wide .modal-header {
    padding: 8px 15px 8px;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 0 7px #ddd;
    background: #6fb400;
}

.modal.fade.modal-wide .modal-content {
    overflow: hidden;
}

.modal.fade.modal-wide .modal-header .modal-title {
    font-family: "Muli", "Titillium Web", sans-serif;
    font-size: 22px;
}

.modal.fade.modal-wide .lbl20 *, .modal.fade.modal-wide .view-panel .panel-heading a, .modal.fade.modal-wide .view-panel .panel-heading {
    font-size: 18px !important;
}

.modal.fade.modal-wide .modal-footer {
    padding: 12px 20px;
}

.modal.fade.modal-wide .panel-group {
    margin-bottom: 0px;
}

.modal.fade.modal-wide .modal-header button.close {
    background: #fff;
    padding: 1px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    opacity: 1;
    margin-top: 3px;
}

    .modal.fade.modal-wide .modal-header button.close span {
        color: #717171;
    }

.grid-menu .dropdown-menu {
    min-width: 110px;
}

    .grid-menu .dropdown-menu li {
        text-align: left;
    }

.k-textbox > input, .k-autocomplete .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-dropdown-wrap .k-input, .k-selectbox .k-input {
    color: #555;
    font-size: 13px;
    height: 27px;
    line-height: 27px;
    /*border: 1px solid lightgrey;*/
    border-radius: 0;
}

.k-widget.k-autocomplete .form-control.form11.k-input {
    border: solid 1px #c5c5c5;
}

.k-widget.k-autocomplete .form-control.form9.k-input {
    border: solid 1px #c5c5c5;
}

.k-widget.k-grid table {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #cccccc;
}

    .k-widget.k-grid table .k-alt td {
        background: #f3f3f3;
    }

.grid-menu .dropdown-toggle {
    background: transparent;
}

.k-grid-header .k-header > .k-link {
    margin: -12px -10px;
    padding: 12px 10px;
}

.k-grid td {
    padding: 12px 11px;
}

.form-group.Required .control-label, .required .control-label {
    font-weight: bold;
}

#loading {
    position: fixed;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
}

    #loading img {
        position: fixed;
        top: 45%;
    }

.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
}

.pager-control-panel {
    position: fixed;
    bottom: 0px;
    background: #f0f0f0;
    width: 100%;
    height: 65px;
    left: 0;
    box-shadow: 0 0 5px #c8c8c8;
    border-top: solid 1px #fff;
    z-index: 10000;
}

    .pager-control-panel .pager-control {
        margin: 0 0 0 130px;
    }

        .pager-control-panel .pager-control .btn {
            color: #000;
            display: inline-block;
            font-family: "Muli", "Titillium Web",sans-serif;
            font-size: 16px;
            line-height: 52px;
            margin-right: 0px;
            margin-top: 0px;
            text-align: left;
            vertical-align: top;
            border-radius: 0px;
            font-weight: 600;
            border: none;
            background: #fff;
        }

            .pager-control-panel .pager-control .btn .fa {
                color: #222;
                font-size: 55px;
                line-height: 45px;
                vertical-align: middle;
                margin-left: 5px;
                margin-right: 5px;
            }

            .pager-control-panel .pager-control .btn:hover {
                background: #6eb400;
                color: #fff;
            }

                .pager-control-panel .pager-control .btn:hover .fa {
                    color: #fff;
                }

/*
.pager-control-panel .pager-control .next .btn{ background:#6eb400; color:#fff;  }
.pager-control-panel .pager-control .next .btn .fa{ color:#fff }

.pager-control-panel .pager-control .next .btn:hover{ background:#7bc803; color:#fff;  }
.pager-control-panel .pager-control .next .btn:hover .fa{ color:#fff }
    */
.link2 {
    font-size: 15px;
}

    .link2 .fa {
        vertical-align: middle;
        color: #6eb400;
    }

.title1 .link2 {
    float: right;
    margin-top: 3px;
}

.k-numeric-wrap.k-expand-padding .k-input {
    border-radius: 0px;
}

.btn-circle.btn-sm {
    border-radius: 24px;
    font-size: 18px;
    height: 24px;
    line-height: 22px;
    min-height: auto;
    padding: 0;
    width: 24px;
}

.right-bar1 {
    float: right;
    margin-top: 0px;
}

    .right-bar1 .btn-circle.btn-sm {
    }

.title1 .right-bar1 {
    margin-top: -3px;
}

.modal {
    overflow: auto;
}

/*.modal-backdrop{
    z-index:100000;
}*/
.clsBootstrapModel {
    position: absolute;
}

.image-chart img {
    max-width: 100%;
}

@media (max-width: 1280px) {
    #.popupwidth1 .modal-dialog {
        min-width: 800px !important;
        width: 85% !important;
    }
}

.gauges-meter {
    width: 370px;
    position: relative;
    height: 178px;
    display: block;
    background: url(../images/site/chart.png) no-repeat;
    margin: 0 0px 15px;
}

.meter {
    background: url(../images/site/meter.png) no-repeat top left;
    height: 230px;
    width: 230px;
    display: block;
    position: absolute;
    top: 42px;
    left: 69px;
    -moz-transition: all 1.1s ease-out;
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out;
}

[class^="gm-"] .meter {
    -moz-transition: all 1.1s ease-in;
    -webkit-transition: all 1.1s ease-in;
    -o-transition: all 1.1s ease-in;
}

.gm-0 .meter {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.gm-10 .meter {
    transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
}

.gm-20 .meter {
    transform: rotate(27deg);
    -ms-transform: rotate(27deg);
    -webkit-transform: rotate(27deg);
}

.gm-30 .meter {
    transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    -webkit-transform: rotate(42deg);
}

.gm-40 .meter {
    transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
}

.gm-50 .meter {
    transform: rotate(91deg);
    -ms-transform: rotate(91deg);
    -webkit-transform: rotate(91deg);
}

.gm-60 .meter {
    transform: rotate(123deg);
    -ms-transform: rotate(123deg);
    -webkit-transform: rotate(123deg);
}

.gm-70 .meter {
    transform: rotate(139deg);
    -ms-transform: rotate(139deg);
    -webkit-transform: rotate(139deg);
}

.gm-80 .meter {
    transform: rotate(155deg);
    -ms-transform: rotate(155deg);
    -webkit-transform: rotate(155deg);
}

.gm-90 .meter {
    transform: rotate(169deg);
    -ms-transform: rotate(169deg);
    -webkit-transform: rotate(169deg);
}

.gm-100 .meter {
    transform: rotate(183deg);
    -ms-transform: rotate(183deg);
    -webkit-transform: rotate(183deg);
}

.gm-5 .meter {
    transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
}

.gm-15 .meter {
    transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
}

.gm-25 .meter {
    transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
}

.gm-35 .meter {
    transform: rotate(51deg);
    -ms-transform: rotate(51deg);
    -webkit-transform: rotate(51deg);
}

.gm-45 .meter {
    transform: rotate(77deg);
    -ms-transform: rotate(77deg);
    -webkit-transform: rotate(77deg);
}

.gm-55 .meter {
    transform: rotate(107deg);
    -ms-transform: rotate(107deg);
    -webkit-transform: rotate(107deg);
}

.gm-65 .meter {
    transform: rotate(131deg);
    -ms-transform: rotate(131deg);
    -webkit-transform: rotate(131deg);
}

.gm-75 .meter {
    transform: rotate(149deg);
    -ms-transform: rotate(149deg);
    -webkit-transform: rotate(149deg);
}

.gm-85 .meter {
    transform: rotate(162deg);
    -ms-transform: rotate(162deg);
    -webkit-transform: rotate(162deg);
}

.gm-95 .meter {
    transform: rotate(177deg);
    -ms-transform: rotate(177deg);
    -webkit-transform: rotate(177deg);
}

.gauges-meter.center {
    margin: 0 auto;
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

.btn1 {
    padding: 5px 10px 5px 31px;
    position: relative;
}

    .btn1 .btn-label {
        position: absolute;
        left: 0;
        display: inline-block;
        padding: 5px 6px;
        background: rgba(0,0,0,0.08);
        border-radius: 3px 0 0 3px;
        top: 0;
        width: 27px;
    }

        .btn1 .btn-label .fa {
            color: #212121;
            font-size: 14px;
            margin-top: 2px;
        }

.right-bar2 .btn1, .right-bar3 .btn1 {
    margin-left: 5px;
}

.form-group.viewdata .control-label {
    padding-top: 0;
}

.form-group.viewdata {
    margin-top: 3px 0 5px;
}

    .form-group.viewdata .controls {
        color: #5f9802;
        padding-top: 3px;
    }

.form-group.viewdata1 .control-label {
    padding-top: 0;
}

.form-group.viewdata1 {
    margin: 0px;
}

    .form-group.viewdata1 .controls {
        padding-top: 3px;
    }

.viewdata1 .radio, .viewdata1 .checkbox {
    margin: 0;
}

.form-group.viewdata2 .control-label {
    padding-top: 3px;
}

.form-group.viewdata2 {
    margin-bottom: 5px;
}

    .form-group.viewdata2 .controls {
        padding-top: 3px;
    }

.viewdata2 .radio, .viewdata2 .checkbox {
    margin: 0;
}

.form-group.viewdata3 .control-label, .viewdata3 .control-label {
    padding-top: 0;
}

.form-group.viewdata3 {
    margin-top: 3px 0 5px;
}

    .form-group.viewdata3 .controls, .viewdata3 .controls {
        padding-top: 3px;
    }

.goals-modual .view-table .view1 .h5, .goals-modual .view-table .view1 .sub {
    white-space: nowrap;
}

@media (max-width:1360px) {
    .goals-modual .view-table .view1 .h5 .color-theme {
        display: block;
    }
}

.goals-modual {
}

    .goals-modual .panel-heading .right-links {
        float: right;
        margin-right: -6px;
    }

    .goals-modual .panel-heading .h5 {
        margin: 0;
    }

.modal-body .panel.panel-default {
    background: #f4f4f4;
}

.ml40 {
    margin-left: 43px;
}

.main-nav-out {
    overflow: inherit;
    margin-left: -5px;
}

.main-nav .item {
    background: #e1e1e1;
    height: 90px;
    padding: 10px 0px;
    margin: 5px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    width: 125px;
    float: left;
}

    .main-nav .item h1 {
        font-size: 18px;
    }

.main-nav .item {
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .main-nav .item .lbl {
        display: none;
    }

    .main-nav .item:hover {
        -moz-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .main-nav .item.active, .main-nav .item:hover {
        background: #6eb400;
    }

.dropdown .ajax-link {
    cursor: pointer;
}

.inner-form .button-holder {
    display: inline-block;
    margin-bottom: -5px;
    vertical-align: middle;
}

ul.form-list li {
    list-style: outside none none;
    padding: 0;
}

ul.form-list {
    padding: 0 0 0 10px;
}

.tab-style1 .nav-tabs.small > li {
    font-size: 20px;
    min-width: 40px;
}

    .tab-style1 .nav-tabs.small > li.disabled a {
        color: #b2b2b2;
    }

.tab-style1.withpip .nav-tabs > li {
    position: relative;
}

    .tab-style1.withpip .nav-tabs > li:before {
        background: #b2b2b2;
        content: " ";
        font-size: 19px;
        height: 21px;
        position: absolute;
        left: 0;
        top: 13px;
        width: 1px;
        z-index: 1000;
    }

    .tab-style1.withpip .nav-tabs > li.active + li:before, .tab-style1.withpip .nav-tabs > li.active:before, .tab-style1.withpip .nav-tabs > li:first-child:before {
        display: none;
    }

.inc4 {
    /* width: 35.5%; */
}

.tables1 {
}

    .tables1 th {
        color: #000;
        padding: 0px 0 6px;
        border-bottom: solid 1px #ccc;
    }

        .tables1 th label {
            margin: 0;
            color: #000;
        }

    .tables1 tbody .form-group {
        margin: 0;
    }

    .tables1 tbody td {
        padding: 6px 0;
    }

    .tables1 tbody tr:first-child td {
        padding-top: 11px;
    }

    .tables1 tbody td .form-group label {
        color: #585858;
    }

.form-list.column4 li .form-group .button-holder {
    padding-left: 6px;
}

.tabstyle1 .panel-group {
    margin-bottom: 10px;
}

.tabstyle1 .panel-default > .panel-heading:hover {
    cursor: pointer;
}

.k-widget.k-combobox .k-dropdown-wrap .k-input.form-control {
    padding: 2px 0;
}

.table-inner-field {
    display: table;
    width: 312px;
}

.inner-field {
    display: inline-block;
    vertical-align: top;
}

    .inner-field + .inner-field {
        margin-left: 5px;
    }

.table-inner-field .inner-field {
    display: table-cell;
    text-align: center;
    font-weight: normal;
    vertical-align: middle;
    height: 31px;
}

    .table-inner-field .inner-field label {
        margin-bottom: 0;
    }

.modal-backdrop {
    z-index: 100000;
}

.tab-style1 .tabstyle1 .panel, .tab-style1 .tabstyle1 .panel-heading {
    background: #fafafa;
}

.tab-style1 .tabstyle1 .panel-body {
    background: #f6f6f6;
}

.main-nav-out.style1 .main-nav .item {
    width: 95px;
    -webkit-border-radius: 95px;
    -moz-border-radius: 95px;
    border-radius: 95px;
    height: 95px;
    background: #e9e9e9;
    box-shadow: inset 0px 2px 2px #ccc;
    margin: 5px 10px;
}

    .main-nav-out.style1 .main-nav .item .btn-circle.btn-xl {
        width: 75px;
        -webkit-border-radius: 75px;
        -moz-border-radius: 75px;
        border-radius: 75px;
        height: 75px;
        background: #f9f9f9; /* Old browsers */
        background: -moz-linear-gradient(top, #f9f9f9 0%, #e3e3e3 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f9f9f9 0%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f9f9f9 0%,#e3e3e3 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f9f9f9 0%,#e3e3e3 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f9f9f9 0%,#e3e3e3 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
    }

        .main-nav-out.style1 .main-nav .item .btn-circle.btn-xl.disabled {
            opacity: 0.3;
        }

    .main-nav-out.style1 .main-nav .item:first-child {
        margin-left: 5px;
    }

    .main-nav-out.style1 .main-nav .item .btn-circle.btn-xl [class^="icon-large-"] {
        margin-top: 5px;
    }

    .main-nav-out.style1 .main-nav .item.active .btn-circle.btn-xl {
        box-shadow: inset 0px 1px 1px #ffff34;
        border-color: #ccc;
        background: #afe000; /* Old browsers */
        background: -moz-linear-gradient(top, #afe000 0%, #2d8301 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#afe000), color-stop(100%,#2d8301)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #afe000 0%,#2d8301 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #afe000 0%,#2d8301 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #afe000 0%,#2d8301 100%); /* IE10+ */
        background: linear-gradient(to bottom, #afe000 0%,#2d8301 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afe000', endColorstr='#2d8301',GradientType=0 ); /* IE6-9 */
    }

    .main-nav-out.style1 .main-nav .item:hover .btn-circle.btn-xl {
        border-color: #ccc;
    }

    .main-nav-out.style1 .main-nav .item:hover, .main-nav-out.style1 .main-nav .item:hover * {
        cursor: default;
    }

    .main-nav-out.style1 .main-nav .item.active {
        background: #bbd493; /* Old browsers */
    }

        .main-nav-out.style1 .main-nav .item.active .icon-large-box1 {
            background-position: 0 -198px;
        }

        .main-nav-out.style1 .main-nav .item.active .icon-large-box2 {
            background-position: -56px -198px;
        }

        .main-nav-out.style1 .main-nav .item.active .icon-large-box3 {
            background-position: -111px -198px;
        }

        .main-nav-out.style1 .main-nav .item.active .icon-large-box4 {
            background-position: -165px -198px;
        }

        .main-nav-out.style1 .main-nav .item.active .icon-large-box5 {
            background-position: -219px -198px;
        }

        .main-nav-out.style1 .main-nav .item.active .icon-large-box6 {
            background-position: -275px -198px;
        }

        .main-nav-out.style1 .main-nav .item.active .icon-large-box7 {
            background-position: -332px -198px;
        }

        .main-nav-out.style1 .main-nav .item.active .icon-large-box8 {
            background-position: -387px -198px;
        }

        .main-nav-out.style1 .main-nav .item.active .icon-large-box9 {
            background-position: -446px -198px;
        }

        .main-nav-out.style1 .main-nav .item.active .icon-large-box10 {
            background-position: -619px -198px;
        }

        .main-nav-out.style1 .main-nav .item.active .icon-large-box11 {
            background-position: -562px -198px;
        }

        .main-nav-out.style1 .main-nav .item.active .icon-large-box12 {
            background-position: -507px -198px;
        }

.k-widget.k-dropdown.k-header .k-dropdown-wrap .k-select .k-icon {
    margin-top: 6px;
}

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
    height: 29px;
    vertical-align: top;
    margin-bottom: -2px;
}

.bootstrap-switch.bootstrap-switch-small {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    min-width: 61px;
    overflow: hidden;
}

.bootstrap-switch .bootstrap-switch-container {
    overflow: hidden;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

    .bootstrap-switch .bootstrap-switch-container > .bootstrap-switch-label {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        box-shadow: inset 0 0 2px #a9a9a9;
    }

    .bootstrap-switch .bootstrap-switch-container .bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-container .bootstrap-switch-primary {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        font-size: 0;
    }

.bootstrap-switch.bootstrap-switch-small.bootstrap-switch-off {
    background: #eee;
}

.bootstrap-switch.bootstrap-switch-small.bootstrap-switch-on {
    background: #6FB400;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .k-widget.k-numerictextbox {
        border-bottom: solid 1px #c5c5c5;
    }

    .button-holder label {
        display: inline-block;
        width: 18px;
        margin-left: 5px;
    }

    .k-widget.k-combobox.k-header .k-dropdown-wrap .k-input {
        border-bottom: solid 1px #c5c5c5 !important;
    }

    .has-error .k-widget.k-combobox.k-header .k-dropdown-wrap .k-input {
        border-bottom-color: #a94442 !important;
    }

    .button-holder2 input[type="checkbox"] {
        margin-left: 5px;
    }

    .inner-field .form-group.has-error .k-widget .k-numeric-wrap {
        box-shadow: 0 1px 2px #a94442;
    }
}

.req1 .form-group .controls, .req1.form-group .controls {
    margin-left: 2px;
}

.tables1.field-full input.form-control {
    width: 93%;
}

.control-label1 {
    font-family: "Titillium Web",sans-serif;
}

.field-inline .control-label1 {
    color: #6fb400;
    font-size: 18px;
    text-align: right;
    display: inline-block;
    width: 50px;
    font-family: "Muli", "Titillium Web", sans-serif;
    font-weight: normal;
}

.tables1.inside-form .form-group .controls {
    margin-left: 0px;
}

.tables1.inside-form .form-group .control-label {
    display: none;
}

.k-animation-container .k-list-container .table-dropdown-header, .k-animation-container .k-list-container .table-dropdown {
    width: 100%;
}

.k-animation-container .dropdown-header {
    padding: 0px 0px;
}

.k-animation-container .k-list-container .table-dropdown-header th {
    background: #5b5b5b;
    padding: 7px 7px;
    color: #fff;
    border-color: #7b7b7b;
}

.k-animation-container .k-list-container .table-dropdown {
}

    .k-animation-container .k-list-container .table-dropdown td:not(:first-child) {
        padding: 3px 7px;
        border-left: solid 1px #ccc;
    }

.k-list-container .k-list .k-item.k-state-hover {
}

.k-list-container .k-list .k-item.k-state-focused {
    border: none;
    box-shadow: none;
}

.k-list-container .dropdown-header + .k-list .k-item {
    padding-left: 1px;
    padding-right: 0;
}

.popup-content {
    max-height: 665px;
    overflow-x: hidden;
    overflow-y: auto;
}

.popup-content1 {
    overflow: hidden;
}

    .popup-content1 .popup-inner {
        max-height: 660px;
        overflow-x: hidden;
        overflow-y: auto;
        margin-right: -12px;
    }

.valign-middle {
    vertical-align: middle;
}

.modal-dialog ul.form-list {
    padding-left: 0;
}

    .modal-dialog ul.form-list .form-group {
        margin-bottom: 0px;
    }

@media (max-width:1680px) {
    .modal-dialog {
        min-width: 640px;
    }

    .main-nav-out.style1 .main-nav .item {
        margin: 5px;
    }
}

@media (max-width:1360px) {
    .main-nav-out.style1 .main-nav .item {
        margin: 5px 4px;
    }

        .main-nav-out.style1 .main-nav .item .btn-circle.btn-xl {
            height: 55px;
            width: 55px;
        }

    .main-nav-out.style1 .main-nav .item {
        height: 75px;
        width: 75px;
    }

        .main-nav-out.style1 .main-nav .item .btn-circle.btn-xl [class^="icon-large-"] {
            -ms-transform: scale(0.8);
            -webkit-transform: scale(0.8);
            transform: scale(0.8);
            margin-top: -6px;
        }

    .tab-style1 .nav-tabs.small > li {
        font-size: 16px;
    }

    .tab-style1 .nav-tabs > li a {
        padding: 8px 7px 14px;
    }
}

.model-popup10 {
    width: 10%;
    min-width: 100px;
}

.model-popup15 {
    width: 15%;
    min-width: 150px;
}

.model-popup20 {
    width: 20%;
    min-width: 200px;
}

.model-popup25 {
    width: 25%;
    min-width: 470px;
}

.model-popup30 {
    width: 30%;
    min-width: 620px;
}

.model-popup35 {
    width: 35%;
    min-width: 620px;
}

.model-popup40 {
    width: 40%;
    min-width: 620px;
}

.model-popup45 {
    width: 45%;
    min-width: 620px;
}

.model-popup50 {
    width: 50%;
    min-width: 870px;
}

.model-popup55 {
    width: 55%;
    min-width: 1020px;
}

.model-popup60 {
    width: 60%;
    min-width: 1160px;
}

.model-popup65 {
    width: 65%;
    min-width: 1160px;
}

.model-popup70 {
    width: 70%;
    min-width: 1160px;
}

.model-popup75 {
    width: 75%;
    min-width: 1160px;
}

.model-popup80 {
    width: 80%;
    min-width: 1160px;
}

.model-popup85 {
    width: 85%;
    min-width: 1160px;
}

.model-popup90 {
    width: 90%;
    min-width: 1160px;
}

.model-popup95 {
    width: 95%;
    min-width: 1160px;
}

.model-popup10 {
    width: 100%;
    min-width: 100px;
}

.model-popup1100 {
    width: 1100px;
    min-width: 500px;
}

.model-popup1050 {
    width: 1050px;
    min-width: 500px;
}

.model-popup1000 {
    width: 1000px;
    min-width: 500px;
}

.model-popup950 {
    width: 950px;
    min-width: 500px;
}

.model-popup900 {
    width: 900px;
    min-width: 500px;
}

.model-popup850 {
    width: 850px;
    min-width: 500px;
}

.model-popup800 {
    width: 800px;
    min-width: 500px;
}

.model-popup750 {
    width: 750px;
    min-width: 500px;
}

.model-popup700 {
    width: 700px;
    min-width: 500px;
}

.model-popup500 {
    width: 500px;
    min-width: 500px;
}

.model-popup400 {
    width: 400px;
    min-width: 400px;
}

.model-popup450 {
    width: 450px;
    min-width: 400px;
}

.model-popup550 {
    width: 550px;
    min-width: 500px;
}

.model-popup530 {
    width: 530px;
    min-width: 500px;
}

.model-popup600 {
    width: 600px;
    min-width: 500px;
}

.model-popup650 {
    width: 650px;
    min-width: 500px;
}

.grid-menu.navbar-right .dropdown-menu li a .fa.fa-users {
    font-size: 14px;
    margin-right: 4px;
}

.control-label.font12 {
    color: #333;
}

.width-85 {
    width: 85%;
}

.width-90 {
    width: 90%;
}

.tab-pane .panel-group .panel {
    overflow: visible;
}

.pos-topmenu > li {
    position: relative;
}

    .pos-topmenu > li .dropdown-menu {
        top: auto;
        bottom: 26px;
    }

    .pos-topmenu > li:hover a.dropdown-toggle {
        border-bottom: solid 1px #ccc !important;
        border-top: none !important;
        z-index: 1000;
    }

.diclaration .panel-heading h3 {
    margin: 0;
    padding: 0;
    font-size: 22px;
}

.diclaration .panel-body {
    padding-top: 5px;
}

    .diclaration .panel-body .tablepanel {
    }

    .diclaration .panel-body .title1 {
        margin: 10px -15px;
        padding-left: 15px;
        padding-right: 10px;
        background-color: #f5f5f5;
        font-size: 20px;
    }

    .diclaration .panel-body table tr td {
        border-bottom: solid 1px #eee;
        padding: 7px 10px;
    }

    .diclaration .panel-body table tr:first-child td {
        border-top: none;
    }

    .diclaration .panel-body table tr:nth-child(even) td {
        background-color: #f9f9f9;
    }

    .diclaration .panel-body table tr td .control-label {
        width: 98%;
        font-size: 13px;
        padding-top: 0;
    }

    .diclaration .panel-body table.tablestyle1 tr:nth-child(even) td {
        background-color: #fff !important;
    }

    .diclaration .panel-body table.tablestyle1 tr:first-child td {
        border-top: solid 1px #eee;
    }

    .diclaration .panel-body table.tablestyle1 .inner-field {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        margin-right: 10px;
    }

    .diclaration .panel-body table.tablestyle1 tr:last-child td {
        border-bottom: none;
    }

    .diclaration .panel-body > .row > [class^="col-"] .form-group {
        margin-left: 0px;
    }

.title11 {
    background: #f2f2f2;
    font-family: "Muli", "Titillium Web",sans-serif;
    font-size: 22px;
    padding: 7px 10px;
}

.inner-field .form-group.has-error .k-widget .k-numeric-wrap {
    border: 1px solid #a94442 !important;
    color: #a94442;
    border-bottom: 1px solid #a94442 !important;
}

.custom-form {
}

    .custom-form .custom-label .form-group {
        height: 35px;
    }

    .custom-form .custom-field .form-group .controls {
        margin-left: 0%;
    }

    .custom-form > .col-md-3 {
    }

.custom-form {
}

    .custom-form .c-col1 {
        width: 75px;
        float: left;
    }

    .custom-form .c-col2 {
        width: 155px;
        float: left;
    }

    .custom-form .c-col3 {
        width: 250px;
        float: left;
    }

    .custom-form .c-col4 {
        width: 300px;
        float: left;
    }

    .custom-form .c-col5 {
        width: 200px;
        float: left;
        margin-left: 15px;
    }

    .custom-form .c-col6 {
        width: 160px;
        float: left;
        margin-left: 15px;
    }

    .custom-form .c-col7 {
        width: 400px;
        float: left;
        margin-left: 15px;
    }

    .custom-form .c-col8 {
        width: 450px;
        float: left;
        margin-left: 15px;
    }

    .custom-form .c-col9 {
        width: 500px;
        float: left;
        margin-left: 15px;
    }

    .custom-form > [class^="c-col"]:first-child {
        margin-left: 0px;
    }

    .custom-form .small-field {
        text-align: center;
        margin-top: 5px;
    }

    .custom-form [class^="c-col"] > .title {
        font-size: 14px;
        text-align: left;
        font-weight: bold;
        height: 31px;
        color: #686868;
    }

    .custom-form [class^="c-col"] > .form-group {
        margin: 0 0 10px;
        min-height: 35px;
    }

.list-style1 ul {
    margin: 0 -2% 0 0;
    padding: 0;
    list-style: none;
}

    .list-style1 ul li {
        width: 115px;
        float: left;
        position: relative;
        margin-right: 15px;
        min-height: 164px;
    }

        .list-style1 ul li .intabs {
            display: block;
        }

            .list-style1 ul li .intabs .iconbox {
                width: 78px;
                height: 78px;
                background: #e1e1e1;
                display: block;
                text-align: center;
                margin: 0 auto;
                -moz-transition: all 0.2s ease-in;
                -webkit-transition: all 0.2s ease-in;
                -o-transition: all 0.2s ease-in;
                transition: all 0.2s ease-in;
            }

                .list-style1 ul li .intabs .iconbox > span {
                    background: #fff;
                    width: 59px;
                    height: 59px;
                    border-radius: 59px;
                    display: inline-block;
                    margin-top: 9px;
                }

                    .list-style1 ul li .intabs .iconbox > span img {
                        max-width: 59px;
                        max-height: 59px;
                    }

                        .list-style1 ul li .intabs .iconbox > span img[src*="icon17.png"], .list-style1 ul li .intabs .iconbox > span img[src*="icon12.png"], .list-style1 ul li .intabs .iconbox > span img[src*="icon19.png"] {
                            max-height: 44px;
                            max-width: 44px;
                            margin-top: 7px;
                        }

            .list-style1 ul li .intabs .lbl {
                font-size: 12px;
                color: #717171;
                text-align: center;
                display: block;
                height: 71px;
                overflow: hidden;
                margin-top: 4px;
                font-family: "Muli", "Titillium Web",,sans-serif;
                line-height: 14px;
            }

            .list-style1 ul li .intabs:hover .iconbox {
                background: #6fb200;
                -moz-transition: all 0.2s ease-out;
                -webkit-transition: all 0.2s ease-out;
                -o-transition: all 0.2s ease-out;
                transition: all 0.2s ease-out;
            }

            .list-style1 ul li .intabs:hover .lbl {
                color: #598e02;
            }

.popup-center {
    text-align: center;
}

    .popup-center .list-style1 {
        display: inline-block;
    }

.modal-content .t-widget.t-grid {
    margin-right: 10px;
}

.form-group.lbl1 {
    margin-bottom: 4px;
}

    .form-group.lbl1 .control-label {
        padding-top: 10px;
        color: #686868;
    }

.form-group.lbl2 {
    margin-bottom: 4px;
}

    .form-group.lbl2 .control-label {
        padding-top: 10px;
        color: #686868;
        padding-left: 0;
    }

.loading1 {
    position: fixed;
    top: 39%;
    left: 48%;
    z-index: 10000000;
    display: none;
}

.title2 * {
    font-weight: 700;
    font-size: 14px;
    color: #4e4e4e;
}

.title2 input[type="checkbox"], .title2 input[type="radio"] {
    margin-top: 3px;
    vertical-align: top;
    margin-left: 0px;
}

.rotate-style1 .owl-item {
    float: left;
}

    .rotate-style1 .owl-item .item {
        background: #e1e1e1;
        float: left;
        margin-right: 10px;
    }

        .rotate-style1 .owl-item .item .circle1 {
            position: absolute;
            left: 7px;
            top: 10px;
        }

.rotate-style1 .circle1 {
    text-align: center;
    margin-right: 3px;
}

.rotate-style1 .owl-item .item a {
    border: medium none;
    border-radius: 0;
    color: hsl(0, 0%, 36%);
    font-family: "Muli", "Titillium Web",,sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 10px 15px 10px 65px;
    position: relative;
    display: table-cell;
    cursor: pointer;
    height: 72px;
    vertical-align: middle;
    white-space: nowrap;
}

.rotate-style1 .owl-item .item {
    border-left: solid 1px #f0f0f0;
}

.rotate-style1 .owl-controls div .fa {
    color: hsl(0, 0%, 13%);
    font-size: 35px;
    line-height: 45px;
    vertical-align: middle;
}

.rotate-style1 .owl-controls div .owa-text {
    color: hsl(0, 0%, 0%);
    display: inline-block;
    font-family: "Muli", "Titillium Web",,sans-serif;
    font-size: 16px;
    line-height: 18px;
    margin-right: 7px;
    margin-top: 15px;
    text-align: left;
    vertical-align: top;
}

.rotate-style1 {
    height: 103px;
    overflow: hidden;
}

    .rotate-style1 .owl-controls div.owl-prev, .rotate-style1 .owl-controls div.owl-next {
        opacity: 0.5;
    }

        .rotate-style1 .owl-controls div.owl-prev:hover, .rotate-style1 .owl-controls div.owl-next:hover {
            opacity: 1;
        }

.owl-carousel-cash {
    padding-bottom: 90px;
    position: relative;
}

.rotate-style1 .owl-controls {
    position: absolute;
    bottom: 21px;
    width: 100%;
}

    .rotate-style1 .owl-controls div.owl-prev .owa-text {
        margin-left: 7px;
        margin-right: 0;
    }

    .rotate-style1 .owl-controls div.owl-prev {
        left: 0;
        position: absolute;
    }

    .rotate-style1 .owl-controls div.owl-next {
        position: absolute;
        right: 0;
    }

    .rotate-style1 .owl-controls div {
        cursor: pointer;
    }

.rotate-style1 .owl-item .item.active {
    background: #6fb400;
}

.rotate-style1 .owl-item .item {
    position: relative;
}

    .rotate-style1 .owl-item .item.active:after {
        content: " ";
        position: absolute;
        bottom: -6px;
        left: 49%;
        border-left: solid 6px transparent;
        border-right: solid 6px transparent;
        border-top: solid 6px #6eb400;
    }

    .rotate-style1 .owl-item .item.active .lbl {
        color: #fff;
        text-decoration: none;
    }

    .rotate-style1 .owl-item .item.active * {
        text-decoration: none;
    }

.circle2 {
    width: 81px;
    height: 81px;
    margin: 15px auto;
    background: #fff;
    border: solid 10px #2d2d2d;
    display: inline-block;
    border-radius: 81px;
}

.circle3 {
    width: 136px;
    height: 136px;
    background: #6fb200;
    border: solid 10px #e2e2e2;
    display: inline-block;
    border-radius: 136px;
}

.circle4 {
    width: 82px;
    height: 82px;
    background: url(../images/site/circle1.png) no-repeat;
    display: inline-block;
    text-align: center;
}

    .circle4 img {
        margin-top: 15px;
    }

.list-style2 ul {
    margin: 0;
    padding: 0;
}

    .list-style2 ul li {
        height: 181px;
        width: 23%;
        margin-right: 2%;
        float: left;
        list-style: none;
    }

        .list-style2 ul li .box {
            background: #6eb400;
            width: 100%;
            height: 105px;
            display: block;
            text-align: center;
            margin-bottom: 10px;
        }

            .list-style2 ul li .box .circle2 img {
                margin-top: 5px;
            }

        .list-style2 ul li .title {
            position: relative;
            padding-right: 0px;
            color: #717171;
            font-size: 15px;
            text-align: center;
        }

            .list-style2 ul li .title .text {
                display: block;
                line-height: 16px;
                max-height: 33px;
                overflow: hidden;
                word-wrap: break-word;
            }

            .list-style2 ul li .title .lbl {
                position: relative;
                top: 0px;
                right: 0px;
                font-weight: bold;
                color: #333;
            }

        .list-style2 ul li.no-backgroud .box {
            background: #ccc;
        }

        .list-style2 ul li.no-backgroud .circle2 {
            border-color: #7a7a7a;
        }

.list-style2.col-3 ul li {
    width: 31%;
}

.tables-data .main-data.width20 {
    width: 20%;
}

    .tables-data .main-data.width20 + .scroll-data {
        width: 80%;
    }

.tables-data .main-data.width22 {
    width: 22%;
}

    .tables-data .main-data.width22 + .scroll-data {
        width: 78%;
    }

.tables-data .main-data.width24 {
    width: 24%;
}

    .tables-data .main-data.width24 + .scroll-data {
        width: 76%;
    }

.tables-data .main-data.width26 {
    width: 26%;
}

    .tables-data .main-data.width26 + .scroll-data {
        width: 74%;
    }

.tables-data .main-data.width28 {
    width: 28%;
}

    .tables-data .main-data.width28 + .scroll-data {
        width: 72%;
    }

.tables-data .widthfix20 {
    width: 20%;
}

.tables-data .widthfix22 {
    width: 22%;
}

.tables-data .widthfix24 {
    width: 24%;
}

.tables-data .widthfix26 {
    width: 26%;
}

.tables-data .widthfix28 {
    width: 28%;
}

.tables-data .widthfix30 {
    width: 30%;
}

.tables-data tr.bold-row-head {
}

    .tables-data tr.bold-row-head td, .tables-data tr.bold-row-head th {
        background: #f9f9f9;
        color: #343434;
    }

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

tr.no-border td {
    border-left: none !important;
}

.scroll-data table {
    border-left: none;
    border-right: none;
}

.tables-data .scroll-data {
    margin-left: -1px;
}

@-moz-document url-prefix() {
    table {
        border-color: grey;
    }
}

.checkbox-tabs > li {
    position: relative;
}

    .checkbox-tabs > li > a {
        padding-right: 30px !important;
    }

    .checkbox-tabs > li > .checkbox1 {
        position: absolute;
        right: 8px;
        top: 10px;
    }

.table1 {
    display: table;
    width: 100%;
}

    .table1 > .trow {
        display: table-row;
    }

        .table1 > .trow > .cell {
            display: table-cell;
            vertical-align: top;
            padding: 5px;
            font-size: 15px;
            color: #444;
        }

        .table1 > .trow.divider .cell {
            height: 5px;
        }

        .table1 > .trow > .cell.col1 {
            width: 50%;
        }

        .table1 > .trow.total {
            font-weight: bold;
        }

            .table1 > .trow.total .cell {
                border-top: solid 1px #ddd;
                color: #333;
            }

        .table1 > .trow.total1 .cell {
            font-size: 23px;
            color: #000000;
        }

hr.style1 {
    border-color: #d8d8d8;
}

.overflow1 {
    max-height: 258px;
    overflow: auto;
}

.table2 {
    display: table;
    width: 100%;
}

    .table2 .cell {
        display: table-cell;
        vertical-align: top;
    }

.table3 {
    display: table;
    width: 100%;
}

    .table3 .cell {
        display: table-cell;
        vertical-align: middle;
    }

.font-icon1 {
    color: #6eb400;
    font-size: 19px;
    cursor: pointer;
}

    .font-icon1:focus {
        color: #6eb400;
    }

.lbl3 {
    font-size: 16px;
    display: inline-block;
    margin-top: 7px;
    margin-right: 10px;
}

.table2.asset-liability {
    width: auto;
}

.asset-out {
    padding-left: 75px;
}

.asset-liability > .cell {
    width: 46%;
}

    .asset-liability > .cell.width1 {
        width: 36%;
    }

.asset-liability1 .cell {
    width: 46%;
}

    .asset-liability1 .cell.width1 {
        width: 36%;
    }

.asset-liability .cell.dot {
    background: url(../images/dot.png) repeat-y top center;
    height: 600px;
    width: 6%;
}

.asset-liability1 .cell.dot {
    width: 6%;
}

.asset-liability1 .cell {
    width: 46%;
}

.asset-liability .table2 .cell {
    font-size: 25px;
    vertical-align: middle;
}

    .asset-liability .table2 .cell.text1 {
        width: 35px;
        color: #fff;
    }

    .asset-liability .table2 .cell label {
        font-weight: 400;
    }

    .asset-liability .table2 .cell.last {
        width: 200px;
    }

.asset-liability .form-control1 {
    border: solid 1px #464646;
    border: solid 1px #606060;
    padding: 7px 15px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    width: 200px;
    background: #464646;
}

.well3 {
    background: #333333;
    padding: 25px;
    color: #fff;
}

/*.asset-liability .cell.col1{ width:670px  }
.asset-liability .cell.col2{ width:509px;  }
.table2.asset-liability1{ width:auto }
.asset-liability1 .cell.col1{ width:670px  }
.asset-liability1 .cell.col2{ width:509px;  }*/

.form-large .form-group .control-label {
    font-size: 22px;
}

.form-large .form-group .k-widget.k-dropdown, .form-large .form-group .k-input {
    font-size: 16px;
}

.form-large .form-group .k-input {
    margin-top: 5px;
}

.form-large .k-widget.k-dropdown.k-header .k-dropdown-wrap {
    height: 38px;
}

.form-large .btn {
    padding: 9px 12px;
}

.display-i {
    display: inline;
}

.display-b {
    display: block;
}

.display-ib {
    display: inline-block;
}

.m-r {
    margin-right: 10px;
}

.filter-area {
    margin: 0 auto;
    text-align: center;
    position: relative;
}

    .filter-area [class^="sideline"] {
        position: absolute;
    }

    .filter-area .sideline1 {
        width: 440px;
        height: 160px;
        top: 140px;
        left: 0px;
    }

    .filter-area .sideline2 {
        width: 440px;
        height: 160px;
        top: 140px;
        right: 0px;
    }

    .filter-area .sideline3 {
        width: 210px;
        height: 60px;
        top: 220px;
        left: 0px;
    }

    .filter-area .sideline4 {
        width: 210px;
        height: 60px;
        top: 220px;
        right: 0px;
    }

    .filter-area .filter-area-inner {
        max-width: 1500px;
        margin: 0 auto;
        top: 0;
        position: absolute;
    }

.box-filter {
    position: relative;
    width: 440px;
    margin: 0 auto;
}

.timeframe-out {
    position: relative;
    min-height: 320px;
}

.timeframe {
    width: 730px;
    position: relative;
    height: 300px;
    margin: 0 auto;
}

    .timeframe > ul {
        margin: 0;
        padding: 0;
    }

        .timeframe > ul > li {
            position: absolute;
            list-style: none;
            cursor: pointer;
            font-size: 14px;
        }

            .timeframe > ul > li.item1 {
                bottom: -10px;
                left: 0;
            }

            .timeframe > ul > li.item2 {
                top: 46px;
                left: 134px;
            }

            .timeframe > ul > li.item3 {
                top: 0px;
                left: 291px;
            }

            .timeframe > ul > li.item4 {
                top: 36px;
                left: 445px;
            }

            .timeframe > ul > li.item5 {
                right: 10px;
                bottom: 2px;
            }

            .timeframe > ul > li .lbl {
                display: block;
                text-align: center;
                font-weight: 700;
            }

            .timeframe > ul > li .total {
                text-align: center;
                font-weight: 400;
                display: block;
                color: #6eb400;
            }

            .timeframe > ul > li .inner-round {
                width: 112px;
                height: 112px;
                background: #6fb200;
                border-radius: 112px;
                position: absolute;
                z-index: 100;
                display: inline-block;
                bottom: 16px;
                left: 10px;
                display: none;
            }

            .timeframe > ul > li:after {
                content: " ";
                position: absolute;
                z-index: 10;
                cursor: default;
            }

            .timeframe > ul > li.item1:after {
                width: 107px;
                height: 80px;
                background: url(../images/site/arrow-style1.png) no-repeat right;
                display: inline-block;
                right: -97px;
                bottom: -15px;
            }

            .timeframe > ul > li.item2:after {
                width: 107px;
                height: 120px;
                background: url(../images/site/arrow-style2.png) no-repeat right bottom;
                display: inline-block;
                right: -30px;
                bottom: -77px;
            }

            .timeframe > ul > li.item3:after {
                width: 107px;
                height: 106px;
                background: url(../images/site/arrow-style3.png) no-repeat left bottom;
                display: inline-block;
                right: -14px;
                bottom: -99px;
            }

            .timeframe > ul > li.item4:after {
                width: 107px;
                height: 130px;
                background: url(../images/site/arrow-style4.png) no-repeat left bottom;
                display: inline-block;
                right: 68px;
                bottom: -84px;
            }

            .timeframe > ul > li.item5:after {
                width: 147px;
                height: 80px;
                background: url(../images/site/arrow-style5.png) no-repeat left bottom;
                display: inline-block;
                left: -97px;
                bottom: -15px;
            }

            .timeframe > ul > li.item1.active:after, .timeframe > ul > li.item1:hover:after {
                background: url(../images/site/arrow-style1-active.png) no-repeat right;
            }

            .timeframe > ul > li.item2.active:after, .timeframe > ul > li.item2:hover:after {
                background: url(../images/site/arrow-style2-active.png) no-repeat right bottom;
            }

            .timeframe > ul > li.item3.active:after, .timeframe > ul > li.item3:hover:after {
                background: url(../images/site/arrow-style3-active.png) no-repeat left bottom;
            }

            .timeframe > ul > li.item4.active:after, .timeframe > ul > li.item4:hover:after {
                background: url(../images/site/arrow-style4-active.png) no-repeat left bottom;
            }

            .timeframe > ul > li.item5.active:after, .timeframe > ul > li.item5:hover:after {
                background: url(../images/site/arrow-style5-active.png) no-repeat left bottom;
            }

            .timeframe > ul > li.active .circle3, .timeframe > ul > li:hover .circle3 {
                border: solid 10px #2d2d2d;
            }

            .timeframe > ul > li .circle3 {
                position: relative;
                z-index: 1000;
                text-align: center;
            }

                .timeframe > ul > li .circle3 img {
                    margin-top: 16px;
                }

.timeframe-popup-out {
    position: absolute;
    right: 0;
    top: 70px;
    width: 340px;
    font-size: 14px;
    z-index: 1000;
}

.timeframe-popup {
    background: #fff;
    box-shadow: 0 0 7px #ccc;
}

.timeframe-popup-out:before {
    content: " ";
    position: absolute;
    border-right: solid 10px #fff;
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    left: -10px;
    top: 45%;
    display: none;
}

.timeframe-popup .heading-panel {
    background: #2d2d2d;
    font-size: 15px;
    color: #fff;
    position: relative;
    padding: 10px;
}

    .timeframe-popup .heading-panel .icons-close {
        position: absolute;
        right: 10px;
        cursor: pointer;
    }

.timeframe-popup .panel-body {
    padding: 0px 0;
}

    .timeframe-popup .panel-body > table {
        border-collapse: collapse;
    }

        .timeframe-popup .panel-body > table td {
            border-bottom: solid 1px #ebebeb;
            padding: 10px;
        }

            .timeframe-popup .panel-body > table td:last-child {
                text-align: right;
                font-weight: 700;
            }

.timeframe-popup-out .footer {
    font-weight: 700;
    padding: 10px;
}

    .timeframe-popup-out .footer table td {
        font-size: 18px;
    }

        .timeframe-popup-out .footer table td:last-child {
            text-align: right;
        }

.timeframe-total {
    text-align: center;
    font-size: 17px;
    margin-top: -55px;
    margin-bottom: 20px;
}

.panel1 {
    background: #fff;
    box-shadow: 0 0 7px #ccc;
}

    .panel1 .panel-heading {
        background: #ebebeb;
        font-size: 15px;
        color: #2d2d2d;
        position: relative;
        padding: 10px;
    }

    .panel1:hover .panel-heading, .panel1.active .panel-heading {
        background: #6fb400;
        color: #fff;
    }

        .panel1:hover .panel-heading .circle4, .panel1.active .panel-heading .circle4 {
            background-position: 0 -93px;
        }

.timeframe-detail-panel .panel1 {
    min-height: 360px;
}

.panel1.dark .panel-heading {
    background: #333333;
    color: #fff;
}

.timeframe-detail-panel .panel1.dark {
    min-height: 185px;
}

.panel1 .panel-heading .table3 .cell:first-child {
    width: 70px;
    padding-right: 15px;
}

.timeframe-detail-panel {
    max-width: 1500px;
    margin: 0 auto;
    font-size: 14px;
}

    .timeframe-detail-panel > .table2 > .cell {
        padding: 0 20px;
        width: 20%;
    }

        .timeframe-detail-panel > .table2 > .cell:first-child {
            padding-left: 0;
        }

        .timeframe-detail-panel > .table2 > .cell:last-child {
            padding-right: 0;
        }

    .timeframe-detail-panel .panel-body {
        padding: 0;
    }

        .timeframe-detail-panel .panel-body table td {
            border-top: solid 1px #ebebeb;
            padding: 10px;
        }

            .timeframe-detail-panel .panel-body table td.last {
                text-align: right;
            }

@media (max-width:1500px) {
    .timeframe-popup-out {
        top: -61px;
        width: 270px;
    }

    .table2.asset-liability > .cell {
    }

        .table2.asset-liability > .cell.dot {
        }

    .table2.asset-liability .list-style2 ul li {
        width: 31%;
    }
}

@media (max-width:1200px) {
    .table2.asset-liability .list-style2 ul li {
        width: 48%;
    }

    .asset-liability .table2 .cell {
        font-size: 13px;
    }

    .asset-out {
        padding-left: 0px;
    }
}

.timeframe-shape.move-bottom {
    margin-bottom: -140px;
}

.pager-control-panel.style1 li a {
    background-color: transparent;
    border-radius: 0px;
    border: 0px;
    font-size: 18px;
    color: #212121;
    text-align: center;
}

    .pager-control-panel.style1 li a .fa {
        font-size: 45px;
        color: #212121;
        vertical-align: middle;
        line-height: 45px;
    }

    .pager-control-panel.style1 li a:hover .circle1 {
        background-color: #6eb400;
    }

    .pager-control-panel.style1 li a:hover .fa {
        color: #fff;
    }

.leftsubnav.sub-menu1 {
    width: 300px;
}

.custom-col1 .field-inline {
    width: 60%;
    float: left;
    margin-left: 0;
}

    .custom-col1 .field-inline:nth-child(odd) {
        width: 30%;
    }

.ms-parent .ms-drop ul li label {
    font-weight: 400;
    margin-bottom: 5px;
}

    .ms-parent .ms-drop ul li label input[type="checkbox"] {
        display: inline-block;
        vertical-align: top;
        margin: 2px 0 0;
    }

.ms-parent .ms-choice {
    line-height: 34px;
}

.grid-oveflow {
    overflow: auto;
}