/* CSS crunched with Crunch - http://crunchapp.net/ */

body {
    background-color: #f0f0f0;
    font-size: 13px;
    font-family: 'Open Sans', 'arial';
    line-height: 22px;
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-weight: normal;
    font-family: 'Open Sans', 'arial';
    color: inherit;
    text-rendering: optimizelegibility
}
img {
    max-width: 100%
}
.img-left {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px
}
.img-right {
    float: right;
    margin-left: 15px;
    margin-bottom: 10px
}
a {
    color: #23709E;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #da4448;
    outline: none;
}
small {
    font-size: 11px
}
.container {
    position: relative
}
.col-xs-12:before,
.col-sm-12:before,
.col-md-12:before,
.col-lg-12:before,
.col-xs-12:after,
.col-sm-12:after,
.col-md-12:after,
.col-lg-12:after {
    content: " ";
    display: table
}
.col-xs-12:after,
.col-sm-12:after,
.col-md-12:after,
.col-lg-12:after {
    clear: both
}
.tooltip {
    position: absolute
}
.badge {
    padding: 4px 6px;
    font-size: 15px;
}
.badge2 {
    padding: 4px 6px;
    font-size: 15px;
    background-color: none;
}
.badge.status {
    padding: 0;
    font-size: 7px;
    min-width: 7px
}
a:hover>.label {
    opacity: .8;
    filter: alpha(opacity=80)
}
::-webkit-input-placeholder {
    color: #999
}
:-moz-placeholder {
    color: #999
}
::-moz-placeholder {
    color: #999
}
:-ms-input-placeholder {
    color: #999
}
.breadcrumb {
    background: none;
    padding: 3px 0px;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 0;
}
.breadcrumb>.active {
    color: #555
}
.breadcrumb>li+li:before {
    color: #aaa
}
input[type="file"],
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select,
textarea {
    width: 100%;
    border: 1px solid #D5D5D5;
    padding: 5px 6px 5px;
    background-color: #ffffff;
}
input:focus,
textarea:focus {
    background-color: #ffffff;
    border-color: #D5D5D5;
}
.input-group-addon {
    border-color: #D5D5D5;
}
.vd_input-wrapper {
    color: #666666;
    /* border-right: 1px solid #F5F5F5; */
    /* border-bottom: 1px solid #F5F5F5; */
    padding: 0px;
    /*background: #fff;*/
    position: relative;
    /* box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset; */
}
.select-box {
    padding-left: 33px;
    height: 35px;
}
.vd_input-wrapper .menu-icon {
    width: 22px;
    text-align: center;
    display: inline-block;
    margin-left: 8px;
    margin-right: 0;
    color: #B5B5B5;
    position: absolute;
    top: 7px;
}
.vd_input-wrapper .icon-right {
    margin-left: 0px;
    margin-right: 8px
}
.vd_input-wrapper input {
    border: 1px solid #D5D5D5;
    background: #fff;
    padding-left: 38px
}
.vd_input-wrapper-c input {
    border: 1px solid #D5D5D5;
    background: #fff;
    text-align: center;
}
.form-control-blue:focus {
    border-color: #23709e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(117, 164, 193);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(117, 164, 193);
    border-radius: 0px;
}
.form-control-red:focus {
    border-color: #DD585B;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(239, 196, 197);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(239, 196, 197);
    border-radius: 0px;
}
.form-control-white:focus {
    border-color: #ffffff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(191, 191, 191);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(218, 218, 218);
    border-radius: 0px;
}
.vd_input-wrapper label.error {
    margin-left: 8px
}
.vd_input-wrapper.no-icon input {
    padding-left: 6px
}
.vd_input-wrapper.light-theme {
    border: 1px solid #D5D5D5;
    background: #FFFFFF;
    box-shadow: none;
}
.vd_input-wrapper.light-theme.focus {
    background: #F5F5F5
}
.vd_input-wrapper.focus {
    background: #E0E0E0
}
.vd_input-wrapper.focus .menu-icon {
    color: #888888;
}
.vd_input-margin {
    margin-bottom: 10px;
}
.vd_input-margin2 {
    margin-bottom: 10px;
    height: 55px;
}
.vd_input-margin3 {
    margin-bottom: 15px;
    height: auto;
}
.vd_input-margin20 {
    margin-bottom: 20px;
    height: auto;
}
label.error {
    color: #f85d2c
}
select {
   padding: 6.2px 5px;
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline,
.form-horizontal .control-value {
    padding-top: 4px
}
.help-inline {
    color: #999;
    font-style: italic
}
.form-actions {
    padding-top: 15px;
    padding-bottom: 15px
}
.panel-body .form-actions-condensed {
    margin: 40px -25px -25px;
    padding: 10px 25px;
    background-color: #F5F5F5
}
.form-actions-condensed {
    margin: 40px 0px 0px;
    padding: 10px 25px;
    background-color: #F5F5F5
}
.btn {
    padding: 6px 15px
}
.btn:focus {
    outline: 0
}
[role=button] {
    color: #5E656B
}
[role=button]:hover {
    cursor: pointer;
    color: #111111
}
.vd_btn {
    background-color: #DDDDDD;
    color: #FFFFFF
}
.vd_btn .caret {
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF
}
.vd_btn:focus {
    color: #FFFFFF
}
.vd_btn:hover {
    background-color: #CCCCCC
}
.btn-icon {
    padding-left: 8px;
    padding-right: 8px
}
.btn-lg {
    padding: 11px 19px
}
.btn-sm {
    padding: 5px 10px
}
.btn-xs {
    font-size: 11px;
    padding: 4px 8px
}
.btn.vd_bg-green:hover,
.btn.vd_green:hover {
    background-color: #1b9859 !important;
    color: #FFF !important
}
.btn.vd_bg-red:hover,
.btn.vd_red:hover {
    background-color: #f74a13 !important;
    color: #FFF !important
}
.btn.vd_bg-blue:hover,
.btn.vd_blue:hover {
    background-color: #1e6189 !important;
    color: #FFF !important
}
.btn.vd_bg-yellow:hover,
.btn.vd_yellow:hover {
    background-color: #f79013 !important;
    color: #FFF !important
}
.btn.vd_bg-grey:hover,
.btn.vd_grey:hover {
    background-color: #6a6a6a !important;
    color: #FFF !important
}
.btn.vd_bg-black:hover,
.btn.vd_black:hover {
    background-color: #040404 !important;
    color: #FFF !important
}
.btn.vd_bg-facebook:hover,
.btn.vd_facebook:hover {
    background-color: #3c629a !important;
    color: #FFF !important
}
.btn.vd_bg-twitter:hover,
.btn.vd_twitter:hover {
    background-color: #0485b0 !important;
    color: #FFF !important
}
.btn.vd_bg-linkedin:hover,
.btn.vd_linkedin:hover {
    background-color: #297dad !important;
    color: #FFF !important
}
.btn.vd_bg-googleplus:hover,
.btn.vd_googleplus:hover {
    background-color: #b61600 !important;
    color: #FFF !important
}
.vd_btn-bevel.vd_bg-green {
    -webkit-box-shadow: 0 4px 0 #2e8258;
    box-shadow: 0 4px 0 #2e8258
}
.vd_btn-bevel.vd_bg-yellow {
    -webkit-box-shadow: 0 4px 0 #7f684d;
    box-shadow: 0 4px 0 #7f684d
}
.vd_btn-bevel.vd_bg-red {
    -webkit-box-shadow: 0 4px 0 #724c3f;
    box-shadow: 0 4px 0 #724c3f
}
.vd_btn-bevel.vd_bg-blue {
    -webkit-box-shadow: 0 4px 0 #39515f;
    box-shadow: 0 4px 0 #39515f
}
.vd_round-btn {
    border-radius: 60px;
    width: 60px;
    height: 60px;
    line-height: 56px;
    font-size: 24px;
    text-align: center;
    padding: 0
}
.vd_round-btn.btn-xs {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 13px
}
.vd_round-btn.btn-sm {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px
}
.vd_round-btn.btn-lg {
    width: 80px;
    height: 80px;
    line-height: 76px;
    font-size: 36px
}
.input-group-btn .btn {
    padding: 8px 12px 8px
}
.modal-content {
    background: none
}
.modal-header {
    border-radius: 4px 4px 0 0;
    border-bottom: none
}
.modal-body {
    background: #FFFFFF;
    padding-bottom: 15px
}
.modal-footer {
    margin-top: 0;
    border-radius: 0 0 4px 4px;
    border-top: none
}
.progress {
    box-shadow: none;
    background-color: #F0F0F0
}
.progress .progress-bar {
    line-height: 20px;
    box-shadow: none
}
.progress-xs {
    height: 8px
}
.progress-xs .progress-bar {
    line-height: 8px
}
.progress-sm {
    height: 15px
}
.progress-sm .progress-bar {
    line-height: 15px
}
.progress-lg {
    height: 24px
}
.progress-lg .progress-bar {
    line-height: 24px
}
.well {
    border: none;
    box-shadow: none
}
.well-sm {
    padding-left: 15px;
    padding-right: 15px
}
.tabs .nav-tabs {
    background-color: #23709E;
    border-bottom: none
}
.tabs .nav-tabs>li {
    margin: 0;
    position: relative
}
.tabs .nav-tabs>li>a {
    margin: 0;
    color: #FFF;
    border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-top: none;
    border-bottom: none;
    line-height: auto;
    height: 36px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.tabs .nav-tabs>li>a .menu-icon {
    margin-right: 5px
}
.tabs .nav-tabs>li>a .menu-active {
    width: 100%;
    position: absolute;
    bottom: -8px;
    left: 0;
    text-align: center;
    visibility: hidden;
    font-size: 16px
}
.tabs .nav-tabs>li.active>a,
.tabs .nav-tabs>li.active>a:hover,
.tabs .nav-tabs>li.active>a:focus {
    border: none;
    background: rgba(0, 0, 0, 0.2);
    color: #FFF
}
.tabs .nav-tabs>li.active>a .menu-active,
.tabs .nav-tabs>li.active>a:hover .menu-active,
.tabs .nav-tabs>li.active>a:focus .menu-active {
    visibility: visible
}
.tabs .nav-tabs>li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2)
}
.tabs .nav-tabs>li>a:hover {
    background-color: rgba(255, 255, 255, 0.15)
}
.tabs .tab-content {
    background-color: #FFF;
    position: relative
}
.form-wizard .nav>li.active>a,
.form-wizard .nav>li.active>a:hover,
.form-wizard .nav>li.active>a:focus {
    background: none;
    color: #666;
    border: none
}
.form-wizard .nav>li.active .menu-icon {
    background: #1fae66;
    color: #FFF
}
.form-wizard .nav>li>a {
    color: #AAA;
    padding: 15px;
    text-align: center
}
.form-wizard .nav>li>a:hover,
.form-wizard .nav>li a:focus {
    background: none
}
.form-wizard .nav .menu-icon {
    border-radius: 30px;
    display: block;
    height: 40x;
    line-height: 40px;
    width: 40px;
    margin: 0 auto 5px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    font-size: 16px;
    background: #F5F5F5;
    color: #AAA
}
.form-wizard .nav .line {
    height: 1px;
    width: 100%;
    background: #F5F5F5
}
.form-wizard .tab-content {
    margin-top: 10px;
    border-top: 1px solid #EEEEEE;
    padding-top: 30px
}
.form-wizard .wizard .btn {
    background-color: #f89c2c;
    color: #fff
}
.form-wizard .nav-tabs {
    border-bottom: none
}
.form-wizard .nav-tabs>li>a:hover {
    border-color: #EEE
}
.form-wizard .progress {
    height: 10px
}
.form-wizard.condensed .nav>li.active>a,
.form-wizard.condensed .nav>li.active>a:hover,
.form-wizard.condensed .nav>li.active>a:focus {
    background: #1fae66;
    color: #FFF
}
.form-wizard.condensed .nav>li.active .menu-icon {
    background: #FFF;
    color: #1fae66
}
.form-wizard.condensed .nav>li>a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #E5E5E5
}
.form-wizard.condensed .progress {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.vd_radio,
.vd_checkbox {
    padding-left: 0
}
.vd_radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
    margin-bottom: 6px;
    color: #777a80
}
.vd_radio input[type=radio] {
    display: none
}
.vd_radio label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: #fff;
    border: 1px solid #c2c6cb;
    border-radius: 99px
}
.vd_radio label:after {
    font-size: 13px;
    content: "";
    text-align: center;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 99px;
    left: 0px;
    top: 3px;
    background-color: #6f7b8a;
    border: 1px solid #6f7b8a
}
.vd_radio input[type=radio][disabled]+label {
    opacity: 0.65
}
.vd_checkbox input[type=radio][disabled]+label:after {
    background-color: #eceff3
}
.vd_radio.radio-success label:after {
    background-color: #23709E;
    border: 1px solid #23709E;
}
.vd_radio.radio-primary label:after {
    background-color: #0AA699;
    border: 1px solid #0AA699
}
.vd_radio.radio-info label:after {
    background-color: #23709E;
    border: 1px solid #23709E
}
.vd_radio.radio-warning label:after {
    background-color: #F89C2C;
    border: 1px solid #F89C2C
}
.vd_radio.radio-danger label:after {
    background-color: #F85D2C;
    border: 1px solid #F85D2C
}
.vd_radio input[type=radio]:checked+label {
    color: #4d5056
}
.vd_radio input[type=radio]:checked+label:after {
    -o-transform: scale(.63);
    -ms-transform: scale(.63);
    -moz-transform: scale(.63);
    -webkit-transform: scale(.63);
    transform: scale(.63);
    line-height: 18px;
    -o-transition: -o-transform .1s 0s cubic-bezier(.455, .03, .215, 1.33);
    -ms-transition: -ms-transform .1s 0s cubic-bezier(.455, .03, .215, 1.33);
    -moz-transition: -moz-transform .1s 0s cubic-bezier(.455, .03, .215, 1.33);
    -webkit-transition: -webkit-transform .1s 0s cubic-bezier(.455, .03, .215, 1.33);
    -o-transition: transform .1s 0s cubic-bezier(.455, .03, .215, 1.33);
    -ms-transition: transform .1s 0s cubic-bezier(.455, .03, .215, 1.33);
    -moz-transition: transform .1s 0s cubic-bezier(.455, .03, .215, 1.33);
    -webkit-transition: transform .1s 0s cubic-bezier(.455, .03, .215, 1.33);
    transition: transform .1s 0s cubic-bezier(.455, .03, .215, 1.33)
}
.vd_radio input[type=radio]:checked+label:before {
    border: 1px solid #23709E;
}
.vd_radio.radio-success input[type=radio]:checked+label:before {
    border: 1px solid #23709E;
}
.vd_radio.radio-primary input[type=radio]:checked+label:before {
    border: 1px solid #0AA699
}
.vd_radio.radio-info input[type=radio]:checked+label:before {
    border: 1px solid #23709E
}
.vd_radio.radio-warning input[type=radio]:checked+label:before {
    border: 1px solid #F89C2C
}
.vd_radio.radio-danger input[type=radio]:checked+label:before {
    border: 1px solid #F85D2C
}
.vd_checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 5px;
    font-size: 13px;
    margin-bottom: 6px;
    color: #777a80;
    transition: border 0.2s linear 0s, color 0.2s linear 0s
}
.vd_star label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s
}
.vd_star label:before {
    font-family: 'Entypo';
    content: "\e61c";
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    top: -4px;
    font-size: 18px;
    color: #97a3b3;
    transition: border 0.2s linear 0s, color 0.2s linear 0s
}
.vd_star label {
    margin-bottom: 10px
}
.vd_star input[type=checkbox] {
    display: none
}
.vd_star input[type=checkbox]:checked+label:before {
    color: #ffd200;
    content: "\e61b"
}
.vd_checkbox label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 1px;
    top: 3px;
    background-color: #fff;
    border: 1px solid #c2c6cb;
    border-radius: 3px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s
}
.vd_checkbox label::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 3.8px;
    top: 0px;
    font-size: 11px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s
}
table td .vd_checkbox label:before,
table th .vd_checkbox label:before {
    top: -7px
}
table td .vd_checkbox label::after,
table th .vd_checkbox label::after {
    top: -6px
}
table td .vd_star label:before,
table th .vd_star label:before {
    top: -8px
}
.vd_checkbox input[type=checkbox] {
    display: none
}
.vd_checkbox label:after {
    border-radius: 3px
}
.vd_checkbox.vd_checkbox-circle label:after {
    border-radius: 99px
}
.vd_checkbox.vd_checkbox-circle label:before {
    border-radius: 99px
}
.vd_checkbox input[type=checkbox]:checked+label::after {
    font-family: 'Entypo';
    content: "\e677"
}
.vd_checkbox input[type=checkbox]:checked+label {
    color: #4d5056
}
.vd_checkbox input[type=checkbox][disabled]+label {
    opacity: 0.65
}
.vd_checkbox input[type=checkbox][disabled]+label:before {
    background-color: #eceff3
}
.vd_checkbox.checkbox-success input[type=checkbox]:checked+label:before {
    background-color: #23709E;
    border: 1px solid #23709E;
}
.vd_checkbox.checkbox-success input[type=checkbox]:checked+label::after {
    color: #fff
}
.vd_checkbox.checkbox-primary input[type=checkbox]:checked+label:before {
    background-color: #0AA699;
    border: 1px solid #0AA699
}
.vd_checkbox.checkbox-primary input[type=checkbox]:checked+label::after {
    color: #fff
}
.vd_checkbox.checkbox-info input[type=checkbox]:checked+label:before {
    background-color: #56A2CF;
    border: 1px solid #56A2CF
}
.vd_checkbox.checkbox-info input[type=checkbox]:checked+label::after {
    color: #fff
}
.vd_checkbox.checkbox-warning input[type=checkbox]:checked+label:before {
    background-color: #F89C2C;
    border: 1px solid #F89C2C
}
.vd_checkbox.checkbox-warning input[type=checkbox]:checked+label::after {
    color: #fff
}
.vd_checkbox.checkbox-danger input[type=checkbox]:checked+label:before {
    background-color: #F85D2C;
    border: 1px solid #F85D2C
}
.vd_checkbox.checkbox-danger input[type=checkbox]:checked+label::after {
    color: #fff
}
.vd_checkbox.checkbox-done input[type=checkbox]:checked+label:before {
    background-color: #1fae66;
    border: 1px solid #1fae66
}
.vd_checkbox.checkbox-done input[type=checkbox]:checked+label::after {
    color: #fff
}
.vd_checkbox.checkbox-done input[type=checkbox]:checked+label {
    text-decoration: line-through
}
table td .vd_checkbox label {
    padding-left: 0px
}
table th .vd_checkbox label {
    padding-left: 0px
}
.form-horizontal .vd_checkbox,
.form-horizontal .vd_radio,
.form-horizontal .vd_star {
    padding-top: 4px
}
table tbody .row-primary td {
    background-color: #b9d4ec !important
}
table tbody .row-info td {
    background-color: #daf1f8 !important
}
table tbody .row-success td {
    background-color: #c7e6c7 !important
}
table tbody .row-warning td {
    background-color: #fceedb !important
}
table tbody .row-danger td {
    background-color: #f4cecd !important
}
.table .menu-action {
    padding-top: 5px !important;
    padding-bottom: 0 !important
}
.table .menu-action .menu-icon {
    background: none;
    color: #FFF;
    font-size: 12px;
    padding: 2px 6px 3px;
    margin: 1px
}
.table .rounded-btn .menu-icon {
    border-radius: 20px
}
.table-condensed .menu-action {
    padding-top: 2px !important;
    padding-bottom: 0 !important
}
.no-head-border>thead>tr>th {
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
        padding: 5px 10px;
}
.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px 10px
}
.panel {
    background: none
}
.panel .no-title {
    height: 30px
}
.panel .panel-heading {
    position: relative;
    padding: 7px 15px
}
.panel .panel-heading .panel-title .menu-icon {
    margin-right: 5px;
    width: 20px;
    height: 21px;
    line-height: 21px;
    display: inline-block;
    text-align: center
}
.panel .panel-title {
    color: #fff
}
.panel .panel-title a:hover,
.panel .panel-title a:focus {
    color: #fff
}
.panel .panel-body,
.panel .panel-body-list {
    background: #fff;
    position: relative
}
.panel .panel-body:before,
.panel .panel-body-list:before,
.panel .panel-body:after,
.panel .panel-body-list:after {
    content: " ";
    display: table
}
.panel .panel-body:after,
.panel .panel-body-list:after {
    clear: both
}
.panel .panel-body-list .table {
    margin-bottom: 0
}
.panel .panel-body {
    padding: 15px 15px 15px
}
.panel-group .panel .panel-heading {
    padding-top: 10px;
    padding-bottom: 10px
}
.panel-group .panel .panel-heading .panel-title a {
    display: block
}
.pagination>li>a,
.pagination>li>span {
    color: #1fae66
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #1fae66;
    border-color: #1fae66
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: #1fae66
}
.nav li a {
    padding: 7px 15px
}
.nav .caret {
    border-top-color: #1fae66;
    border-bottom-color: #1fae66
}
.nav a:hover .caret {
    border-top-color: #1fae66;
    border-bottom-color: #1fae66
}
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    border-color: rgba(0, 0, 0, 0)
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #1fae66;
    color: #fff
}
.alert-success {
    background-color: #d7ede2
}
.alert-info {
    background-color: #d3e1ea
}
.alert-warning {
    background-color: #f8f1de
}
.alert-danger {
    background-color: #f6e1db
}
.alert {
    padding: 18px;
    border: none
}
.alert-dismissable {
    padding-right: 35px
}
.alert-dismissable .close {
    top: 2px;
    opacity: .5;
    filter: alpha(opacity=50)
}
.alert-condensed {
    padding-top: 8px;
    padding-bottom: 8px
}
.vd_alert-icon {
    font-size: 32px;
    float: left;
    margin: -5px 15px 15px 0
}
.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-size: smaller;
    padding: 3px
}
.jvectormap-zoomin,
.jvectormap-zoomout {
    position: absolute;
    left: 15px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    background: #292929;
    padding: 3px;
    color: white;
    width: 24px;
    height: 24px;
    cursor: pointer;
    line-height: 16px;
    text-align: center;
    font-size: 28px
}
.jvectormap-zoomin {
    top: 10px
}
.jvectormap-zoomout {
    top: 38px
}
.dark-widget .flot-x-axis .flot-tick-label,
.dark-widget .flot-y-axis .flot-tick-label {
    color: #FFF
}
[data-rel^="scroll"] {
    max-height: 400px
}
.mCSB_container {
    margin-right: 0
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #23709E;
    opacity: .7;
    filter: alpha(opacity=70);
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: #777
}
.mCSB_scrollTools .mCSB_draggerRail {
    background: none
}
div.tagsinput span.tag {
    background: #23c473;
    border-color: #23c473;
    color: #FFF
}
div.tagsinput span.tag a {
    color: #FFF
}
.ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #FFF;
    border: 1px solid #CCC
}
.ui-autocomplete .ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5
}
.ui-autocomplete .ui-autocomplete-category:hover {
    background: none
}
.ui-autocomplete li {
    padding: 5px !important;
    margin: 0 !important
}
.ui-autocomplete li:hover {
    background-color: #F5F5F5;
    cursor: pointer
}
.ui-autocomplete a {
    color: #666;
    padding: 0 !important;
    margin: 0 !important
}
.ui-autocomplete .ui-state-focus {
    background-color: #F5F5F5
}
.ui-autocomplete .ui-menu-item a {
    clear: both
}
.ui-autocomplete .menu-icon {
    display: block;
    float: left;
    text-align: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 12px
}
.ui-autocomplete .menu-text {
    display: block;
    margin-left: 55px;
    text-transform: none;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px
}
.ui-autocomplete .menu-info {
    display: block;
    font-size: 11.4px;
    font-style: italic;
    color: #939ba2;
    text-transform: capitalize
}
.ui-slider {
    background: #EEEEEE
}
.ui-slider .ui-slider-handle {
    background: #1FAE66;
    width: 24px;
    height: 24px
}
.ui-slider .ui-slider-handle:hover {
    cursor: pointer
}
.ui-slider a {
    transition: none
}
.ui-slider .ui-slider-range {
    background: #39515F
}
.ui-slider-horizontal {
    height: 0.6em
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.6em
}
.ui-slider-vertical {
    width: 0.6em
}
.ui-slider-vertical .ui-slider-handle {
    left: -0.6em
}
.ui-slider,
.ui-slider .ui-slider-handle,
.ui-slider .ui-slider-range {
    border-radius: 30px
}
.ui-slider-primary .ui-slider-handle {
    background: #1FAE66
}
.ui-slider-warning .ui-slider-handle {
    background: #F89C2C
}
.ui-slider-info .ui-slider-handle {
    background: #23709E
}
.ui-slider-danger .ui-slider-handle {
    background: #F85D2C
}
.bootstrap-switch {
    border: none;
    border-radius: 30px;
    background: #1FAE66
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    background: none;
    margin-left: 5px
}
.bootstrap-switch .bootstrap-switch-label {
    background: #EEEEEE;
    border-radius: 30px !important;
    height: 30px;
    margin: 5px 2px 5px 6px;
    width: 30px
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    background: none;
    color: #FFF
}
.bootstrap-switch-large .bootstrap-switch-label {
    width: 36px;
    height: 36px;
    margin-left: 8px
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
    padding-top: 6px
}
.bootstrap-switch-small .bootstrap-switch-label {
    width: 24px;
    height: 24px;
    margin-left: 3px
}
.bootstrap-switch-mini .bootstrap-switch-label {
    width: 18px;
    height: 18px;
    margin-left: 5px
}
.bootstrap-switch.bootstrap-switch-focused {
    box-shadow: none
}
.bootstrap-switch-inverse .bootstrap-switch-label {
    background: #1fae66
}
.bootstrap-switch-inverse .bootstrap-switch-handle-on.bootstrap-switch-primary {
    color: #1fae66
}
.bootstrap-switch-red,
.bootstrap-switch-inverse.bootstrap-switch-red .bootstrap-switch-label {
    background: #F85D2C
}
.bootstrap-switch-inverse.bootstrap-switch-red .bootstrap-switch-handle-on.bootstrap-switch-primary {
    color: #F85D2C
}
.bootstrap-switch-yellow,
.bootstrap-switch-inverse.bootstrap-switch-yellow .bootstrap-switch-label {
    background: #F89C2C
}
.bootstrap-switch-inverse.bootstrap-switch-yellow .bootstrap-switch-handle-on.bootstrap-switch-primary {
    color: #F89C2C
}
.bootstrap-switch-blue,
.bootstrap-switch-inverse.bootstrap-switch-blue .bootstrap-switch-label {
    background: #67B8CB
}
.bootstrap-switch-inverse.bootstrap-switch-blue .bootstrap-switch-handle-on.bootstrap-switch-primary {
    color: #67B8CB
}
.bootstrap-switch.bootstrap-switch-off {
    background: #CCC
}
.bootstrap-switch-inverse {
    background: #39515F
}
.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
    background: #EEEEEE
}
/* old Date Picker Start*
.ui-datepicker {
    background: #39515f;
    z-index: 1500 !important;
    width: 280px;
    padding: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2)
}
.ui-datepicker .ui-datepicker-header {
    background: rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 10px;
    font-size: 14px
}
.ui-datepicker .ui-datepicker-title {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #B4BCC1;
    font-weight: bold
}
.ui-datepicker .ui-datepicker-title select {
    color: #39515f
}
.ui-datepicker .ui-state-hover {
    background: rgba(0, 0, 0, 0.2)
}
.ui-datepicker a {
    color: #9BA7AE;
}
.ui-datepicker .ui-state-disabled {
    color: #CCC
}
.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center;
    border-radius: 4px
}
.ui-datepicker .ui-state-highlight {
    background: rgba(0, 0, 0, 0.2)
}
.ui-datepicker .ui-datepicker-prev {
    left: 8px;
    background: url(../img/sprites.png) 4px 3px no-repeat
}
.ui-datepicker .ui-datepicker-next {
    right: 8px;
    background: url(../img/sprites.png) -20px 3px no-repeat
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 12px;
    border: 2px solid #FFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    opacity: .6;
    filter: alpha(opacity=60);
    height: 20px;
    width: 20px
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}
.ui-datepicker .ui-datepicker-calendar {
    width: 260px;
    margin-left: 10px;
    margin-bottom: 10px
}
.ui-datepicker th {
    color: #FFFFFF;
    opacity: .5;
    filter: alpha(opacity=50);
    text-transform: uppercase;
    -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3) inset
}
.ui-datepicker .ui-corner-all:hover {
    cursor: pointer
}
.ui-datepicker .ui-datepicker-buttonpane button {
    border: none;
    color: #FFF;
    background: none
}
.ui-datepicker .ui-datepicker-buttonpane button:hover {
    background-color: rgba(0, 0, 0, 0.3)
}
.ui-datepicker .ui-datepicker-title select {
    padding: 0;
    margin-bottom: 0
}
[data-datepicker]:hover {
    cursor: pointer
}
/* old Date Picker End*/
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.form-control {
    height: 30px;
    font-size: 12px;
    line-height: 18px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    border: 1px solid #D5D5D5;
    background: #F9F9F9;
}
/* New Date Picker Start*/
/* BOOTSTRAP DATEPICKER */
div.datepicker {
  padding: 10px;
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  min-width: 250px;
}
div.datepicker > div {
  display: none;
}
div.datepicker table {
  width: 100%;
  margin: 0;
}
div.datepicker td,
div.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
}
div.datepicker td.day:hover {
  background: #EDEDED;
  cursor: pointer;
}
div.datepicker td.day.disabled {
  color: #CCC;
}
div.datepicker td.old,
div.datepicker td.new {
  color: #999;
}
div.datepicker td.active,
div.datepicker td.active:hover {
  background: #33414e;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
div.datepicker td span {
  display: block;
  width: 31%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
}
div.datepicker td span:hover {
  background: #EDEDED;
}
div.datepicker td span.active {
  background: #33414e;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
div.datepicker td span.old {
  color: #999;
}
div.datepicker th.switch {
  width: 145px;
}
div.datepicker th.next,
div.datepicker th.prev {
  font-size: 12px;
}
div.datepicker thead tr:first-child th {
  cursor: pointer;
  padding: 8px 0px;
}
div.datepicker thead tr:first-child th:hover {
  background: #EDEDED;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.datepicker.dropdown-menu:after,
.datepicker.dropdown-menu:before {
  left: 16px;
}
.datepicker.datepicker-orient-left.dropdown-menu:after,
.datepicker.datepicker-orient-left.dropdown-menu:before {
  left: auto;
  right: 16px;
}
/* EOF BOOTSTRAP DATEPICKER */

/* New Date Picker New*/
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.ampmselect {
    width: 60px
}
.colorpicker .colorpicker_hex input,
.colorpicker .colorpicker_field input {
    padding: 0;
    border: none;
    width: auto;
    margin-top: 2px;
    margin-right: 2px
}
.color-input {
    padding: 4px 8px;
    font-size: 20px
}
.table.dataTable thead th {
    border-bottom: 2px solid #777777
}
.table.dataTable tr.odd td.sorting_1 {
    background-color: #EFEFEF
}
.table.dataTable tr.even td.sorting_1 {
    background-color: #F5F5F5
}
.table.dataTable.no-footer {
    border-bottom-color: #DDDDDD
}
.ui-drop-placeholder {
    border: 2px dashed #DADADA;
    background-color: #FAFAFA
}
.fc a {
    transition: none
}
.fc .fc-border-separate tr.fc-last th,
.fc .fc-border-separate tr.fc-last td {
    border-bottom-width: 2px
}
.fc .fc-day-header {
    padding: 5px;
    text-transform: uppercase;
    border-color: #FFFFFF;
    border-bottom-color: #F0F0F0
}
.fc .fc-day {
    border-color: #F0F0F0
}
.fc .fc-day:hover {
    background-color: #F5F5F5
}
.fc .fc-other-month {
    background-color: #FAFAFA
}
.fc .fc-state-highlight {
    background-color: #F8F1DE
}
.fc .fc-event {
    background-color: #d3e1ea !important;
    border-color: #d3e1ea !important;
    border-top: 1px solid #23709e !important;
    color: #31708F !important
}
.fc .fc-event .fc-event-title {
    padding-left: 5px;
    padding-right: 5px
}
.fc .fc-header-title h2 {
    color: #da4448;
    font-size: 32px;
    margin: 25px 0 10px 15px
}
.fc .fc-grid .fc-day-number {
    padding: 0 7px
}
.fc .fc-button {
    background: none;
    margin-right: 5px;
    box-shadow: none;
    text-shadow: none
}
.fc .fc-button-today {
    border: none
}
.fc .fc-button-prev,
.fc .fc-button-next {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-color: #777;
    color: #777;
    border-radius: 40px;
    height: 26px;
    line-height: 22px;
    padding-left: 0;
    padding-right: 1px;
    width: 26px
}
.fc .fc-button:hover {
    background: #777;
    color: #fff
}
.fc .fc-state-disabled:hover {
    background: none;
    color: #333333
}
.fc .fc-sun {
    color: #da4448;
}
#fullcalendar .fc-header .fc-header-left .fc-button {
    margin-top: 30px
}
#fullcalendar .fc-header .fc-header-left .fc-button-prev {
    margin-left: 20px
}
#fullcalendar .fc-header .fc-header-right .fc-button {
    border-radius: 4px;
    border: none;
    color: #1FAE66;
    position: absolute
}
#fullcalendar .fc-header .fc-header-right .fc-button:hover {
    background: #1FAE66;
    color: #FFFFFF
}
#fullcalendar .fc-header .fc-header-right .fc-state-disabled {
    color: #666666
}
#fullcalendar .fc-header .fc-header-right .fc-state-disabled:hover {
    color: #666666;
    background: none
}
#fullcalendar .fc-header .fc-header-right .fc-state-active {
    background: #1FAE66;
    color: #FFFFFF
}
#fullcalendar .fc-header .fc-header-right .fc-button-today {
    top: 55px;
    right: 15px
}
#fullcalendar .fc-header .fc-header-right .fc-button-month,
#fullcalendar .fc-header .fc-header-right .fc-button-agendaWeek,
#fullcalendar .fc-header .fc-header-right .fc-button-agendaDay {
    top: 20px
}
#fullcalendar .fc-header .fc-header-right .fc-button-month {
    right: 115px
}
#fullcalendar .fc-header .fc-header-right .fc-button-agendaWeek {
    right: 60px
}
#fullcalendar .fc-header .fc-header-right .fc-button-agendaDay {
    right: 15px
}
.jqstooltip {
    display: block;
    min-width: 40px;
    padding: 4px;
    min-height: 25px!important
}
.ui-pnotify-icon,
.ui-pnotify-icon span {
    font-size: 20px;
    margin-right: 0.25em
}
.ui-pnotify-closer,
.ui-pnotify-sticker {
    position: absolute;
    top: 4px;
    font-size: 18px
}
.ui-pnotify-closer {
    right: 8px
}
.ui-pnotify-sticker {
    right: 28px
}
.ui-pnotify-title {
    font-weight: bold;
    margin-bottom: 0.6em
}
.ui-pnotify .content-image .menu-icon {
    font-size: 36px
}
.introjs-helperNumberLayer {
    border: none;
    line-height: 16px;
    background: #f85d2c
}
.introjs-tooltip {
    padding: 10px 15px 15px;
    min-width: 250px
}
.introjs-button {
    color: #fff !important;
    background: #1fae66 !important;
    border-color: #1fae66 !important;
    text-shadow: none
}
.introjs-button:hover {
    background: #1b9859 none !important;
    border-color: #1b9859 !important;
    color: #fff !important
}
.introjs-disabled {
    background: #b5b5b5 !important;
    border-color: #b5b5b5 !important
}
.introjs-disabled:hover {
    background: #b5b5b5 !important;
    border-color: #b5b5b5 !important
}
.cke_top,
.cke_bottom {
    background: #F5F5F5
}
*[contenteditable="true"] {
    padding: 10px
}
.cke_editable.cke_editable_inline {
    cursor: pointer
}
.cke_editable.cke_editable_inline.cke_focus {
    background: none repeat scroll 0 0 #eee;
    box-shadow: 0 0 20px 3px #ddd inset, 0 0 1px #000 inset;
    cursor: text;
    outline: medium none
}
.gm-style img {
    max-width: none
}
.vd_body {
    float: left;
    width: 100%;
    overflow: hidden
}
.vd_nav-width {
    width: 260px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}
.vd_container {
    margin-left: 195px
}
.vd_content-wrapper .vd_container {
    margin-right: 245px;
    margin-left: 245px
}
@media (max-width: 2200px) and (min-width: 1024px) {
    .nav-left-medium .content .vd_container {
        margin-left: 125px;
    }
}
.nav-right-medium .content .vd_container {
    margin-right: 125px
}
.nav-left-small .content .vd_container {
    margin-left: 35px
}
.nav-right-small .content .vd_container {
    margin-right: 35px
}
.nav-right-hide .content .vd_container,
.no-nav-right .content .vd_container {
    margin-right: 0
}
.nav-right-hide .vd_head-section,
.no-nav-right .vd_head-section,
.nav-right-hide .vd_content-section,
.no-nav-right .vd_content-section,
.nav-right-hide .vd_title-section,
.no-nav-right .vd_title-section {
    margin-right: -15px
}
.nav-left-hide .content .vd_container,
.no-nav-left .content .vd_container {
    margin-left: 0
}
.nav-left-hide .vd_head-section,
.no-nav-left .vd_head-section,
.nav-left-hide .vd_content-section,
.no-nav-left .vd_content-section,
.nav-left-hide .vd_title-section,
.no-nav-left .vd_title-section {
    margin-left: -15px
}
.full-layout .container {
    width: 100%;
    max-width: 100%
}
.middle-layout .content .container {
    overflow: hidden
}
.boxed-layout header .container,
.boxed-layout footer .container,
.boxed-layout .content .container {
    box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.1), 0 0 5px -4px rgba(0, 0, 0, 0.1)
}
.boxed-layout header {
    margin-top: 40px
}
.boxed-layout header .vd_top-menu-wrapper {
    background: none;
    box-shadow: none;
    position: relative
}
.boxed-layout header .vd_top-menu-wrapper .container {
    background-color: #242729;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}
.boxed-layout footer {
    margin-bottom: 40px
}
.boxed-layout footer .vd_bottom {
    background: none;
    padding-top: 0;
    padding-bottom: 0
}
.boxed-layout footer .vd_bottom .container {
    background-color: #252525;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}
.boxed-layout .content .container {
    overflow: hidden
}
.content {
    position: relative
}
.vd_content-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f0f0f0
}
.vd_head-section,
.vd_content-section,
.vd_title-section {
    padding: 0 10px
}
.navbar-align-right .vd_head-section,
.navbar-align-right .vd_title-section,
.navbar-align-right .vd_content-section {
    margin-left: -15px;
    margin-right: 0
}
.vd_head-section {
    background-color: #f0f0f0;
    border-bottom: 1px solid #C7C7C7;
}
.vd_title-section {
    background-color: #eaeaea;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
	display: none;
}
.vd_title-section .subtitle {
    font-size: 12px;
    margin-left: 2px;
    padding-right: 180px;
    color: #666;
    font-weight: 300;
    letter-spacing: .3px
}
.vd_title-section h1 {
    margin: 0;
    font-size: 28px;
    color: #555555;
    font-weight: bold;
    padding: 10px 0px;
}
.vd_title-section .no-subtitle .vd_panel-menu {
    top: -6px
}
.vd_title-section .no-menu h1,
.vd_title-section .no-menu .subtitle {
    padding-right: 0
}
.vd_content-section {
    background-color: #f0f0f0;
    padding: 15px;
    padding-top: 12px;
    border-top: 1px solid #F8F8F8;
}
.vd_content-section .row {
    margin-bottom: 10px;
}
.content-style-2 .vd_head-section {
    border-bottom: 1px solid #DDDDDD
}
.content-style-2 .vd_title-section {
    background: none;
    border-top: 1px solid #F8F8F8;
    border-bottom: none
}
.content-style-2 .vd_title-section .vd_panel-menu .menu {
    background-color: #FFFFFF
}
.content-style-2 .vd_content-section {
    border-top: none
}
.fullscreen header,
.remove-header header {
    margin-top: -63px
}
.remove-navbar .vd_head-section .vd_panel-menu .remove-navbar-button,
.remove-header .vd_head-section .vd_panel-menu .remove-header-button,
.fullscreen .vd_head-section .vd_panel-menu .fullscreen-button {
    background-color: #666;
    border-right-color: #EEE;
    color: #FFF
}
.vd_nav-width,
.vd_container,
.expand-menu,
.menu,
a,
header,
.vd_mega-menu>ul>li {
    transition: all .3s ease 0s
}
.vd_menu>ul>li:hover>a .menu-icon {
    transition: all ease-in-out .4s .4s
}
.vd_panel-header {
    position: relative
}
.vd_panel-menu {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    margin-right: -10px
}
.vd_panel-menu .menu {
    display: block;
    float: left;
    width: 26px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    margin-right: 10px;
    vertical-align: middle;
    border: 1px solid #fff;
    color: #fff;
    position: relative
}
.vd_panel-menu .menu .glyphicon {
    top: 2px
}
.vd_panel-menu .menu .vd_mega-menu-content {
    font-size: 13px
}
.vd_panel-menu .menu:hover,
.vd_panel-menu .menu.active,
.vd_panel-menu .text-menu:hover,
.vd_panel-menu .text-menu.active {
    background-color: #fff;
    color: #2A85BB;
    cursor: pointer
}
.vd_panel-menu .text-menu {
    margin-right: 10px;
    padding: 2px 8px
}
.vd_panel-menu .menu-trigger {
    display: block
}
.vd_panel-menu .menu {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.navbar-tabs-menu .menu a {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}
.vd_top-nav .vd_panel-menu {
    top: 16px
}
.vd_top-nav .vd_panel-menu .menu {
    color: #BABABA;
    background: rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 0, 0, 0.1);
    height: 30px;
    line-height: 28px;
    width: 30px
}
.vd_top-nav .vd_panel-menu .menu:hover {
    background: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1)
}
.vd_top-nav .vd_panel-menu .menu.active {
    margin-top: 1px;
    color: #1fae66;
    background: rgba(0, 0, 0, 0.7);
    border-color: #000 #333 #333 #000
}
.panel-menu-style-2 .vd_panel-menu .menu {
    background: none;
    border-color: #9DABA4;
    color: #9DABA4
}
.panel-menu-style-2 .vd_panel-menu .menu:hover {
    color: #F5F5F5
}
.nav-right-hide .vd_top-nav .vd_panel-menu .menu:hover,
.nav-left-hide .vd_top-nav .vd_panel-menu .menu:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #F5F5F5
}
.vd_title-section .vd_panel-menu {
    z-index: 3
}
.vd_head-section .vd_panel-menu {
    z-index: 4
}
.expand-all .vd_navbar .navbar-menu .vd_panel-menu .menu {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}
.nav-right-hide .vd_top-nav .vd_panel-menu [data-action^="toggle-navbar-right"],
.nav-left-hide .vd_top-nav .vd_panel-menu [data-action^="toggle-navbar-left"] {
    background: rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 0, 0, 0.1);
    color: #BABABA;
    margin-top: 0
}
.nav-right-hide .panel-menu-style-2 .vd_panel-menu [data-action^="toggle-navbar-right"],
.nav-left-hide .panel-menu-style-2 .vd_panel-menu [data-action^="toggle-navbar-left"] {
    background: none;
    border-color: #9DABA4;
    color: #9DABA4
}
.vd_mega-menu-wrapper>.vd_mega-menu>.mega-ul>.mega-li>[data-action^="toggle-navbar-right"],
.vd_mega-menu-wrapper>.vd_mega-menu>.mega-ul>.mega-li>[data-action^="toggle-navbar-left"] {
    color: #2A85BB;
}
.nav-right-hide .vd_mega-menu-wrapper>.vd_mega-menu>.mega-ul>.mega-li>[data-action^="toggle-navbar-right"],
.nav-left-hide .vd_mega-menu-wrapper>.vd_mega-menu>.mega-ul>.mega-li>[data-action^="toggle-navbar-left"] {
    color: #CCCCCC
}
.vd_mega-menu-content .title .vd_panel-menu {
    margin-right: 2px
}
.vd_mega-menu-content .title .vd_panel-menu .menu {
    border: none;
    height: 22px;
    line-height: 22px;
    width: 22px;
    margin-right: 5px
}
.vd_head-section .vd_panel-menu .menu {
    color: #666;
    border: none;
    width: 30px;
    height: 29px;
    line-height: 29px;
    border-right: 1px solid #DDDDDD;
    -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.5) inset;
    margin-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.vd_head-section .vd_panel-menu .menu:first-child {
    border-left: 1px solid #DDDDDD
}
.vd_head-section .vd_panel-menu .menu:hover,
.vd_head-section .vd_panel-menu .menu.active {
    background-color: #666;
    border-right-color: #EEE;
    color: #FFF
}
.vd_title-section .vd_panel-menu {
    top: 7px;
    right: 15px
}
.vd_title-section .vd_panel-menu>.menu {
    background-color: #F8F8F8;
    border: none;
    height: auto;
    padding: 10px 15px;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    margin-right: 0;
    color: #666;
    text-align: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.vd_title-section .vd_panel-menu>.menu>.menu-icon {
    margin-right: 10px
}
.vd_title-section .vd_panel-menu>.menu:hover,
.vd_title-section .vd_panel-menu>.menu.active,
.vd_title-section .vd_panel-menu>.menu:focus {
    background-color: #1fae66;
    border-color: #1fae66;
    color: #FFF
}
.vd_navbar .navbar-menu .vd_panel-menu {
    right: 12px;
    top: 12px
}
.vd_comments .comments-title {
    margin-bottom: 30px
}
.vd_comments .commentlist {
    margin-left: 0
}
.vd_comments li {
    list-style: none;
    position: relative;
    margin-bottom: 20px
}
.vd_comments .comment-meta {
    float: left;
    margin-right: 10px
}
.vd_comments .comment-author img {
    border-radius: 50px;
    width: 30px
}
.vd_comments .comment-content {
    margin-bottom: 40px
}
.vd_comments .comment-author {
    float: left;
    font-size: 24px;
    margin-right: 25px
}
.vd_comments .comment-date {
    font-size: 11px;
    font-style: italic;
    line-height: 26px;
    margin-bottom: 5px
}
.vd_comments .comment-reply {
    position: absolute;
    top: -2px;
    right: 0
}
.vd_comments .comment-word {
    border-top: 4px solid #E5E5E5;
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 28px;
    position: relative
}
.vd_comments .comment-word:before {
    -moz-border-color: none;
    border-color: transparent transparent #E5E5E5;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: "";
    display: block;
    height: 0;
    opacity: 1;
    width: 0;
    position: absolute;
    left: 90px;
    top: -21px
}
.vd_comments ul {
    margin-left: 68px;
    margin-top: 20px;
    padding-left: 0
}
.content-list .list-wrapper {
    margin: 0;
    padding: 0
}
.content-list .list-wrapper>li {
    padding-top: 5px;
    padding-bottom: 5px;
    list-style: none;
    border-bottom: 1px solid #EEE;
    position: relative;
    text-align: left
}
.content-list .list-wrapper>li:before,
.content-list .list-wrapper>li:after {
    content: " ";
    display: table
}
.content-list .list-wrapper>li:after {
    clear: both
}
.content-list .list-wrapper>li>a {
    display: block
}
.content-list .list-wrapper>li:hover {
    background: #F5F5F5
}
.content-list .list-wrapper>li.warning {
    background-color: #fff5de
}
.content-list .list-wrapper>li:last-child {
    border-bottom: none
}
.content-list .wrap-10 li {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px
}
.content-list .wrap-15 li {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px
}
.content-list .wrap-20 li {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px
}
.content-list .wrap-25 li {
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
    padding-right: 25px
}
.content-list .no-bd-btm li {
    border-bottom: none
}
.content-list .menu-icon {
    display: block;
    float: left;
    width: 16px;
    text-align: center;
    font-size: 14px
}
.content-list .progress {
    margin-bottom: 5px;
    height: 15px;
    line-height: 15px
}
.content-list .menu-badge {
    position: absolute;
    right: 10px;
    top: 3px
}
.content-list .menu-text {
    display: block;
    margin-left: 26px;
    text-transform: none;
    padding-right: 15px
}
.content-list .menu-info {
    font-size: 11.4px;
    font-style: italic;
    color: #939ba2;
    text-transform: capitalize;
    display: block
}
.content-list .menu-action {
    margin-left: 10px
}
.content-list .menu-action .menu-action-icon {
    text-align: center;
    display: inline-block;
    height: 22px;
    width: 22px;
    line-height: 20px;
    margin-left: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}
.content-list .menu-action .menu-action-icon:hover {
    color: #1fae66;
    border-color: #1fae66
}
.content-list ul li.align-right .menu-icon {
    float: right;
    margin-right: 0;
    margin-left: 12px
}
.content-list ul li.align-right .menu-text {
    text-align: right;
    margin-right: 26px;
    margin-left: 0;
    padding-right: 0;
    padding-left: 15px
}
.content-list ul li.align-right .menu-text .menu-info .menu-action {
    margin-left: 0;
    margin-right: 10px
}
.content-list ul li.align-right .menu-badge {
    right: auto;
    left: 0
}
.content-list .line {
    border-top: 1px solid #EEE;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    padding: 0 !important
}
.menu-action-right .menu-text {
    padding-right: 30px
}
.menu-action-right .menu-action {
    position: absolute;
    right: 15px;
    top: 10px
}
.menu-action-right .menu-action .menu-action-icon {
    display: block;
    margin-bottom: 4px
}
.menu-rating {
    display: inline-block
}
.menu-rating i {
    margin-right: 1px
}
.menu-action .menu-action-icon:hover {
    cursor: pointer
}
.content-image .menu-icon {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 28px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 12px
}
.content-image .menu-icon img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.content-image .menu-text {
    margin-left: 55px
}
.content-image ul li.align-right .menu-icon {
    margin-right: 0;
    margin-left: 12px
}
.content-image ul li.align-right .menu-text {
    margin-right: 55px
}
.content-menu .list-wrapper li {
    border-bottom: none;
    padding-top: 3px;
    padding-bottom: 3px
}
.content-large .menu-icon {
    font-size: 24px;
    width: 100px;
    height: 100px;
    margin-right: 15px
}
.content-large .menu-text {
    margin-left: 115px
}
.content-large ul li.align-right .menu-icon {
    margin-right: 0;
    margin-left: 12px
}
.content-large ul li.align-right .menu-text {
    margin-right: 115px
}
.content-blog-small .list-wrapper>li:hover,
.content-blog-large .list-wrapper>li:hover {
    background: inherit
}
.content-blog-small .blog-title a,
.content-blog-large .blog-title a {
    color: #5e656b
}
.content-blog-small .blog-title a:hover,
.content-blog-large .blog-title a:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}
.content-blog-small .menu-icon {
    font-size: 32px;
    width: 50px;
    margin-right: 22px
}
.content-blog-small .menu-text {
    margin-left: 87px
}
.content-blog-small .list-wrapper>li {
    padding-top: 30px;
    padding-bottom: 30px
}
.content-blog-small ul li.align-right .menu-icon {
    margin-right: 0;
    margin-left: 27px
}
.content-blog-small ul li.align-right .menu-text {
    margin-right: 227px
}
.content-blog-large .menu-icon {
    font-size: 48px;
    width: 300px;
    margin-right: 22px
}
.content-blog-large .menu-text {
    margin-left: 327px
}
.content-blog-large .list-wrapper>li {
    padding-top: 30px;
    padding-bottom: 30px
}
.content-blog-large ul li.align-right .menu-icon {
    margin-right: 0;
    margin-left: 27px
}
.content-blog-large ul li.align-right .menu-text {
    margin-right: 327px
}
.content-grid:before,
.content-grid:after {
    content: " ";
    display: table
}
.content-grid:after {
    clear: both
}
.content-grid .list-wrapper {
    margin: 0;
    padding: 0
}
.content-grid .list-wrapper>li {
    float: left;
    margin-top: 10px;
    margin-bottom: 5px;
    list-style: none;
    position: relative
}
.content-grid .list-wrapper>li.warning {
    background-color: #fff5de
}
.content-grid .list-wrapper>li:hover {
    background: #F5F5F5
}
.content-grid .list-wrapper>li>a {
    padding: 10px;
    display: block
}
.content-grid .menu-icon {
    display: block;
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px
}
.content-grid .menu-icon img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px
}
.content-grid .menu-text {
    display: block;
    text-transform: none;
    text-align: center
}
.content-grid .menu-text .menu-info {
    font-size: 11.4px;
    font-style: italic;
    color: #939ba2;
    display: block;
    text-transform: capitalize
}
.content-grid .menu-text .menu-info .menu-action {
    display: block
}
.content-grid .menu-text .menu-info .menu-action .menu-action-icon {
    text-align: center;
    font-size: 14px;
    border: 1px solid #AAA;
    display: inline-block;
    height: 22px;
    width: 22px;
    line-height: 18px;
    margin-left: 10px;
    margin-top: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}
.content-grid .menu-text .menu-info .menu-action .menu-action-icon:first-child {
    margin-left: 0
}
.content-grid .menu-text .menu-info .menu-action .menu-action-icon:hover {
    color: #1fae66;
    border-color: #1fae66;
    background: #fff
}
.content-grid .menu-text .progress {
    margin-bottom: 5px;
    margin-top: 5px;
    height: 12px
}
.content-chat .list-wrapper>.group-heading {
    padding: 2px 10px
}
.content-chat .list-wrapper>li {
    margin-left: -20px;
    margin-right: -20px
}
.content-chat .list-wrapper>li:hover {
    background-color: rgba(255, 255, 255, 0.1)
}
.content-chat .list-wrapper>.group-heading:hover {
    background-color: inherit
}
.vd_pricing-table .plan {
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
    margin-top: 20px;
    box-shadow: 11px 0 10px 0 rgba(0, 0, 0, 0.1), -11px 0 10px -15px rgba(0, 0, 0, 0.1)
}
.vd_pricing-table .main {
    font-size: 72px
}
.vd_pricing-table .price {
    padding: 50px 10px 35px
}
.vd_pricing-table .price .suffix {
    font-size: 34px;
    display: inline-block;
    margin-left: -18px;
    position: relative;
    top: -13px;
    left: 7px;
    vertical-align: top;
    font-weight: 300
}
.vd_pricing-table .price .text {
    font-size: 12px;
    display: inline-block;
    margin-left: 2px;
    position: relative;
    left: -37px;
    bottom: 2px;
    vertical-align: bottom;
    border-top: 2px solid #FFFFFF
}
.vd_pricing-table .caret-pos {
    font-size: 36px;
    position: absolute;
    left: 48%;
    bottom: -12px
}
.vd_pricing-table .features {
    padding-top: 20px;
    padding-bottom: 20px
}
.vd_pricing-table .features li {
    padding: 20px 40px
}
.vd_pricing-table .featured {
    box-shadow: 11px 0 10px -10px rgba(0, 0, 0, 0.1), -11px 0 10px -10px rgba(0, 0, 0, 0.1);
    z-index: 1;
    margin-top: 0
}
.vd_pricing-table .featured h3 {
    padding-top: 26px !important;
    padding-bottom: 30px !important;
    font-size: 28px
}
.vd_pricing-table .featured .features {
    padding-bottom: 60px
}
.vd_pricing-table .featured .price {
    padding-bottom: 34px
}
.vd_back-top {
    background: none repeat scroll 0 0 #23709E;
    bottom: -30px;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    height: 43px;
    opacity: 0;
    padding: 5px 0 0;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    width: 48px;
    z-index: 9999
}
.vd_back-top.visible:hover {
    opacity: 1
}
.vd_back-top.visible:hover,
.vd_back-top.visible:focus {
    color: #FFFFFF
}
.vd_back-top.visible {
    bottom: 0;
    opacity: 0.75
}
.vd_gallery .gallery-item:hover>a .bg-cover {
    opacity: .8
}
.vd_gallery .gallery-item:hover>a .bg-cover.light {
    opacity: .4
}
.vd_gallery .gallery-item:hover>.vd_info {
    opacity: 1;
    transform: scale(1)
}
.vd_gallery .gallery-item {
    float: left;
    width: 200px;
    height: 200px;
    background: #FFFFFF;
    border: 2px solid #F0F0F0;
    overflow: hidden
}
.vd_gallery .gallery-item>a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}
.vd_gallery .gallery-item>a .bg-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;   
    opacity: 0;
    transition: all 300ms ease-in-out 0s;
	background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0), rgba(35, 112, 158, 0.33)); /* For Safari 5.1 to 6.0 */
    background: -o-radial-gradient(circle, rgba(255, 255, 255, 0), rgba(35, 112, 158, 0.33)); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0), rgba(35, 112, 158, 0.33)); /* For Fx 3.6 to 15 */
    background: radial-gradient(circle, rgba(255, 255, 255, 0), rgba(35, 112, 158, 0.33)); /* Standard syntax (must be last) */
}
.vd_gallery .gallery-item>.vd_info {
    opacity: 0;
    transform: scale(0);
    transform-origin: 50% 0 0;
    transition: all 300ms ease-in-out 0s;
    width: 100%;
    position: absolute;
    bottom: 45px;
    left: 0px;
    padding: 0 40px 0 20px
}
.vd_gallery .gallery-item>.vd_info h3 {
    font-weight: 300
}
.vd_gallery .gallery-item.width2 {
    width: 400px
}
.vd_gallery .gallery-item.height2 {
    height: 400px
}
.vd_gallery .gallery-item.full-width {
    width: 100%;
    height: auto;
    float: none
}
.isotope:after {
    content: '';
    display: block;
    clear: both
}
.vd_visitor-counter {
    display: table;
    margin: 0 auto
}
.vd_visitor-counter .item-row {
    display: table-row
}
.vd_visitor-counter .item {
    width: 72px;
    text-align: center;
    font-size: 72px;
    font-weight: 700;
    height: 88px;
    color: #FFF;
    display: table-cell;
    vertical-align: middle;
    border-radius: 4px;
    position: relative;
    line-height: 88px;
    margin-right: 5px;
    float: left
}
.vd_visitor-counter .item .line {
    border: 1px solid #FFF;
    position: absolute;
    width: 72px;
    top: 50%
}
.vd_visitor-counter .break {
    margin-right: 25px
}
.vd_visitor-counter .item-border {
    border: 8px solid #FFF;
    position: absolute;
    width: 72px;
    top: 48%
}
.vd_timeline {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative
}
.vd_timeline .tl-item {
    position: relative
}
.vd_timeline>.tl-item .tl-label {
    margin-left: 24%;
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 15px;
    position: relative
}
.vd_timeline>.tl-item-year {
    height: 78px
}
.vd_timeline>.tl-item-date {
    height: 120px
}
.vd_timeline>.tl-item-class {
    height: 120px
}
.vd_timeline>.tl-item-year.tl-separator {
    height: 120px;
    top: 80px
}
.vd_timeline>.tl-item-date.tl-separator {
    height: 200px;
    top: 50px
}
.vd_timeline>.tl-item .tl-year {
    padding: 20px 15px;
    font-size: 25px;
    margin-left: -80px;
    background: #F0F0F0;
    font-weight: bold;
}
.staff-id
{
	font-size: 12px;
    margin: 0px;
}
.class-txt
{
	font-size: 12px;
    margin: 0px;
}
/*.vd_timeline>.tl-item .tl-date {
    background: none repeat scroll 0 0 #F0F0F0;
    border-radius: 50%;
    box-shadow: 0 0 0 6px #AAAAAA;
    color: #909090;
    font-weight: bold;
    height: 85px;
    line-height: 82px;
    margin: 0 0 0 -49px;
    text-align: center;
    font-size: 1.8em;
    top: 0px;
    width: 85px
}*/
.vd_timeline>.tl-item .tl-class {
    background: none repeat scroll 0 0 #F0F0F0;
    border-radius: 5%;
    box-shadow: 0 0 0 6px #AAAAAA;
    color: #909090;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 0 0 0 -65px;
    text-align: center;
    font-size: 12px;
    top: 0px;
    width: 120px;
}
.vd_timeline>.tl-item .tl-date {
    background: none repeat scroll 0 0 #F0F0F0;
    border-radius: 5%;
    box-shadow: 0 0 0 6px #AAAAAA;
    color: #909090;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 0 0 0 -65px;
    text-align: center;
    font-size: 12px;
    top: 0px;
    width: 120px;
}
.vd_timeline>.tl-item .tl-date-2 {
    line-height: 24px;
    padding-top: 13px
}
.vd_timeline>.tl-item .tl-date-3 {
    line-height: 20px;
    padding-top: 22px
}
.vd_timeline>.tl-item .tl-date-end {
    top: 40px
}
.vd_timeline>.tl-item .tl-date .tl-day {
    font-size: 36px
}
.vd_timeline>.tl-item .tl-date .tl-month {
    font-size: 18px
}
.vd_timeline>.tl-item .tl-img {
    width: 55px
}
.vd_timeline>.tl-item .tl-action {
    margin-left: -10px
}
.vd_timeline>.tl-item .tl-icon {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 50%;
    box-shadow: 0 0 0 6px #FFFFFF;
    color: #7C8694;
    font-size: 1.3em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 40px;
    line-height: 37px;
    margin: 0 0 0 -27px;
    text-align: center;
    text-transform: none;
    top: 19px;
    width: 40px
}
.vd_timeline>.tl-item .entypo-icon {
    line-height: 40px
}
.vd_timeline>.tl-item .tl-icon:after {
    content: "";
    height: 1px;
    border-top: 1px solid #1EAE66;
    position: absolute;
    top: 20px;
    width: 100px;
    left: 40px
}
.vd_timeline>.tl-item .tl-icon.primary {
    background: none repeat scroll 0 0 #111111;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.7);
    color: #FFFFFF
}
.vd_timeline>.tl-item .tl-icon.primary:after {
    border-top-color: #111111
}
.vd_timeline>.tl-item .tl-icon.success {
    background: none repeat scroll 0 0 #1eae66;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.7);
    color: #FFFFFF
}
.vd_timeline>.tl-item .tl-icon.success:after {
    border-top-color: #1eae66
}
.vd_timeline>.tl-item .tl-icon.warning {
    background: none repeat scroll 0 0 #F89C2C;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.7);
    color: #FFFFFF
}
.vd_timeline>.tl-item .tl-icon.warning:after {
    border-top-color: #F89C2C
}
.vd_timeline>.tl-item .tl-icon.danger {
    background: none repeat scroll 0 0 #F85D2C;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.7);
    color: #FFFFFF
}
.vd_timeline>.tl-item .tl-icon.danger:after {
    border-top-color: #F85D2C
}
.vd_timeline>.tl-item .tl-icon.info {
    background: none repeat scroll 0 0 #23709E;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.7);
    color: #FFFFFF
}
.vd_timeline>.tl-item .tl-icon.info:after {
    border-top-color: #23709E
}
.vd_timeline:before,
.vd_timeline>li .tl-year,
.vd_timeline>li .tl-date,
.vd_timeline>li .tl-class,
.vd_timeline>li .tl-icon {
    position: absolute;
    left: 15%
}
.vd_timeline:before {
    background: none repeat scroll 0 0 #AAAAAA;
    bottom: 0;
    content: "";
    margin-left: -10px;
    top: 0;
    width: 6px
}
.widget {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    background: #ffffff;
    margin-bottom: 10px;
}
@media (max-width: 2200px) and (min-width: 1024px) {
    .remove-navbar .vd_top-nav .vd_panel-menu .remove-navbar-button,
    .remove-header .vd_top-nav .vd_panel-menu .remove-header-button,
    .fullscreen .vd_top-nav .vd_panel-menu .fullscreen-button,
    .vd_top-nav .vd_panel-menu [data-action^="toggle-navbar-right"],
    .vd_top-nav .vd_panel-menu [data-action^="toggle-navbar-left"],
    .nav-left-medium .vd_top-nav .vd_panel-menu [data-action^="nav-left-medium"],
    .nav-left-small .vd_top-nav .vd_panel-menu [data-action^="nav-left-small"],
    .nav-right-medium .vd_top-nav .vd_panel-menu [data-action^="nav-right-medium"],
    .nav-right-small .vd_top-nav .vd_panel-menu [data-action^="nav-right-small"],
    .submenu .vd_top-nav .vd_panel-menu [data-action^="submenu"] {
        margin-top: 1px;
        color: #2A85BB;
        background: #0E0E0E;
        border-color: #000 #333 #333 #000;
    }
    .nav-left-medium .vd_navbar-left,
    .nav-right-medium .vd_navbar-right {
        width: 140px
    }
    .nav-left-medium .vd_navbar-left .vd_menu>ul>li>a,
    .nav-right-medium .vd_navbar-right .vd_menu>ul>li>a {
        font-size: 12px;
        text-align: center;
        padding: 12px 20px
    }
    .nav-left-medium .vd_navbar-left .vd_menu .menu-icon,
    .nav-right-medium .vd_navbar-right .vd_menu .menu-icon {
        font-size: 36px;
        margin-right: 0;
        width: 100%;
        height: 40px;
        line-height: 38px;
        float: none
    }
    .nav-left-medium .vd_navbar-left .vd_menu .menu-active,
    .nav-right-medium .vd_navbar-right .vd_menu .menu-active {
        display: none
    }
    .nav-left-medium .vd_navbar-left .vd_menu>ul>li>a .menu-badge,
    .nav-right-medium .vd_navbar-right .vd_menu>ul>li>a .menu-badge,
    .nav-left-small .vd_navbar-left .vd_menu>ul>li>a .menu-badge,
    .nav-right-small .vd_navbar-right .vd_menu>ul>li>a .menu-badge {
        float: none;
        position: absolute;
        top: 4px;
        right: 4px
    }
    .nav-left-medium .vd_navbar-left .vd_menu ul li .child-menu,
    .nav-right-medium .vd_navbar-right .vd_menu ul li .child-menu,
    .nav-left-small .vd_navbar-left .vd_menu ul li .child-menu,
    .nav-right-small .vd_navbar-right .vd_menu ul li .child-menu {
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 10;
        width: 240px;
        background: rgb(35, 112, 158);
        border-top: 4px solid #184E6F;
        border-right: 2px solid #184E6F;
    }
    .nav-left-medium .vd_navbar-left .vd_menu ul li .child-menu a,
    .nav-right-medium .vd_navbar-right .vd_menu ul li .child-menu a,
    .nav-left-small .vd_navbar-left .vd_menu ul li .child-menu a,
    .nav-right-small .vd_navbar-right .vd_menu ul li .child-menu a {
        text-align: left;
    }
    .nav-left-medium .vd_navbar-left .vd_menu ul li .child-menu a:hover,
    .nav-right-medium .vd_navbar-right .vd_menu ul li .child-menu a:hover,
    .nav-left-small .vd_navbar-left .vd_menu ul li .child-menu a:hover,
    .nav-right-small .vd_navbar-right .vd_menu ul li .child-menu a:hover {
        background: #184E6F;
    }
    .nav-left-medium .vd_navbar-left .vd_menu ul li .child-menu .child-menu,
    .nav-right-medium .vd_navbar-right .vd_menu ul li .child-menu .child-menu,
    .nav-left-small .vd_navbar-left .vd_menu ul li .child-menu .child-menu,
    .nav-right-small .vd_navbar-right .vd_menu ul li .child-menu .child-menu,
    .nav-left-medium .vd_navbar-left .vd_menu ul li .child-menu .child-menu .child-menu,
    .nav-right-medium .vd_navbar-right .vd_menu ul li .child-menu .child-menu .child-menu,
    .nav-left-small .vd_navbar-left .vd_menu ul li .child-menu .child-menu .child-menu,
    .nav-right-small .vd_navbar-right .vd_menu ul li .child-menu .child-menu .child-menu {
        background: rgb(35, 112, 158);
        border-top: 4px solid #184E6F;
        top: -9px;
    }
    .nav-left-medium .vd_navbar-left .vd_menu ul li .child-menu .child-menu a,
    .nav-right-medium .vd_navbar-right .vd_menu ul li .child-menu .child-menu a,
    .nav-left-small .vd_navbar-left .vd_menu ul li .child-menu .child-menu a,
    .nav-right-small .vd_navbar-right .vd_menu ul li .child-menu .child-menu a,
    .nav-left-medium .vd_navbar-left .vd_menu ul li .child-menu .child-menu .child-menu a,
    .nav-right-medium .vd_navbar-right .vd_menu ul li .child-menu .child-menu .child-menu a,
    .nav-left-small .vd_navbar-left .vd_menu ul li .child-menu .child-menu .child-menu a,
    .nav-right-small .vd_navbar-right .vd_menu ul li .child-menu .child-menu .child-menu a {
        padding-left: 20px;
        padding-right: 20px
    }
    .nav-left-medium .vd_navbar-left .navbar-menu .vd_panel-menu,
    .nav-right-medium .vd_navbar-right .navbar-menu .vd_panel-menu,
    .nav-left-small .vd_navbar-left .navbar-menu .vd_panel-menu,
    .nav-right-small .vd_navbar-right .navbar-menu .vd_panel-menu {
        display: none !important
    }
    .nav-left-medium .vd_navbar-left .navbar-tabs-menu .menu-container,
    .nav-right-medium .vd_navbar-right .navbar-tabs-menu .menu-container,
    .nav-left-small .vd_navbar-left .navbar-tabs-menu .menu-container,
    .nav-right-small .vd_navbar-right .navbar-tabs-menu .menu-container {
        height: 61px;
        width: 260px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: absolute;
        top: 0;
        background-color: #393d41;
        display: none;
        border-bottom: 1px solid #dcdcdc;
        z-index: 998
    }
    .nav-left-medium .vd_navbar-left .navbar-tabs-menu .menu-container,
    .nav-right-medium .vd_navbar-right .navbar-tabs-menu .menu-container {
        left: 140px
    }
    .nav-left-hide.nav-left-medium .vd_navbar-left {
        margin-left: -140px
    }
    .nav-left-hide.nav-left-fixed.nav-left-medium .vd_navbar-left {
        margin-left: -155px
    }
    .nav-left-medium .vd_navbar-left .hide-nav-medium,
    .nav-right-medium .vd_navbar-right .hide-nav-medium {
        display: none
    }
    .nav-left-medium .vd_navbar-left .navbar-tabs-menu .expand-menu,
    .nav-right-medium .vd_navbar-right .navbar-tabs-menu .expand-menu,
    .nav-left-small .vd_navbar-left .navbar-tabs-menu .expand-menu,
    .nav-right-small .vd_navbar-right .navbar-tabs-menu .expand-menu {
        display: block
    }
    .nav-left-medium .vd_navbar-left.vd_navbar-tabs-profile .navbar-tabs-menu .menu-container,
    .nav-right-medium .vd_navbar-right.vd_navbar-tabs-profile .navbar-tabs-menu .menu-container,
    .nav-left-small .vd_navbar-left.vd_navbar-tabs-profile .navbar-tabs-menu .menu-container,
    .nav-right-small .vd_navbar-right.vd_navbar-tabs-profile .navbar-tabs-menu .menu-container {
        display: block;
        left: auto
    }
    .nav-left-medium .vd_navbar-left.vd_navbar-tabs-profile .navbar-tabs-menu .expand-menu,
    .nav-right-medium .vd_navbar-right.vd_navbar-tabs-profile .navbar-tabs-menu .expand-menu,
    .nav-left-small .vd_navbar-left.vd_navbar-tabs-profile .navbar-tabs-menu .expand-menu,
    .nav-right-small .vd_navbar-right.vd_navbar-tabs-profile .navbar-tabs-menu .expand-menu {
        display: none
    }
    .nav-left-medium .vd_navbar-left.vd_navbar-tabs-profile .navbar-tabs-menu .vd_mega-menu-wrapper .vd_mega-menu .profile .mega-name,
    .nav-right-medium .vd_navbar-right.vd_navbar-tabs-profile .navbar-tabs-menu .vd_mega-menu-wrapper .vd_mega-menu .profile .mega-name,
    .nav-left-small .vd_navbar-left.vd_navbar-tabs-profile .navbar-tabs-menu .vd_mega-menu-wrapper .vd_mega-menu .profile .mega-name,
    .nav-right-small .vd_navbar-right.vd_navbar-tabs-profile .navbar-tabs-menu .vd_mega-menu-wrapper .vd_mega-menu .profile .mega-name {
        display: none
    }
    .nav-left-medium .vd_navbar-left.vd_navbar-tabs-profile .navbar-tabs-menu .menu-container,
    .nav-right-medium .vd_navbar-right.vd_navbar-tabs-profile .navbar-tabs-menu .menu-container {
        width: 140px
    }
    .nav-left-medium .vd_navbar-left.vd_navbar-tabs-profile .navbar-tabs-menu .vd_mega-menu-wrapper .vd_mega-menu .profile,
    .nav-right-medium .vd_navbar-right.vd_navbar-tabs-profile .navbar-tabs-menu .vd_mega-menu-wrapper .vd_mega-menu .profile {
        margin-left: 24px
    }
    .nav-left-medium .vd_navbar-left.vd_navbar-tabs-profile .navbar-tabs-menu .vd_mega-menu-wrapper .vd_mega-menu .profile .mega-image,
    .nav-right-medium .vd_navbar-right.vd_navbar-tabs-profile .navbar-tabs-menu .vd_mega-menu-wrapper .vd_mega-menu .profile .mega-image {
        width: 80px;
        height: 80px;
        border: 2px solid #EEEEEE;
        -webkit-border-radius: 80px;
        -moz-border-radius: 80px;
        border-radius: 80px
    }
    .nav-left-medium .vd_navbar-left.vd_navbar-tabs-profile .navbar-tabs-menu .vd_mega-menu-wrapper .vd_mega-menu .profile .mega-image img,
    .nav-right-medium .vd_navbar-right.vd_navbar-tabs-profile .navbar-tabs-menu .vd_mega-menu-wrapper .vd_mega-menu .profile .mega-image img {
        -webkit-border-radius: 80px;
        -moz-border-radius: 80px;
        border-radius: 80px
    }
    .nav-left-medium .vd_navbar-left.vd_navbar-tabs-profile .navbar-menu .vd_menu,
    .nav-right-medium .vd_navbar-right.vd_navbar-tabs-profile .navbar-menu .vd_menu {
        margin-top: 40px
    }
}
@media (max-width: 2200px) and (min-width: 1680px) {
    .login-layout .vd_login-page {
        margin: 10% auto 60px;
    }
.center-logo-box
{
	width:100px;
	margin:0px auto;
}
.main-name
{
    font-family: arial;
    font-size: 18px;
    margin: 0px;
}
.main-name-l
{
    font-family: arial;
    font-size: 17px;
    margin: 0px;
}
.main-head-name
{
    font-family: arial;
    font-size: 35px;
    margin-bottom: 5px;
	margin-top: 15px;
}
.main-sub-head-name
{
    font-size: 22px;
    margin: 5px 0px 5px 0px;
}

.pass-pic-box
{
	padding: 10px;
    height: 200px;
}
.pass-pic-box img
{
	width:100%
}
.pass-input-box
{
	padding: 10px 10px 10px 0px;
    
}
.pass-input
{
	font-size: 16px;
	margin-bottom: 10px;
}
.pass-input span
{
	font-weight: 400;
}
.cut-line-box
{
   margin: 20px 0px;
}
.cut-line-box h4
{
	border-bottom: 2px dotted rgb(128, 128, 128);
    margin: 0px;
}
.cut-line-box h4 i
{
	position: absolute;
    top: 10px;
    left: 25px;
    font-size: 20px;
}

.main-adds {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    margin: 0px 0px 5px 0px;
}
.sub-adds {
    font-size: 13px;
    margin: 5px 0px 5px 0px;
}
.sub-adds-l {
    font-size: 15px;
    margin: 5px 0px 5px 0px;
}
.head-add-input {
    font-size: 18px;
}
.head-gate-add-input {
    font-size: 18px;
}
.form-name {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    margin: 0px 0px 0px 0px;
}
.form-name span {
    letter-spacing: 2px;
    border: 2px solid rgb(120, 120, 120);
    padding: 0px 10px;
}
.form-title-name {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    margin: 0px 0px 0px 0px;
}
.table2 > thead > tr > th {
    vertical-align: middle;
    text-align: center;
    font-weight: 800;
    color: #000;
    font-size: 12px;
}
.table2 > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
}
.logo-size {
        width: 90px;
    height: 90px;
}
.header-box-preview
{
	    width: 70%;
    margin-left: 15%;
    background: #fff;
	    padding: 10px;
}
.profile-pic-box
{
	margin: 0px auto;
    border: 1px solid #eee;
    padding: 10px;
    width: 244px;
    height: 244px;
}
.profile-pic-box img
{
	width:100% !important;
	height: 224px;
}
.profile-pic-box2
{
	margin: 0px auto;
    border: 1px solid #eee;
    padding: 10px;
       width: 214px;
    height: 214px;
}
.profile-pic-box2 img
{
	width:100% !important;
	height: 194px;
}
.file-u-btn2
{
	    width: 288px;
    margin: 0px auto 6px;
}
.file-u-btn2 input
{
	width:214px !important;
	float:left;
}
}

@media (max-width: 2200px) and (min-width: 1367px) {
    .md-mt-45 {
        margin-top: 45px;
    }
.mrgn-tb-25
{
	margin:25px 0px;
}
.my-pad-l-box
{
	padding-left:5%;
}
}

@media (max-width: 1679px) and (min-width: 1024px) {
	.box-1367-50
{
	width:50% !important;
}
.box-1367-33-33
{
	width:33.33% !important;
}
    .login-layout .vd_login-page {
        margin: 10% auto 60px;
    }
.center-logo-box
{
	width:72px;
	margin:0px auto;
}
.main-name
{
    font-family: arial;
    font-size: 18px;
    margin: 0px;
}
.main-name-l
{
    font-family: arial;
    font-size: 20px;
    margin: 0px;
}
.main-head-name
{
    font-family: arial;
    font-size: 22px;
    margin-bottom: 5px;
	margin-top: 10px;
}
.main-sub-head-name
{
    font-size: 15px;
    margin: 5px 0px 5px 0px;
}
.pass-pic-box
{
	padding: 10px;
    height: 120px;
}
.pass-pic-box img
{
	width:100%
}
.pass-input-box
{
	padding: 10px 10px 10px 0px;
    
}
.pass-input
{
	font-size: 10px;
	margin-bottom: 5px;
}
.pass-input span
{
	font-weight: 400;
}
.cut-line-box
{
   margin: 20px 0px;
}
.cut-line-box h4
{
	border-bottom: 2px dotted rgb(128, 128, 128);
    margin: 0px;
}
.cut-line-box h4 i
{
	position: absolute;
    top: 12px;
    left: 25px;
    font-size: 17px;
}
.main-adds {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    margin: 0px 0px 5px 0px;
}
.sub-adds {
    font-size: 12px;
    margin: 5px 0px 5px 0px;
}
.sub-adds-l {
    font-size: 12px;
    margin: 5px 0px 5px 0px;
}
.head-add-input {
    font-size: 12px;
}
.form-name {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    margin: 0px 0px 0px 0px;
}
.form-name span {
    letter-spacing: 1px;
    border: 1px solid rgb(120, 120, 120);
    padding: 0px 8px;
}
.form-title-name {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    margin: 0px 0px 0px 0px;
}
.logo-size {
    width: 75px;
    height: 75px;
}
.table2 > thead > tr > th {
    vertical-align: middle;
    text-align: center;
    font-weight: 800;
    color: #000;
    font-size: 10px;
}
.table2 > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
}
.sign-size h4
{
  font-size:12px;	
}
.mrgn-tb-25
{
	margin:25px 0px;
}
.header-box-preview
{
	    width: 70%;
    margin-left: 15%;
    background: #fff;
	padding: 10px;

}
.profile-pic-box
{
	margin: 0px auto;
    border: 1px solid #eee;
    padding: 10px;
    width: 244px;
    height: 244px;
}
.profile-pic-box img
{
	width:100% !important;
	height: 224px;
}
.profile-pic-box2
{
	margin: 0px auto;
    border: 1px solid #eee;
    padding: 10px;
        width: 170px;
    height: 170px;
}
.profile-pic-box2 img
{
	width:100% !important;
	height: 150px;
}
.file-u-btn2
{
	
}

.file-u-btn2 input
{
	 width: 100% !important;
    float: left;
    margin-bottom: 15px;
}
}
@media (max-width: 1366px)  {
.my-pad-l-box
{
	padding-left:6%;
}
.box-1367-50
{
	width:50% !important;
}
.box-1367-33-33
{
	width:33.33% !important;
}

}
@media (max-width: 1366px) and (min-width: 1024px) {
    .full-width-100 {
        width: 100%;
    }
    .half-width-50 {
        width: 50%;
    }
    .quart-width-25 {
        width: 25%;
    }
	.quart-width-75 {
        width: 75%;
    }
	.left-p-0
	{
	   padding-left:0px;
	}
    .md-mt-n {
        margin-top: 0px;
    }
    .tabs .nav-tabs>li>a {
        height: 50px;
    }
	.text-ser-p {
    padding: 10px 0px 0px !important;
    cursor: pointer !important;
    font-size: 16px !important;
}
}
@media (max-width: 1023px) and (min-width: 768px) 
{
.input-box-50
{
	width:50% !important;
	float: left !important;
} 
	.text-ser-p {
    padding: 10px 0px 0px !important;
    cursor: pointer !important;
    font-size: 16px !important;
}
}
@media (max-width: 767px) and (min-width: 480px) 
{

	.text-ser-p {
    padding: 10px 0px 0px !important;
    cursor: pointer !important;
    font-size: 18px !important;
}
.content-blog-small .menu-icon { 
    width: 63px;
    margin-right: 22px;
}
.content-blog-small .menu-text {
    margin-left: 85px;
}
}
@media (max-width: 2200px) and (min-width: 639px) 
{
	.margin-clear {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
}
@media (max-width: 480px) and (min-width: 260px) 
{
.btn-mt-20
{
	margin-top:20px !important;
}

}
@media (max-width: 479px) and (min-width: 260px) 
{

	.text-ser-p {
    padding: 10px 0px 0px !important;
    cursor: pointer !important;
    font-size: 15px !important;
}
.content-blog-small .menu-icon { 
    width: 50px;
    margin-right: 22px;
}
.content-blog-small .menu-text {
    margin-left: 72px;
}
}
@media (max-width: 1024px) 
{
.input-box-f-100
{
	width:100% !important;
	
} 
.tab-1024-h
{
	width:50% !important;
}
.tab-1024-f
{
	width:100% !important;
}
}
@media (max-width: 1023px) and (min-width: 320px) {
    .login-layout .vd_login-page {
        margin: 0px auto 60px;
    }
	.main-logo-c
	{
    top: -23px !important;
    left: 15px !important;
	}
	
}

@media (max-width: 2200px) and (min-width: 1200px) {
.table-responsive2 {
    width: 100% !important;
    margin-bottom: 10px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    -ms-overflow-style: -ms-autohiding-scrollbar !important;
        border: 1px solid rgba(221, 221, 221, 0.34) !important;
}
.color23
{
	color:#fff !important;
}
.table-responsive2>.table {
        margin-bottom: 0
    }
    .table-responsive2>.table>thead>tr>th,
    .table-responsive2>.table>tbody>tr>th,
    .table-responsive2>.table>tfoot>tr>th,
    .table-responsive2>.table>thead>tr>td,
    .table-responsive2>.table>tbody>tr>td,
    .table-responsive2>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive2>.table-bordered>thead>tr>th:first-child,
    .table-responsive2>.table-bordered>tbody>tr>th:first-child,
    .table-responsive2>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive2>.table-bordered>thead>tr>td:first-child,
    .table-responsive2>.table-bordered>tbody>tr>td:first-child,
    .table-responsive2>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive2>.table-bordered>thead>tr>th:last-child,
    .table-responsive2>.table-bordered>tbody>tr>th:last-child,
    .table-responsive2>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive2>.table-bordered>thead>tr>td:last-child,
    .table-responsive2>.table-bordered>tbody>tr>td:last-child,
    .table-responsive2>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive2>.table-bordered>tbody>tr:last-child>th,
    .table-responsive2>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive2>.table-bordered>tbody>tr:last-child>td,
    .table-responsive2>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

/* Start My CSS*/
/*Gridview Design Starts*/
.session-title
{
	    font-size: 15px;
    margin: 0px;
    padding: 27px 0px 0px 0px;
    color: #d6d6d6 !important;
}
.session-title span
{
	font-size: 13px !important;
    
}
.head-gate-add-input span{
    font-weight: 400;
    padding-left: 5px;
}
.Grid {
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 0px #c1c1c1c;
    border-collapse: collapse;
    font-family: Calibri;
    color: #474747;
}
.Grid td {
    padding: 2px 5px;
    border: solid 1px #C2E0FF;
    font-size: 13px;
    height: 25px;
}
.Grid th {
    padding: 2px 5px;
    color: #474747;
    background: #EBF5FF url(Images/grid-header.png) repeat-x top;
    border: solid 1px #C2E0FF;
    font-size: 15px;
    height: 25px;
}
.Grid .alt {
    background: #f9f9f9 url(Images/grid-alt.png) repeat-x top;
}
.Grid .pgr {
    background: #363670 url(Images/grid-pgr.png) repeat-x top;
}
.Grid .pgr table {
    margin: 3px 0;
}
.Grid .pgr td {
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
}
.Grid .pgr a {
    color: Gray;
    text-decoration: none;
}
.Grid .pgr a:hover {
    color: #000;
    text-decoration: none;
}
/*Gridview Design End*/

.edit {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAH8SURBVDjLjZPfS1NhGMdXf0VEQhDUhdCN4X0IYT8ghIJQM0KoC4vushZddLELKyRhQQkSFIKEGEkUCI2oxVhepG5zi1xbc0u3cDs7Z+ec/ezT+x62scmmHvhwDrzP93Pe57znsQE2cR0SdAm6d+GwYL/M1LBVBV35fF4plUqVcrlMK8Q6TqdzYrukJuiW4Vwuh67rdbLZLJlMhmQyaUnigVlC05f4+dbB0tQplp92DsnwPimQBaZpUigUrLtE0zQURSGVSqHF37DhGkVZeQdagszKLJ7HvZtNAhmuIQWGYaCqKps/ZkivPqCwPs/Gp0cYvjnKUTe+F9fMJoFoo96zfJZ9K+sLpP33qRhujPANtr7dJPhqmO/PBxX3+PljTYLtqImPpH13qZge9LUrmLEB1FU7sZd9jJw5MljNthYk/KLnxdFqeAjzdz9Z/z3Ck2fRE36qx9pakAjME1y4Lbb9GTMyTD52GUXsZO3ZadTkL6umrSD4ZZrAezvLH54Q915EjwywtXSH8FQf+t+I9V12FLwe6wE1SmjyAi77Qb6Kt3rGe9H+hKzwrgLH9eMUPE4K3gm8jpPMjRwlHfNTLBbr7Cjo7znA2NVOXA/PsThzi2wyah1pI+0E/9rNQQsqMtM4CyfE36fLhb2ERa0mB7BR0CElexjnGnL0O2T2PyFunSz8jchwAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    font-size: 0px;
}
.delete {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAXUlEQVR42u2SwQoAIAhD88vVLy8KBlaS0i1oJwP3piGVg0Skmpq8HjqZrWl9uwCbGAmwKYGZs/6iqgMyAdJuM8W2QmYKpLt/0AG9ASCv/oAnANd3AEjmAlFT1BypAV+PnRH5YehvAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    font-size: 0px;
}
.view {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAEYklEQVR4Xr2WT6hVVRSHv7X2vv/DFxVSpGIqRb2KBqloZA2MomvUSBIcOHDUwEGDBhYFEQ0aNGgcERiFTQr0JfZnoIMiG1U4EVPCIqhBECm+e85eq9dmcw+8w72z9z4458Je++z18Tv7bK4A8e43v/i8Fh27Ozhri4CIEN2Wfn/92RciMKjR8VsHdpHMUGFNMYegymunLoyBQQT6yY0NvcCxpWvEIKyVgwN1ct4bbyW5AfQjIOaw0Itsu71PR2XNUjCHyjz3MgdAIkAyZxADd476BGVNSUbulYpBBKgM9m3prVxbWC8qoxEoMly8eBGRDiEMULqICCA0OO6OMcHsJuY14KhARyGII7RxILlQJcfcWVx8cNoz0kCMXUK8he9+eZErf55nFts27mPP9pMkuw4YXYWPL3X4/g8tAk6D4MDuu4xD906o6qbWFgiRThhw5a/zHH7yFKodMtKsaVbx0bnneOK+AVVaRkj0gq80Dxw/sJkotKgd3j59jSMPKPgcgaABDREBqnSDny+9j4hO+7sbD20/igAhRJIHBCcEz783azh7FbSRxoCn7yHXoyqV0hYokaFRCSFkSfdlhr1bEQkUcE953B00KOqKoFOB5QTDCCogAu5gTh4XHI0BnSbg7QRUFQ1amk3odTfkBBoBy+MlLYIqoOQfEpVDPwus+vad8owS1CnMEFAFB5dEvzdi1SbI43gzNwuEImDQ66z+bsjjzfpz94ASVXEgiNPvLuA0xoLkcS9zSwLEsrdSToAWyXO9pGbzExAVHIgxMhrcsfqTyuMOqJLnCgrlfZvAsNd6BCt1yQnIfAFILG7az4lvjjLrVFncvB8nlfngAvu2Rk58/SsqzmrMhSdW6k6Y8QqcIpD3Ms88epbxLp0pkMxI6UY5KZUEvLR7yLE9IEILd6gNJgmkCODQTiAoJkKKRoqzBfJqCIoAgih4cFKYLeAJxEFE2wkUGUIIEHt0P32Hzg9fgQotzKl2PkV18BUABCN2nG+XRlz+Kc4U2PFwzd7xDayWJoD2Hgh4J640/5J45GWIfRBZleVN+PBd6sPHEasQh9BxLv8YGR8CjbSwGpY+iTz+vILN2YQhBjyAi+LVMuncCdDAFEuEvQdzXRUkBASIwbNnbXD5AkhzdODAjkfI9RDnC6CqhBJssmXSaANImC6GJ7BlQAgAqgiOlkDdoDcEUZpHLF+ZgOI6XwAnQ0oT0mAIqkwNzCBNUEAbASh+JtAZtt+aCUVx/jlQTjYwwGyC9QcgyhQ3xLLANIGiPI27O6CFT29hjkAhFIFKEjYYIjTGjmOSiEXABQSdCkiA7rB9EkooYyjQFmhjiYnUMBrRQmoGlsrazd0cQg96QovQzfVW85kC+tiYhZOfIRra/wkt5fpq7t8JZz6YdXTk+kw2Dl497evN/z2BjQrQCcr60vSMgA+l/m3hjTObqmSYs6ao5OaMIv/+AwiwAGwFbgOU9cGBv4GrAnSAIdAFhPVjAlz/D2qkPu1gdf6LAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}
.print {
    background-image: url(data:image/gif;base64,R0lGODlhEAAQALMAAC9n/y8w/wB/AF9fX6+wr+Do4N/Y38/Iz/D38ICHgAD/AAAAAP///wAAAAAAAAAAACH5BAAAAAAALAAAAAAQABAAAARTkMlJq72Ypc25TQcijsfyIUCaImYFjmRLJUhg2+yiTy8sLgmgqUPcCIGjQsFgODiFwWIRGBUtnYLsM6hBXJ2K8HOnK5vNg9bCu2weCIRFmnKuTyIAOw==);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    font-size: 0px;
}
.popup_bg {
    background-color: rgba(0, 0, 0, 0.5);
}
.popup {
    min-width: 350px;
    min-height: 110px;
    max-width: 90%;
    padding: 10px;
    margin: 0 auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -moz-box-shadow: 1px 2px 10px #222;
    -webkit-box-shadow: 1px 2px 10px #222;
    -o-box-shadow: 1px 2px 10px #222;
    box-shadow: 1px 2px 10px #222;
}
.expand-mt {
    margin-top: -55px;
}
.vd_panel-header-time-box h1 {
    margin: 0;
    font-size: 28px;
    color: #A2A2A2;
    font-weight: bold;
    padding: 0px;
}
.vd_panel-header-time-box h1 span {
    font-weight: bold;
    font-size: 28px;
    color: #BBBCC0;
}
.vd_panel-header-time-box p {
    margin: 0;
    font-size: 15px;
    color: #A2A2A2;
    padding: 0px;
    letter-spacing: .7px;
}
.panel-left-margin {
    margin-left: 15px;
}
.btn-joint {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0;
    margin-left: -4px;
    height: 35px;
}
.view-search-box {
    margin-bottom: 25px;
    height: auto;
}
.form-box-border {
    padding: 10px;
    border: 1px solid rgba(28, 90, 127, 0.39);
    border-top: 1px solid #fff;
}
.form-box-border-g {
    padding: 10px;
    border: 1px solid rgb(210, 210, 210);
    border-top: 1px solid #fff;
}
.form-main-box-border {
    border: 1px solid rgba(28, 90, 127, 0.39);
    border-top: 1px solid #fff;
}
.form-main-box-border-g {
    border: 1px solid rgb(210, 210, 210);
    border-top: 1px solid #fff;
}
.nav-bg-g
{
	background-color: #777777 !important;
}
.main-logo-box {
    margin-top: 8px;
}
.sr-no {
    /*border-bottom: 2px dotted rgb(128, 128, 128);*/
    
    font-size: 20px;
    font-weight: 600;
    padding: 0px 25px 0px 5px;
    margin: -4px 0px 0px 5px;
}

.main-titel-box {}


.form-decl {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    margin: 5px 0px 15px 0px;
}
.form-decl span {
    letter-spacing: 2px;
    border: 2px solid rgb(120, 120, 120);
    padding: 0px 10px;
}
.img-pass-box {
    border: 1px solid rgb(128, 128, 128);
    height: 150px;
    width: 120px;
    padding: 15px 5px;
    /*margin-top: 25px;*/
}
.box-line-height {
    line-height: 20px;
}
.img-pass-box h6 {
    line-height: 20px;
}
.session-box {
    width: 400px;
}
.no-margin {
    margin: 0px;
}
.no-bm {
    margin-bottom: 0px !important;
}
.marg-bot-5 {
    margin-bottom: 5px;
}
.marg-bot-25 {
    margin-bottom: 25px;
}
.marg-bot-30 {
    margin-bottom: 30px !important;
}
.marg-bot-45 {
    margin-bottom: 45px;
}
.marg-bot-50 {
    margin-bottom: 50px;
}
.marg-bot-55 {
    margin-bottom: 55px;
}
.marg-bot-60 {
    margin-bottom: 60px;
}
.marg-top-5 {
    margin-top: 5px;
}
.marg-top-20 {
    margin-top: 20px;
}
.marg-top-25 {
    margin-top: 25px;
}
.marg-top-30 {
    margin-top: 30px;
}
.marg-top-40 {
    margin-top: 40px;
}
.marg-top-45 {
    margin-top: 45px;
}
.table-des {
    margin: 0px 0px 10px 0px;
    border: 1px solid #808080;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #4F8CB1;
}
.table-des .tab-titel1 {
    width: 40%;
}
.table-des .tab-titel2 {
    width: 30%;
}
.table-des .tab-titel3 {
    width: 30%;
}
.table-des .tab-titel50 {
    width: 50%;
    text-align: center;
}
.table-des .tab-titel45 {
    width: 45%;
    text-align: center;
}
.table-des .tab-titel40 {
    width: 40%;
    text-align: center;
}
.table-des .tab-titel35 {
    width: 35%;
    text-align: center;
}
.table-des .tab-titel30 {
    width: 30%;
    text-align: center;
}
.table-des .tab-titel25 {
    width: 25%;
    text-align: center;
}
.table-des .tab-titel20 {
    width: 20%;
    text-align: center;
}
.table-des .tab-titel15 {
    width: 15%;
    text-align: center;
}
.table-des .tab-titel10 {
    width: 10%;
    text-align: center;
}
.table-des .tab-titel5 {
    width: 5%;
    text-align: center;
}
.no-padding {
    padding: 0px;
}
.no-border {
   border:none !important;
}
.padding-lr-5 {
    padding: 0px 5px;
}
.no-left-padding {
    padding-left: 0px !important;
}
.no-right-padding {
    padding-right: 0px !important;
}
.left-padd-50 {
    padding-left: 50px;
}
.left-padd-35 {
    padding-left: 35px;
}
.left-padd-25 {
    padding-left: 25px;
}
.left-padd-20 {
    padding-left: 20px;
}
.left-padd-15 {
    padding-left: 15px;
}
.left-padd-10 {
    padding-left: 10px;
}
.left-padd-5 {
    padding-left: 5px;
}
.left-padd-0 {
    padding-left: 0px !important;
}
.right-padd-0
{
	padding-right:0px !important;
}
.right-padd-5
{
	padding-right:5px !important;
}
.select-box-padd
{
	padding-left: 5px !important;
    padding-right:0px !important;
}
.right-bor-l
{
	    border-right: 1px solid #e3e3e3 !important;
}
.full-list {
	
}
 .full-list li {
    width: 100%;
}
.list-style-no {
    list-style: none;
}
.list-style-lower-alpha {
    list-style-type: lower-alpha;
}
.list-style-lower-alpha li {
    width: 100%;
}
.full-width {
    width: 100%;
}
.full-width2 {
    width: 98%;
}
.dot-box-res {
    border-bottom: 2px dotted rgb(128, 128, 128);
    width: 100%;
    margin-top: 15px;
    margin-left: 5px;
}
.dot-box-res2 {
    border-bottom: 2px dotted rgb(128, 128, 128);
    width: 100%;
    margin-left: 5px;
}
.dot-box-res3 {
    border-bottom: 2px dotted rgb(128, 128, 128);
}
.line-box-res {
    border-bottom: 2px solid rgb(128, 128, 128);
}
.dot-box {
    border-bottom: 2px dotted rgb(128, 128, 128);
    width: 88%;
    margin-top: -8px;
    margin-left: 5px;
}
.dot-box2 {
    border-bottom: 2px dotted rgb(128, 128, 128);
    width: 88%;
    margin-top: -8px;
    margin-left: 5px;
}
.dot-box3 {
    border-bottom: 2px dotted rgb(128, 128, 128);
    width: 70%;
    margin-top: -8px;
    margin-left: 5px;
}
.dot-box4 {
    border-bottom: 2px dotted rgb(128, 128, 128);
    width: 66%;
    margin-top: -8px;
    margin-left: 5px;
}
.dot-box5 {
    border-bottom: 2px dotted rgb(128, 128, 128);
    width: 13.5%;
    margin: -8px 5px 0px 5px;
}
.dot-box6 {
    border-bottom: 2px dotted rgb(128, 128, 128);
    width: 65%;
    margin-top: -8px;
    margin-left: 5px;
}
input[type=radio],
input[type=checkbox] {
    width: 40px;
    height: 20px;
    margin: 0px 0px;
    line-height: normal;
}
.sex-check-box span input {
    width: 50px;
    height: 20px;
    margin: 0px 0px;
}
.sex-check-box5 {
    border: 1px solid #808080;
    padding: 0px 5px;
    margin-left: 5px;
}
.sex-check-box10 {
    border: 1px solid #808080;
    padding: 0px 5px;
    margin-left: 10px;
}
.sex-check-box-blank {
    padding: 0px 7px;
}
.male {
    cursor: pointer;
}
.female {
    cursor: pointer;
}
.blank-box-ch {
    border: 1px solid #808080;
    padding: 0px 12px;
}
.blank-box-f {
    border: 1px solid #808080;
    padding: 0px 10px;
    margin-left: 5px;
}
.blank-box-sl {
    border: 1px solid #808080;
    border-left: none;
    padding: 0px 10px 0px 13px;
}
.blank-box-l {
    border: 1px solid #808080;
    border-left: none;
    padding: 0px 10px 0px 13px;
    margin-right: 25px;
}
.blank-box-fl {
    border: 1px solid #808080;
    border-left: none;
    padding: 0px 10px 0px 13px;
    margin-right: 0px;
}
.blank-box-mang {
    margin: 12px 25px 0px 0px;
}
.dot-box-w3 {
    width: 8%;
}
.txt-upper-alpha {
    text-transform: uppercase;
}
.txt-lower-alpha {
    text-transform: lowercase;
}
.txt-bold {
    font-weight: 700;
}

.post-box {
    border: 1px solid #808080;
    padding: 5px 5px 25px 5px;
}
.family-pic-box {
    border: 1px solid #808080;
    padding: 100px 84px;
    width: 350px;
    margin: 5px auto;
}
.h-b-line {
    border-bottom: 3px double #808080;
}
.office-title {
    margin-bottom: 15px;
}
.office-title span {
    border-bottom: 2px solid #808080;
    font-size: 16px;
    font-weight: 500;
}
.pay-box {
    border: 1px solid #808080;
    padding: 10px 5px 2px 5px;
    border-radius: 5px;
}
.collage-logo-box {
    width: 120px;
    height: 120px;
    margin: 0px auto;  
    padding: 5px;
}
.stu-pic-box {
    width: 158px;
    height: 195px;
    margin: 0px auto;
    border: 1px solid #ccc;
    padding: 8px;
}
.stu-pic-box-main {
    width: 140px;
    height: 177px;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../img/user-pic/student-pic.png);
    background-position: center center;
    box-shadow: 0px 0px 5px #C3C3C3;
}
.stu-pic-box-main img {
    width: 140px;
    height: 177px;
}
.stu-sign-pic-box {
    width: 200px;
    height: 75px;
    margin: 0px auto;
    border: 1px solid #ccc;
    padding: 8px;
}
.stu-sign-pic-box-main {
    width: 182px;
    height: 57px;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../img/user-pic/user-signature.png);
    background-position: center center;
    box-shadow: 0px 0px 5px #C3C3C3;
}
.stu-sign-pic-box-main img {
    width: 182px;
    height: 57px;
}
.group-pic-box {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
}
.group-pic-box-main {
    width: 100%;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../img/user-pic/student-pic.png);
    background-position: center center;
    box-shadow: 0px 0px 5px #C3C3C3;
}
.group-pic-box-main img {
    width: 100%;
}
.btn-center-box-130 {
    width: 150px;
    margin: 0px auto;
}
.set-box-in-center {
    margin: 0px auto;
    float: none;
}
.bot-h-line {
    border-bottom: 1px solid #A6BFCD;
}
.head-add-input {} 
.head-add-input span {
    font-weight: 400;
    padding-left: 5px;
}
.head-title-border {
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    padding-top: 5px;
    padding-bottom: 5px;
}
.border-b 
{
    border-bottom: 1px solid #808080;
}
.border-full
{
    border: 1px solid #808080;
	width: 100%;
    float: left;
}
.table-pic-box
{
	width:60px;
	height:60px;
	margin:0px auto;
	padding:0px 0px;
	background-image: url(../img/user-pic/t-student.png);
}
.table-pic-box img
{
	width:60px;
	height:60px;
}
.gate_head_box
{
	border: 1px solid #808080;
    width: 100%;
    float: left;
    padding-top: 10px;
}
.display-none
{
	display:none;
}
.marg-tb-5
{
   margin:5px 0px	
}
.gate-pass-cut
{
	width:100%;
	float:left;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #FFF !important;
    background-color: #1C5A7F;
    border-color: #1D5F86;
}
.txt-middle
{
	padding:5px 0px !important;
}
.txt-middle-l
{
	margin:5px 0px !important;
}
.p-table2
{
    border: 1px solid #DDDDDD !important;
	color: #fff !important;
    background-color: #DDDDDD !important;
}
.p-table-bordered>thead>tr>th, .p-table-bordered>tbody>tr>th, .p-table-bordered>tfoot>tr>th, .p-table-bordered>thead>tr>td, .p-table-bordered>tbody>tr>td, .p-table-bordered>tfoot>tr>td {
    border: 1px solid #DDDDDD !important;
}
.p-table-bordered2>thead>tr>th, .p-table-bordered2>tbody>tr>th, .p-table-bordered2>tfoot>tr>th, .p-table-bordered2>thead>tr>td, .p-table-bordered2>tbody>tr>td, .p-table-bordered2>tfoot>tr>td {
    border: 1px solid #DDDDDD !important;
}
.p-table>thead>tr>th, .p-table>tbody>tr>th, .p-table>tfoot>tr>th, .p-table>thead>tr>td, .p-table>tbody>tr>td, .p-table>tfoot>tr>td {
    padding: 5px 10px !important;
	font-size: 10px !important;
	text-align:center !important;
}
.mp-table>thead>tr>th, .mp-table>tbody>tr>th, .mp-table>tfoot>tr>th, .mp-table>thead>tr>td, .mp-table>tbody>tr>td, .mp-table>tfoot>tr>td {  
	font-size: 10px !important;	
}
.lbn-rbn-table>tbody>tr>td:first-child
{
	border-left:none !important;
}
.lbn-rbn-table>tbody>tr>td:last-child
{	
    border-right:none !important; 
}
.lbn-rbn-table-h>tbody>tr>th:first-child
{
	border-left:none !important;
}
.lbn-rbn-table-h>tbody>tr>th:last-child
{	
    border-right:none !important; 
}
.table>tbody>tr>td .no-tbb
{
	 border-top:none !important;
	border-bottom:none !important;
}
.tb-bn-table>tbody>tr>td
{
	border-top:none !important;
	border-bottom:none !important;
}
.tb-bn-table-h>tbody>tr>th
{
	border-top:none !important;
	border-bottom:none !important;
}
.bor-r
{
	border-right: 1px solid #DDDDDD !important;
}
.bor-l
{
	border-left: 1px solid #DDDDDD !important;
}
.bor-t-n
{
	border-top: none !important;
}
.bor-t
{
	border-top: 1px solid #DDDDDD !important;
}
.bor-b
{
	border-bottom: 1px solid #DDDDDD !important;
}
.p-h-titel-box
{
  font-size: 10px !important;
}
.p-pad-0
{
	 padding: 0px 0px !important;
}
.p-pad-t-0
{
	 padding: 5px 0px 0px !important;
}
.p-pad-1
{
	 padding: 1px 1px !important;
}
.p-pad-2
{
	 padding: 2px 2px !important;
}
.p-pad-3
{
	 padding: 3px 3px !important;
}
.p-pad-4
{
	 padding: 4px 4px !important;
}
.p-pad-5
{
	 padding: 5px 5px !important;
}
.p-pad-210
{
	 padding: 2px 10px !important;
}
.p-pad-310
{
	 padding: 3px 10px !important;
}
.p-pad-n
{
	 padding: 5px 10px !important;
}
.p-sub-tit
{
	text-align: left !important;
    font-weight: 600 !important;
}
.p-tot-tit
{
	text-align: center !important;
    font-weight: 600 !important;
}
.no-tb
{
  border:none !important;
}
.p-pl-tab-titel1
{
	padding-left:10px;
}
.p-pl-tab-titel2
{
	padding-left:5px;
}
.sub-w-250
{
	width:250px;
}
.sub-w-260
{
	width:260px;
}
.sub-w-335
{
	width:335px;
}
.sub-w-290
{
	width:288px;
}
.sub-w-150
{
	width:150px;
}
.sub-w-175
{
	width:175px;
}
.sub-w-185
{
	width:185px;
}
.sub-m-w-52
{
	width:52px;
}
.sub-m-w-45
{
	width:45px;
}
.sub-m-w-35
{
	width:35px;
}
.sub-m-w-48
{
	width:48px;
}
.sub-m-w-60
{
	width:60px;
}
.sub-m-w-70
{
	width:70px;
}
.sub-m-w-85
{
	width:85px;
}
.mp-table .tab-b-45
{
	width:45%;	
}
.mp-table .tab-b-35
{
	width:35%;	
}
.mp-table .tab-b-30
{
	width:30%;	
}
.mp-table .tab-b-25
{
	width:25%;
	
}
.mp-table .tab-b-20
{
	width:20%;
}
.mp-table .tab-b-15
{
	width:15%;
	
}
.mp-table .tab-b-10
{
	width:10%;
}
.mp-table .tab-b-5
{
	width:5%;
}

.mp-table2 .tab-b-45
{
	width:45%;
}
.mp-table2 .tab-b-10
{
	width:10%;
}
 .tab-top
{
	vertical-align: top !important;
}
.main-skill-box
{
	border-right: 1px solid #ddd;
    padding: 0px 10px;
}
.skill-box1
{	
    padding: 2px 0px; 
}
.skill-box2
{
	border-top: 1px solid #ddd;
    padding: 2px 0px; 
}
.button
{
	display: inline-block;
    padding: 6px 12px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	background-color: #23709e !important;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}
.button:hover
{
	background-color: #1e6189 !important;
    color: #FFF !important;
	box-shadow: 3px 5px 5px #9A9A9A;
}
 .button:focus 
{
	background-color: #1e6189 !important;
    color: #FFF !important;
	box-shadow: 3px 5px 5px #9A9A9A;
}
.button2
{
	    border-radius: 5px;
    background: #23709E !important;
    color: #fff !important;
    box-shadow: 0 4px #004771;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 4px 20px;
    display: inline-block;  
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.button2:hover
{
	    box-shadow: 0 3px #004771;
    top: 1px;

}
.button2:active {
    box-shadow: 0 0 #004771;
    top: 3px;
}
.button2:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.tab-right h3 {
    border-bottom: 1px solid #EEEEEE;
}
.vertical-barcode {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            white-space: nowrap;
            display: block;
            bottom: 0;
            width: 20px;
            height: 20px;
        }

.barcode-label-style {
    font-size: 10px !important;
    letter-spacing: 15px;
    text-align: justify;
}
		
.bar-code-box
{
	font-size: 40px;
    padding: 60px 0px 0px 60px;
    text-align: center;
}
.fee-d-box
{
	background: #fff;
	padding: 10px; 
	border: 1px solid #ccc;
	height: 545px;
}
.fee-d-box2
{
	    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    height: 435px;
}
.fee-d-box-nhl
{
	    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;   
}
.fee-d-box-nhl-a4
{
	height:1180px;
	background: #fff;
    padding: 10px;
    
}

.txt-rep-title-15
{
	margin:0px;
	font-size:15px;
	font-weight:600;
}	

.txt-rep-title-13
{
	margin:0px;
	font-size:13px;
	font-weight:600;
}	
.txt-rep-title-11
{
	margin:0px;
	font-size:11px;
	font-weight:400;
}
.txt-rep-title-11-b
{
	margin:0px;
	font-size:11px;
	font-weight:600;
}
.txt-rep-title-12
{
	margin:0px;
	font-size:12px;
	font-weight:400;
}
.txt-rep-title-12-b
{
	margin:0px;
	font-size:12px;
	font-weight:600;
}
.txt-rep-title-11-tb
{
	 margin: 15px 15% 0px 15%;
    font-size: 11px;
    font-weight: 600;
    border-top: 1px dotted #ccc;
    padding-top: 5px;
}
.tab-w-33-33
{
	width:33.33%;
}
.tab-w-66-66
{
	width:66.66%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #E3E3E3;
}
.valign-t
{
	vertical-align:top !important;
}
.valign-m
{
	vertical-align: middle !important;
}
  .no-ttb
 {
	 border-top:none !important;
 }
 .c-pointer
 {
	 cursor: pointer;
 }
 .gw-color-table>thead>tr>th, .gw-color-table>tbody>tr>th
 {
	     background-color: #1fae66 !important;
		     color: #fff !important;
 }
  .rw-color-table>thead>tr>th, .rw-color-table>tbody>tr>th
 {
	         background-color: #da4448 !important;
		     color: #fff !important;
 }
  .yw-color-table>thead>tr>th, .yw-color-table>tbody>tr>th
 {
	     background-color: #f89c2c !important;
		     color: #fff !important;
 }
  .bw-color-table>thead>tr>th, .bw-color-table>tbody>tr>th
 {
	     background-color: #23709e !important;
		     color: #fff !important;
 }
 .table-nb>tbody>tr>td
 {
	 border-top:none !important;
 }
 
.res-table .tab-w-30
{
	width:30%;	
}
.res-table .tab-w-25
{
	width:25%;
	
}
.res-table .tab-w-20
{
	width:20%;
}
.res-table .tab-w-15
{
	width:15%;
	
}
.res-table .tab-w-10
{
	width:10%;
}
.res-table .tab-w-5
{
	width:5%;
}
.text-center {
    text-align: center !important;
}
.page-cut-style
{
    border-bottom: 2px dotted #DDD;
    margin: 0px 0px 15px;
}
.btn-print-box
{
	color: #1fae66;
    font-size: 18px;
    position: relative;
    top: 3px;
}
.btn-print-box :hover
{
	color: #DA4448 !important;   
}
.bg-color-none
{
	background:none !important;
	padding:0px  !important;
}
.pro-box-w3
{
	background:#fff !important;
	padding:15px  !important;
}
.rotate {

/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}
.text-rotate-207 {
    
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
}
.txt-p-20
{
	padding: 20px 0px;
}
.txt-p-30
{
	padding: 30px 0px;
}
.txt-p-13
{
	padding: 13px 0px;
}
.txt-tab-p
{
	margin:0px !important;
	font-size:10 !important;
}

.txt-tab-p-tb
{
	border-top: 1px solid #D5D5D5;
	margin:10px 0px 0px 0px !important;
	padding: 5px 0px 5px 0px;
	font-size:10 !important;
}
.txt-tab-p-p
{
	padding: 10px 0px 15px 0px;
}
.ng-mt-30
{
	margin-top:-30px;
}
.table-lb-none
{
	border-left !important;
}
.table-rb-none
{
	border-right !important;
}
.top-popup
{
	top:0px !important;
}
.admit-cp-box
{
	float: right;
    width: 100px;
    border: 1px solid #E3E3E3;
    padding: 1px;
}
.select-pad-small
{
	padding: 3px 5px !important;
}
.tab-h-color
{
	background:#BABBBF;
	color:#fff;
}
.ref-txt-col
{
	font-size: 14px; 
	line-height: 10px;
	font-weight: 400;
	padding: 0px 0px 0px 85px;
	position: absolute;
	margin-top: -45px;
}
.date-txt-col
{
	font-size: 14px;
	line-height: 10px;
	font-weight: 400; 
	position: absolute; 
	padding: 0px 0px 0px 40px;
	margin-top: -45px;
}
.center-clock
{
	    width: 18px !important;
    margin-right: 10px !important;
    font-size: 16px !important;
    font-weight: 700;
}
.box-tb
{
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #F1F1F1;
    padding: 10px 0px 4px 0px;
}
.box-bg-ed
{
	background-color: #f1f1f1;
}
.full-header-a4 
{
        width: 100%;
}
.file-u-btn
{
	width:244px !important;
	    margin: 0px auto;
}
.small-btn
{
	    padding: 0px 8px !important;
}
.text-check-tf
{
	font-size: 16px !important;
	margin: 0px !important;
}
.text-true-color
{
	color: #69be28 !important;
}
.text-false-color
{
  color: #ef0001 !important;
	
}
.icon-word-color
{
	color: #00f !important;
	padding-right:3px;
}
.icon-excel-color
{
    color: #008000 !important;
	padding-right:3px;
}
.icon-pdf-color
{
	color: #ff0808 !important;
	padding-right:3px;
}
.icon-print-color
{
	color: #008000 !important;
	padding-right:15px;
}

/* here the rules for windows between 1024px and 1280px */
@media (min-width: 1024px) and (max-width: 1280px) { 
    .chk-lbl-width label {
         width:20% !important;
    }
}

/* here the rules for windows between 1281px and 1366px */
@media  (min-width: 1281px) and (max-width: 1366px) {
    .chk-lbl-width label {
        width:18% !important;
    }
}

/* here the rules for windows between 1367px and 1600px */
@media  (min-width: 1367px) and (max-width: 1600px) {
    .chk-lbl-width label {
        width:15% !important;
    }
}
.tab-t-b
{
	vertical-align:bottom !important;
}
.tab-t-t
{
	vertical-align:top !important;
}
.txt-c-f-40
{
	padding:40px 0px !important;
}
.txt-c-f-40 span
{
	margin:0px -14px !important;	
}
.txt-c-f-60
{
	padding:60px 0px !important;
}
.txt-c-f-60 span
{
	margin:0px -50px !important;	
}
.txt-c-f-65
{
	padding:65px 0px !important;
}
.txt-c-f-65 span
{
	margin:0px -50px !important;	
}
.txt-c-f-70
{
	padding:70px 0px !important;
}
.txt-c-f-70 span
{
	margin:0px -90px !important;	
}
.container-m-width
{
	width:90% !important;
}
.text-ser-p
{
    padding: 5px 0px 0px;
    cursor: pointer;
}
.ser-bg {
    background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0), rgba(35, 112, 158, 0.33)); /* For Safari 5.1 to 6.0 */
    background: -o-radial-gradient(circle, rgba(255, 255, 255, 0), rgba(35, 112, 158, 0.33)); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0), rgba(35, 112, 158, 0.33)); /* For Fx 3.6 to 15 */
    background: radial-gradient(circle, rgba(255, 255, 255, 0), rgba(35, 112, 158, 0.33)); /* Standard syntax (must be last) */
}
.modal-header {
    min-height: 16.43px;
    padding: 8px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: 0px;
}
.main-text-h
{
	font-size: 18px;
    line-height: 25px;
}
.sub-text-h
{
	font-size: 16px;
    line-height: 25px;
}
.point-to-about
{
	position: relative;
    top: 0px;
    margin: -60px 0px 0px;
}
.footer-like:hover
{
	    color: #f2be3e !important;
}
.footer-like2:hover
{
	    color: #da4448 !important;
}
.separator {
    width: 100%;
    margin: 20px auto 15px;
    position: relative;
    height: 1px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}
default-bg .separator:after, .dark-translucent-bg .separator:after, .default-translucent-bg .separator:after, .light.separator:after {
    background: rgba(255, 255, 255, 0.5);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(35%, rgba(255, 255, 255, 0.5)), color-stop(70%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
}
.separator:after {
    height: 1px;
    background: #e8e8e8;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: -1px;
    content: "";
    width: 100%;
    left: 0;
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-control-feedback {
    position: absolute;
    top: 8px !important;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
    color: #989898;
}
.form-control-lg {
    width: 350px !important;
	height: 48px !important;
	    padding: 5px 35px 5px 11px !important;
		border-radius: 5px !important;

}
.form-control-icon
{
	position: relative;
    right: 30px;
    color: #ccc;
}
.dark-translucent-bg .btn-gray-transparent, .default-translucent-bg .btn-gray-transparent, .default-bg .btn-gray-transparent {
    border-color: #ffffff;
    color: #ffffff;
}
.dark-translucent-bg .btn-gray-transparent:hover, .default-translucent-bg .btn-gray-transparent:hover, .default-bg .btn-gray-transparent:hover, .dark-translucent-bg .btn-gray-transparent:focus, .default-translucent-bg .btn-gray-transparent:focus, .default-bg .btn-gray-transparent:focus {
    border-color: #ffffff !important;
    color: #777777 !important;
    background-color: #ffffff !important;
}
.btn-animated.btn-lg {
    padding-right: 60px!important;
}
.btn-lg {
    padding: 10px 25px;
    font-size: 18px;
    line-height: 1.46666667;
    border-radius: 4px;
    margin: 10px 0;
}

.btn-gray-transparent {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}
.btn {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-animated.btn-lg i {
    right: -25px;
    line-height: 24px;
    min-width: 15px;
}

.btn-animated i {
    -webkit-transition: right 0.2s ease-in-out;
    -o-transition: right 0.2s ease-in-out;
    transition: right 0.2s ease-in-out;
    z-index: 3;
    right: 17px;
   position: relative;
    line-height: 34px;
    top: 0;
    min-width: 12px;
}
.btn-animated.btn-lg:after {
    width: 45px;
}
.btn-animated.btn-gray-transparent:after {
    background-color: rgba(0, 0, 0, 0.05);
}
.btn-animated:after {
    width: 35px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    content: "";
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    right: 0px;
    z-index: 2;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.text-justify
{
	text-align:justify !important;
}
h3, .h3 {
    font-size: 18px;
}
.h3-b h3
{
	font-weight:600;
}
/* End My CSS*/
/* Tables
---------------------------------- */

.table-striped tbody {
    background-color: #fafafa;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f1f1f1;
}
.table-striped.table > tbody > tr > td {
    border-color: #e8e8e8;
}
.widget:before,
.widget:after {
    content: " ";
    display: table
}
.widget:after {
    clear: both
}
[data-rel^="sortable"] .widget:hover {
    cursor: move
}
.widget .vd_panel-menu {
    right: 15px;
    top: 6px
}
.widget .vd_panel-menu .menu {
    border: none;
    line-height: 22px;
    margin-right: 2px;
    color: #F0F0F0;
    font-size: 12px;
    height: 24px;
    width: 22px
}
.widget .vd_panel-menu>.entypo-icon {
    font-size: 18px;
    line-height: 26px
}
.widget .vd_panel-menu>.smaller-font {
    font-size: 14px
}
.widget .vd_panel-menu>.menu:hover,
.widget .vd_panel-menu>.menu.active {
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFFFFF
}
.widget .vd_panel-menu .child-menu {
    font-size: 13px
}
.light-widget .panel-heading {
    background: #FFFFFF
}
.light-widget .panel-heading .panel-title {
    color: #fff;
}
.light-widget .vd_panel-menu .menu {
    color: #fff;
}
.menu-color {
    color: #b5b5b5 !important;
}
.light-widget .bordered {
    border-bottom: 1px solid #EEEEEE
}
.dark-widget {
    color: #FFF
}
.dark-widget .bordered {
    border-bottom: 1px solid #F5F5F5
}
.light-widget .bordered,
.dark-widget .bordered {
    padding-top: 9px;
    padding-bottom: 9px;
    margin-left: -1px;
    margin-right: -1px
}
.panel-bd-left {
    border-left: 3px solid #1fae66
}
.panel-bd-top {
    border-top: 3px solid #23709E;
}
.panel-bd-right {
    border-right: 3px solid #1fae66
}
.panel-bd-bottom {
    border-top: 3px solid #23709E;
}
.widget .vd_panel-menu .menu .vd_mega-menu-content {
    margin-top: 5px;
    margin-left: -13px
}
.widget .vd_panel-menu .menu .vd_mega-menu-content.left-xs,
.widget .vd_panel-menu .menu .vd_mega-menu-content.left-sm,
.widget .vd_panel-menu .menu .vd_mega-menu-content.left-md,
.widget .vd_panel-menu .menu .vd_mega-menu-content.left-lg {
    margin-left: auto;
    margin-right: -13px
}
.vd_menu-search {
    width: 300px;
    background: #FFF;
    padding: 2px 0 2px 13px;
    margin-left: 3px;
    font-size: 12px;
    margin-top: 18px;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.vd_menu-search .vd_menu-search-text {
    border: none;
    color: #444;
    padding: 0
}
.vd_menu-search .vd_menu-search-category {
    margin-right: 10px;
    position: relative;
    display: inline-block
}
.vd_menu-search .vd_menu-search-category .separator {
    border-left: 1px dotted #333;
    margin-right: 8px;
    height: 16px;
    margin-bottom: -3px;
    display: inline-block
}
.vd_menu-search .vd_menu-search-category .text {
    margin-right: 6px
}
.vd_menu-search .vd_menu-search-category .vd_mega-menu-content {
    top: 22px;
    border-top: 1px solid #DDD
}
.vd_menu-search .vd_menu-search-category .vd_mega-menu-content label {
    font-weight: normal
}
.vd_menu-search .vd_menu-search-category .vd_mega-menu-content label input {
    margin-right: 10px
}
.vd_menu-search .vd_menu-search-category .vd_mega-menu-content:before {
    display: none
}
.vd_menu-search .vd_menu-search-category:hover {
    cursor: pointer
}
.vd_menu-search .vd_menu-search-submit {
    position: absolute;
    top: 1px;
    right: 2px;
    background-color: #2a85bb;
    color: #FFF;
    padding: 1px 7px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.vd_menu-search .vd_menu-search-submit:hover {
    cursor: pointer;
    background: #23709e;
}
.menu-search-style-2 .vd_menu-search {
    margin-left: 18px;
    margin-top: 16px;
    padding: 4px 0 4px 13px
}
.menu-search-style-2 .vd_menu-search .vd_menu-search-submit {
    padding: 4px 10px;
    right: -2px
}
.vd_chat-menu {
    position: fixed;
    bottom: 0;
    right: 10%;
    z-index: 9;
    background-color: #39515F;
    border-top: 3px solid #333333
}
.vd_chat-menu .vd_mega-menu-wrapper .vd_mega-menu>ul>.mega-li {
    height: 50px
}
.vd_chat-menu .vd_mega-menu-wrapper .vd_mega-menu>ul>.mega-li>a {
    color: #FFFFFF
}
.vd_chat-menu .vd_mega-menu-wrapper .vd_mega-menu>ul>.mega-li .mega-link {
    line-height: 24px;
    margin-top: -4px;
    border: none
}
.vd_chat-menu .vd_mega-menu-wrapper .vd_mega-menu>ul>li.profile {
    margin-top: 0;
    margin-right: 0
}
.vd_chat-menu .vd_mega-menu-wrapper .vd_mega-menu>ul>li.profile .mega-name {
    margin-top: 1px
}
.vd_chat-menu .vd_mega-menu-wrapper .vd_mega-menu>ul>li.profile:hover {
    background: rgba(0, 0, 0, 0.4)
}
.vd_chat-menu .vd_mega-menu-wrapper .vd_mega-menu>ul>li.one-big-icon {
    padding-top: 10px
}
.vd_chat-menu .vd_mega-menu-wrapper .vd_mega-menu>ul>li.one-icon {
    padding-top: 8px
}
.vd_chat-menu .vd_mega-menu-wrapper .vd_mega-menu>ul>li:last-child {
    margin-left: 0
}
.vd_chat-menu .vd_mega-menu-wrapper .vd_mega-menu>ul .bordered {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}
.vd_chat-menu .vd_mega-menu-wrapper .chat-area {
    border-top: 1px solid #F5F5F5
}
.vd_chat-menu .vd_mega-menu-wrapper .chat-area .chat-box input {
    border: none;
    padding: 10px 65px 10px 10px
}
.vd_chat-menu .vd_mega-menu-wrapper .chat-area .vd_panel-menu {
    top: 6px;
    right: 8px
}
.vd_chat-menu .vd_mega-menu-wrapper .chat-area .vd_panel-menu .menu {
    border: none;
    color: #666
}
.vd_status-widget a {
    display: block;
    color: #F0F0F0;
    padding: 20px
}
.vd_status-widget a:hover {
    color: #FFF;
    background: rgba(0, 0, 0, 0.1)
}
.vd_status-widget .menu-icon {
    display: block;
    font-size: 48px;
    float: left;
    line-height: 56px
}
.vd_status-widget .menu-value {
    margin-left: 25px;
    line-height: 56px;
    font-size: 36px
}
.vd_status-widget .menu-text {
    padding-top: 10px;
    font-size: 16px;
    letter-spacing: .2px;
    text-transform: uppercase
}
.vd_interactive-widget .item-left,
.vd_interactive-widget .item-right {
    padding: 15px;
    border-top: 1px solid #EAEAEA
}
.vd_interactive-widget .item-left {
    margin-right: -15px;
    border-right: 1px solid #EAEAEA
}
.vd_interactive-widget .item-right {
    margin-left: -15px
}
.vd_textarea-menu .nav-pills>li>a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #FFFFFF !important;
    padding: 5px 10px 7px !important
}
.vd_textarea-menu .nav-pills>li>a .menu-icon {
    margin-right: 0 !important
}
.vd_textarea-menu .nav-pills>li:hover>a,
.vd_textarea-menu .nav-pills>li:hover {
    background: rgba(0, 0, 0, 0.1) !important
}
.vd_weather-widget .weather-degree {
    font-size: 60px
}
.vd_weather-widget .weather-icon {
    position: absolute;
    top: 20px;
    right: 20px
}
.vd_weather-widget .weather-subinfo {
    font-size: 44px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px
}
.vd_weather-widget .weather-subinfo .wind-value {
    line-height: 10px
}
.vd_weather-widget .weather-subinfo .wind-text {
    font-size: 32px
}
.vd_testimonial {
    position: relative
}
.vd_testimonial .caret-icon {
    position: absolute;
    top: -14px;
    left: 144px;
    color: rgba(0, 0, 0, 0.2);
    background: url(../img/banner/caret-testimonial.png) no-repeat;
    display: block;
    width: 31px;
    height: 14px
}
.vd_testimonial .testimonial-word-wrapper {
    background: rgba(0, 0, 0, 0.2);
    padding: 25px;
    color: #FFFFFF;
    position: relative;
    border-radius: 10px
}
.vd_testimonial .vd_carousel-control {
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 10
}
.vd_testimonial .vd_carousel-control a {
    color: white;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 15px;
    margin-right: 5px;
    border-radius: 30px
}
.vd_testimonial .vd_carousel-control a:hover {
    background: rgba(0, 0, 0, 0.5)
}
.vd_testimonial .testimonial-word {
    background: url(../img/icons/quote-big.png) no-repeat top left;
    padding-left: 70px;
    padding-top: 10px
}
.vd_carousel-column {
    float: left
}
.vd_section {
    padding-top: 100px;
    padding-bottom: 100px
}
.vd_section-120 {
    padding-top: 100px;
    padding-bottom: 0px
}
.vd_section-70 {
    padding-top: 70px !important;
    padding-bottom: 0px !important;
}
.vd_section-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.vd_section-tn {
    padding-top: 20px;
    padding-bottom: 50px
}
.vd_news-widget .vd_carousel-control {
    position: absolute;
    top: 4px;
    left: 0px;
    z-index: 9
}
.vd_news-widget .vd_carousel-control a {
    background: rgba(255, 255, 255, 0.2);
    color: rgba(0, 0, 0, 0.2);
    padding: 8px 15px;
    font-size: 14px
}
.vd_news-widget .vd_carousel-control a:hover {
    background: rgba(255, 255, 255, 0.4)
}
.font-light {
    font-weight: 300
}
.font-normal {
    font-weight: 400
}
.font-semibold {
    font-weight: 500
}
.font-bold {
    font-weight: 700
}
.font-extrabold {
    font-weight: 900
}
.font-xs {
    font-size: 12px
}
.font-sm {
    font-size: 18px
}
.font-md {
    font-size: 26px
}
.font-lg {
            font-size: 25px;
}
.profile-icon {
    font-size: 32px
}
.space-xs {
    letter-spacing: -0.5px
}
.space-sm {
    letter-spacing: 0.1px
}
.space-md {
    letter-spacing: 0.5px
}
.space-lg {
    letter-spacing: 1px
}
.lh-sm {
    line-height: 16px
}
.append-icon {
    margin-right: 6px
}
.prepend-icon {
    margin-left: 7px
}
.menu-btn {
    position: relative;
    display: inline-block
}
.rotate-0 {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}
.rotate-min90 {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
.rotate-min180 {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}
.rotate-min270 {
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg)
}
.rotate-min360 {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}
.hidden {
    display: none
}
.input-border {
    border: 1px solid #CCCCCC !important
}
.input-border-btm {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #CCCCCC !important
}
.vd_li {
    padding-left: 16px
}
.vd_li li {
    list-style: none;
	padding: 3px 0px;
}
.radius-10 {
    border-radius: 10px
}
.no-bd {
    border: none !important
}
.no-bg {
    background: none !important
}
.no-br {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.vd_hidden {
    display: none
}
.pd-0 {
    padding: 0px !important
}
.pd-5 {
    padding: 5px !important
}
.pd-10 {
    padding: 10px !important
}
.pd-15 {
    padding: 15px !important
}
.pd-20 {
    padding: 20px !important
}
.pd-25 {
    padding: 25px !important
}
.pdlr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important
}
.pdlr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important
}
.pd-lr-10 li {
    padding-left: 10px !important;
    padding-right: 10px !important
}
.pd-lr-15 li {
    padding-left: 15px !important;
    padding-right: 15px !important
}
.pd-lr-20 li {
    padding-left: 20px !important;
    padding-right: 20px !important
}
.pd-lr-25 li {
    padding-left: 25px !important;
    padding-right: 25px !important
}
.mgr-09 {
    margin: -28px 0px 0px -10px;
    color: #fff;
    font-size: 24px;
    position: absolute;
}
.mgr-10 {
    margin-right: 10px !important
}
.mgr-15 {
    margin-right: 15px !important
}
.mgr-20 {
    margin-right: 20px !important
}
.mgl-10 {
    margin-left: 10px !important
}
.mgl-15 {
    margin-left: 15px !important
}
.mgl-20 {
    margin-left: 20px !important
}
.vd_hover:hover {
    cursor: pointer
}
.vd_info-parent {
    position: relative
}
.vd_bg-grey-l{
    border-top: 3px solid #ccc !important;
}
.vd_info,
.vd_info-menu {
    position: absolute
}
.tl {
    top: 20px;
    left: 20px
}
.tr {
    top: 20px;
    right: 20px
}
.bl {
    bottom: 20px;
    left: 20px
}
.br {
    bottom: 20px;
    right: 20px
}
.vd_info-menu.tl {
    top: 0px;
    left: 0px
}
.vd_info-menu.tr {
    top: 0px;
    right: 0px
}
.vd_info-menu.bl {
    bottom: 0px;
    left: 0px
}
.vd_info-menu.br {
    bottom: 0px;
    right: 0px
}
.vd_red {
    color: #DA4448 !important;
}
.vd_green {
    color: #1fae66 !important;
}
.vd_yellow {
    color: #f89c2c !important
}
.vd_blue {
    color: #23709e !important
}
.vd_white {
    color: #fff !important
}
.vd_white-np {
    color: #fff !important
}
.vd_black {
    color: #111 !important
}
.vd_grey {
    color: #777 !important
}
.vd_soft-grey {
    color: #b5b5b5 !important
}
.vd_facebook {
    color: #436eac !important
}
.vd_twitter {
    color: #0598c9 !important
}
.vd_linkedin {
    color: #2e8cc2 !important
}
.vd_googleplus {
    color: #cf1900 !important
}
.vd_bg-red {
    background-color: #da4448 !important;
}
.vd_bg-org {
    background-color: #f85d2c !important;
}
.vd_bg-green {
    background-color: #1fae66 !important
}
.vd_bg-yellow {
    background-color: #f89c2c !important
}
.vd_bg-yellow-l {
    background-color: #FFE29C !important;
}
.vd_bg-blue {
    background-color: #23709e !important
	
}
.vd_bg-blue-d {
    background-color: #1c628c !important;
}
.vd_bg-light-blue{
    background-color: #3588b9 !important;
}
.vd_bg-blue-np {
    background-color: #23709e !important
}
.vd_bg-white {
    background-color: #fff !important
}
.vd_bg-black {
    background-color: #111 !important
}
.vd_bg-grey {
    background-color: #777 !important
}
.vd_bg-grey-ll {
    background-color: #C5C5C5 !important;
}
.vd_bg-purple {
    background-color: #CE91DB !important;
}
.vd_bg-dark-red {
    background-color: #724c3f !important
}
.vd_bg-dark-green {
    background-color: #2e8258 !important
}
.vd_bg-dark-blue {
    background-color: #1C5A7F !important
}
.vd_bg-dark-yellow {
    background-color: #7f684d !important
}
.vd_bg-dark-grey {
    background-color: #5f5f5f !important;
}
.vd_bg-soft-red {
    background-color: #ff7c62 !important
}
.vd_bg-soft-green {
    background-color: #4abc96 !important
}
.vd_bg-soft-yellow {
    background-color: #f2be3e !important
}
.vd_bg-soft-blue {
    background-color: #67b8cb !important
}
.vd_bg-soft-grey {
    background-color: #b5b5b5 !important
}
.vd_bg-facebook {
    background-color: #436eac !important
}
.vd_bg-twitter {
    background-color: #0598c9 !important
}
.vd_bg-linkedin {
    background-color: #2e8cc2 !important
}
.vd_bg-googleplus {
    background-color: #cf1900 !important
}
.bdr-soft-grey {
    border-right: 1px solid #EAEAEA
}
.bdl-soft-grey {
    border-left: 1px solid #EAEAEA
}
.vd_bd-red {
    border-color: #f85d2c !important
}
.vd_bd-green {
    border-color: #1fae66 !important
}
.vd_bd-yellow {
    border-color: #f89c2c !important
}
.vd_bd-blue {
    border-color: #23709e !important
}
.vd_bd-white {
    border-color: #fff !important
}
.vd_bd-black {
    border-color: #111 !important
}
.vd_bd-grey {
    border-color: #777 !important
}
.vd_bdl-red {
    border-left-color: #f85d2c !important
}
.vd_bdl-green {
    border-left-color: #1fae66 !important
}
.vd_bdl-yellow {
    border-left-color: #f89c2c !important
}
.vd_bdl-blue {
    border-left-color: #23709e !important
}
.vd_bdl-white {
    border-left-color: #fff !important
}
.vd_bdl-black {
    border-left-color: #111 !important
}
.vd_bdl-grey {
    border-left-color: #777 !important
}
.vd_bdt-red {
    border-top-color: #f85d2c !important
}
.vd_bdt-green {
    border-top-color: #1fae66 !important
}
.vd_bdt-yellow {
    border-top-color: #f89c2c !important
}
.vd_bdt-blue {
    border-top-color: #23709e !important
}
.vd_bdt-white {
    border-top-color: #fff !important
}
.vd_bdt-black {
    border-top-color: #111 !important
}
.vd_bdt-grey {
    border-top-color: #777 !important
}
.vd_bg-black-10 {
    background-color: rgba(0, 0, 0, 0.1) !important
}
.vd_bg-black-20 {
    background-color: rgba(0, 0, 0, 0.2) !important
}
.vd_bg-black-30 {
    background-color: rgba(0, 0, 0, 0.3) !important
}
.vd_bg-black-40 {
    background-color: rgba(0, 0, 0, 0.4) !important
}
.vd_bg-black-50 {
    background-color: rgba(0, 0, 0, 0.5) !important
}
.vd_bg-black-60 {
    background-color: rgba(0, 0, 0, 0.6) !important
}
.vd_bg-black-70 {
    background-color: rgba(0, 0, 0, 0.7) !important
}
.vd_bg-black-80 {
    background-color: rgba(0, 0, 0, 0.8) !important
}
.vd_bg-black-90 {
    background-color: rgba(0, 0, 0, 0.9) !important
}
.vd_bg-white-10 {
    background-color: rgba(255, 255, 255, 0.1) !important
}
.vd_bg-white-20 {
    background-color: rgba(255, 255, 255, 0.2) !important
}
.vd_bg-white-30 {
    background-color: rgba(255, 255, 255, 0.3) !important
}
.vd_bg-white-40 {
    background-color: rgba(255, 255, 255, 0.4) !important
}
.vd_bg-white-50 {
    background-color: rgba(255, 255, 255, 0.5) !important
}
.vd_bg-white-60 {
    background-color: rgba(255, 255, 255, 0.6) !important
}
.vd_bg-white-70 {
    background-color: rgba(255, 255, 255, 0.7) !important
}
.vd_bg-white-80 {
    background-color: rgba(255, 255, 255, 0.8) !important
}
.vd_bg-white-90 {
    background-color: rgba(255, 255, 255, 0.9) !important
}
.background-login {
    background: #F0F0F0 !important
}
.background-1 {
    background: url('../img/pattern/pattern1.png')
}
.background-2 {
    background: url('../img/pattern/pattern2.png')
}
.background-3 {
    background: url('../img/pattern/pattern3.png')
}
.background-4 {
    background: url('../img/pattern/pattern4.png')
}
.background-5 {
    background: url('../img/pattern/pattern5.png')
}
.background-6 {
    background: url('../img/pattern/pattern6.png')
}
.background-7 {
    background: url('../img/pattern/pattern7.png')
}
.background-8 {
    background: url('../img/pattern/pattern8.png')
}
.left-pos {
    left: 0 !important;
    right: auto !important
}
.right-pos {
    right: 0 !important;
    left: auto !important
}
.menu-badge {
    float: right
}
.width-10 {
    width: 10% !important
}
.width-20 {
    width: 20% !important
}
.width-30 {
    width: 30% !important
}
.width-40 {
    width: 40% !important
}
.width-50 {
    width: 50% !important
}
.width-60 {
    width: 60% !important
}
.width-70 {
    width: 70% !important
}
.width-80 {
    width: 80% !important
}
.width-90 {
    width: 90% !important
}
.width-100 {
    width: 100% !important
}
.table-dragable tr {
    cursor: move
}
.table-scrollable {
    overflow-x: auto;
    overflow-y: visible;
    width: 100%
}
.vd_mega-menu-wrapper {
    width: 100%;
    position: relative;
    z-index: 3
}
.vd_mega-menu-wrapper .vd_mega-menu {
    float: left
}
.vd_mega-menu-wrapper .vd_mega-menu .mega-ul,
.vd_mega-menu-wrapper .vd_mega-menu .mega-li {
    margin: 0;
    padding: 0
}
.vd_mega-menu-wrapper .vd_mega-menu .mega-li {
    list-style: none
}
.vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>li.one-icon,
.vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>li.profile {
    padding: 13px 7px 14px
}
.vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>li.one-big-icon>.mega-link,
.vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>li.one-icon>.mega-link {
    display: block;
    height: 36px;
    line-height: 30px;
    width: 36px;
    text-align: center;
    padding: 0;
    margin: 0;
    overflow: hidden;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>li.one-big-icon {
    padding: 14px 4px 13px
}
.vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>li.one-big-icon>.mega-link {
    font-size: 24px
}
.vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>li.one-big-icon>.mega-link>.mega-image {
    margin-left: 5px;
    margin-right: 5px
}
.vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>li.one-big-icon>.mega-link>.badge {
    right: -4px;
    top: 5px
}
.vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>li.one-big-icon .open-left:before {
    right: 11px
}
.vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>li.one-big-icon .open-right:before {
    right: auto;
    left: 11px
}
.vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>li.profile {
    margin-left: 15px
}
.vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>li.profile .mega-image {
    float: left
}
.vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>li.profile .mega-name {
    display: block;
    float: left;
    margin-left: 10px;
    margin-top: 5px
}
.vd_mega-menu-wrapper .vd_mega-menu>.mega-ul .mega-image {
    height: 36px;
    line-height: 30px;
    width: 36px
}
.vd_mega-menu-wrapper .vd_mega-menu>.mega-ul .mega-image img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    vertical-align: top;
    width: 36px !important;
    height: 36px !important;
}
.vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>li.one-icon>.mega-link {
    border: 2px solid #EEE
}
.vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>li.one-icon>.mega-link .mega-icon {
    font-size: 16px
}
.vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>li.one-icon .mega-link:hover,
.vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>li.one-icon .mega-link.open {
    background-color: #fff !important;
    color: #2a85bb;
}
.vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>.mega-li {
    float: left;
    position: relative;
    margin-left: 5px;
    padding: 18px 7px 20px;
    height: 63px
}
.vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>.mega-li>a {
    padding: 0;
    color: #ccc
}
.vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>.mega-li>a:hover,
.vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>.mega-li>a:focus {
    background: none
}
.vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>.mega-li .btn {
    padding: 6px 15px
}
.vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>.mega-li .btn-lg {
    padding: 11px 19px
}
.vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>.mega-li .btn-sm {
    padding: 5px 10px
}
.vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>.mega-li .btn-xs {
    font-size: 11px;
    padding: 4px 8px
}
.vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>.mega-li .caret {
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF
}
.vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>.mega-li .badge {
    position: absolute;
    right: 4px;
    top: 4px
}
.vd_mega-menu-wrapper .vd_mega-menu>.mega-ul li.hover-trigger:hover>.hover-target {
    display: block !important
}
.vd_mega-menu-wrapper.horizontal-menu {
    z-index: 6
}
.vd_mega-menu-wrapper.horizontal-menu .vd_mega-menu>.mega-ul>.mega-li {
    padding: 8px 13px;
    height: 42px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px
}
.vd_mega-menu-wrapper.horizontal-menu .vd_mega-menu>.mega-ul>.mega-li>a {
        font-size: 19px;
}
.vd_mega-menu-wrapper.horizontal-menu .vd_mega-menu>.mega-ul>.mega-li:hover,
.vd_mega-menu-wrapper.horizontal-menu .vd_mega-menu>.mega-ul>.mega-li.active {
    background: rgba(0, 0, 0, 0.4);
    color: #FFFFFF
}
.vd_mega-menu-content:before {
    -moz-border-color: none;
    border-color: transparent transparent #23709E;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    display: block;
    height: 0;
    opacity: 1;
    width: 0;
    position: absolute;
    top: -12px;
}
.vd_mega-menu-content {
    padding-top: 5px;
    padding-bottom: 15px;
    position: absolute;
    top: 100%;
    display: none;
    background-color: #FFF;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-top: 3px solid #23709E;
    z-index: 5;
}
.vd_mega-menu-content .line {
    border-top: 1px solid #EEE;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    padding: 0 !important
}
.vd_mega-menu-content .closing {
    margin-bottom: -15px;
}
.vd_mega-menu-content.no-top {
    border-top: none;
}
.vd_mega-menu-content.no-top:before {
    border: none;
}
.vd_mega-menu-content .child-menu {
    position: relative;
    padding: 0;
    color: #5e656b;
    letter-spacing: .3px;
}
.vd_mega-menu-content .child-menu a {
    color: #5e656b;
}
.vd_mega-menu-content .child-menu .title {
    background: #23709E;
    color: #FFF;
    margin-top: -5px;
    padding: 0 10px 3px;
}
.vd_mega-menu-content .child-menu .title .vd_panel-menu .entypo-icon {
    font-size: 18px;
    line-height: 26px
}
.vd_mega-menu-content .child-menu .title .vd_panel-menu .smaller-font {
    font-size: 14px
}
.vd_mega-menu-content .child-menu .content {
    padding: 5px 10px
}
.closing {
    font-size: 11.4px;
    background: #F5F5F5 !important;
    position: relative
}
.closing a {
    color: #999 !important;
    display: block;
    padding: 3px 10px 5px
}
.closing a:hover {
    color: #1fae66 !important
}
.open-top {
    top: auto;
    bottom: 106%
}
.open-top:before {
    display: none !important
}
.light-top-menu .vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>.mega-li .mega-link,
.light-top-menu .vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>.mega-li .one-icon,
.light-top-menu .vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>.mega-li .mega-name {
    border-color: #707e77;
    color: #707e77
}
.light-top-menu .vd_mega-menu-wrapper.horizontal-menu .vd_mega-menu>.mega-ul>.mega-li>a {
    color: #707e77
}
.light-top-menu .vd_mega-menu-wrapper.horizontal-menu .vd_mega-menu .mega-ul>.mega-li:hover,
.light-top-menu .vd_mega-menu-wrapper.horizontal-menu .vd_mega-menu .mega-ul>.mega-li.active {
    background: #1fae66
}
.light-top-menu .vd_mega-menu-wrapper.horizontal-menu .vd_mega-menu .mega-ul>.mega-li:hover>a,
.light-top-menu .vd_mega-menu-wrapper.horizontal-menu .vd_mega-menu .mega-ul>.mega-li.active>a {
    color: #FFFFFF
}
.light-top-menu .vd_menu-search {
    background: #333333;
    color: #EEEEEE
}
.light-top-menu .vd_menu-search .vd_menu-search-text {
    background: #333333;
    color: #EEEEEE
}
.menu-action-icon.vd_green:hover {
    background: #1fae66 !important;
    color: #fff !important
}
.menu-action-icon.vd_red:hover {
    background: #f85d2c !important;
    color: #fff !important
}
.menu-action-icon.vd_yellow:hover {
    background: #1fae66 !important;
    color: #fff !important
}
.menu-action-icon.vd_orange:hover {
    background: #f85d2c !important;
    color: #fff !important
}
.menu-action-icon.vd_blue:hover {
    background: #1fae66 !important;
    color: #fff !important
}
.width-lg-1 {
    width: 60px
}
.width-lg-2 {
    width: 180px
}
.width-lg-3 {
    width: 240px
}
.width-lg-4 {
    width: 320px
}
.width-lg-5 {
    width: 480px
}
.width-lg-6 {
    width: 720px
}
.width-lg-full {
    width: 1130px
}
.width-md-1 {
    width: 60px
}
.width-md-2 {
    width: 180px
}
.width-md-3 {
    width: 240px
}
.width-md-4 {
    width: 320px
}
.width-md-5 {
    width: 480px
}
.width-md-6 {
    width: 720px
}
.width-md-full {
    width: 1130px
}
.width-sm-1 {
    width: 60px
}
.width-sm-2 {
    width: 180px
}
.width-sm-3 {
    width: 240px
}
.width-sm-4 {
    width: 320px
}
.width-sm-5 {
    width: 480px
}
.width-sm-6 {
    width: 720px
}
.width-sm-full {
    width: 1130px
}
.width-xs-1 {
    width: 60px
}
.width-xs-2 {
    width: 180px
}
.width-xs-3 {
    width: 240px
}
.width-xs-4 {
    width: 320px
}
.width-xs-5 {
    width: 480px
}
.width-xs-6 {
    width: 720px
}
.width-xs-full {
    width: 1130px
}
.height-lg-auto .list-wrapper>li {
    height: auto
}
.height-lg-1 .list-wrapper>li {
    height: 60px
}
.height-lg-2 .list-wrapper>li {
    height: 120px
}
.height-lg-3 .list-wrapper>li {
    height: 180px
}
.height-lg-4 .list-wrapper>li {
    height: 240px
}
.height-lg-5 .list-wrapper>li {
    height: 320px
}
.height-lg-6 .list-wrapper>li {
    height: 480px
}
.height-md-auto .list-wrapper>li {
    height: auto
}
.height-md-1 .list-wrapper>li {
    height: 60px
}
.height-md-2 .list-wrapper>li {
    height: 120px
}
.height-md-3 .list-wrapper>li {
    height: 180px
}
.height-md-4 .list-wrapper>li {
    height: 240px
}
.height-md-5 .list-wrapper>li {
    height: 320px
}
.height-md-6 .list-wrapper>li {
    height: 480px
}
.height-sm-auto .list-wrapper>li {
    height: auto
}
.height-sm-1 .list-wrapper>li {
    height: 60px
}
.height-sm-2 .list-wrapper>li {
    height: 120px
}
.height-sm-3 .list-wrapper>li {
    height: 180px
}
.height-sm-4 .list-wrapper>li {
    height: 240px
}
.height-sm-5 .list-wrapper>li {
    height: 320px
}
.height-sm-6 .list-wrapper>li {
    height: 480px
}
.height-xs-auto .list-wrapper>li {
    height: auto
}
.height-xs-1 .list-wrapper>li {
    height: 60px
}
.height-xs-2 .list-wrapper>li {
    height: 120px
}
.height-xs-3 .list-wrapper>li {
    height: 180px
}
.height-xs-4 .list-wrapper>li {
    height: 240px
}
.height-xs-5 .list-wrapper>li {
    height: 320px
}
.height-xs-6 .list-wrapper>li {
    height: 480px
}
.column-lg-1 ul li {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important
}
.column-lg-1 ul li:first-child,
.column-lg-1 ul li:nth-child(2n+1),
.column-lg-1 ul li:nth-child(3n+1),
.column-lg-1 ul li:nth-child(4n+1),
.column-lg-1 ul li:nth-child(5n+1),
.column-lg-1 ul li:nth-child(6n+1) {
    margin-left: 0 !important
}
.column-lg-2 ul li {
    width: 47%;
    margin-left: 1% !important;
    margin-right: 1% !important
}
.column-lg-2 ul li:first-child,
.column-lg-2 ul li:nth-child(2n+1),
.column-lg-2 ul li:nth-child(3n+1),
.column-lg-2 ul li:nth-child(4n+1),
.column-lg-2 ul li:nth-child(5n+1),
.column-lg-2 ul li:nth-child(6n+1) {
    margin-left: 0 !important
}
.column-lg-2 ul li:first-child,
.column-lg-2 ul li:nth-child(2n+1) {
    margin-left: 2% !important
}
.column-lg-3 ul li {
    width: 30%;
    margin-left: 1% !important;
    margin-right: 1% !important
}
.column-lg-3 ul li:first-child,
.column-lg-3 ul li:nth-child(2n+1),
.column-lg-3 ul li:nth-child(3n+1),
.column-lg-3 ul li:nth-child(4n+1),
.column-lg-3 ul li:nth-child(5n+1),
.column-lg-3 ul li:nth-child(6n+1) {
    margin-left: 0 !important
}
.column-lg-3 ul li:first-child,
.column-lg-3 ul li:nth-child(3n+1) {
    margin-left: 2% !important
}
.column-lg-4 ul li {
    width: 23%;
    margin-left: 1% !important;
    margin-right: 1% !important
}
.column-lg-4 ul li:first-child,
.column-lg-4 ul li:nth-child(2n+1),
.column-lg-4 ul li:nth-child(3n+1),
.column-lg-4 ul li:nth-child(4n+1),
.column-lg-4 ul li:nth-child(5n+1),
.column-lg-4 ul li:nth-child(6n+1) {
    margin-left: 0 !important
}
.column-lg-4 ul li:first-child,
.column-lg-4 ul li:nth-child(4n+1) {
    margin-left: 2% !important
}
.column-lg-4 .menu-text .menu-info .menu-action .menu-action-icon {
    font-size: 10px;
    height: 16px;
    width: 16px;
    line-height: 12px
}
.column-lg-5 ul li {
    width: 18%;
    margin-left: 1% !important;
    margin-right: 1% !important
}
.column-lg-5 ul li:first-child,
.column-lg-5 ul li:nth-child(2n+1),
.column-lg-5 ul li:nth-child(3n+1),
.column-lg-5 ul li:nth-child(4n+1),
.column-lg-5 ul li:nth-child(5n+1),
.column-lg-5 ul li:nth-child(6n+1) {
    margin-left: 0 !important
}
.column-lg-5 ul li:first-child,
.column-lg-5 ul li:nth-child(5n+1) {
    margin-left: 1% !important
}
.column-lg-5 .menu-text .menu-info .menu-action .menu-action-icon {
    font-size: 10px;
    height: 16px;
    width: 16px;
    line-height: 12px
}
.column-lg-6 ul li {
    width: 15%;
    margin-left: 1% !important;
    margin-right: 1% !important
}
.column-lg-6 ul li:first-child,
.column-lg-6 ul li:nth-child(2n+1),
.column-lg-6 ul li:nth-child(3n+1),
.column-lg-6 ul li:nth-child(4n+1),
.column-lg-6 ul li:nth-child(5n+1),
.column-lg-6 ul li:nth-child(6n+1) {
    margin-left: 0 !important
}
.column-lg-6 ul li:first-child,
.column-lg-6 ul li:nth-child(6n+1) {
    margin-left: 2% !important
}
.column-lg-6 .menu-text .menu-info .menu-action .menu-action-icon {
    font-size: 10px;
    height: 16px;
    width: 16px;
    line-height: 12px
}
.column-md-1 ul li {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important
}
.column-md-1 ul li:first-child,
.column-md-1 ul li:nth-child(2n+1),
.column-md-1 ul li:nth-child(3n+1),
.column-md-1 ul li:nth-child(4n+1),
.column-md-1 ul li:nth-child(5n+1),
.column-md-1 ul li:nth-child(6n+1) {
    margin-left: 0 !important
}
.column-md-2 ul li {
    width: 47%;
    margin-left: 1% !important;
    margin-right: 1% !important
}
.column-md-2 ul li:first-child,
.column-md-2 ul li:nth-child(2n+1),
.column-md-2 ul li:nth-child(3n+1),
.column-md-2 ul li:nth-child(4n+1),
.column-md-2 ul li:nth-child(5n+1),
.column-md-2 ul li:nth-child(6n+1) {
    margin-left: 0 !important
}
.column-md-2 ul li:first-child,
.column-md-2 ul li:nth-child(2n+1) {
    margin-left: 2% !important
}
.column-md-3 ul li {
    width: 30%;
    margin-left: 1% !important;
    margin-right: 1% !important
}
.column-md-3 ul li:first-child,
.column-md-3 ul li:nth-child(2n+1),
.column-md-3 ul li:nth-child(3n+1),
.column-md-3 ul li:nth-child(4n+1),
.column-md-3 ul li:nth-child(5n+1),
.column-md-3 ul li:nth-child(6n+1) {
    margin-left: 0 !important
}
.column-md-3 ul li:first-child,
.column-md-3 ul li:nth-child(3n+1) {
    margin-left: 2% !important
}
.column-md-4 ul li {
    width: 23%;
    margin-left: 1% !important;
    margin-right: 1% !important
}
.column-md-4 ul li:first-child,
.column-md-4 ul li:nth-child(2n+1),
.column-md-4 ul li:nth-child(3n+1),
.column-md-4 ul li:nth-child(4n+1),
.column-md-4 ul li:nth-child(5n+1),
.column-md-4 ul li:nth-child(6n+1) {
    margin-left: 0 !important
}
.column-md-4 ul li:first-child,
.column-md-4 ul li:nth-child(4n+1) {
    margin-left: 2% !important
}
.column-md-4 .menu-text .menu-info .menu-action .menu-action-icon {
    font-size: 10px;
    height: 16px;
    width: 16px;
    line-height: 12px
}
.column-md-5 ul li {
    width: 18%;
    margin-left: 1% !important;
    margin-right: 1% !important
}
.column-md-5 ul li:first-child,
.column-md-5 ul li:nth-child(2n+1),
.column-md-5 ul li:nth-child(3n+1),
.column-md-5 ul li:nth-child(4n+1),
.column-md-5 ul li:nth-child(5n+1),
.column-md-5 ul li:nth-child(6n+1) {
    margin-left: 0 !important
}
.column-md-5 ul li:first-child,
.column-md-5 ul li:nth-child(5n+1) {
    margin-left: 1% !important
}
.column-md-5 .menu-text .menu-info .menu-action .menu-action-icon {
    font-size: 10px;
    height: 16px;
    width: 16px;
    line-height: 12px
}
.column-md-6 ul li {
    width: 15%;
    margin-left: 1% !important;
    margin-right: 1% !important
}
.column-md-6 ul li:first-child,
.column-md-6 ul li:nth-child(2n+1),
.column-md-6 ul li:nth-child(3n+1),
.column-md-6 ul li:nth-child(4n+1),
.column-md-6 ul li:nth-child(5n+1),
.column-md-6 ul li:nth-child(6n+1) {
    margin-left: 0 !important
}
.column-md-6 ul li:first-child,
.column-md-6 ul li:nth-child(6n+1) {
    margin-left: 2% !important
}
.column-md-6 .menu-text .menu-info .menu-action .menu-action-icon {
    font-size: 10px;
    height: 16px;
    width: 16px;
    line-height: 12px
}
.column-sm-1 ul li {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important
}
.column-sm-1 ul li:first-child,
.column-sm-1 ul li:nth-child(2n+1),
.column-sm-1 ul li:nth-child(3n+1),
.column-sm-1 ul li:nth-child(4n+1),
.column-sm-1 ul li:nth-child(5n+1),
.column-sm-1 ul li:nth-child(6n+1) {
    margin-left: 0 !important
}
.column-sm-2 ul li {
    width: 47%;
    margin-left: 1% !important;
    margin-right: 1% !important
}
.column-sm-2 ul li:first-child,
.column-sm-2 ul li:nth-child(2n+1),
.column-sm-2 ul li:nth-child(3n+1),
.column-sm-2 ul li:nth-child(4n+1),
.column-sm-2 ul li:nth-child(5n+1),
.column-sm-2 ul li:nth-child(6n+1) {
    margin-left: 0 !important
}
.column-sm-2 ul li:first-child,
.column-sm-2 ul li:nth-child(2n+1) {
    margin-left: 2% !important
}
.column-sm-3 ul li {
    width: 30%;
    margin-left: 1% !important;
    margin-right: 1% !important
}
.column-sm-3 ul li:first-child,
.column-sm-3 ul li:nth-child(2n+1),
.column-sm-3 ul li:nth-child(3n+1),
.column-sm-3 ul li:nth-child(4n+1),
.column-sm-3 ul li:nth-child(5n+1),
.column-sm-3 ul li:nth-child(6n+1) {
    margin-left: 0 !important
}
.column-sm-3 ul li:first-child,
.column-sm-3 ul li:nth-child(3n+1) {
    margin-left: 2% !important
}
.column-sm-4 ul li {
    width: 23%;
    margin-left: 1% !important;
    margin-right: 1% !important
}
.column-sm-4 ul li:first-child,
.column-sm-4 ul li:nth-child(2n+1),
.column-sm-4 ul li:nth-child(3n+1),
.column-sm-4 ul li:nth-child(4n+1),
.column-sm-4 ul li:nth-child(5n+1),
.column-sm-4 ul li:nth-child(6n+1) {
    margin-left: 0 !important
}
.column-sm-4 ul li:first-child,
.column-sm-4 ul li:nth-child(4n+1) {
    margin-left: 2% !important
}
.column-sm-4 .menu-text .menu-info .menu-action .menu-action-icon {
    font-size: 10px;
    height: 16px;
    width: 16px;
    line-height: 12px
}
.column-sm-5 ul li {
    width: 18%;
    margin-left: 1% !important;
    margin-right: 1% !important
}
.column-sm-5 ul li:first-child,
.column-sm-5 ul li:nth-child(2n+1),
.column-sm-5 ul li:nth-child(3n+1),
.column-sm-5 ul li:nth-child(4n+1),
.column-sm-5 ul li:nth-child(5n+1),
.column-sm-5 ul li:nth-child(6n+1) {
    margin-left: 0 !important
}
.column-sm-5 ul li:first-child,
.column-sm-5 ul li:nth-child(5n+1) {
    margin-left: 1% !important
}
.column-sm-5 .menu-text .menu-info .menu-action .menu-action-icon {
    font-size: 10px;
    height: 16px;
    width: 16px;
    line-height: 12px
}
.column-sm-6 ul li {
    width: 15%;
    margin-left: 1% !important;
    margin-right: 1% !important
}
.column-sm-6 ul li:first-child,
.column-sm-6 ul li:nth-child(2n+1),
.column-sm-6 ul li:nth-child(3n+1),
.column-sm-6 ul li:nth-child(4n+1),
.column-sm-6 ul li:nth-child(5n+1),
.column-sm-6 ul li:nth-child(6n+1) {
    margin-left: 0 !important
}
.column-sm-6 ul li:first-child,
.column-sm-6 ul li:nth-child(6n+1) {
    margin-left: 2% !important
}
.column-sm-6 .menu-text .menu-info .menu-action .menu-action-icon {
    font-size: 10px;
    height: 16px;
    width: 16px;
    line-height: 12px
}
.column-xs-1 ul li {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important
}
.column-xs-1 ul li:first-child,
.column-xs-1 ul li:nth-child(2n+1),
.column-xs-1 ul li:nth-child(3n+1),
.column-xs-1 ul li:nth-child(4n+1),
.column-xs-1 ul li:nth-child(5n+1),
.column-xs-1 ul li:nth-child(6n+1) {
    margin-left: 0 !important
}
.column-xs-2 ul li {
    width: 47%;
    margin-left: 1% !important;
    margin-right: 1% !important
}
.column-xs-2 ul li:first-child,
.column-xs-2 ul li:nth-child(2n+1),
.column-xs-2 ul li:nth-child(3n+1),
.column-xs-2 ul li:nth-child(4n+1),
.column-xs-2 ul li:nth-child(5n+1),
.column-xs-2 ul li:nth-child(6n+1) {
    margin-left: 0 !important
}
.column-xs-2 ul li:first-child,
.column-xs-2 ul li:nth-child(2n+1) {
    margin-left: 2% !important
}
.column-xs-3 ul li {
    width: 30%;
    margin-left: 1% !important;
    margin-right: 1% !important
}
.column-xs-3 ul li:first-child,
.column-xs-3 ul li:nth-child(2n+1),
.column-xs-3 ul li:nth-child(3n+1),
.column-xs-3 ul li:nth-child(4n+1),
.column-xs-3 ul li:nth-child(5n+1),
.column-xs-3 ul li:nth-child(6n+1) {
    margin-left: 0 !important
}
.column-xs-3 ul li:first-child,
.column-xs-3 ul li:nth-child(3n+1) {
    margin-left: 2% !important
}
.column-xs-4 ul li {
    width: 23%;
    margin-left: 1% !important;
    margin-right: 1% !important
}
.column-xs-4 ul li:first-child,
.column-xs-4 ul li:nth-child(2n+1),
.column-xs-4 ul li:nth-child(3n+1),
.column-xs-4 ul li:nth-child(4n+1),
.column-xs-4 ul li:nth-child(5n+1),
.column-xs-4 ul li:nth-child(6n+1) {
    margin-left: 0 !important
}
.column-xs-4 ul li:first-child,
.column-xs-4 ul li:nth-child(4n+1) {
    margin-left: 2% !important
}
.column-xs-4 .menu-text .menu-info .menu-action .menu-action-icon {
    font-size: 10px;
    height: 16px;
    width: 16px;
    line-height: 12px
}
.column-xs-5 ul li {
    width: 18%;
    margin-left: 1% !important;
    margin-right: 1% !important
}
.column-xs-5 ul li:first-child,
.column-xs-5 ul li:nth-child(2n+1),
.column-xs-5 ul li:nth-child(3n+1),
.column-xs-5 ul li:nth-child(4n+1),
.column-xs-5 ul li:nth-child(5n+1),
.column-xs-5 ul li:nth-child(6n+1) {
    margin-left: 0 !important
}
.column-xs-5 ul li:first-child,
.column-xs-5 ul li:nth-child(5n+1) {
    margin-left: 1% !important
}
.column-xs-5 .menu-text .menu-info .menu-action .menu-action-icon {
    font-size: 10px;
    height: 16px;
    width: 16px;
    line-height: 12px
}
.column-xs-6 ul li {
    width: 15%;
    margin-left: 1% !important;
    margin-right: 1% !important
}
.column-xs-6 ul li:first-child,
.column-xs-6 ul li:nth-child(2n+1),
.column-xs-6 ul li:nth-child(3n+1),
.column-xs-6 ul li:nth-child(4n+1),
.column-xs-6 ul li:nth-child(5n+1),
.column-xs-6 ul li:nth-child(6n+1) {
    margin-left: 0 !important
}
.column-xs-6 ul li:first-child,
.column-xs-6 ul li:nth-child(6n+1) {
    margin-left: 2% !important
}
.column-xs-6 .menu-text .menu-info .menu-action .menu-action-icon {
    font-size: 10px;
    height: 16px;
    width: 16px;
    line-height: 12px
}
.left-lg {
    right: 0;
    left: auto
}
.left-lg:before {
    left: auto;
    right: 20px
}
.right-lg {
    left: 0;
    right: auto
}
.right-lg:before {
    right: auto;
    left: 20px
}
.center-lg-1 {
    left: -10px;
    right: auto
}
.center-lg-1:before {
    left: 30px;
    right: auto
}
.center-lg-2 {
    left: -70px;
    right: auto
}
.center-lg-2:before {
    left: 90px;
    right: auto
}
.center-lg-3 {
    left: -100px;
    right: auto
}
.center-lg-3:before {
    left: 120px;
    right: auto
}
.center-lg-4 {
    left: -140px;
    right: auto
}
.center-lg-4:before {
    left: 160px;
    right: auto
}
.center-lg-5 {
    left: -220px;
    right: auto
}
.center-lg-5:before {
    left: 240px;
    right: auto
}
.center-lg-6 {
    left: -340px;
    right: auto
}
.center-lg-6:before {
    left: 360px;
    right: auto
}
.center-lg-full {
    left: -545px;
    right: auto
}
.center-lg-full:before {
    left: 565px;
    right: auto
}
.left-md {
    right: 0;
    left: auto
}
.left-md:before {
    left: auto;
    right: 20px
}
.right-md {
    left: 0;
    right: auto
}
.right-md:before {
    right: auto;
    left: 20px
}
.center-md-1 {
    left: -10px;
    right: auto
}
.center-md-1:before {
    left: 30px;
    right: auto
}
.center-md-2 {
    left: -70px;
    right: auto
}
.center-md-2:before {
    left: 90px;
    right: auto
}
.center-md-3 {
    left: -100px;
    right: auto
}
.center-md-3:before {
    left: 120px;
    right: auto
}
.center-md-4 {
    left: -140px;
    right: auto
}
.center-md-4:before {
    left: 160px;
    right: auto
}
.center-md-5 {
    left: -220px;
    right: auto
}
.center-md-5:before {
    left: 240px;
    right: auto
}
.center-md-6 {
    left: -340px;
    right: auto
}
.center-md-6:before {
    left: 360px;
    right: auto
}
.center-md-full {
    left: -545px;
    right: auto
}
.center-md-full:before {
    left: 565px;
    right: auto
}
.left-sm {
    right: 0;
    left: auto
}
.left-sm:before {
    left: auto;
    right: 20px
}
.right-sm {
    left: 0;
    right: auto
}
.right-sm:before {
    right: auto;
    left: 20px
}
.center-sm-1 {
    left: -10px;
    right: auto
}
.center-sm-1:before {
    left: 30px;
    right: auto
}
.center-sm-2 {
    left: -70px;
    right: auto
}
.center-sm-2:before {
    left: 90px;
    right: auto
}
.center-sm-3 {
    left: -100px;
    right: auto
}
.center-sm-3:before {
    left: 120px;
    right: auto
}
.center-sm-4 {
    left: -140px;
    right: auto
}
.center-sm-4:before {
    left: 160px;
    right: auto
}
.center-sm-5 {
    left: -220px;
    right: auto
}
.center-sm-5:before {
    left: 240px;
    right: auto
}
.center-sm-6 {
    left: -340px;
    right: auto
}
.center-sm-6:before {
    left: 360px;
    right: auto
}
.center-sm-5 {
    left: -220px;
    right: auto
}
.center-sm-5:before {
    left: 240px;
    right: auto
}
.center-sm-6 {
    left: -340px;
    right: auto
}
.center-sm-6:before {
    left: 360px;
    right: auto
}
.center-sm-full {
    left: -545px;
    right: auto
}
.center-sm-full:before {
    left: 565px;
    right: auto
}
.left-xs {
    right: 0;
    left: auto
}
.left-xs:before {
    left: auto;
    right: 20px
}
.right-xs {
    left: 0;
    right: auto
}
.right-xs:before {
    right: auto;
    left: 20px
}
.center-xs-1 {
    left: -10px;
    right: auto
}
.center-xs-1:before {
    left: 30px;
    right: auto
}
.center-xs-2 {
    left: -70px;
    right: auto
}
.center-xs-2:before {
    left: 90px;
    right: auto
}
.center-xs-3 {
    left: -100px;
    right: auto
}
.center-xs-3:before {
    left: 120px;
    right: auto
}
.center-xs-4 {
    left: -140px;
    right: auto
}
.center-xs-4:before {
    left: 160px;
    right: auto
}
.center-xs-5 {
    left: -220px;
    right: auto
}
.center-xs-5:before {
    left: 240px;
    right: auto
}
.center-xs-6 {
    left: -340px;
    right: auto
}
.center-xs-6:before {
    left: 360px;
    right: auto
}
.center-xs-full {
    left: -545px;
    right: auto
}
.center-xs-full:before {
    left: 565px;
    right: auto
}
.width-full {
    width: 1130px
}
.parent-width-full {
    position: static !important
}
.mgbt-lg-0 {
    margin-bottom: 0 !important
}
.mgbt-lg-5 {
    margin-bottom: 5px !important
}
.mgbt-lg-10 {
    margin-bottom: 10px !important
}
.mgbt-lg-15 {
    margin-bottom: 15px !important
}
.mgbt-lg-20 {
    margin-bottom: 20px !important
}
.mgbt-md-0 {
    margin-bottom: 0 !important
}
.mgbt-md-5 {
    margin-bottom: 5px !important
}
.mgbt-md-10 {
    margin-bottom: 10px !important
}
.mgbt-md-15 {
    margin-bottom: 15px !important
}
.mgbt-md-20 {
    margin-bottom: 20px !important
}
.mgbt-sm-0 {
    margin-bottom: 0 !important
}
.mgbt-sm-5 {
    margin-bottom: 5px !important
}
.mgbt-sm-10 {
    margin-bottom: 10px !important
}
.mgbt-sm-15 {
    margin-bottom: 15px !important
}
.mgbt-sm-20 {
    margin-bottom: 20px !important
}
.mgbt-xs-0 {
    margin-bottom: 0 !important
}
.mgbt-xs-5 {
    margin-bottom: 5px !important
}
.mgbt-xs-10 {
    margin-bottom: 10px !important
}
.mgbt-xs-15 {
    margin-bottom: 15px !important
}
.mgbt-xs-20 {
    margin-bottom: 20px !important
}
.mgtp--10 {
    margin-top: -10px !important
}
.mgtp--5 {
    margin-top: -5px !important
}
.mgtp-0 {
    margin-top: 0px !important
}
.mgtp-5 {
    margin-top: 5px !important
}
.mgtp-10 {
    margin-top: 10px !important
}
.mgtp-15 {
    margin-top: 15px !important
}
.mgtp-20 {
    margin-top: 20px !important
}
.mgtp-30 {
    margin-top: 30px !important
}
.open-right {
    top: -8px;
    left: 100%
}
.open-left {
    top: -8px;
    right: 100%
}
.open-right:before,
.open-left:before {
    border: none
}
header {
    height: 63px;
    z-index: 999
}
header .vd_top-menu-wrapper {
    background-color: #242729;
    width: 100%;
    z-index: 999;
    position: absolute;
    -webkit-box-shadow: 0 -2px 4px rgba(50, 50, 50, 0.75);
    box-shadow: 0 -2px 4px rgba(50, 50, 50, 0.75)
}
header .vd_top-nav .vd_panel-header .logo {
    float: left
}
header .vd_top-nav .vd_panel-header .logo a {
    margin-top: 17px;
    width: 120px;
    display: inline-block
}
header .vd_container {
    height: 63px
}
body.sticky-menu-active header {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px
}
.vd_navbar {
    background-color: #23709e;
    color: #fff
}
.vd_navbar,
.navbar-tabs-menu {
    -webkit-box-shadow: -5px 0 5px -5px #999 inset;
    box-shadow: -5px 0 5px -5px #999 inset
}
.vd_navbar-right {
    right: 0;
    left: auto
}
.vd_navbar-right .vd_menu .menu-active {
    right: auto;
    left: -1px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.nav-left-fixed .vd_navbar-left,
.nav-right-fixed .vd_navbar-right {
    position: fixed;
    left: auto;
    right: auto;
    top: 63px;
    margin-left: -15px
}
.no-header.nav-left-fixed .vd_navbar-left,
.no-header.nav-right-fixed .vd_navbar-right {
    top: 0
}
.nav-right-fixed .vd_navbar-right {
    margin-left: 0;
    right: 0;
    left: auto
}
.navbar-menu {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset
}
.navbar-menu .menu-title {
    margin-top: 40px;
    margin-bottom: 20px
}
.navbar-spacing {
    height: 300px
}
.vd_menu {
    margin-left: -20px;
    margin-right: -20px;
    font-size: 14px;
    text-transform: uppercase !important;
}
.vd_menu ul,
.vd_menu li {
    margin: 0;
    padding: 0
}
.vd_menu li {
    list-style: none;
    position: relative
}
.vd_menu a {
    color: #FFF;
    display: block;
    font-weight: 300
}
.vd_menu .menu-icon {
    font-size: 15px;
    width: 24px;
    height: 22px;
    line-height: 20px;
    float: left;
    display: block;
        margin-right: 8px;
    text-align: center;
    vertical-align: middle
}
.vd_menu .entypo-icon {
    line-height: 24px
}
.vd_menu .menu-active {
    font-size: 24px;
    position: absolute;
    right: -1px;
    color: #f0f0f0
}
.vd_menu>ul>li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}
.vd_menu>ul>li>a {
        padding: 4px 10px 4px 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    position: relative
}
.vd_menu>ul>li:first-child>a {
    border-top: none
}
.vd_menu>ul>li>a:hover {
    background: rgba(255, 255, 255, 0.15)
}
.vd_menu>ul>li.active>a {
    background: rgba(0, 0, 0, 0.3);
    border-top: none;
    color: #FFF
}
.vd_menu .line {
    border-top: 1px solid #EEEEEE;
    margin: 12px 20px !important
}
.vd_menu ul li .child-menu {
       background: rgba(0, 0, 0, 0.12);
    border-top: rgb(79, 140, 177) solid 1px;
    padding: 3px 20px 3px;
    font-size: 13px;
    display: none
}
.vd_menu ul li .child-menu ul li {
    margin-left: -20px;
    margin-right: -20px
}
.vd_menu ul li .child-menu ul li a {
        padding: 3px 10px 3px 10px;
}
.vd_menu ul li .child-menu ul li a:hover {
    background: rgba(255, 255, 255, 0.2)
}
.vd_menu ul li .child-menu ul li .child-menu {
    background: #145074;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.vd_menu ul li .child-menu ul li .child-menu ul li a {
        padding-left: 18px;
}
.vd_menu ul li .child-menu ul li .child-menu ul li .child-menu {
    background: none;
    border-top: none
}
.vd_menu ul li .child-menu ul li .child-menu ul li .child-menu ul li a {
    padding-left: 60px
}
.nav-left-small .vd_navbar-left,
.nav-right-small .vd_navbar-right {
    width: 50px
}
.nav-left-small .vd_navbar-left .vd_menu>ul>li>a,
.nav-right-small .vd_navbar-right .vd_menu>ul>li>a {
    padding: 10px 5px
}
.nav-left-small .vd_navbar-left .vd_menu>ul>li>a>.menu-text,
.nav-right-small .vd_navbar-right .vd_menu>ul>li>a>.menu-text {
    display: none
}
.nav-left-small .vd_navbar-left .vd_menu .menu-icon,
.nav-right-small .vd_navbar-right .vd_menu .menu-icon {
    font-size: 18x;
    margin-right: 0;
    width: 100%;
    height: 24px;
    line-height: 22px;
    float: none
}
.nav-left-small .vd_navbar-left .vd_menu .menu-active,
.nav-right-small .vd_navbar-right .vd_menu .menu-active {
    display: none
}
.nav-right-medium .vd_navbar-right .vd_menu ul li .child-menu,
.nav-right-small .vd_navbar-right .vd_menu ul li .child-menu {
    left: auto;
    right: 100%
}
.vd_navbar-left {
    margin-left: 0
}
.vd_navbar-right {
    margin-right: 0
}
.nav-left-hide .vd_navbar-left {
    margin-left: -260px
}
.nav-left-hide.nav-left-small .vd_navbar-left {
    margin-left: -50px
}
.nav-right-hide .vd_navbar-right {
    margin-right: -260px
}
.nav-right-hide.nav-right-medium .vd_navbar-right {
    margin-right: -140px
}
.nav-right-hide.nav-right-small .vd_navbar-right {
    margin-right: -50px
}
.nav-left-hide.nav-left-fixed .vd_navbar-left {
    margin-left: -275px
}
.nav-left-hide.nav-left-fixed.nav-left-small .vd_navbar-left {
    margin-left: -65px
}
.nav-right-hide.nav-right-fixed .vd_navbar-right {
    margin-left: -275px
}
.nav-right-hide.nav-right-fixed.nav-right-medium .vd_navbar-right {
    margin-left: -155px
}
.nav-right-hide.nav-right-fixed.nav-right-small .vd_navbar-right {
    margin-left: -65px
}
.nav-left-small .vd_navbar-left .hide-nav-small,
.nav-right-small .vd_navbar-right .hide-nav-small {
    display: none
}
.navbar-tabs-menu {
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 60px;
    background-color: #393d41
}
.navbar-tabs-menu .menu,
.navbar-tabs-menu .expand-menu {
    position: relative;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    vertical-align: middle
}
.navbar-tabs-menu .expand-menu {
    display: block;
    color: #fff
}
.navbar-tabs-menu .expand-menu:hover {
    color: #fff;
    cursor: pointer
}
.navbar-tabs-menu .mega-icon {
    font-size: 16px
}
.navbar-tabs-menu .badge {
    position: absolute;
    top: 4px;
    right: 4px
}
.navbar-tabs-menu .expand-menu {
    display: none
}
.navbar-tabs-menu .expand-menu .menu-icon {
    font-size: 28px
}
.navbar-tabs-menu .expand-menu .menu-icon-right {
    display: none
}
.navbar-tabs-menu .nav-tabs {
    border: none;
    font-size: 24px
}
.navbar-tabs-menu .nav-tabs li.active {
    z-index: 2
}
.navbar-tabs-menu .nav-tabs li.active a {
    background-color: #1fae66;
    border-color: #1fae66;
    color: #fff
}
.navbar-tabs-menu .nav-tabs li a {
    padding: 8px 15px 12px;
    margin-right: 0px;
    margin-left: 6px
}
.nav-right-medium .vd_navbar-right .navbar-tabs-menu .menu-icon-right,
.nav-right-small .vd_navbar-right .nav-tabs-menu .menu-icon-right {
    display: block
}
.nav-right-medium .vd_navbar-right .navbar-tabs-menu .menu-icon-left,
.nav-right-small .vd_navbar-right .nav-tabs-menu .menu-icon-left {
    display: none
}
.nav-right-medium .vd_navbar-right .navbar-tabs-menu .menu-container {
    left: auto;
    right: 140px
}
.nav-left-small .vd_navbar-left .navbar-tabs-menu .menu-container,
.nav-right-small .vd_navbar-right .navbar-tabs-menu .menu-container {
    left: 50px
}
.nav-left-small .vd_navbar-left .navbar-tabs-menu .expand-menu .menu-icon,
.nav-right-small .vd_navbar-right .navbar-tabs-menu .expand-menu .menu-icon {
    font-size: 18px
}
.nav-right-small .vd_navbar-right .navbar-tabs-menu .menu-container {
    left: auto;
    right: 50px
}
.nav-right-medium .vd_navbar-right.vd_navbar-tabs-profile .navbar-tabs-menu .menu-container {
    right: 0
}
.nav-left-small .vd_navbar-left.vd_navbar-tabs-profile .menu-container,
.nav-right-small .vd_navbar-right.vd_navbar-tabs-profile .menu-container {
    width: 50px
}
.nav-left-small .vd_navbar-left.vd_navbar-tabs-profile .navbar-tabs-menu .vd_mega-menu-wrapper .vd_mega-menu .profile,
.nav-right-small .vd_navbar-right.vd_navbar-tabs-profile .navbar-tabs-menu .vd_mega-menu-wrapper .vd_mega-menu .profile {
    margin-left: 0px
}
.nav-right-small .vd_navbar-right.vd_navbar-tabs-profile .navbar-tabs-menu .menu-container {
    right: 0
}
.vd_navbar-style-2 .navbar-menu {
    -webkit-box-shadow: none;
    box-shadow: none
}
.vd_navbar-style-2 .vd_menu>ul>li>a {
    border: none;
    border-left-color: #f85d2c
}
.vd_navbar-style-2 .vd_menu>ul>li>a:hover {
    border-left: 4px solid #f85d2c
}
.vd_navbar-style-2 .vd_menu>ul>li:last-child {
    border-bottom: none
}
.navbar-search-wrapper {
    padding: 10px 15px 0
}
.navbar-search-wrapper .navbar-search {
    padding-left: 10px;
    padding-right: 10px
}
.navbar-search-wrapper .navbar-search .search-config {
    border-left: 1px solid #333333;
    margin-top: 3px;
    position: relative
}
.vd_navbar-email .vd_menu>ul>li>a {
    padding: 6px 20px
}
.vd_navbar-bottom-widget {
    position: absolute;
    bottom: 0;
    width: 260px
}
.vd_navbar-bottom-widget>ul>li {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: none !important
}
.vd_navbar-bottom-widget>ul>li>a {
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-bottom: none
}
.nav-left-medium .vd_navbar-left .vd_navbar-bottom-widget,
.nav-right-medium .vd_navbar-right .vd_navbar-bottom-widget {
    width: 140px
}
.nav-left-small .vd_navbar-left .vd_navbar-bottom-widget,
.nav-right-small .vd_navbar-right .vd_navbar-bottom-widget {
    width: 50px
}
.navbar-tabs-menu .vd_mega-menu-wrapper {
    margin-top: -5px
}
.navbar-tabs-menu .vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>.mega-li {
    height: 60px;
    padding: 13px 7px 10px;
    margin-left: 12px
}
.navbar-tabs-menu .vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>.mega-li>a {
    color: #fff;
    border: none;
    line-height: 36px
}
.navbar-tabs-menu .vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>.mega-li>a .mega-name {
    margin-top: 10px;
    line-height: 16px;
    font-size: 20px;
    text-transform: uppercase;
}
.navbar-tabs-menu .vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>.mega-li .mega-ul .mega-li a {
    color: #5e656b
}
footer .vd_bottom {
    background-color: #252525;
    color: #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px
}
#login-page {
    background: none
}
#login-page .vd_content-section {
    background: none
}
.error-message {
    color: #da4448;
    text-align: center;
}
.login-layout .vd_login-page {
    width: 500px;
}
.login-layout .vd_register-page {
    width: 600px;
    margin: 0 auto 60px
}
.login-layout .vd_register-page .heading {
    margin-top: 30px
}
.login-layout .heading {
    text-align: center;
    margin: 50px 0 20px
}
.login-layout .logo {
    margin-bottom: 5px;
    text-shadow: 1px -1px 0 #fff
}
.login-layout .panel {
    border-radius: 5px;
    box-shadow: none;
    border: none;
    /*border-bottom:1px solid #FFFFFF;*/
}
.login-layout .panel-body {
    padding: 20px 20px;
    background: none;
    /*border-bottom: 1px solid #DDDDDD;*/
    
    box-shadow: 0px 0px 10px #E0E0E0;
}
.login-layout .login-icon {
    font-size: 68px;
    width: 120px;
    height: 120px;
    line-height: 114px;
    display: block;
    margin: 20px auto 30px;
    border-radius: 60px;
    border: 1px solid #FFFFFF;
    background-color: #D5D5D5;
    text-align: center;
    color: #FFFFFF;
}
.login-layout .login-img {
    width: 290px;
    margin: 10px auto 25px;
}
.forget-link {
    margin: 5px 0px;
}
.forget-link a {
    color: #23709e;
}
.forget-link a:hover {
    color: #da4448;
}
.login-footer-title {
    color: #23709E;
    letter-spacing: 1px;
}
.login-layout .login-icon.entypo-icon {
    line-height: 126px
}
.login-layout footer .vd_bottom {
    background: none
}
.vd_custom-product .form-group {
    border-bottom: 1px solid #EEEEEE;
    margin-left: -25px;
    margin-right: -25px;
    padding: 10px
}
.vd_custom-product .content-list .menu-icon {
    font-size: 60px;
    width: 115px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px
}
.vd_custom-product .content-list .menu-text {
    margin-left: 130px;
    padding-bottom: 10px
}
.vd_summary-panel .row:hover {
    background-color: #F5F5F5
}
.vd_summary-panel .total-row {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #F5F5F5
}
.vd_summary-panel .total-row .total-title {
    font-weight: bold
}
.vd_summary-panel .product-title {
    font-weight: 300
}
.front-layout header .vd_top-nav .vd_panel-header .logo a {
    width: 150px;
    margin-top: 10px
}
.front-layout .vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>.mega-li>a {
    color: #FFF
}
.front-layout .deploy-word {
    line-height: 34px
}
#front-1-banner {
    background: url(../img/banner/cloud.png) no-repeat center bottom
}
#front-1-banner .word-header h1 {
    text-shadow: 3px 3px rgba(0, 0, 0, 0.3);
    font-size: 46px;
    margin-top: 38px;
    margin-bottom: 5px
}
#front-1-banner .word-header h2 {
text-shadow: 3px 3px rgba(0, 0, 0, 0.3);
    font-size: 40px;
    margin-top: 45px;
    margin-bottom: 5px;
}
#front-1-banner .vd_content {
    height: 470px
}
#front-1-banner .icon-banner {
    position: absolute
}
#front-1-banner .icon-1 {
    top: 245px;
    left: 232px
}
#front-1-banner .icon-2 {
        top: 165px;
    left: 385px;
}
#front-1-banner .icon-3 {
    top: 165px;
    left: 695px;
}
#front-1-banner .icon-4 {
    top: 230px;
    left: 512px
}
#front-1-banner .icon-5 {
    top: 245px;
    left: 845px;
}
#front-1-banner .word-1 {
   top: 225px;
    left: 0px;
}
#front-1-banner .word-2 {
        top: 152px;
    left: 225px;
}
#front-1-banner .word-3 {
     top: 152px;
    left: 815px
}
#front-1-banner .word-5 {
       top: 225px;
    left: 960px;
}
.example-icon .append-icon:hover {
    font-size: 32px;
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
    padding: 10px;
    position: absolute;
    z-index: 4;
    text-align: center;
    width: 55px
}
.snip1573 {
      background-color: #1c628c;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin: 7px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.snip1573 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1573:before,
.snip1573:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #1c628c;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  opacity: 0.9;
  z-index: 1;
}

.snip1573:before {
  -webkit-transform: skew(45deg) translateX(-155%);
  transform: skew(45deg) translateX(-155%);
}

.snip1573:after {
  -webkit-transform: skew(45deg) translateX(155%);
  transform: skew(45deg) translateX(155%);
}

.snip1573 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}

.snip1573 figcaption {
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  -webkit-box-shadow: 0 0 10px #000000;
  box-shadow: 0 0 10px #000000;
}

.snip1573 h3 {
     background-color: #1c628c;
    border: 2px solid #fff;
    color: #fff;
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 1px;
    margin: 0;
    padding: 5px 10px;
    text-transform: uppercase;
}
.modal {
    background: rgba(0, 0, 0, 0.55);
}

.snip1573 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.snip1573:hover > img,
.snip1573.hover > img {
  opacity: 0.5;
}

.snip1573:hover:before,
.snip1573.hover:before {
  -webkit-transform: skew(45deg) translateX(-55%);
  transform: skew(45deg) translateX(-55%);
}

.snip1573:hover:after,
.snip1573.hover:after {
  -webkit-transform: skew(45deg) translateX(55%);
  transform: skew(45deg) translateX(55%);
}

.snip1573:hover figcaption,
.snip1573.hover figcaption {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}