69h4, h5, h6,
h1, h2, h3 {
    margin: 0;
}

ul, ol {
    margin: 0;
}

p {
    margin: 0;
}

html, body {
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    overflow-x: hidden;
    background: #fff;
}

    body a {
        transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -ms-transition: 0.5s all ease;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0;
}

ul, label {
    margin: 0;
    padding: 0;
}

body a:hover {
    text-decoration: none;
}

.roundingoff {
    width: 100%;
    float: left;
    padding: 15px 0 0 15px;
    margin-top: 10px;
    border-bottom: 1px solid #eee;
}

.mtop20 {
    margin-top: 20px !important;
}

.panel > .list-group .list-group-item {
    border-color: #eee;
    background: 0;
    border-radius: 0;
}

.panel-heading, .panel-footer, .panel-group .panel {
    border-radius: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel + .panel {
        margin-top: 0;
        border-top: 0;
    }

    .panel-group .panel-heading {
        border-bottom: 0;
        padding: 10px 15px;
    }

        .panel-group .panel-heading a {
            display: block;
        }

.panel-Expand .panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-Expand > .panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-Expand > .panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.panel-info .panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    margin-right: 10px;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-info > .panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-info > .panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.panel-group .panel-collapse {
    -webkit-box-shadow: 0 -3px 0 0 transparent;
    box-shadow: 0 -3px 0 0 transparent;
}

    .panel-group .panel-collapse.in {
        /* -webkit-box-shadow: 0 -3px 0 0 #76b6ec; */
        /* box-shadow: 0 -3px 0 0 #76b6ec; */
    }

.panel-group .collapsing {
    height: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.panel.panel-block .panel-heading {
    padding: 20px;
    border: 0;
}

    .panel.panel-block .panel-heading:before, .panel.panel-block .panel-heading:after {
        content: " ";
        display: table;
    }

    .panel.panel-block .panel-heading:after {
        clear: both;
    }

    .panel.panel-block .panel-heading > div > img, .panel.panel-block .panel-heading > div > i {
        position: relative;
        top: -1px;
        display: block;
        float: left;
        height: 30px;
        margin: 0;
        margin-right: 10px;
    }

    .panel.panel-block .panel-heading > div > i {
        font-size: 31px;
    }

    .panel.panel-block .panel-heading > div h1 {
        margin: -2px 0 0;
        display: block;
        float: left;
        font-size: 18px;
    }

        .panel.panel-block .panel-heading > div h1 small {
            margin: 1px 0 0;
            display: block;
            font-size: 12px;
        }

.panel.panel-block .list-group .list-group-item:first-child {
    border-top: 0;
}

.panel.panel-block .list-group .list-group-item {
    padding: 15px 20px 20px;
}

.panel.panel-title-block {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    border-bottom-width: 0;
}

    .panel.panel-title-block h1 {
        max-width: 180px;
    }

        .panel.panel-title-block h1 small {
            line-height: 15px;
        }

@media(min-width:480px) {
    .panel.panel-title-block {
        -webkit-box-shadow: 0 5px 5px -3px rgba(0,0,0,0.05);
        box-shadow: 0 5px 5px -3px rgba(0,0,0,0.05);
        margin-bottom: 20px;
        border-bottom-width: 1px;
    }

        .panel.panel-title-block h1 {
            max-width: 70%;
        }
}

.panel.panel-grid-demo {
    padding: 0;
    margin: 0;
    border-width: 5px;
    overflow: hidden;
}

    .panel.panel-grid-demo .panel-heading {
        color: #fff;
        padding: 20px 0;
    }

.row.panel-grid-demo {
    margin-bottom: 20px;
}

.alert {
    background-color: #222;
    background-color: #fff;
    border-color: #222;
    color: #ccc;
    color: #999;
    font-size: 12px;
}

    .alert hr {
        border-top-color: #151515;
    }

    .alert .alert-link {
        color: #b3b3b3;
        color: #808080;
    }

    .alert .title {
        display: block;
        font-size: 14px;
        color: #666;
        margin-bottom: 5px;
    }

        .alert .title i {
            color: #222;
            margin-right: 7px;
        }

    .alert.ui-pnotify-sharp {
        border-radius: 0;
    }

.alert-dismissable .close {
    top: -7px;
    right: -26px;
    line-height: 0;
}

    .alert-dismissable .close i {
        font-size: 12px;
    }

.alert-success {
    background-color: #aece4e;
    background-color: #fff;
    border-color: #aece4e;
    color: #758f27;
    color: #999;
    font-size: 12px;
}

    .alert-success hr {
        border-top-color: #a5c83a;
    }

    .alert-success .alert-link {
        color: #54671c;
        color: #808080;
    }

    .alert-success .title {
        display: block;
        font-size: 14px;
        color: #666;
        margin-bottom: 5px;
    }

        .alert-success .title i {
            color: #aece4e;
            margin-right: 7px;
        }

.alert-info {
    background-color: #a5c8e5;
    background-color: #fff;
    border-color: #a5c8e5;
    color: #5698ce;
    color: #999;
    font-size: 12px;
}

    .alert-info hr {
        border-top-color: #91bcdf;
    }

    .alert-info .alert-link {
        color: #367fbb;
        color: #808080;
    }

    .alert-info .title {
        display: block;
        font-size: 14px;
        color: #666;
        margin-bottom: 5px;
    }

        .alert-info .title i {
            color: #a5c8e5;
            margin-right: 7px;
        }

.alert-warning {
    background-color: #f4c84f;
    background-color: #fff;
    border-color: #f3a641;
    color: #d09c0d;
    color: #999;
    font-size: 12px;
}

    .alert-warning hr {
        border-top-color: #f29b29;
    }

    .alert-warning .alert-link {
        color: #a0780a;
        color: #808080;
    }

    .alert-warning .title {
        display: block;
        font-size: 14px;
        color: #666;
        margin-bottom: 5px;
    }

        .alert-warning .title i {
            color: #f3a641;
            margin-right: 7px;
        }

.alert-danger {
    background-color: #e77755;
    background-color: #fff;
    border-color: #e77755;
    color: #bc401a;
    color: #999;
    font-size: 12px;
}

    .alert-danger hr {
        border-top-color: #e4653f;
    }

    .alert-danger .alert-link {
        color: #8f3114;
        color: #808080;
    }

    .alert-danger .title {
        display: block;
        font-size: 14px;
        color: #666;
        margin-bottom: 5px;
    }

        .alert-danger .title i {
            color: #e77755;
            margin-right: 7px;
        }

.alert-error {
    background-color: #e77755;
    background-color: #fff;
    border-color: #e77755;
    color: #bc401a;
    color: #999;
    font-size: 12px;
}

    .alert-error hr {
        border-top-color: #e4653f;
    }

    .alert-error .alert-link {
        color: #8f3114;
        color: #808080;
    }

    .alert-error .title {
        display: block;
        font-size: 14px;
        color: #666;
        margin-bottom: 5px;
    }

        .alert-error .title i {
            color: #e77755;
            margin-right: 7px;
        }

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #f9f9f9;
    }

.ios-device .form-control {
    -webkit-appearance: caret;
    -moz-appearance: caret;
}

.form-inline.always-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

@media(min-width:768px) {
    .form-inline .form-group {
        margin-top: 0;
    }

    .form-inline .form-control {
        display: inline-block;
    }
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-bottom: 5px;
    padding-top: 6px;
}

@media(min-width:768px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}

.form-group:last-child {
    margin-bottom: 0;
}

select {
    font-family: sans-serif;
    padding: 10px;
    width: 100%;
    border: 1px solid #c1c1c1;
    color: gray;
    text-align: left;
    outline: none;
    font-size: 1em;
    margin: 4px 0 10px;
    border-radius: 5px;
    box-shadow: -webkit-box-shadow: 0 10px 6px -6px #dadada;
    -moz-box-shadow: 0 10px 6px -6px #dadada;
    /*box-shadow: 0 10px 6px -6px #dadada;*/
}

.ios-device select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
}

textarea {
    height: auto;
    width: 100%;
    max-width: 100%;
}

    textarea.no-resize {
        resize: none;
    }

.character-counter, .field-annotation {
    display: block;
    text-align: right;
    font-size: 12px;
}

.btn:focus {
    outline: 0;
}

/*.btn:active, .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}*/

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group-btn .btn {
    background-color: #f4f4f4;
    border-color: #e3e3e3;
}

    .input-group-btn .btn:hover, .input-group-btn .btn:focus {
        border-color: #e3e3e3;
    }

.button-demo .btn, .button-demo .make-switch {
    margin-top: 5px;
}

/*.dropdown-menu {
    min-width: 165px;
    margin: 0;
    padding: 7px 0;
    border: 0;
    border-radius: 0;
    display: none;
}

.opacity .dropdown-menu {
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: opacity .1s,max-height 0s .5s;
    transition: opacity .1s,max-height 0s .5s;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

    .dropdown-menu.pull-right.dropdown-menu-arrow:after {
        right: 20%;
    }

.dropdown-menu.dropdown-menu-arrow {
    margin-top: 12px;
}

    .dropdown-menu.dropdown-menu-arrow:after, .dropdown-menu.dropdown-menu-arrow:before {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 8px;
        content: " ";
        right: 80%;
        margin-right: -8px;
        border-top-width: 0;
        border-bottom-color: #333;
        top: -8px;
    }

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #222;
}

.dropdown-menu > li > a {
    padding: 2px 20px;
    color: #999;
    -webkit-transition: all .1s;
    transition: all .1s;
}

.open > .dropdown-menu {
    display: block;
}

.opacity .open > .dropdown-menu {
    max-height: 1000px;
    overflow: visible;
    opacity: 1;
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #5fa2db;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #5fa2db;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #ccc;
}*/

.tooltip {
    font-size: 14px;
    line-height: 34px;
    -webkit-transform: translateZ(0) scale(1,1);
}

    .tooltip.in {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.tooltip-inner {
    padding: 3px 13px;
    border-radius: 0;
    line-height: 20px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.progress, .progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress {
    height: 25px;
    margin-bottom: 10px;
}

.progress-thin {
    height: 5px;
}

.nav-tabs {
    background-color: #fff;
    border-bottom-color: transparent;
    margin-bottom: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
}

    .nav-tabs > li > a {
        border: 0;
        border-radius: 0;
        background-color: #fff;
        color: #999;
        -webkit-transition: all .1s;
        transition: all .1s;
    }

        .nav-tabs > li > a:hover {
            color: #666;
            background-color: #fff;
            border: 0;
        }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #666;
        border: 0;
        border-radius: 0;
        /*background-color: #fff;
        -webkit-box-shadow: inset 0 -3px 0 0 #76b6ec;
        box-shadow: inset 0 -3px 0 0 #76b6ec;*/
        -webkit-box-shadow: inset 0 -3px 0 0 #d9edf7;
        background-color: #d9edf7;
        box-shadow: inset 0 -3px 0 0 #d9edf7;
    }

.modal-content {
    border-radius: 6;
    -webkit-box-shadow: 0 5px 5px -3px rgba(0,0,0,0.05);
    box-shadow: 0 5px 5px -3px rgba(0,0,0,0.05);
}

.modal-backdrop.in {
    opacity: .3;
    filter: alpha(opacity=30);
}

.modal-body {
    background-color: #fbfbfb;
}

.modal-title i {
    position: relative;
    top: -1px;
    display: block;
    float: left;
    height: 30px;
    margin: 0;
    margin-right: 10px;
    font-size: 24px;
}

.modal-footer {
    margin-top: 0;
}

@media screen and (min-width:768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 5px -3px rgba(0,0,0,0.05);
        box-shadow: 0 5px 5px -3px rgba(0,0,0,0.05);
    }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0;
}

    .pagination.pagination-demo {
        margin: 0;
    }

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #eee;
            border-color: #eee transparent;
            margin-left: 0;
            color: #999;
            -webkit-transition: all .1s;
            transition: all .1s;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            border: 1px solid #eee;
            margin-left: 0;
            border-radius: 0;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border: 1px solid #eee;
            border-radius: 0;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }

    .pagination > .disabled > span, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #ccc;
        background-color: #fff;
        border-color: #eee;
        cursor: not-allowed;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 7.5px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.upper-alpha {
    list-style: upper-alpha;
}

.upper-roman {
    list-style: upper-roman;
}

.decimal-leading-zero {
    list-style: decimal-leading-zero;
}

.lower-alpha {
    list-style: lower-alpha;
}

.image-icons-list {
    -webkit-padding-start: 0;
    list-style: none;
    margin-left: 0;
}

    .image-icons-list li {
        background: url('../images/list-icon.png') no-repeat 0 0;
        padding: 0 0 0 25px;
    }

.font-icons-list {
    list-style: none;
    margin-left: 0;
    -webkit-padding-start: 0;
}

    .font-icons-list li {
        padding: 0 0 0 10px;
    }

        .font-icons-list li:before {
            position: relative;
            top: 0;
            font-family: FontAwesome;
            font-weight: normal;
            font-style: normal;
            color: #758f27;
            content: '\F0A9';
            font-size: 12px;
            margin-right: 8px;
        }

.inline-font-icons-list {
    list-style: none;
    margin-left: 0;
    -webkit-padding-start: 0;
}

    .inline-font-icons-list li {
        padding: 0 0 0 10px;
    }

        .inline-font-icons-list li i {
            margin-top: 1px;
            margin-right: 8px;
            font-size: 12px;
            text-align: center;
        }

.text-overflow-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-italic {
    font-style: italic;
}

.text-bold {
    font-weight: bold;
}

label, small, .section-title {
    font-weight: normal;
}

    label i, small i, .section-title i {
        position: relative;
        top: 1px;
        margin-left: 5px;
        color: #ccc;
        font-size: 14px;
    }

.section-title {
    padding-bottom: 9px;
    margin: 0 0 20px;
    border-bottom: 1px solid #eee;
}

    .section-title i {
        top: -1px;
    }

html, body {
    min-width: 300px;
}
/*
	.wrapper{position:relative;padding:0 9px;opacity:0}
	
	.no-cssanimations .wrapper{opacity:1}
	*/
.scrollable {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.no-touch .scrollable.hover {
    overflow-y: hidden;
}

    .no-touch .scrollable.hover:hover {
        overflow-y: auto;
        overflow: visible;
    }
/*
	@media(min-width:480px){
		html,body{width:100%;height:100%;overflow:hidden}
		body{position:fixed}
		.wrapper{
			position: absolute;
			display: block;
			vertical-align: top;
			top: 0;
			left: 60px;
			right: 0;
			bottom: 0;
			padding: 0;
			-webkit-transition: left .1s ease-in;
			transition: left .1s ease-in;
		}
		.wrapper.extended{left:110px}
		.wrapper p{padding:0 15px}
	}
	*/
a {
    -webkit-transition: color .1s;
    transition: color .1s;
}

    a:hover, a:focus {
        text-decoration: none;
    }

    a:focus {
        outline: 0;
    }

nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    nav ul, nav li {
        margin: 0;
        padding: 0;
        outline: 0;
    }

.display-table {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
}

.color-transition {
    -webkit-transition: color .1s;
    transition: color .1s;
}

.full-transition {
    -webkit-transition: all .1s;
    transition: all .1s;
}

.styled-scrollbar::-webkit-scrollbar {
    width: .3em;
    background-color: #fbfbfb;
}

.styled-scrollbar::-webkit-scrollbar-thumb {
    background-color: #76b6ec;
    border-radius: 0;
}

.styled-scrollbar::-webkit-scrollbar-track {
    background-color: none;
}



/*
	.login-page .wrapper{left:0;padding:0;height:100%}
	.login-page .wrapper .panel{
		position:relative;width:400px;margin:0 auto;top:10%;
		-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,0.05),0 4px 4px -3px rgba(0,0,0,0.1);
		box-shadow:0 0 5px 0 rgba(0,0,0,0.05),0 4px 4px -3px rgba(0,0,0,0.1)
	}
	*/
.main-grid {
    /*margin: 15px;*/
    /*padding: 3em;*/
    min-height: 500px;
}

.dashboard-page .title-bar {
    position: relative;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 10px -2px rgba(0,0,0,0.05);
    box-shadow: 0 4px 10px -2px rgba(0,0,0,0.05);
    z-index: 20;
    padding: 8px;
    padding-bottom: 0px;
}

.logo {
    float: left;
    width: 15%;
}

    .logo a img {
        margin-right: .5em;
        padding-top: 3px;
    }

    .logo a {
        font-size: .9em;
        color: #000;
        font-weight: 600;
        text-transform: uppercase;
    }

.w3l_search {
    float: left;
    width: 19%;
    margin: .1em 0 0em 5em;
    position: relative;
}

    .w3l_search input[type="text"] {
        outline: none;
        padding: 10px;
        color: #a7a7a7;
        font-size: 14px;
        width: 85%;
        border: ridge 1px #e3e7ea;
        background: #f4f7f9;
        float: left;
    }

/*button.btn.btn-default {
    outline: none;
    padding: 10px 0 9px;
    width: 15%;
    position: relative;
    background: #00bcd4;
    border: solid 1px #00bcd4;
    border-radius: 0;
}*/

button.btn.btn-default i.fa.fa-search {
    color: #FFF;
    margin: 0;
}

.w3l_search {
    float: left;
    width: 19%;
    margin: 0.2em 0 0em 4em;
    position: relative;
}

    .w3l_search input[type="text"] {
        outline: none;
        padding: 10px;
        color: #a7a7a7;
        font-size: 14px;
        width: 85%;
        border: ridge 1px #e3e7ea;
        background: #f4f7f9;
        float: left;
    }

/*button.btn.btn-default {
    outline: none;
    padding: 10px 0 9px;
    width: 15%;
    position: relative;
    background: #00bcd4;
    border: solid 1px #00bcd4;
    border-radius: 0;
}*/

button.btn.btn-default i.fa.fa-search {
    color: #FFF;
    margin: 0;
}

.full-screen {
    float: left;
    width: 3%;
    margin: 0.2em 0 0 2em;
}

    .full-screen button {
        border: none;
        outline: none;
        color: #b9b9b9;
        font-size: .875em;
        background: #e8e8e8;
        width: 41px;
        height: 41px;
        text-align: center;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
    }



.dropdown-menu {
    box-shadow: 2px 3px 4px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, .175);
    -moz-box-shadow: 2px 3px 4px rgba(0, 0, 0, .175);
    border-radius: 0;
}

li.dropdown.head-dpdn {
    display: inline-block;
    padding: 0.3em 0;
    float: left;
}

    li.dropdown.head-dpdn a.dropdown-toggle {
        padding: 1.7em 1.5em;
    }

ul.dropdown-menu li {
    margin-left: 0;
    width: 100%;
    padding: 0;
    background: #fff;
}

.user-panel-top ul {
    padding-left: 0;
}

.user-panel-top li {
    float: left;
    margin-left: 15px;
    position: relative;
}

    .user-panel-top li span.digit {
        font-size: 11px;
        font-weight: bold;
        color: #FFF;
        background: #e64c65;
        line-height: 20px;
        width: 20px;
        height: 20px;
        border-radius: 2em;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        -o-border-radius: 2em;
        text-align: center;
        display: inline-block;
        position: absolute;
        top: -3px;
        right: -10px;
    }

    .user-panel-top li:first-child {
        margin-left: 0;
    }

.sidebar .nav-second-level li a.active, .sidebar ul li a.active {
    color: #67d3e0;
}

li.active a i, .act a i {
    /*color: #67d3e0;*/
}

.custom-nav > li.act > a, .custom-nav > li.act > a:hover, .custom-nav > li.act > a:focus {
    background-color: #353f4f;
    color: #8BC34A;
}

.user-panel-top li a {
    display: block;
    padding: 5px;
    text-decoration: none;
}

.header-right i.fa.fa-envelope {
    color: #EB525D;
}

i.fa.fa-bell {
    color: #67D3E0;
}

i.fa.fa-tasks {
    color: #30BB74;
}

.header-right span.badge {
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    background: #fcb216;
    line-height: 15px;
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 6%;
    padding: 2px 0 0 0;
}

.user-panel-top li a:hover {
    border-color: rgba(101, 124, 153, 0.93);
}

.user-panel-top li a i {
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    line-height: 25px;
}

    .user-panel-top li a i span {
        font-size: 15px;
        color: #FFF;
    }

.user-panel-top li a.user {
    background: #667686;
}

.user-panel-top li span.green {
    background: #a88add;
}

.user-panel-top li span.red {
    background: #b8c9f1;
}

.user-panel-top li span.yellow {
    background: #bdc3c7;
}

.header-right {
    float: right;
    margin: 0.2em 0 0 0;
}

.header-right-left {
    float: left;
}

ul.dropdown-menu {
    padding: 0;
    min-width: 215px !important;
}

ul.w3l-msg {
    left: -75%;
}

ul.agile-notification {
    left: -156%;
}

ul.agile-task {
    left: -236%;
}

ul.nofitications-dropdown {
    margin: 0;
}
/***** Messages *************/
.notification_header {
    background-color: #FAFAFA;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 8px;
}

    .notification_header h3 {
        color: #6A6A6A;
        font-size: 12px;
        font-weight: 600;
        margin: 0;
    }

.notification_bottom {
    background-color: #fcb216;
    padding: 4px 0;
    text-align: center;
    margin-top: 5px;
}

    .notification_bottom a {
        color: #ffffff;
        font-size: 1em;
    }

        .notification_bottom a:hover {
            color: #6164C1;
        }

    .notification_bottom h3 a {
        color: #717171;
        font-size: 12px;
        border-radius: 0;
        border: none;
        padding: 0;
        text-align: center;
    }

        .notification_bottom h3 a:hover {
            color: #4A4A4A;
            text-decoration: underline;
            background: none;
        }

.user_img {
    float: left;
    width: 19%;
}

    .user_img img {
        max-width: 100%;
        display: block;
        border-radius: 2em;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        -o-border-radius: 2em;
    }

.notification_desc {
    float: left;
    width: 70%;
    margin-left: 5%;
}

    .notification_desc p {
        color: #757575;
        font-size: 13px;
        padding: 2px 0;
    }
        /*
.wrapper-dropdown-2 .dropdown li a:hover .notification_desc p{
	color:#424242;
}
*/
        .notification_desc p span {
            color: #979797 !important;
            font-size: 11px;
        }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626 !important;
    text-decoration: none;
    background-color: #f5f5f5 !important;
}
/*-- progressbar --*/
.p-progress {
    margin-bottom: 1.5em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    height: 20px;
}

.p-progress-size {
    height: 12px;
}

.p-progress-info {
    font-size: 10px;
    line-height: 12px;
}

.progress-sm {
    height: 10px;
}

.progress-md {
    height: 6px;
}

.progress-xl {
    height: 2px;
}

.progress.progress-striped {
    height: 5px;
    margin-bottom: 1.5em;
}

.no-radius {
    border-radius: 0px;
    margin-bottom: 1.5em;
}

.progress-no {
    height: 15px !important;
}

.progress-nor {
    height: 5px !important;
}
/*--Progress bars--*/
.progress {
    height: 10px;
    margin: 7px 0;
    overflow: hidden;
    background: #e1e1e1;
    z-index: 1;
    cursor: pointer;
}

.task-info .percentage {
    float: right;
    height: inherit;
    line-height: inherit;
}

.task-desc {
    font-size: 12px;
}
/*
.wrapper-dropdown-3 .dropdown li a:hover span.task-desc {
	color:#65cea7;
}
*/
.progress .bar {
    z-index: 2;
    height: 15px;
    font-size: 12px;
    color: white;
    text-align: center;
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .yellow {
    background: #f0ad4e;
}

.progress-striped .green {
    background: #5cb85c;
}

.progress-striped .light-blue {
    background: #4F52BA;
}

.progress-striped .red {
    background: #d9534f;
}

.progress-striped .blue {
    background: #428bca;
}

.progress-striped .orange {
    background: #e94e02;
}

.progress-striped .bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-ms-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}
/*--Progress bars--*/

.profile_details {
    float: right;
    margin-left: 1em;
}

    .profile_details ul li {
        list-style-type: none;
        position: relative;
    }

.profile_details_drop a.dropdown-toggle {
    display: block;
}

.profile_img span.prfil-img {
    float: left;
}

.profile_details ul li ul.dropdown-menu.drp-mnu {
    padding: 1em;
    min-width: 135px !important;
    top: 122%;
    left: -180px;
}

span.prfil-img i.fa.fa-user {
    color: #ffffff;
    background: #12637b;
    /*height: 41px;
    width: 41px;
    padding: .7em 0 0 0;*/
    height: 30px;
    width: 30px;
    padding: 6px 0 0 0;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

ul.dropdown-menu.drp-mnu li {
    list-style-type: none;
    padding: 3px 0;
}

.dropdown-menu > li > a {
    padding: 3px 15px;
    font-size: 1em;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background: none !important;
        color: #67D3E0 !important;
    }

.agile-grid {
    width: 50%;
    float: left;
}

.grid {
    /*border: solid 10px #d8d8d8;*/
    margin-bottom: 2em;
    background: #FFFFFF;
}

.grid-info {
    background: #fff;
    padding: 1em;
}
/*--social-icons--*/
.top-comment-grid {
    padding: 0;
    width: 24.1%;
    overflow: hidden;
}

    .top-comment-grid:nth-child(2) {
        margin: 0 1em;
    }

    .top-comment-grid:nth-child(3) {
        margin-right: 1em;
    }

.comments {
    background: #F96131;
    padding: 2em;
}

.comments-icon i.fa.fa-comments {
    font-size: 5em;
    color: #FDA285;
}

.comments-icon i.fa.fa-facebook {
    font-size: 5em;
    color: #6C8CD0;
}

.comments-icon i.fa.fa-twitter {
    font-size: 5em;
    color: #9DCBEF;
}

.comments-icon i.fa.fa-eye {
    font-size: 5em;
    color: #2CCCAB;
}

.comments-icon {
    float: left;
    width: 30%;
}

.comments-info {
    float: left;
    margin-left: 1em;
    text-align: right;
    width: 63%;
}

    .comments-info h3 {
        font-size: 4em;
        color: #FFF;
        margin: 0;
    }

    .comments-info a {
        font-size: 1em !important;
        color: #FDA285 !important;
        margin: 0 !important;
        letter-spacing: 1px;
        text-decoration: none;
    }

        .comments-info a:hover {
            color: #FFF !important;
        }

.likes {
    background: #3b5998;
}

.tweets {
    background: #55acee;
}

.views {
    background: #00a78e;
}

.likes-info a {
    color: #6C8CD0 !important;
}

.tweets-info a {
    color: #9DCBEF !important;
}

.views-info a {
    color: #07CEB0 !important;
}

.comments-icon i.fa {
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}

.top-comment-grid:hover div.comments-icon i.fa {
    -webkit-transform: scale(3);
    transform: scale(3);
    -moz-transform: scale(3);
    -o-transform: scale(3);
    -ms-transform: scale(3);
    opacity: .3;
    -moz-opacity: .3;
}
/*--//social-icons--*/
/*--countdown--*/
.agile-two-grids {
    margin-top: 2em;
}

.count {
    padding-left: 0;
}

.count-grid {
    background-color: #fff;
    padding: 1em;
    border: 10px solid #d8d8d8;
}

ul#example {
    list-style: none;
    padding: 19px 0 0;
    margin: 0;
    display: block;
    text-align: center;
    background-color: #fff;
}

    ul#example li {
        display: inline-block;
    }

        ul#example li span {
            font-size: 60px;
            font-weight: 900;
            color: #00bcd4;
            letter-spacing: 5px;
        }

        ul#example li.seperator {
            font-size: 50px;
            vertical-align: top;
            line-height: 80px;
            color: #000000;
            margin: 0 0.3em;
        }

        ul#example li p {
            color: #000;
            font-size: 1em;
            line-height: 1em;
        }
/*--//countdown--*/
/*-- weather --*/
.weather {
    padding-right: 0;
}

.weather-right {
    background: #fff;
    padding: 1em;
    border: 10px solid #d8d8d8;
}

    .weather-right ul li {
        display: inline-block;
        text-align: center;
        padding: 1em;
    }

        .weather-right ul li:nth-child(1) figure.icons {
            float: none;
            width: 100%;
        }

    .weather-right h3 {
        font-size: 1.5em;
        color: #000;
    }

figure.icons, .weather-text {
    float: left;
    width: 50%;
}

.weather-right h4 {
    font-size: 1em;
    color: #333;
}

.weather-right h5 {
    font-size: .9em;
    color: #333;
    margin-top: 0.5em;
}
/*-- //weather --*/

.main h2 {
    margin: 0 0 1em 0 !important;
}

.w3l-chart1 h3 {
    margin-top: 0 !important;
}

.main h3, .main h3, .w3l-chart h3, .w3l-chart1 h3, .w3l-chart2 h3, .agile-grid-left h3.title {
    color: #000;
    font-size: 1.5em;
    margin: 1em 0;
}

.events-chart {
    margin: 1em 0 !important;
}

.events-chart-info {
    background: #fff;
    border: 10px solid #d8d8d8;
    width: 100%;
    margin-top: 0;
    padding: 1em;
}
/*-- agile-grid-right --*/
.main h3#area, .w3l-chart h3 {
    margin-top: 0;
}

div#graph, div#graph2, div#graph3 {
    background: #fff;
    border: 10px solid #d8d8d8;
    width: 100%;
    margin-top: 0;
    padding: 1em;
}

table#lol {
    width: 100% !important;
}

th {
    text-align: center;
}

.w3l-chart button, .w3l-chart1 button {
    background-color: #76c043;
    border: none;
    color: #fff;
    padding: 5px 15px;
}

    .w3l-chart button:hover, .charts-left button:focus {
        outline: none;
        background-color: #fcb216;
    }

    .w3l-chart1 button:hover, .charts-left button:focus {
        outline: none;
        background-color: #fcb216;
    }

svg#lol {
    width: 100% !important;
}
/*-- //agile-grid-right --*/
/*-- footer --*/
.footer {
    background-color: #f4f7f9;
    -webkit-box-shadow: 0px 0px 41px -20px rgba(0, 0, 0, 0.49);
    box-shadow: 0px 0px 41px -20px rgba(0, 0, 0, 0.49);
    padding: 10px 0;
    text-align: center;
}

    .footer p {
        color: #777;
        font-size: 13px;
        margin: 0;
    }

        .footer p a {
            color: #f00;
            text-decoration: none;
        }

            .footer p a:hover {
                color: #00bcd4;
            }
/*-- //footer --*/
/*-- buttons --*/
.buttons-heading h2, .grids-heading h2, .chart-heading h2, .table-heading h2, .map-heading h2 {
    color: #00bcd4;
    font-size: 2.5em;
    margin: 0 0 1em 0;
    text-align: center;
}
/*-- color-variations --*/
.variations-panel {
    padding: 28px 32px;
    border: 10px solid #d8d8d8;
    border-radius: 0;
}

.panel-body .col-adjust-8 > .row > div {
    width: 11.1% !important;
    padding-left: 7px;
    padding-right: 7px;
}

.panel-body h3, .panel-title h3, .hover-buttons h3, .area-grids-heading h3, .agile-tables h3, .count h3, .weather-heading h3 {
    color: #000;
    font-size: 1.5em;
    margin: 0 0 1em 0;
}

code {
    background-color: #f9f2f4;
    border-radius: 5px;
    color: #ee5744;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 4px;
}

.mb10 {
    margin-bottom: 10px !important;
}

.fw600 {
    font-weight: 600 !important;
}

.pv20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.pv5 {
    padding: 5px !important;
}

.pv10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.br-b {
    border-bottom: 1px solid #eeeff1 !important;
}

.br-lighter {
    border-color: #EEE !important;
}

.bg-light {
    background-color: #fafafa;
    color: #666;
}

    .bg-light.light {
        background-color: #FEFEFE;
    }

.bg-dark {
    background-color: #2a3342 !important;
    color: #8697b2;
}

.bg-lightgreen {
    background-color: #e9f0f1 !important;
}

.bg-lightblue {
    background-color: #d9edf7 !important;
    color: #31708f !important;
}

.bg-headerblue {
    background-color: #47a1ce !important;
}

.text-white {
    color: #fff !important;
}

.text-link-blue {
    color: #337ab7 !important;
}

.text-Matched {
    background-color: yellowgreen !important;
}

.text-MisMatched {
    background-color: salmon !important;
}

.text-MissingMyInvoices {
    background-color: palegoldenrod !important;
}

.text-MissingExtraInvoices {
    background-color: tan !important;
}

.bg-dark.light {
    background-color: #364155 !important;
}

.bg-dark.dark {
    background-color: #1e252f !important;
}

.bg-primary {
    background-color: #11a8bb !important;
    color: #a2edf6;
}

    .bg-primary.light {
        background-color: #14c1d7 !important;
    }

    .bg-primary.dark {
        background-color: #0e8f9f !important;
    }

.bg-darkblue {
    background-color: #0e8f9f;
    color: #fff !important;
}

    .bg-darkblue:hover {
        background-color: #0c7582 !important;
        color: #fff !important;
    }

.bg-success {
    background-color: #47D178 !important;
    color: #eafaf0;
}

    .bg-success.light {
        background-color: #5fd78a !important;
    }

    .bg-success.dark {
        background-color: #32c867 !important;
    }

.bg-info {
    background-color: #47d1af !important;
    color: #eafaf6;
}

    .bg-info.light {
        background-color: #5fd7ba !important;
    }

    .bg-info.dark {
        background-color: #32c8a3 !important;
    }

.bg-warning {
    background-color: #ff7444 !important;
    color: #ffffff;
}

    .bg-warning.light {
        background-color: #ff8b63 !important;
    }

    .bg-warning.dark {
        background-color: #ff5d25 !important;
    }

.bg-danger {
    background-color: #ee5744 !important;
    color: #ffffff;
}

    .bg-danger.light {
        background-color: #f17060 !important;
    }

    .bg-danger.dark {
        background-color: #eb3e28 !important;
    }

.bg-alert {
    background-color: #fdba4b !important;
    color: #ffffff;
}

    .bg-alert.light {
        background-color: #fdc669 !important;
    }

    .bg-alert.dark {
        background-color: #fdae2d !important;
    }

.bg-system {
    background-color: #6852b2 !important;
    color: #e3dff1;
}

    .bg-system.light {
        background-color: #7a67bb !important;
    }

    .bg-system.dark {
        background-color: #5b479f !important;
    }

.bg-yellowgreen {
    background-color: #9ACD32 !important;
}
/*-- color-variations --*/
.button-states-top-grid {
    position: relative;
    margin-bottom: 0;
    background-color: #fff;
    padding: 28px 32px;
    border: 10px solid #d8d8d8;
    border-radius: 0;
}

.button-sizes {
    position: relative;
    margin-bottom: 0;
    background-color: #fff;
    padding: 28px 32px;
    border: 10px solid #d8d8d8;
    border-radius: 0;
}

#content .panel {
    -webkit-box-shadow: 0 2px 0 #e5eaee;
    box-shadow: 0 2px 0 #e5eaee;
    padding: 28px 32px;
    border-radius: 5px;
}

.mtn {
    margin-top: 0 !important;
}

.panel-heading + .panel-body {
    border-top: 0;
}

#content .panel .panel-body {
    border: 0;
    margin-top: 30px;
}

#content .panel .panel-heading + .panel-body {
    margin-top: 0px;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.bs-component {
    position: relative;
}

/*.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    cursor: pointer;
    background-image: none;
    border: 0;
    border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.18);
    white-space: nowrap;
    padding: 8px 15px;
    border-radius: 3px;
    color: #fff;
    letter-spacing: 0.02em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/

.btn-block {
    display: block;
    width: 100%;
}

.btn-dark {
    color: #fff;
    background-color: #2a3342;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-dark.disabled, .btn-dark[disabled], fieldset[disabled] .btn-dark, .btn-dark.disabled:hover, .btn-dark[disabled]:hover, fieldset[disabled] .btn-dark:hover, .btn-dark.disabled:focus, .btn-dark[disabled]:focus, fieldset[disabled] .btn-dark:focus, .btn-dark.disabled:active, .btn-dark[disabled]:active, fieldset[disabled] .btn-dark:active, .btn-dark.disabled.active, .btn-dark[disabled].active, fieldset[disabled] .btn-dark.active {
    background-color: #2a3342;
    border-color: #2a3342;
}

.btn-system {
    color: #fff;
    background-color: #6852b2;
}

    .btn-system:hover, .btn-system:focus, .btn-system:active, .btn-system.active, .open > .dropdown-toggle.btn-system {
        color: #fff;
        background-color: #2a3342;
        border-color: rgba(0, 0, 0, 0.05);
    }

#source-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    font-weight: 600;
}

.btn-dark.btn-dark:hover, .btn-dark.btn-dark:focus, .btn-dark.btn-dark:active, .btn-dark.btn-dark.active {
    background-color: #11a8bb;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open > .dropdown-toggle.btn-dark {
    color: #fff;
    background-color: #2a3342;
    border-color: rgba(0, 0, 0, 0.05);
}

.btn-primary {
    color: #fff;
    background-color: #00bcd4;
}

.btn-danger {
    color: #fff;
    background-color: #fcb216;
    border-color: #fcb216;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #e4a011;
        border-color: #e4a011;
    }

.btn-xs, .btn-group-xs > .btn {
    padding: 3px 8px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
}

/*.btn-sm, .btn-group-sm > .btn {
    padding: 5px 14px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
}*/

.btn-group-lg > .btn, .btn-lg, .btn-group-lg > .btn {
    width: 105px;
    font-size: 1em;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #2a3342;
    border-color: rgba(0, 0, 0, 0.05);
}

/*-- icon-hover-effects --*/
a.button, a.button2 {
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    padding: 1em;
    cursor: pointer;
    background: none;
    text-decoration: none;
    font-size: 1.2em;
    color: #666;
    /* Prevent highlight colour when element is tapped */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.hover-buttons {
    margin-bottom: 0;
    background-color: #fff;
    padding: 28px 32px;
    border: 10px solid #d8d8d8;
    border-radius: 0;
}

.aligncenter {
    text-align: center;
}

.hover-buttons h3 {
}

ul.bt-list li {
    display: inline-block;
    list-style: none;
    width: 32%;
    margin: 2% 0;
}

    ul.bt-list li a {
        padding: 1em 2.5em;
        color: #fff;
    }

.col-1 {
    background-color: #399834;
}

.col-2 {
    background-color: #c65186;
}

.col-3 {
    background-color: #2f72c3;
}

.col-4 {
    background-color: #768b82;
}

.col-5 {
    background-color: #e84c3d;
}

.col-6 {
    background-color: #b147cb;
}

.col-7 {
    background-color: #1bbc9b;
}

.col-24 {
    background-color: #4c4c4c;
}

.col-8 {
    background-color: #739b9d;
}

.col-9 {
    background-color: #3598db;
}

.col-10 {
    background-color: #27ae61;
}

.col-11 {
    background-color: #f98b02;
}

.col-12 {
    background-color: #a1a8ae;
}

.col-13 {
    background-color: #eca900;
}

.col-14 {
    background-color: #9b58b5;
}

.col-15 {
    background-color: #44ccf6;
}

.col-16 {
    background-color: #7f7f7f;
}

.col-17 {
    background-color: #2ecd71;
}

.col-18 {
    background-color: #e63f51;
}

.col-19 {
    background-color: #b9bf15;
}

.col-20 {
    background-color: #399834;
}

.col-21 {
    background-color: #c65186;
}

.col-22 {
    background-color: #2f72c3;
}

.col-23 {
    background-color: #758f84;
}
/* ICONS */
/* Icon Back */
.hvr-icon-back {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-left: 2.2em;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

    .hvr-icon-back:before {
        content: "\f137";
        position: absolute;
        left: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.1s;
        transition-duration: 0.1s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-back:hover:before, .hvr-icon-back:focus:before, .hvr-icon-back:active:before {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }

/* Icon Forward */
.hvr-icon-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

    .hvr-icon-forward:before {
        content: "\f138";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.1s;
        transition-duration: 0.1s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
    0%, 50%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25%, 75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@keyframes hvr-icon-down {
    0%, 50%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25%, 75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

/* Icon Down */
.hvr-icon-down {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

    .hvr-icon-down:before {
        content: "\f01a";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .hvr-icon-down:hover:before, .hvr-icon-down:focus:before, .hvr-icon-down:active:before {
        -webkit-animation-name: hvr-icon-down;
        animation-name: hvr-icon-down;
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

/* Icon Up */
@-webkit-keyframes hvr-icon-up {
    0%, 50%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25%, 75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@keyframes hvr-icon-up {
    0%, 50%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25%, 75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

/* Icon Up */
.hvr-icon-up {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

    .hvr-icon-up:before {
        content: "\f01b";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .hvr-icon-up:hover:before, .hvr-icon-up:focus:before, .hvr-icon-up:active:before {
        -webkit-animation-name: hvr-icon-up;
        animation-name: hvr-icon-up;
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

/* Icon Spin */
.hvr-icon-spin {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

    .hvr-icon-spin:before {
        content: "\f021";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }

    .hvr-icon-spin:hover:before, .hvr-icon-spin:focus:before, .hvr-icon-spin:active:before {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    51%, 100% {
        opacity: 1;
    }
}

@keyframes hvr-icon-drop {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    51%, 100% {
        opacity: 1;
    }
}

/* Icon Drop */
.hvr-icon-drop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

    .hvr-icon-drop:before {
        content: "\f041";
        position: absolute;
        right: 1em;
        opacity: 1;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .hvr-icon-drop:hover:before, .hvr-icon-drop:focus:before, .hvr-icon-drop:active:before {
        opacity: 0;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-animation-name: hvr-icon-drop;
        animation-name: hvr-icon-drop;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    }

/* Icon Fade */
.hvr-icon-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

    .hvr-icon-fade:before {
        content: "\f00c";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-property: color;
        transition-property: color;
    }

    .hvr-icon-fade:hover:before, .hvr-icon-fade:focus:before, .hvr-icon-fade:active:before {
        color: #0F9E5E;
    }

/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em);
    }
}

@keyframes hvr-icon-float-away {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em);
    }
}

/* Icon Float Away */
.hvr-icon-float-away {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

    .hvr-icon-float-away:before, .hvr-icon-float-away:after {
        content: "\f055";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
    }

    .hvr-icon-float-away:after {
        opacity: 0;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .hvr-icon-float-away:hover:after, .hvr-icon-float-away:focus:after, .hvr-icon-float-away:active:after {
        -webkit-animation-name: hvr-icon-float-away;
        animation-name: hvr-icon-float-away;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(1em);
        transform: translateY(1em);
    }
}

@keyframes hvr-icon-sink-away {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(1em);
        transform: translateY(1em);
    }
}

/* Icon Sink Away */
.hvr-icon-sink-away {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

    .hvr-icon-sink-away:before, .hvr-icon-sink-away:after {
        content: "\f056";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .hvr-icon-sink-away:after {
        opacity: 0;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .hvr-icon-sink-away:hover:after, .hvr-icon-sink-away:focus:after, .hvr-icon-sink-away:active:after {
        -webkit-animation-name: hvr-icon-sink-away;
        animation-name: hvr-icon-sink-away;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

/* Icon Grow */
.hvr-icon-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-grow:before {
        content: "\f118";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-grow:hover:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:active:before {
        -webkit-transform: scale(1.3) translateZ(0);
        transform: scale(1.3) translateZ(0);
    }

/* Icon Shrink */
.hvr-icon-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-shrink:before {
        content: "\f119";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-shrink:hover:before, .hvr-icon-shrink:focus:before, .hvr-icon-shrink:active:before {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    75% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes hvr-icon-pulse {
    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    75% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.hvr-icon-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

    .hvr-icon-pulse:before {
        content: "\f015";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-pulse:hover:before, .hvr-icon-pulse:focus:before, .hvr-icon-pulse:active:before {
        -webkit-animation-name: hvr-icon-pulse;
        animation-name: hvr-icon-pulse;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@keyframes hvr-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

.hvr-icon-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

    .hvr-icon-pulse-grow:before {
        content: "\f015";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-pulse-grow:hover:before, .hvr-icon-pulse-grow:focus:before, .hvr-icon-pulse-grow:active:before {
        -webkit-animation-name: hvr-icon-pulse-grow;
        animation-name: hvr-icon-pulse-grow;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
    }

/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes hvr-icon-pulse-shrink {
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.hvr-icon-pulse-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

    .hvr-icon-pulse-shrink:before {
        content: "\f015";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-pulse-shrink:hover:before, .hvr-icon-pulse-shrink:focus:before, .hvr-icon-pulse-shrink:active:before {
        -webkit-animation-name: hvr-icon-pulse-shrink;
        animation-name: hvr-icon-pulse-shrink;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
    }

/* Icon Push */
@-webkit-keyframes hvr-icon-push {
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes hvr-icon-push {
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

.hvr-icon-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-push:before {
        content: "\f006";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-push:hover:before, .hvr-icon-push:focus:before, .hvr-icon-push:active:before {
        -webkit-animation-name: hvr-icon-push;
        animation-name: hvr-icon-push;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes hvr-icon-pop {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.hvr-icon-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-pop:before {
        content: "\f005";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-pop:hover:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:active:before {
        -webkit-animation-name: hvr-icon-pop;
        animation-name: hvr-icon-pop;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

/* Icon Bounce */
.hvr-icon-bounce {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-bounce:before {
        content: "\f087";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-bounce:hover:before, .hvr-icon-bounce:focus:before, .hvr-icon-bounce:active:before {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
        transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    }

/* Icon Rotate */
.hvr-icon-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-rotate:before {
        content: "\f0c6";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-rotate:hover:before, .hvr-icon-rotate:focus:before, .hvr-icon-rotate:active:before {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }

/* Icon Grow Rotate */
.hvr-icon-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-grow-rotate:before {
        content: "\f095";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-grow-rotate:hover:before, .hvr-icon-grow-rotate:focus:before, .hvr-icon-grow-rotate:active:before {
        -webkit-transform: scale(1.5) rotate(12deg);
        transform: scale(1.5) rotate(12deg);
    }

/* Icon Float */
.hvr-icon-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-float:before {
        content: "\f01b";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-float:hover:before, .hvr-icon-float:focus:before, .hvr-icon-float:active:before {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

/* Icon Sink */
.hvr-icon-sink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-sink:before {
        content: "\f01a";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-sink:hover:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:active:before {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
    0% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@keyframes hvr-icon-bob {
    0% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@-webkit-keyframes hvr-icon-bob-float {
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@keyframes hvr-icon-bob-float {
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

.hvr-icon-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-bob:before {
        content: "\f077";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .hvr-icon-bob:hover:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:active:before {
        -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
        animation-name: hvr-icon-bob-float, hvr-icon-bob;
        -webkit-animation-duration: .3s, 1.5s;
        animation-duration: .3s, 1.5s;
        -webkit-animation-delay: 0s, .3s;
        animation-delay: 0s, .3s;
        -webkit-animation-timing-function: ease-out, ease-in-out;
        animation-timing-function: ease-out, ease-in-out;
        -webkit-animation-iteration-count: 1, infinite;
        animation-iteration-count: 1, infinite;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-direction: normal, alternate;
        animation-direction: normal, alternate;
    }

/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@keyframes hvr-icon-hang {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-webkit-keyframes hvr-icon-hang-sink {
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@keyframes hvr-icon-hang-sink {
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

.hvr-icon-hang {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-hang:before {
        content: "\f078";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .hvr-icon-hang:hover:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:active:before {
        -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
        animation-name: hvr-icon-hang-sink, hvr-icon-hang;
        -webkit-animation-duration: .3s, 1.5s;
        animation-duration: .3s, 1.5s;
        -webkit-animation-delay: 0s, .3s;
        animation-delay: 0s, .3s;
        -webkit-animation-timing-function: ease-out, ease-in-out;
        animation-timing-function: ease-out, ease-in-out;
        -webkit-animation-iteration-count: 1, infinite;
        animation-iteration-count: 1, infinite;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-direction: normal, alternate;
        animation-direction: normal, alternate;
    }

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.hvr-icon-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-wobble-horizontal:before {
        content: "\f061";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before {
        -webkit-animation-name: hvr-icon-wobble-horizontal;
        animation-name: hvr-icon-wobble-horizontal;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes hvr-icon-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.hvr-icon-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-wobble-vertical:before {
        content: "\f062";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .hvr-icon-wobble-vertical:hover:before, .hvr-icon-wobble-vertical:focus:before, .hvr-icon-wobble-vertical:active:before {
        -webkit-animation-name: hvr-icon-wobble-vertical;
        animation-name: hvr-icon-wobble-vertical;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

@keyframes hvr-icon-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

.hvr-icon-buzz {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-buzz:before {
        content: "\f017";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .hvr-icon-buzz:hover:before, .hvr-icon-buzz:focus:before, .hvr-icon-buzz:active:before {
        -webkit-animation-name: hvr-icon-buzz;
        animation-name: hvr-icon-buzz;
        -webkit-animation-duration: 0.15s;
        animation-duration: 0.15s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-icon-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

.hvr-icon-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-buzz-out:before {
        content: "\f023";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .hvr-icon-buzz-out:hover:before, .hvr-icon-buzz-out:focus:before, .hvr-icon-buzz-out:active:before {
        -webkit-animation-name: hvr-icon-buzz-out;
        animation-name: hvr-icon-buzz-out;
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }
/*-- //icon-hover-effects --*/
/*-- //buttons --*/
/*-- grids --*/
.mb40 {
    margin-bottom: 40px !important;
}

.demo-grid {
    background: #e8e8e8;
    border: 1px solid #d9d9d9;
    padding: 10px 0;
}

code {
    padding: 0;
    background: none;
    color: #B7B7B7;
}

.mb40:nth-child(9) {
    margin-bottom: 0 !important;
}

.top-grids {
    background-color: #fff;
    padding: 28px 32px;
    border: 10px solid #d8d8d8;
    border-radius: 0;
    margin: 0;
}
/*-- //grids --*/
/*-- validation --*/
.my-div {
    padding: 28px 32px;
    border: 10px solid #d8d8d8;
    border-radius: 0;
}

.input-info h3, .map-info h3 {
    color: #000000;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.my-div label {
    color: #AFAFAF;
    font-size: .8em;
    margin: 5px 0;
}

.checkbox input[type="checkbox"] {
    margin: 4px 0 0 -21px;
}

.validation-grids {
    padding: 28px 32px;
    border: 10px solid #d8d8d8;
    border-radius: 0;
}

    .validation-grids .radio {
        display: inline-block;
        margin: 0.5em 2em 0 0;
    }

.agile-widget-shadow {
    padding: 28px 32px;
    border-radius: 0;
}

.help-block {
    font-size: 0.8em;
    color: #AFAFAF;
    margin-left: .5em;
}

.validation-grids .btn-primary {
    background: #76c043 !important;
    color: #FFF;
    border: none;
    font-size: 0.9em;
    font-weight: 400;
    padding: .5em 1.2em;
    width: 100%;
    margin-top: 1.5em;
    outline: none;
    display: block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    border-radius: inherit;
}

    .validation-grids .btn-primary:hover {
        background: #67D3E0 !important;
    }

.bottom .btn-primary {
    margin: 0;
}

.bottom .form-group {
    margin-bottom: 0;
}

.form-group.has-feedback {
    margin-bottom: 15px !important;
}

.form-group.has-error {
    margin-bottom: 15px !important;
}

.form-group.valid-form {
    margin-bottom: 15px !important;
}

.form-group.recover-button {
    margin-top: 15px !important;
}

.agile-validation {
    border: none;
}

.w3ls-validate {
    margin: 0;
    border: 10px solid #d8d8d8;
}
/*--//validation--*/
/* --  general forms  -- */
.form-control1, .form-control_2.input-sm {
    border: 1px solid #ccc;
    padding: 5px 8px;
    color: #616161;
    background: #fff;
    box-shadow: none !important;
    width: 100%;
    font-size: 0.85em;
    font-weight: 300;
    height: 40px;
    border-radius: 0;
    -webkit-appearance: none;
    resize: none;
}

.general .tab-content {
    padding: 1.5em 0.5em 0;
}

.control3 {
    margin: 0 0 1em 0;
}

.btn-warning {
    color: #fff;
    background-color: rgb(6, 217, 149);
    border-color: rgb(6, 217, 149);
    padding: 8.5px 12px;
}

.tag_01 {
    margin-right: 5px;
}

.tag_02 {
    margin-right: 3px;
}

.btn-warning:hover {
    background-color: rgb(3, 197, 135);
    border-color: rgb(3, 197, 135);
}

.btn-success:hover {
    border-color: #449d44 !important;
    background: #398439 !important;
}

.control2 {
    height: 200px;
}

.bs-example4 {
    background: #fff;
    padding: 2em;
}

button.note-color-btn {
    width: 20px !important;
    height: 20px !important;
    border: none !important;
}

.show-grid [class^=col-] {
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2em;
    border: 10px solid #f0f0f0;
}

.show-grid [class*="col-"]:hover {
    background: #e0e0e0;
}

.xs h3, .widget_head {
    color: #000;
    font-size: 1.7em;
    font-weight: 300;
    margin-bottom: 1em;
}

.grid_3 p {
    color: #999;
    font-size: 0.85em;
    margin-bottom: 1em;
    font-weight: 300;
}

.input-icon.right > i, .input-icon.right .icon {
    right: 12px;
    float: right;
}

.input-icon > i, .input-icon .icon {
    position: absolute;
    display: block;
    margin: 10px 8px;
    line-height: 14px;
    color: #999;
}

.form-group input#disabledinput {
    cursor: not-allowed;
}

.forms-panel {
    padding: 0;
}
/*--forms--*/
.forms h3.title1 {
    margin-bottom: 0;
}

.forms h4 {
    font-size: 1.3em;
    color: #000000;
}

.form-title {
    padding: 1em 2em;
    background-color: #efefef;
    border-bottom: 1px solid #D6D5D5;
}

.form-body {
    padding: 1.5em 2em;
}

.form-body-info {
    padding: 0;
}

.inline-form .form-group, .inline-form .checkbox, .form-two .form-group {
    margin-right: 1em;
}

.forms label {
    font-weight: 400;
}

.form-control {
    border-radius: 5px;
    /*box-shadow: -webkit-box-shadow: 0 10px 6px -6px #dadada;
    -moz-box-shadow: 0 10px 6px -6px #dadada;
    box-shadow: 0 10px 6px -6px #dadada;*/
}

.help-block {
    margin-top: 10px;
}

.forms button.btn.btn-default {
    background-color: #fcb216;
    color: #fff;
    border: solid 2px #fcb216;
    padding: .5em 1.5em;
    outline: none;
    border-radius: inherit;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    text-decoration: none;
}

    .forms button.btn.btn-default:hover {
        border: solid 2px #000;
        background: none;
        color: #000;
    }

.inline-form.widget-shadow {
    margin-top: 0;
}

.form-three {
    margin-top: 0;
    padding: 2em;
}

.general-heading h4 {
    color: #2A2F43;
    font-size: 1.5em;
    margin: 1em 0 0 1em;
}

::-webkit-input-placeholder {
    color: #C5C5C5 !important;
}

.panel.panel-widget.forms-panel {
    border: 10px solid #d8d8d8;
    border-radius: 0;
}

.w3-last-form {
    margin: 0;
}
/*--//forms--*/
/*-- gallery --*/
.show-reel a img {
    width: 100%;
}

.show-reel:nth-child(2) {
    margin: 2em 0;
}

.agile-gallery {
    position: relative;
    overflow: hidden;
    text-align: center;
    border: solid 5px #fff;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.agileits-caption {
    background: rgba(0, 0, 0, 0.62);
    padding: 1em;
    position: absolute;
    left: 0;
    bottom: -105%;
    text-align: center;
    width: 100%;
    height: 213px;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}

.agile-gallery:hover .agileits-caption {
    bottom: 0%;
}

.agileits-caption h4 {
    color: #FFFFFF;
    font-size: 1.5em;
    margin: 1.5em 0 .5em 0;
}

.agileits-caption p {
    color: #FFFFFF;
    font-size: 1em;
    margin: 0;
    line-height: 1.8em;
}
/*-- //gallery --*/
/*-- calendar --*/
.agile-calendar-grid {
    border: 10px solid #d8d8d8;
    border-radius: 0;
    padding: 1em;
    background: #FFF;
}

.calendar-heading h3 {
    color: #000;
    font-size: 1.5em;
    margin: 0 0 1em 0;
}

.w3l-calendar-right input[type="text"] {
    padding: 15px;
    border-radius: 2px;
    font-size: 1em;
    outline: none;
    border: 2px solid #000000;
    background: none;
    color: #000;
    width: 250px;
}

.w3l-calendar-left {
    float: left;
}

.w3l-calendar-right {
    float: right;
}
/*-- //calendar --*/
/*-- sign-up --*/
.content2 {
    width: 70%;
    /* padding: 0 0 30px 0; */
    margin: auto;
}

    .content2 label {
        float: left;
    }


.box-content {
    float: left;
    width: 33.33%;
    margin-top: 40px;
}

.box-list {
    margin: auto;
    width: 60px;
    padding: 8px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #4183ab;
}


    .box-list img {
        width: 100%;
        padding: 3px;
    }

.box-list-text {
    text-align: center;
    padding: 15px;
}

    .box-list-text h4 {
        line-height: 1;
        font-size: 15px;
        color: #7b7b7b;
    }

.content2 input[type="text"] {
    padding: 10px;
    width: 100%;
    border: 1px solid #c1c1c1;
    color: #000;
    text-align: left;
    outline: none;
    font-size: 1em;
    margin: 4px 0 20px;
    border-radius: 5px;
    box-shadow: -webkit-box-shadow: 0 10px 6px -6px #dadada;
    -moz-box-shadow: 0 10px 6px -6px #dadada;
    box-shadow: 0 10px 6px -6px #dadada;
}

.content2 input[type="password"] {
    padding: 10px;
    width: 100%;
    border: 1px solid #c1c1c1;
    color: #000;
    text-align: left;
    outline: none;
    font-size: 1em;
    margin: 4px 0 20px;
    border-radius: 5px;
    box-shadow: -webkit-box-shadow: 0 10px 6px -6px #dadada;
    -moz-box-shadow: 0 10px 6px -6px #dadada;
    box-shadow: 0 10px 6px -6px #dadada;
}

.content3 {
    width: 30%;
    text-align: center;
    background-color: #f3f3f3;
    padding: 0 0 30px 0;
    border-radius: 10px;
    margin: auto;
    border: 1px solid #d8d8d8;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.register {
    padding: 8px;
    background-color: #4f9fce;
    border: solid 1px #4f9fce;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    /* margin-top: 7%; */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    box-shadow: 2px 3px 5px 0px rgba(148,148,148,1);
    -webkit-box-shadow: 2px 3px 5px 0px rgba(148,148,148,1);
    -moz-box-shadow: 2px 3px 5px 0px rgba(148,148,148,1);
}

.signup-heading {
    padding: 20px 0;
    text-align: center;
}

    .signup-heading h4 {
        color: #4f9fce;
        font-size: 25px;
        font-weight: 600;
    }

.myfooter {
    width: 100%;
    height: 50px;
    float: left;
    margin-top: 17%;
    margin-left: -10px;
}

    .myfooter img {
        float: right;
        width: 25%;
        padding-right: 25px;
    }

    .myfooter p {
        width: 100%;
        /* margin-left: -80px; */
        line-height: 50px;
    }

.signfooter {
    width: 100%;
    height: 50px;
    float: left;
    margin-top: 7%;
    margin-left: -10px;
}

    .signfooter img {
        float: right;
        width: 25%;
        padding-right: 25px;
    }

    .signfooter p {
        width: 100%;
        line-height: 50px;
    }

.forgotfooter {
    width: 100%;
    height: 50px;
    float: left;
    margin-top: 25.5%;
    margin-left: -10px;
}

    .forgotfooter img {
        float: right;
        width: 25%;
        padding-right: 25px;
    }

    .forgotfooter p {
        width: 100%;
        line-height: 50px;
    }


.register:hover {
    border: solid 1px #4f9fce;
    background: none;
    color: #4f9fce;
}


.agile-signup {
    padding: 40px 0;
    background-color: white;
    min-height: 635px;
}

body.signup-body {
    overflow: auto !important;
    background: url(../images/s1.jpg) no-repeat 0px 0px;
    background-size: cover;
}

.signup-heading h2 {
    color: #000000;
    margin: 0;
}

.content2 form {
    margin-bottom: 1em;
}

.content2 a {
    color: #000000;
    font-size: 1em;
    text-decoration: none;
    text-transform: uppercase;
}

    .content2 a:hover {
        color: #00bcd4;
    }
/*-- //sign-up --*/
/*-- login --*/
.signin-text {
    width: 100%;
    float: left;
}

.text-left {
    float: left;
    text-align: center;
}

.signin-text p {
    font-size: .9em;
}

    .signin-text p a {
        color: #4396c7;
        text-transform: capitalize;
        font-size: 1em;
    }

.text-right {
    float: right;
}

.content2 h5 {
    text-align: center;
    font-size: 1em;
    margin: 1.5em 2em;
    background-color: #d8d8d8;
    color: #000;
}

.footer-icons {
    margin: 1.5em 0;
    text-align: center;
}

    .footer-icons ul {
        padding: 0;
        margin: 0;
    }

        .footer-icons ul li {
            display: inline-block;
            margin: 0 .5em;
        }

            .footer-icons ul li a.twitter {
                width: 40px;
                height: 40px;
                display: block;
                margin: 0 auto;
                padding: .6em 0 0 0;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
            }

i.fa.fa-twitter, i.fa.fa-facebook, i.fa.fa-google-plus, i.fa.fa-dribbble {
    color: #FFF;
    font-size: 1em;
}

.footer-icons ul li a.twitter {
    background: #55acee;
}

.footer-icons ul li a.facebook {
    background: #3b5998;
}

.footer-icons ul li a.chrome {
    background: #dc4e41;
}

.footer-icons ul li a.dribbble {
    background: #ea4c89;
}

.footer-icons ul li a.twitter:hover {
    background: #000000;
}
/*-- //login --*/
/*-- graphs --*/
.area-grids {
    border: 10px solid #d8d8d8;
    background: #FFF;
    padding: 1em;
}

.charts-right {
    padding-left: 0;
}

.chart-left {
    padding-right: 0;
}

.agile-bottom-right {
    padding-left: 0;
}

.agile-bottom-left {
    padding-right: 0;
}

.agile-last-left {
    padding-left: 0;
}

.agile-last-middle {
    padding: 0 1em !important;
}

.agile-last-right {
    padding: 0 0 0 1em !important;
}

#graph {
    width: 100%;
    margin: 20px auto 0 auto;
}

pre {
    height: 250px;
    overflow: auto;
}

div#graph1, div#graph4, div#graph5, div#graph6, div#graph7, div#graph8, div#graph9 {
    width: 100% !important;
    z-index: 1;
}

.agile-Updating-grids, .agile-bottom-grid, .agile-last-grid {
    border: 10px solid #d8d8d8;
    background: #FFF;
    padding: 1em;
}

.agile-bottom-grids {
    margin: 2em 0;
}
/*-- graphs --*/
/*-- tables --*/
.agile-tables p {
    color: #999999;
    font-size: 1em;
    margin: 0;
    padding: 0 !important;
}
/*-- //tables --*/
/*-- maps --*/
div#vmap {
    width: 100% !important;
    height: 400px !important;
}

#examples a {
    text-decoration: underline;
}

#geocomplete {
    width: 200px;
    position: absolute;
    z-index: 999;
    top: 10%;
    right: 8%;
}

.map_canvas {
    width: 100%;
    height: 400px;
    margin: 0;
    position: relative !important;
}

#multiple li {
    cursor: pointer;
    text-decoration: underline;
}

.span11, .map-bg {
    border: 10px solid #d8d8d8;
    padding: 10px;
    background: #FFF;
}

.agile-bottom-maps {
    margin: 2em 0 0 0;
}

.map-bg iframe {
    width: 100%;
    height: 400px;
}
/*-- //maps --*/
/*-- error --*/
.error-page {
    width: 31%;
    margin: 0em auto 5em;
}

    .error-page img {
        width: 100%;
    }

.go-back {
    margin: 1em 0 0 0;
    text-align: center;
}

    .go-back a {
        background: #fcb216;
        color: #000;
        padding: .8em 1.5em;
        border: solid 2px #fcb216;
    }

        .go-back a:hover {
            border: solid 2px #000000;
            background: none;
        }

.error-body {
    overflow: auto !important;
    background: url(../images/error-bg.jpg) no-repeat 0px 0px;
    background-size: cover;
}
/*-- //error --*/
/*-- faq --*/
.banner {
    background: #fff;
    display: block;
    padding: 10px;
    border: 1px solid #ebeff6;
    border-color: #ebeff6;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

    .banner h2 {
        font-size: 0.9em;
    }

    .banner h5 {
        color: #337ab7;
    }

    .banner h2 a {
        color: #00bcd4;
        text-decoration: none;
        padding: 0.3em;
    }

    .banner h2 i {
        color: #000;
        vertical-align: middle;
        padding: 0.3em;
    }

    .banner h2 span {
        color: #000;
        padding: 0.3em;
    }



.asked {
    padding: 1em;
    background: #fff;
    margin: 1em 0 0 0;
    border: 1px solid #ebeff6;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.questions h5 {
    color: #000;
    font-size: 1.3em;
    line-height: 1.6em;
}

.questions p {
    font-size: 0.9em;
    color: #999;
    padding: 1em 0;
    line-height: 2em;
}
/*-- //faq --*/
/*-- blank --*/
.blank {
    margin: 1em 0 0 0;
    min-height: 650px;
}

.blank-page {
    padding: 1em;
    background: #fff;
    border: 1px solid #ebeff6;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

    .blank-page p {
        font-size: 0.9em;
        color: #999;
        line-height: 2em;
    }
/*-- //blank --*/
.icon-angle-down {
    display: none !important;
}
/*-- responsive --*/
@media(max-width:1440px) {
    .logo {
        width: 16%;
    }

    .top-comment-grid {
        width: 24%;
    }

    .comments-info {
        width: 62%;
    }

        .comments-info h3 {
            font-size: 3em;
        }

    .weather-right ul li {
        padding: 1em .5em;
    }

    .agileits-caption {
        height: 193px;
    }

    div#graph-wrapper {
        overflow-x: scroll;
    }

    div#graph3 {
        overflow-x: scroll;
    }
}

@media(max-width:1366px) {
    .logo {
        width: 15%;
    }

    .w3l_search {
        width: 20%;
    }

    .top-comment-grid {
        width: 23.94%;
    }

    .weather-right ul li {
        padding: 1em 0.3em;
    }

    ul.bt-list li a {
        padding: 1em 2.5em 1em 1em;
    }

    .agileits-caption {
        height: 181px;
    }

        .agileits-caption h4 {
            margin: 1em 0 .5em 0;
        }
}

@media(max-width:1280px) {
    .logo {
        width: 18%;
    }

    .w3l_search {
        width: 21%;
    }

    .top-comment-grid {
        width: 23.85%;
    }

    .comments-info {
        width: 61%;
    }

    .comments-icon i.fa.fa-facebook, .comments-icon i.fa.fa-comments, .comments-icon i.fa.fa-twitter, .comments-icon i.fa.fa-eye {
        font-size: 4em;
    }

    .weather-right ul li {
        padding: 1em 0.1em;
    }

    .agileits-caption {
        height: 166px;
    }

        .agileits-caption h4 {
            margin: .5em 0 .5em 0;
        }

    .w3l-chart button, .w3l-chart1 button {
        padding: 5px 14px;
    }

    svg#lol {
        width: 130% !important;
    }

    div#graph2-wrapper {
        overflow-x: scroll;
    }
}
@media (min-width:992px) and (max-width:1199px) {
	
	
}
@media(max-width:1080px) {
	#my_menu_wrap ul li {
			height: 28px;
	}
	#my_menu_wrap ul a {
    font-size: 10px;
    
	}
    .logo {
        width: 22%;
    }

    button.btn.btn-default {
       /* width: 20%; */
    }

    .w3l_search {
        width: 23%;
    }

        .w3l_search input[type="text"] {
            width: 80%;
        }

    .comments-icon {
        width: 27%;
    }

    .comments-info h3 {
        font-size: 2.5em;
    }

    .top-comment-grid {
        width: 23.59%;
    }

    .comments {
        padding: 1em;
    }

    .panel-body h3, .panel-title h3, .hover-buttons h3, .area-grids-heading h3, .agile-tables h3, .count h3, .weather-heading h3 {
        font-size: 1.4em;
    }

    .count {
        padding: 0;
        width: 100%;
        margin-bottom: 2em;
    }

    .weather {
        padding: 0;
        width: 100%;
    }

    .weather-right ul li {
        padding: 1em 1em;
    }

    div#graph7, div#graph8, div#graph9 {
        height: 200px !important;
    }

    .button-states-top-grid {
        padding: 1em;
        width: 50%;
    }

    .button-sizes {
        padding: 1em;
    }

    .button-size-grids {
        width: 50%;
        padding-right: 0;
    }

    .hover-buttons {
        margin: 2em 0 0 0;
        width: 100%;
    }

    .agileits-caption p {
        font-size: .875em;
        line-height: 1.4em;
    }

    .agileits-caption h4 {
        margin: .5em 0 .3em 0;
        font-size: 1.3em;
    }

    .agileits-caption {
        height: 130px;
        padding: .7em;
    }

    .w3l-calendar-right input[type="text"] {
        width: 100%;
    }

    .w3l-calendar-left {
        width: 60%;
    }

    .w3l-calendar-right {
        width: 40%;
    }

    .w3l-chart button, .w3l-chart1 button {
        padding: 5px 10px;
    }
}

@media(max-width:1024px) {
    .logo {
        width: 23%;
    }

    .top-comment-grid {
        width: 23.4%;
    }

    div#graph4, div#graph1 {
        height: 300px !important;
    }

    .panel-body h3, .panel-title h3, .hover-buttons h3, .area-grids-heading h3, .agile-tables h3, .count h3, .weather-heading h3 {
        font-size: 1.3em;
    }

    .agileits-caption {
        height: 121px;
    }

        .agileits-caption h4 {
            margin: .1em 0 .3em 0;
        }

    .w3l-chart button, .w3l-chart1 button {
        margin-bottom: 1em;
    }

    text {
        x: 10px !important;
        y: 100px !important;
    }

    .agile-signup {
        padding: 5em 0 14em;
    }
}

@media(max-width:991px) {
    .logo {
        width: 24%;
    }

    .top-comment-grid {
        width: 23.4%;
        float: left;
    }

    .comments-info h3 {
        font-size: 2em;
    }

    .comments-icon i.fa.fa-facebook, .comments-icon i.fa.fa-comments, .comments-icon i.fa.fa-twitter, .comments-icon i.fa.fa-eye {
        font-size: 3em;
    }

    .panel-body h3, .panel-title h3, .hover-buttons h3, .area-grids-heading h3, .agile-tables h3, .count h3, .weather-heading h3 {
        font-size: 1.5em;
    }

    .charts-right {
        padding: 0;
        margin-bottom: 2em;
    }

    div#graph4, div#graph1 {
        text-align: center;
    }

    .chart-left {
        padding: 0;
    }

    .agile-bottom-right {
        padding: 0;
        margin-bottom: 2em;
    }

    .agile-bottom-left {
        padding: 0;
    }

    .agile-last-left {
        padding: 0;
        margin-bottom: 2em;
    }

    .agile-last-middle {
        padding: 0 !important;
    }

    .agile-last-right {
        padding: 0 !important;
        margin-bottom: 0;
    }

    .panel-body .col-adjust-8 > .row > div {
        float: left;
    }

    .fw600 {
        font-weight: 600 !important;
        font-size: .875em;
    }

    .form-body {
        padding: 1.5em 1em;
    }

    .agile-gallery-grid {
        width: 25%;
        float: left;
    }

    .w3l-calendar-left {
        float: left;
    }

    .w3l-calendar-right {
        float: left;
    }

    .monthly-day-title-wrap div {
        font-size: .875em !important;
    }

    .span11 {
        margin-bottom: 2em;
    }

    .gray-map {
        margin: 2em 0 0 0;
    }

    .agile-grid-right {
        margin-top: 2em;
    }
}

@media(max-width:800px) {
    .logo {
        width: 27%;
    }

        .logo h1 a img {
            margin-right: .5em;
            width: 23%;
        }

        .logo h1 a {
            font-size: .8em;
        }

    .comments-icon {
        width: 27%;
    }

    .comments-info {
        width: 60%;
        margin-left: .5em;
    }

    .top-comment-grid {
        width: 22.9%;
    }

    .full-screen {
        width: 6%;
        margin: 0.2em 0 0 1em;
    }

    .w3l_search {
        margin: 0.2em 0 0em 1em;
    }

    button.btn.btn-default {
        width: 23%;
    }

    .w3l_search input[type="text"] {
        width: 77%;
    }

    .weather-right ul li {
        padding: 1em .5em;
    }

    i.fa.fa-comments, .comments-icon i.fa.fa-twitter, .comments-icon i.fa.fa-eye {
        font-size: 2em;
    }

    .comments-icon i.fa.fa-facebook, .comments-icon i.fa.fa-comments, .comments-icon i.fa.fa-twitter, .comments-icon i.fa.fa-eye {
        font-size: 2em;
    }

    .fw600 {
        font-size: 0.8em;
    }

    .w3ls-button {
        width: inherit !important;
        margin: 1em 0 0 0;
    }

    .agile-gallery-grid {
        width: 100%;
        float: left;
        margin-bottom: 1em;
    }

    .show-reel:nth-child(2) {
        margin: 0em 0;
    }

    .error-page {
        width: 40%;
        margin: 0em auto 4em;
    }

    .agileits-caption h4 {
        margin: 1em 0 .3em 0;
        font-size: 1.5em;
    }

    .monthly-pop {
        z-index: 9;
    }
}

@media(max-width:768px) {
    .logo {
        width: 28%;
    }

    .top-comment-grid {
        width: 48.5%;
    }

        .top-comment-grid:nth-child(1) {
            margin-bottom: 1em;
        }

        .top-comment-grid:nth-child(2) {
            margin: 0 0 1em 1em;
        }

    .weather-right ul li {
        padding: 1em 1.5em;
    }

    .panel-body .col-adjust-8 > .row > div {
        float: left;
        width: 100% !important;
        margin-bottom: 10px;
    }

    .comments-icon i.fa.fa-facebook, .comments-icon i.fa.fa-comments, .comments-icon i.fa.fa-twitter, .comments-icon i.fa.fa-eye {
        font-size: 3em;
    }
}

@media(max-width:736px) {
    .logo {
        width: 50%;
    }

    .full-screen {
        width: 42%;
        margin: 0.2em 0 0 2em;
        float: right;
        text-align: right;
    }

    .w3l_search {
        margin: 0.5em 0 0em 0em;
        width: 51%;
        float: left;
    }

    .header-right {
        float: left;
        margin: 0.5em 0 0 0;
        text-align: center;
        width: 49%;
    }

    .top-comment-grid {
        width: 48%;
    }

    .logo h1 a img {
        margin-right: .5em;
        width: 16%;
    }

    .content2 {
        width: 60%;
    }

    .button-states-top-grid {
        padding: 1em;
        width: 100%;
        margin-bottom: 1em;
    }

    .button-size-grids {
        width: 100%;
        padding: 0;
    }

    ul.bt-list li {
        width: 36%;
    }

        ul.bt-list li a {
            font-size: .875em;
        }
}

@media(max-width:600px) {
    .w3l-calendar-right {
        float: none;
        width: 100%;
        margin-bottom: 1em;
    }

    .w3l-calendar-left {
        float: none;
        width: 100%;
    }
}

@media(max-width:600px) {
    .w3l_search {
        width: 49%;
    }

    .header-right {
        width: 51%;
    }

    .main-grid {
        padding: 1em;
    }

    .buttons-heading h2, .grids-heading h2, .chart-heading h2, .table-heading h2, .map-heading h2 {
        font-size: 2em;
    }

    .monthly-day-title-wrap div {
        font-size: .875em !important;
    }
}

@media(max-width:568px) {
    .w3l_search {
        width: 46%;
    }

    .header-right {
        width: 54%;
    }

    .buttons-heading h2, .grids-heading h2, .chart-heading h2, .table-heading h2, .map-heading h2 {
        font-size: 2em;
        margin-bottom: .5em;
    }

    .signup-heading h2 {
        margin: 0 !important;
    }

    .profile_details {
        margin-left: .5em;
    }
}

@media(max-width:480px) {
    .full-screen {
        width: 40%;
    }

    .logo h1 a img {
        width: 19%;
    }

    li.dropdown.head-dpdn a.dropdown-toggle {
        padding: 1.7em 1em;
    }

    .top-comment-grid {
        width: 47%;
    }

        .top-comment-grid:hover div.comments-icon i.fa {
            -webkit-transform: scale(2);
            transform: scale(2);
            -moz-transform: scale(2);
            -o-transform: scale(2);
            -ms-transform: scale(2);
        }

    ul#example li span {
        font-size: 30px;
    }

    ul#example li.seperator {
        font-size: 28px;
    }

    .hover-buttons {
        margin: 1em 0 0 0;
    }

    ul.bt-list li {
        width: 49%;
    }

    .w3l-calendar-right {
        float: none;
        width: 100%;
        margin-bottom: 1em;
    }

    .w3l-calendar-left {
        float: none;
        width: 100%;
    }

    #map, #map1, #map2, #map3 {
        height: 300px !important;
    }

    .map_canvas {
        height: 300px;
    }

    div#vmap {
        height: 300px !important;
    }

    .error-page {
        width: 58%;
    }

    .go-back a {
        padding: .5em 1em;
    }

    .questions h5 {
        font-size: 1.2em;
    }

    .w3l_search {
        width: 51%;
    }

    .header-right {
        width: 47%;
    }

    .map-bg iframe {
        height: 300px;
    }
}

@media(max-width:479px) {
    .scrollable {
        padding-left: 0;
    }

    i.icon-angle-right {
        display: none !important;
    }

    .icon-angle-down {
        display: block !important;
        text-align: center;
        width: 20px !important;
        position: relative;
        left: -1px;
        display: table-cell !important;
        vertical-align: middle !important;
    }
}

@media(max-width:414px) {
    .logo {
        width: 53%;
    }

        .logo h1 a img {
            width: 22%;
        }

    .full-screen {
        width: 25%;
    }

    .w3l_search {
        width: 100%;
    }

    .header-right {
        width: 60%;
    }

    .w3l_search input[type="text"] {
        width: 88%;
    }

    button.btn.btn-default {
        width: 12%;
    }

    .header-right {
        width: 100%;
        margin: 1em auto 0;
    }

    .profile_details_left {
        margin: 0 auto;
        width: 100%;
    }

    .header-right-left {
        float: left;
    }

    .profile_details {
        float: right;
        margin-left: 1em;
    }

    ul.w3l-msg {
        left: -35%;
    }

    ul.agile-notification {
        left: -110%;
    }

    ul.agile-task {
        left: -190%;
    }

    nav.user-menu {
        height: 54px;
    }

    .top-comment-grid {
        width: 100%;
        float: none;
    }

        .top-comment-grid:nth-child(2) {
            margin: 0 0 1em 0em;
        }

    .tweets {
        margin-bottom: 1em;
    }

    .content2 {
        width: 80%;
    }

    .agile-signup {
        padding: 5em 0 4em;
    }
}

@media(max-width:375px) {
    .logo {
        width: 56%;
    }

    .my-div {
        padding: 1em;
    }

    .validation-grids {
        padding: 1em;
    }

    .agile-widget-shadow {
        padding: 1em;
    }

    .signup-heading {
        padding: 1em 0;
    }
}

@media(max-width:320px) {
    .logo {
        width: 67%;
    }

        .logo h1 a {
            font-size: .7em;
        }

    .full-screen {
        width: 20%;
    }

    div#graph4, div#graph1, div#graph6, div#graph5, div#graph10, div#graph11 {
        height: 260px !important;
    }

    .map-bg iframe {
        height: 230px;
    }

    ul#example {
        padding: 0 0 0;
    }

        ul#example li span {
            font-size: 22px;
        }

        ul#example li p {
            font-size: .8em;
        }

        ul#example li.seperator {
            font-size: 20px;
            line-height: 29px;
        }

    .weather-right {
        text-align: center;
    }

    .weather-heading h3 {
        text-align: left !important;
    }

    .variations-panel {
        padding: 1em;
    }

    .hover-buttons {
        padding: 1em;
    }

    ul.bt-list li {
        width: 88%;
    }

    .top-grids {
        padding: 1em;
    }

    .forms h4 {
        font-size: 1.1em;
    }

    .buttons-heading h2, .grids-heading h2, .chart-heading h2, .table-heading h2, .map-heading h2 {
        font-size: 1.5em;
    }

    .input-info h3, .map-info h3 {
        font-size: 1.3em;
    }

    .w3l-calendar-right input[type="text"] {
        padding: 8px;
    }

    .calendar-heading h3 {
        font-size: 1.2em;
    }

    .w3l-calendar-right {
        padding: 0;
    }

    .w3l-calendar-left {
        padding: 0;
    }

    .register {
        font-size: 16px;
    }

    .content2 {
        width: 90%;
    }

    /*.content2 input[type="text"], .content2 input[type="tel"], .content2 input[type="email"], .content2 input[type="password"] {
            padding: 6px;
        }*/

    .text-left {
        float: none;
        text-align: left;
    }

    .text-right {
        float: none;
        text-align: left;
    }

    .footer-icons ul li a.twitter {
        width: 32px;
        height: 32px;
        padding: .4em 0 0 0;
    }

    svg#lol {
        width: 315% !important;
    }

    .agile-grid-left {
        padding: 0;
    }

    .agile-grid-right {
        padding: 1em 0 0 0;
    }

    .panel-body h3, .panel-title h3, .hover-buttons h3, .area-grids-heading h3, .agile-tables h3, .count h3, .weather-heading h3 {
        font-size: 1.2em;
    }

    .footer {
        padding: 1em 0;
    }

        .footer p {
            font-size: .875em;
            padding: 0 .5em;
        }

    .map-grid {
        padding: 0;
    }

    #map, #map1, #map2, #map3 {
        height: 230px !important;
    }

    div#vmap {
        height: 230px !important;
    }

    .map_canvas {
        height: 230px;
    }

    .agileits-caption {
        height: 153px;
    }

    .w3l_search input[type="text"] {
        width: 81%;
    }

    button.btn.btn-default {
        width: 16%;
    }
}

.tab-btan {
    float: right !important;
    padding: 8px 5px;
}
/*-- //responsive --*/

/*-- //my nav menu --*/

.my-bg {
    /*margin-left:25px;*/
    height: 35px;
    display: block;
}

.breadcrumb {
    list-style: none;
    overflow: hidden;
    font: 15px Helvetica, Arial, Sans-Serif;
    margin: 5px 0px 0px 0px;
    padding: 0;
}

    .breadcrumb li {
        float: left;
    }

        .breadcrumb li a {
            color: white;
            text-decoration: none;
            padding: 5px 0 5px 35px;
            background: brown; /* fallback color */
            background: #337ab7;
            position: relative;
            display: block;
            float: left;
        }

            .breadcrumb li a:after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 50px solid transparent;
                border-left: 30px solid #337ab7;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                left: 100%;
                z-index: 2;
            }

            .breadcrumb li a:before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 50px solid transparent;
                border-left: 30px solid white;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                margin-left: 3px;
                left: 100%;
                z-index: 1;
            }

        .breadcrumb li:first-child a {
            padding-left: 10px;
        }

        .breadcrumb li:nth-child(2) a {
            background: #4094dc;
        }

            .breadcrumb li:nth-child(2) a:after {
                border-left-color: #4094dc;
            }

        .breadcrumb li:nth-child(3) a {
            background: #4aa3ef;
            /*padding-left: 25px;*/
        }

            .breadcrumb li:nth-child(3) a:after {
                border-left-color: #4aa3ef;
            }
        /*.breadcrumb li:nth-child(4) a       { background:        hsla(34,85%,65%,1); }
.breadcrumb li:nth-child(4) a:after { border-left-color: hsla(34,85%,65%,1); }
.breadcrumb li:nth-child(5) a       { background:        hsla(34,85%,75%,1); }
.breadcrumb li:nth-child(5) a:after { border-left-color: hsla(34,85%,75%,1); }*/
        .breadcrumb li a:hover {
            background: #2b6394;
        }

            .breadcrumb li a:hover:after {
                border-left-color: #2b6394 !important;
            }
/*-- //my nav menu --*/


/***Company Name And Info****/
.company {
    display: block;
    padding: 10px;
    text-align: right;
}

    .company h5 {
        font-size: 0.9em;
        color: #1d6ab1;
    }

    .company h2 a {
        color: #00bcd4;
        text-decoration: none;
        padding: 0.3em;
    }

    .company h2 i {
        color: #000;
        vertical-align: middle;
        padding: 0.3em;
    }

    .company h2 span {
        color: #000;
        padding: 0.3em;
    }



/*****select box css*****/
.styled-select {
    background: url("/Content/images/15xvbd5.png") no-repeat 96% 0;
    height: 29px;
    overflow: hidden;
    width: 240px;
}

    .styled-select select {
        background: transparent;
        border: none;
        font-size: 14px;
        height: 29px;
        padding: 5px; /*/ If you add too much padding here, the options won't show in IE /*/
        width: 268px;
    }

.styled-select {
    border: 1px solid #ccc;
    font-size: 14px;
    height: 34px;
    width: 268px;
}

.semi-square {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.blue {
    background-color: #3b8ec2;
    color: #fff;
}

select::-ms-expand {
    display: none;
}

/*****select box css*****/
.company-logo {
    float: left;
    width: 180px;
    margin-bottom: 25px;
    margin-left: 45px;
}

    .company-logo img {
        width: 100%;
    }

.logo-top {
    padding: 20px 60px;
}

    .logo-top img {
        margin: auto;
        width: 40%;
    }

.login-left-text {
}

.my-heading {
    text-align: center;
    padding: 10px;
}

.my-shadow {
    box-shadow: 0 10px 6px -8px #777;
    -webkit-box-shadow: 0 10px 6px -8px #777;
    -moz-box-shadow: 0 10px 6px -8px #777;
}

.my-heading h5 {
    padding: 10px;
    color: #509dcf;
    font-size: 20px;
}


.my-otp {
    color: #1e6b6b;
    padding-bottom: 10px;
    border-bottom: 1px solid #b1b1b1;
}

.astrick {
    color: red;
}

.errormsg {
    color: red;
}

.suceessmsg {
    color: green;
}

.steps {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
}

    .steps:before {
        content: '';
        display: block;
        position: absolute;
        width: 2px;
        left: 2.45rem;
        top: 1rem;
        bottom: 1rem;
        background-color: #BBB;
    }

    .steps p {
        line-height: 1rem;
        position: relative;
        padding: 0 0 0 60px;
        font-size: 13px;
    }

        .steps p:before {
            content: '';
            display: block;
            height: .8rem;
            width: .8rem;
            border-radius: 50%;
            top: .2rem;
            left: 28px;
            position: absolute;
            font-size: 0.7rem;
            background-color: #BBB;
        }

    .steps a {
        color: #8a8a8a;
    }

    .steps p.active:before {
        background-color: #4590c7;
    }

    .steps p.active a {
        color: #4590c7 !important;
    }

.mysteps {
    display: inline-block;
    float: left;
    width: 25%;
}

    .mysteps p {
        line-height: 1.7rem;
        position: relative;
        padding: 0 0 0 2rem;
        font-size: 14px;
        color: #8a8a8a;
    }

        .mysteps p.active {
            color: #ffffff;
        }

.steps-table {
    width: 100%;
    max-width: 100%;
    /* margin-bottom: 20px; */
}

    .steps-table > tbody > tr > td, .steps-table > tfoot > tr > td {
        padding: 5px;
        line-height: 0.42857143;
        vertical-align: top;
        text-align: left;
        font-size: 13px;
    }


.timeline-box {
    float: left;
    background-color: #f0f8ff;
    border: 1px solid #2196f3;
    border-radius: 5px;
    height: auto;
    width: 100%;
    margin: auto;
}

    .timeline-box h4 {
        padding: 5px 10px;
    }

.no-margin {
    margin: 0px !important;
    padding: 0px !important;
}


/*-- GSTR-3 --*/
.mapping-left {
    width: 100%;
    height: auto;
    background: white;
    border: 2px solid #eee;
    padding: 10px 0 0 20px;
}

.map-left-center {
    padding: 5px 0 0 25px;
    display: inline-block;
    font-size: 25px;
    color: darkgray;
}

.map-left-text h5 {
    padding: 7px 0 5px 15px;
    line-height: 12px;
}

.map-left-text p {
    padding: 0px 2px 5px 0px;
    font-size: 13px;
}

.mapping-right {
    width: 100%;
    background: white;
    border: 2px solid #eee;
    padding: 10px 10px 10px 30px;
}

.mybox {
    width: 40%;
}

.mybox-select {
    width: 40%;
    height: 30px;
    font-size: 13px;
}
/*-- //Mapping CSS --*/

/*--GSTR-3 Payment page CSS--*/
.payment-heading h4 {
    color: #128a47;
    font-size: 18px;
    margin: 20px 0;
    text-align: center;
}

.payment-btan, .save-temp-btan {
    text-align: center;
}


.textbox {
    border: 1px solid #c4c4c4;
    height: 30px;
    width: 275px;
    font-size: 13px;
    padding: 4px 4px 4px 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
}

    .textbox:focus {
        outline: none;
        border: 1px solid #7bc1f7;
        box-shadow: 0px 0px 8px #7bc1f7;
        -moz-box-shadow: 0px 0px 8px #7bc1f7;
        -webkit-box-shadow: 0px 0px 8px #7bc1f7;
    }

.nav-sidebar {
    width: 100%;
    /* padding: 15px 0;  */
    margin: 15px;
    border-right: 1px solid #ddd;
}

    .nav-sidebar a {
        color: #333;
        -webkit-transition: all 0.08s linear;
        -moz-transition: all 0.08s linear;
        -o-transition: all 0.08s linear;
        transition: all 0.08s linear;
    }

    .nav-sidebar .active a {
        cursor: default;
        background-color: #509dcf !important;
        color: #fff;
    }

        .nav-sidebar .active a:hover {
            background-color: #387ca9;
        }

    .nav-sidebar .text-overflow a,
    .nav-sidebar .text-overflow .media-body {
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
/*--GSTR-3 Payment page CSS--*/


/*START: REPORTS*/
.text-green {
    color: #32c867 !important;
}

.text-orange {
    color: #fd5f00 !important;
}

.report-select {
    float: left;
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
    height: 25px;
}
/*END: REPORTS*/


/********Setting Page CSS******/
.filters {
    padding: 0 15px;
}

    .filters h2 {
        <!-- padding: 5px 0 10px;
        <!-- color: #509dcf;
    }

.filters__item {
    position: relative;
    display: block;
    margin-bottom: 3px;
    background-color: #e9f0f1;
    padding: 8px;
}
    -->
    .filters__item:last-child {
        margin: 0;
    }
    -->
    .filters__item label {
        display: block;
    }

        .filters__item label:hover {
            cursor: pointer;
        }

    .filters__item input[type=checkbox] ~ label:after {
        box-sizing: border-box;
        font-family: FontAwesome;
        content: "\2714";
        color: #FFF;
        background-color: #FFF;
        position: absolute;
        height: 25px;
        width: 25px;
        right: 10px;
        top: 7px;
        border: 1px solid #AAA;
        display: inline-block;
        text-align: center;
        padding-bottom: 2px;
    }

    .filters__item input[type=checkbox]:checked ~ label:after {
        content: "\2714";
        color: #000;
        background-color: #FFF;
    }

    .filters__item input[type=checkbox] {
        display: none;
    }

.my-templet-item {
    position: relative;
    width: 100%;
    margin-bottom: 3px;
    background-color: #e9f0f1;
    padding: 8px;
    display: inline-block;
}

.templet-company-select {
    padding: 5px;
    float: left;
    width: 50%;
}

.message-box {
    float: left;
    padding: 5px;
}
/********End Setting Page CSS******/

.hadar-right-select {
    float: right;
    width: 50%;
    height: 30px;
    font-size: 13px;
}


/**********Footer for LOGIN******/

.pbottom-30 {
    padding-bottom: 30px !important;
}

.pbottom-10 {
    padding-bottom: 10px !important;
}

.mbottom-15 {
    margin-bottom: 15px !important;
}



/**********RECONCILATION******/
.recobox {
    float: left;
    width: 33%;
    margin-top: 50px;
}

.reco-panding {
    color: #e84c3d;
}
/**********RECONCILATION******/

/*********popup************/
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

.popup {
    margin: 70px auto;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}

    .popup h2 {
        margin-top: 0;
        color: #333;
        font-family: Tahoma, Arial, sans-serif;
    }

    .popup .close {
        position: absolute;
        top: 15px;
        right: 30px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }

        .popup .close:hover {
            color: #fff !important;
            opacity: 1;
        }

    .popup .content {
        max-height: 30%;
        overflow: auto;
    }

.popup-heading {
    display: block;
    padding: 10px 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    background-color: #4f9fce;
    color: white;
}

.popup label {
    padding-bottom: 10px;
}
/*********popup************/

/*********NEW FILE GSTR 1 Page************/
.signing {
    padding: 10px;
    background: #dcdbdb;
    display: inline-block;
    margin-top: 10px;
    margin-left: -15px;
}

.my-radio-group {
    float: left;
    padding: 15px;
}

    .my-radio-group h5 {
        padding: 10px 15px;
    }

    .my-radio-group label {
        font-weight: 600;
    }

/*********NEW FILE GSTR 1 Page************/
/*********NEW LOGIN Page************/
.login-content {
    width: 100%;
    margin-top: 15%;
}

.signup-content {
    width: 100%;
}

.login-left-content {
    width: 100%;
    background-color: #4f9fce;
    /*min-height: 700px;*/
    margin: auto;
}

.login-left-logo {
    width: 25%;
    margin: auto;
}

    .login-left-logo img {
        width: 100%;
        margin-top: 100%;
    }

.login-left-box {
    width: 100%;
    padding-top: 50px;
}

.login-text {
    width: 80%;
    margin: auto;
}

.login-text-image {
    float: left;
    width: 25%;
}

    .login-text-image img {
        float: right;
        width: 30%;
    }

.login-right-text {
    float: left;
    padding: 0 25px;
    color: #fff;
    line-height: 2;
}

    .login-right-text h4 {
        display: inline-block;
    }
/*********NEW LOGIN Page************/
.mtop10 {
    margin-top: 10px !important;
}
/***********Heder Button menu CSSS*********/
#my_menu_wrap {
    float: left;
}

    #my_menu_wrap ul {
        list-style: none;
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
    }

        #my_menu_wrap ul a {
            display: block;
            color: #fff;
            text-decoration: none;
            font-size: 12px;
            line-height: 32px;
            padding: 0 15px;
            font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
        }

        #my_menu_wrap ul li {
            position: relative;
            float: left;
            margin: 0;
            padding: 0;
            background-color: #5cb85c;
            border-radius: 3px;
            margin-right: 5px;
            height: 30px;
            width: 130px;
        }

            #my_menu_wrap ul li.current-menu-item {
                background: #ddd;
            }

            /*#my_menu_wrap ul li:hover
{
 / background:#f6f6f6 /
}*/

            #my_menu_wrap ul li ul li:hover {
                background: #4e9c4e;
            }

        #my_menu_wrap ul ul {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background: transparent;
            padding: 0;
        }


            #my_menu_wrap ul ul li {
                float: none;
                width: 160px;
                background-color: #5cb85c;
                top: 1px;
            }

            #my_menu_wrap ul ul a {
                line-height: 120%;
                padding: 10px 15px;
            }

            #my_menu_wrap ul ul ul {
                top: 0;
                left: 100%;
            }

        #my_menu_wrap ul li:hover > ul {
            display: block;
        }


/*For Alternet Reconcilation*/

.responstable {
    width: 100%;
    overflow: hidden;
    background: #FFF;
    color: #024457;
}

    .responstable tr {
        border: 1px solid #D9E4E6;
    }

        .responstable tr:nth-child(odd) {
            background-color: #EAF3F3;
        }

    .responstable th {
        display: none;
        background-color: #47a1ce;
        color: #FFF;
        text-align: center;
    }

        .responstable th:first-child {
            display: table-cell;
            text-align: center;
        }

        .responstable th:nth-child(2) {
            display: table-cell;
        }

            .responstable th:nth-child(2) span {
                display: none;
            }

            .responstable th:nth-child(2):after {
                content: attr(data-th);
            }

    .responstable td a {
        text-decoration: none;
        color: #12637b;
    }

@media (min-width: 480px) {
    .responstable th:nth-child(2) span {
        display: block;
    }

    .responstable th:nth-child(2):after {
        display: none;
    }
}

.responstable td {
    display: block;
    word-wrap: break-word;
    max-width: 7em;
}

    .responstable td:first-child {
        display: table-cell;
        text-align: center;
        border-right: 1px solid #D9E4E6;
    }

@media (min-width: 480px) {
    .responstable td {
        border: 1px solid #D9E4E6;
    }
}

.responstable th {
    text-align: center;
    margin: .5em 1em;
}

@media (min-width: 480px) {
    .responstable th, .responstable td {
        display: table-cell;
        padding: 5px;
        font-size: 12px;
    }
}

.form-control-3B {
    display: block;
    width: 100%;
    height: 25px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-control-3B_tbl1 {
    display: block;
    width: 100%;
    height: 25px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.Disable-3B {
    display: block;
    width: 100%;
    height: 25px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    pointer-events: none;
    background-color: #4f9fce !important;
}
<!-- /*For E-Way Bill CSS*/ -->
.trandetil {
    width: 100%;
    float: left;
    padding-top: 5px;
    font-size: 14px;
}

    .trandetil h5 {
        display: inline-block;
        float: left;
        line-height: 40px;
        padding: 0 5px;
        font-weight: inherit;
    }

.part-b {
    width: 100%;
    height: 200px;
    float: left;
    padding-top: 5px;
    background-color: #d9edf7;
    border-radius: 5px;
    padding: 5px;
}

    .part-b h4 {
        background-color: #4595c3;
        padding: 5px;
        color: #fff;
    }

    .part-b h5 {
        display: inline-block;
        font-size: 15px;
        line-height: 35px;
    }

.eway-tabcolor tbody > tr > th {
    background-color: #47a1ce !important;
    color: #fff !important;
    font-size: 15px !important;
}

.eway-tabcolor tbody > tr > td {
    font-size: 13px !important;
}

.ewaybg-lightblue {
    background-color: #f6fbfd !important;
}

.astrick-orange {
    color: #fcb216;
}

.ewaytop {
    width: 100%;
    float: left;
    text-align: center;
}

    .ewaytop h4 {
        font-size: 18px;
        background-color: #a1dcfa;
        padding: 5px;
        font-weight: 600;
    }

.showme {
    display: none;
}

.showhim {
    float: left;
    padding: 5px;
    color: #23527c;
}

    .showhim:hover .showme {
        display: inline-block;
        position: absolute;
        top: 0;
        background-color: #f5cb72;
        z-index: 99;
    }

.showmeVehUpd {
    display: none;
}

.showhimVehUpd {
    float: right;
    padding: 5px;
    color: #23527c;
}

    .showhimVehUpd:hover .showmeVehUpd {
        display: inline-block;
        position: absolute;
        /*top:51%;*/
        background-color: #f5cb72;
        z-index: 99;
    }
<!-- /*For E-Way Bill CSS*/ -->

select#soflow, select#soflow-color {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url("/Content/images/15xvbd5.png"), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    margin: 0px;
    overflow: hidden;
    padding: 4px 0 4px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 110px;
}

select#soflow-color {
    color: #fff;
    background-image: url("/Content/images/15xvbd5.png"), -webkit-linear-gradient(#509dcf, #509dcf 40%, #509dcf);
    /*background-image: url("Content/images/15xvbd5.png"), -webkit-linear-gradient(#509dcf, #509dcf 40%, #509dcf);*/
    background-color: #3193d2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 5px;
    /*padding-left: 15px;*/
}

.panel #popupUpdateVehicleInternal { overflow: hidden; overflow-y: auto; }