/*-------------------------------------------------------------------------------------
Theme Name  : V-LINK CMS TEMPLATE
Theme URI   : http://www.vlinknetwork.com
Author URI  : http://v-linknetwork.com
Description : V-LINK CMS TEMPLATE CREATED BY V-LINK NETWORK. 
Author      : V-LINK NETWORK | A LEADING SOFTWARE COMPANY IN CHITTAGONG, BANGLADESH. 
Version     : 1.0
----------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------
 TABLE OF CONTENTS:
 =================
+ Fonts
+ Typhography
+ Loader
+ Sidebar
+ Key Frames
+ Top Navigation
+ Modal Popup
+ Widget Boxs
+ Cards
+ Tabs
+ Buttons
+ Form Elements
+ Custom Style
----------------------------------------------------------------*/


/*START FONTS*/

@font-face {
    font-family: Nikosh;
    src: url('Nikosh.eot');
    src: url('../fonts/Nikosh.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Nikosh.woff') format('woff'),
    url('../fonts/Nikosh.ttf') format('truetype'),
    url('../fonts/Nikosh.svg#Nikosh') format('svg');
}



/*END FONTS*/


/*START TYPHOGRAPHY*/

body {
    font-family: BenSenHandwriting, sans-serif;
    background: #fafafa;
    color: #333;
    font-size:16px;
}

legend 
{
    font-size:20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
#sidebar {
    font-family: BenSenHandwriting, sans-serif;
    letter-spacing: 1px;
}

p {
    font-size: 1em;
    line-height: 1.7em;
    color: #666;
    letter-spacing: .3px;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.color-yellow {
    color: rgba(253, 165, 31, 1);
}

.color-green {
    color: rgba(134, 196, 23, 1);
}

.color-red {
    color: rgba(250, 54, 100, 1);
}

.color-blue {
    color: rgba(116, 110, 203, 1);
}

.navbar {
    /*padding: 10px 0px;*/
    padding:0px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: -1px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.breadcrumb {
    border-radius: 0;
    margin-bottom: 0;
    background: #fff;
    box-shadow: 0 6px 4px -5px #ddd;
    padding: 10px 20px;
}

.badge {
    padding: .4em .7em;
    border-radius: 0;
    font-weight: 400;
}

.progress {
    border-radius: 0;
    margin: 10px 0px 15px;
}

.progress-bar {
    opacity: 0.6;
}
.table td,
.table th {
    padding: .95rem;
}

form .row>[class^=col] {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    background-color: #fff !important;
    border: 0px !important;
}

.margin-l20 {
    color: #666;
    font-size: 0.85rem;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    font-size: 22px;
    color: #fff;
    background: #999;
    padding: 5px 10px;
}

.back-to-top:hover {
    color: #fff;
    background: #666;
    padding: 5px 10px;
}

#content {
    margin-bottom: 20px;
    transition: all 0.3s;
    width: 100%;
}

.text-muted {
    color: #6c757d!important;
    padding-top: 20px;
}

ul ul a {
    font-size: 0.9em;
    padding-left: 30px !important;
}

.lorvens-box-shadow {
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-top: 20px;
}

.min-h200 {
    min-height: 200px;
}

.m-bottom10 {
    margin-bottom: 10px;
}

.unlink {
    font-size: 60px;
    color: red;
}

.lorvens-grid div[class*="col"] {
    padding: 10px 20px;
    background-color: rgba(165, 165, 165, .2);
    border: 1px solid #ffffff;
    text-align: center;
}

.media h5 {
    font-size: 18px;
}

div[class*="col-"] {
    padding-right: 9px;
    padding-left: 9px;
}

div[class*="col-"] div[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.badge-danger,
.bg-danger {
    background-color: #ef6e6e !important;
}

.badge-success,
.bg-success {
    background-color: #22c6ab !important;
}

.badge-warning,
.bg-warning {
    color: #fff;
    background-color: #FFAA2A !important;
}



/*END TYPHOGRAPHY*/


/*START LOADER*/

.loading {
    background: #fff;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    top: 48%;
    margin: 0 auto;
    display: block;
}

.double-bounce1,
.double-bounce2 {
    background-color: #2E6FE8;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}



/*END LOADER*/


/*START SIDEBAR*/

.wrapper {
    display: flex;
    align-items: stretch;
    background-color: #f1f1f1;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    color: #ffffff;
    transition: all 0.3s;
    min-height: 100vh;
    background: linear-gradient(to right, #1077A8, #1091ED);
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
}

#sidebar.active .sidebar-header .logo {
    display: none;
}

#sidebar.active .sidebar-header .minimal-logo {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    font-size: 0px;
    text-align: center;
}

#sidebar.active ul li a span {
    margin-right: 0;
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
    text-align: left;
    font-size: 12px;
}

#sidebar.active a[aria-expanded="false"]::before,
#sidebar.active a[aria-expanded="true"]::before {
    top: 45%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 30px 20px;
}

#sidebar .sidebar-header .minimal-logo {
    display: none;
    margin: 5px 0px;
}

#sidebar ul.components>li {
    position: relative;
    margin: 2px 0;
}

#sidebar.active ul.components>li {
    position: relative;
}

#sidebar.active ul.components>li:hover {
    background: #333;
}

#sidebar.active ul.components>li .collapsing,
#sidebar.active ul.components>li .collapse {
    display: none;
}

#sidebar.active ul.components>li:hover .collapse {
    position: absolute;
    z-index: 3;
    left: 100%;
    top: 0%;
    box-shadow: none;
    min-width: 170px;
    display: block;
}

#sidebar ul li a {
    padding: 10px 10px 10px 25px;
    font-size: 14px;
    display: block;
    letter-spacing: 1px;
}

#sidebar ul li a:hover {
    color: #eee;
     background: #1091ed;
}

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active>a,
#sidebar a[aria-expanded="true"] {
    color: #fff;
    background: #1091ed;
}

#sidebar a[data-toggle="collapse"] {
    position: relative;
}

#sidebar a[aria-expanded="false"]::before,
#sidebar a[aria-expanded="true"]::before {
    content: '\e64b';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'themify';
    font-size: 0.6em;
    top: 40%;
}

#sidebar a[aria-expanded="true"]::before {
    content: '\e648';
}

#sidebarCollapse {
 /*   padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;*/
    font-size:20px;
    cursor: pointer;
    color: #777;
}

.nav-help {
    padding: 25px;
}

.nav-help h6 {
    margin: 20px 0px;
    letter-spacing: 1px;
}

#sidebar.active .nav-help {
    display: none;
}



/*END SIDEBAR*/


/*START KEY FRAME*/

@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0.5)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.5);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}



/*END KEY FRAME*/


/*START TOP NAVIGATION*/

.navbar-default .dropdown-toggle::after {
    display: none;
}

.navbar-default .ti-announcement,
.navbar-default .ti-user,
.navbar-default .ti-search {
    padding: 5px;
    border-radius: 50%;
    color: #fff;
}

.navbar-default .ti-announcement::after {
    content: "";
    width: 15px;
    height: 15px;
    -webkit-animation: bounce 1.0s infinite ease-in-out;
    animation: bounce 1.0s infinite ease-in-out;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 12px;
    border-radius: 50%;
}

.navbar-default .ti-user {
    background: rgba(134, 196, 23, 1);
    box-shadow: 0 0 0 5px rgba(134, 196, 23, .1);
}

.navbar-default .ti-announcement {
    background: rgba(250, 54, 100, 1);
    box-shadow: 0 0 0 5px rgba(250, 54, 100, .1);
}

.navbar-default .ti-search {
    background: rgba(253, 165, 31, 1);
    box-shadow: 0 0 0 5px rgba(253, 165, 31, .1);
}

.notifications .dropdown-item,
.profile .dropdown-item {
    font-size: 13px;
    padding: 15px;
    color: #888;
    border-bottom: 1px solid #fafafa;
}

.dropdown-menu.notifications,
.dropdown-menu.profile {
    padding: 0;
    right: 20px;
    left: auto;
    min-width: 200px;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #fff;
}

.dropdown-menu.notifications .dropdown-item:nth-child(odd) [class^="ti-"],
.dropdown-menu.profile .dropdown-item:nth-child(odd) [class^="ti-"] {
    margin-right: 10px;
    color: #FA3664;
}

.dropdown-menu.notifications .dropdown-item:nth-child(even) [class^="ti-"],
.dropdown-menu.profile .dropdown-item:nth-child(even) [class^="ti-"] {
    margin-right: 10px;
    color: #076AD0;
}

.dropdown-menu.notifications h5,
.dropdown-menu.profile h5 {
    padding: 15px;
    background: #555;
    color: #fff;
    font-weight: lighter;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.dropdown-menu.notifications:before,
.dropdown-menu.profile:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    bottom: 100%;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #555;
    border-width: 9px;
    left: 50%;
}

.dropdown-menu.notifications:before {
    margin-left: 14px;
}

.dropdown-menu.profile:before {
    margin-left: 64px;
}

.navbar .nav .nav-item:last-child .nav-link {
    padding-right: 7px;
}


/*END TOP NAVIGATION*/


/*START MODAL POPUP*/

.modal.show .modal-dialog {
    margin-top: 70px;
}

.modal-content {
    border-radius: 0px;
}

.modal-lorvens .modal-header {
    background: #333;
    color: #fff;
    border-radius: 0;
    letter-spacing: 1px;
    position: relative;
}

.modal-lorvens .modal-header .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 100;
    letter-spacing: 2px;
}

.modal-lorvens .modal-header .ti-close {
    top: 37%;
    position: absolute;
    right: 14px;
    cursor: pointer;
}

.modal-lorvens .form-control {
    width: 100%;
    padding: 12px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ddd;
}

.modal-lorvens .btn-lorvens,
.modal-lorvens .btn-lorvens:active {
    color: #fff;
    outline: none;
    border-radius: 0;
    cursor: pointer;
    margin: 20px auto 0px;
    display: block;
    border: none;
    padding: 15px;
    box-shadow: none;
}

.modal-lorvens .btn-lorvens:hover {
    opacity: .8;
}

.modal-body {
    color: #666;
}

.modal-header {
    background: #f1f1f1;
}


/*END MODAL POPUP*/


/*START WIDGET BOX*/

h3.block-title {
    font-size: 20px;
    color: #3e5569;
    border: 1px solid #eee;
    margin: 20px 0 0;
    padding: 5px 15px;
    background: #fff;
    border-radius: 5px;
    font-weight: bold;
}

.widget-area {
    background: #fff;
    border-radius: 5px;
}

.widget-area .numeric {
    font-size: 30px;
    letter-spacing: 1px;
}

h4.wiget-title {
    font-size: 13px;
    letter-spacing: .5px;
}

.alert {
    border-radius: 0px;
    border: 0px;
}

.alert-warning {
    color: #F15044;
}

.widget-left {
    width: 35%;
    display: inline-block;
    vertical-align: 11px;
    font-size: 30px;
    text-align: center;
    color: #777;
}

.widget-right {
    width: 62%;
    display: inline-block;
    padding: 20px 0;
}

.widget-area-2 {
    background: #fff;
    margin-top: 20px;
    padding: 20px;
    padding-bottom: 2px;
    border-radius: 5px;
}

.widget-title {
    font-size: 22px;
    padding-bottom: .5rem;
    margin-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}

.widget-morris {
    padding: 20px;
}


/*END WIDGET BOX*/


/*START CARD*/

.card,
.card-img-top {
    border-radius: 0px;
}

.card-area {
    border-radius: 5px;
    border: 0;
    -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-top: 20px;
}

.card-area .widget-title,
.widget-morris .widget-title {
    margin-left: 0px;
    padding-top: 0px;
}

.card.card-no-border {
    border: 0px;
}

.card.card-no-border .card-header {
    border-bottom: 0px;
}

.card-header:first-child {
    border-radius: 0px;
}

.card-header.lorvens-card-header {
    background-color: rgba(75, 75, 75, 1);
    color: #fff;
}

.card-header img {
    border-radius: 50%;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .5);
    margin: 20px auto;
}

.card-header span.ti-more {
    position: absolute;
    font-size: 25px;
    right: 10px;
    top: 20px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.card.bg-secondary .card-text,
.card.bg-success .card-text,
.card.bg-info .card-text,
.card.bg-dark .card-text,
.card.bg-danger .card-text,
.card.bg-primary .card-text {
    color: #ffffff;
}

.card .text-muted {
    font-size: 13px;
}

.card .text-white .text-muted {
    color: #ffffff !important;
}

.card-body .btn {
    margin-bottom: 0px;
}


/*END CARD*/


/*START TABS*/

.bd-example-tabs .tab-content>.active {
    padding: 20px 10px;
}

.nav-tabs .nav-link,
.nav-pills .nav-link {
    border-radius: 0px;
}

.tab-pane p {
    margin-bottom: 0px;
}

.copyright-text {
    color: #fff;
    font-size: 15px;
}


/*END TABS*/


/*START BUTTON*/

.btn {
    border-radius: 0;
    margin-bottom: 5px;
}

.btn.focus,
.btn:focus {
    box-shadow: none !important;
}

.home .widget-title {
    font-size: 22px;
    padding-bottom: .5rem;
    margin-bottom: 0px;
    border-bottom: 0px solid #eeeeee;
}

.button-btn-block {
    margin-top: 10px;
}

.btn-outline-light {
    color: #ddd;
    border-color: #ddd;
}

.lorvens-widget .row {
    margin: 0px;
}

.btn-hero-primary {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .0625rem;
    font-weight: 700;
    padding: .625rem 1.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0rem;
    border: none;
}

.btn-hero-secondary.disabled,
.btn-hero-secondary:disabled {
    color: #fff;
    background-color: #111;
}

.btn:not(:disabled):not(.disabled):active {
    background: #343a40;
}


/*END BUTTON*/


/*START FORM ELEMENT*/

.form-control {
    border-radius: 0px;
}

input.form-control {
    padding: 2px 5px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
}

.text-round {
    float: left;
    margin-top: 10px;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    font-weight: bold;
    color: #ffffff;
}

.my-contacts li:nth-child(odd) .text-round {
    background-color: #555;
}

.my-contacts::-webkit-scrollbar {
    width: 10px;
    background-color: #dddddd;
}

.my-contacts::-webkit-scrollbar-thumb {
    background-color: #555555;
    border-radius: 10px;
}


/*END FORM ELEMENT*/

/*START CUSTOM STYLE*/

.page-title
{
    background: #fff;
    box-shadow: 0 6px 4px -5px #ddd;
}

.page-title .block-title
{
    background: transparent;
    border:0px;
    margin:0px;
    padding: 8px 0px;
    font-size: 16px;
}

.page-title .breadcrumb
{
    background: transparent;
    box-shadow: none;
    padding:8px 0px;
    font-size:12px;
}

.action
{
    display: inline-flex;
}
.action .btn 
{
    margin:5px;
    padding:2px 5px;
}
.autistic_pic
{
    width:50%;
}
.login-image
{
    width:380px;
}
.table tbody tr td:last-child .btn 
{
    margin:0px 2px;
}
.nav-level-one ul
{
    background: #1077A8 ;
}
.autistic-table-image {
    height:80px;
    width: 100px;
    overflow: hidden;
    transform: scale(1);
    transition: all 0.5s ease-in;
    cursor: pointer;
    position: relative;
    border:1px solid #333;
    padding:2px;
}
.error
{
    color:red;
}
/*END CUSTOM STYLE*/
