﻿body, html {
    height: 100%;
    overflow: hidden;
}

* {
    border-radius: 0 !important;
}

.home-link-container {
    margin: 0 auto;
}

.home-link {
    font-size: 26px;
    padding: 12px 12px 12px 0;
}


/*Navigation*/
.left-nav .nav-pills > li > a {
    border-radius: 0;
}

.left-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding-left: 20px;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-default .navbar-nav > li > a, .btn-outline-secondary, a, .dropdown-menu > li > a {
    color: #428bca;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
    }

    .dropdown > .dropdown-menu, .dropdown-submenu > .dropdown-menu {
        padding-top: 0;
        padding-bottom: 0;
    }

/*Navigation icons overide for web/layout/media tree*/
#layout ul li a i,
#web ul li a i {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-repeat: no-repeat;
}

/*structure*/
.container-BrickNet {
    /*padding-left: 230px;*/
    height: 100%;
    display: block;
    /*padding-top: 51px;*/
}

.main-content {
    float: left;
    width: 100%;
    display: inline;
    height: auto;
    overflow: auto;
    display: block;
    padding: 30px 20px 50px 20px;
    position: relative;
    height: 100%;
    background-color: #fff;
}

footer {
    border-top: 1px solid #ddd;
    padding: 5px;
    width: 100%;
    display: block;
    background: #e7e7e7;
    font-size: 10px;
    overflow: hidden;
}

.site-list {
    max-height: 800px;
    overflow: auto;
}

.left-nav {
    float: left;
    width: 230px;
   margin-left:-230px;
    height: 100%;
    display: block;
    background: #f8f8f8;
    box-shadow: 3px 0px 3px #e7e7e7;
    overflow: auto;
    padding-bottom: 70px;
}

    .left-nav ul {
        background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
        background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
        background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }

#loading {
   position:fixed;
    top: 20%;
    left:50%;
    z-index: 999999;
}

.site-search {
    margin-left: 70px;
    width: 450px;
}

    .site-search .input-group {
        width: 100%;
    }


.logo {
    margin-top: 5px;
    margin-left: -5px;
}

/*Notifications*/
ul.persistent-notification {
    margin: 0;
    padding: 0 10px;
}

    ul.persistent-notification li {
        list-style: none;
        border-bottom: 1px solid #cccccc;
        padding: 10px 0;
    }

        ul.persistent-notification li:last-child {
            border-bottom: 0;
        }

.notification-date {
    font-size: 11px;
}

.notification-msg {
    display:none!important
    font-size: 14px;
}

.notifications-dropdown {
    padding-bottom: 0;
    width: 350px;
    margin-left: 0px;
    max-height: 600px;
    overflow-x: auto;
}

    .notifications-dropdown form {
        width: 100%;
        padding-top: 10px;
        text-align: center;
    }

/*Admin message*/
.admin-message {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
    z-index: 100;
}

    .admin-message > .alert {
        padding: 5px;
        font-size: 13px;
        border-radius: 0;
        font-size: 12px;
    }

.fadeIn {
    -webkit-animation: fadeIn;
    animation: fadeIn;
    opacity: 1;
}

.fadeOut {
    -webkit-animation: fadeOut;
    animation: fadeOut;
    opacity: 0;
}

.fast {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/*Media*/
#file-list, #folder-container {
    height: auto;
    min-height: 400px;
    width: 100%;
    display: block;
}

.file, .folder {
    cursor: default;
}

.folder {
    width: 160px;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    color: #808080;
    padding: 10px 10px;
    border: 1px solid #e7e7e7;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}

    .folder:hover {
        background: #e7e7e7;
    }

.file {
    float: left;
    height: 162px;
    position: relative;
    width: 160px;
    margin-bottom: 20px;
    margin-right: 20px;
    color: #808080;
    border: 1px solid #e7e7e7;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    user-select: none;
}

    .file a {
        display: block;
        width: 100%;
    }

        .file a img {
            margin: 0 auto;
            display: block;
        }

        .file a i {
            font-size: 80px;
            margin: 0 auto;
            text-align: center;
            display: block;
        }

        .file a:hover {
            text-decoration: none;
        }

    .file .checkbox label {
        width: 100%;
        display: block;
        border: 1px solid #e7e7e7;
    }

        .file .checkbox label input {
            margin-left: 40px;
        }

    .file .file-preview {
        height: 110px;
        padding: 10px 5px;
        vertical-align: central;
    }

    .file .file-link {
        height: 25px;
        width: 100%;
        bottom: 0;
        position: absolute;
    }

        .file .file-link a {
            display: block;
            padding: 0 5px;
            text-align: center;
        }

    .file.ui-selected, .folder.ui-selected, .file.ui-selecting, .folder.ui-selecting, .file.ui-selected a, .folder.ui-selected a, .file.ui-selecting a, .folder.ui-selecting a {
        background: #428bca;
        color: white;
    }

.file, #file-list, .folder, #folder-container {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */ /* No support for these yet, use at own risk */
    -o-user-select: none;
    user-select: none;
}

    .file.files-cut, .folder.files-cut {
        border: 1px dotted black;
        opacity: 0.5;
    }

/*Media upload drop area*/
#dropzone {
    text-align: center;
    font-weight: bold;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* 50% transparent background */
    z-index: 1000; /* Ensure the overlay is on top of other elements */
    display: none; /* Initially hidden */
}

#dropzone.in {
    width: 100%;
    height: 100%;
    border: 3px dashed grey;
    background: rgba(238, 238, 238, 0.8); /* 50% transparent overlay */
    color: #fff;
    display: block; /* Show when in the 'in' state */
}

#dropzone span {
    display: none;
}

#dropzone.in span {
    display: block;
    text-align: center;
    padding-top: 58px;
}

#dropzone.hover {
    background: rgba(66, 133, 244, 0.8); /* Adjust the background color with 50% transparency */
    color: #fff;
}

/*Page header*/
.page-header {
    padding-top: 0;
    margin-top: 0;
    font-size: 26px;
}

.inline-buttons-container {
    width: 100%;
    position: relative;
}

.inline-buttons-containerh1 {
    position: relative;
}

.inline-buttons-container .btn-group {
    position: absolute;
    right: 0;
    top: 0;
}

/*share classes*/
.padding-right-10 {
    padding-right: 10px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.reset-corners {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

ul#noty_bottomRight_layout_container li {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 10px;
    background-color: #fff !important;
    background: #ffffff url('/Areas/Admin/Content/Images/black-cross.png') no-repeat 286px center !important;
}

.noty_message {
    display:none!important;
    padding: 8px 30px 9px 10px !important;
}

.right-dropdown > ul.dropdown-menu {
    right: 0;
    left: auto;
}

.margin0 {
    margin: 0px;
}

.margin-top-0 {
    margin-top: 0px;
}

.display-inline {
    display: inline;
}

hr.small-margin {
    margin: 5px 0;
}

.light {
    font-weight: normal;
}

.grey {
    color: darkgrey !important;
}

.font-small {
    font-size: 0.8em;
}

.red {
    color: red;
}

.orange {
    color: orange !important;
}

h1, h2, h3, h4 {
    font-weight: normal !important;
}

.settings-textarea {
    width: 100%;
    height: 150px;
}

.ui-autocomplete {
    z-index: 100000;
}

.no-border-radius {
    border-radius: 0;
}

.nav-tabs {
    margin-bottom: 15px;
}

legend {
    font-size: 26px;
}

#edit-webpage-options #PublishOn {
    margin: 0;
    height: 34px;
    width: 200px;
    border-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

/*validation*/
.field-validation-error span {
    color: red;
}

input.input-validation-error, select.input-validation-error {
    border: 1px solid red !important;
}

.validation-summary-errors {
    color: red;
}

.error, .error span {
    color: red;
}

/* Generic context menu styles */
.contextMenu {
    background: #EEE;
    border: solid 1px #CCC;
    display: none;
    margin: 0px;
    padding: 5px;
    position: absolute;
    width: 120px;
    z-index: 99999;
}

    .contextMenu a {
        font-style: normal;
        padding-left: 15px;
    }

/*Right click context menu*/
.context-menu {
    background: #fff;
    border: solid 1px #CCC;
    border-radius: 4px;
    display: none;
    margin: 0px;
    padding: 5px;
    position: absolute;
    width: 120px;
    z-index: 99999;
}

    .context-menu li {
        list-style: none;
    }

    .context-menu a {
        font-style: normal;
        padding-left: 3px;
    }

#sortable {
    cursor: pointer;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

    #sortable li {
        background: #eee;
        margin: 1px 0px;
        padding: 5px 5px;
    }

/*Removing bottom margin from forms in modal windows*/
.modal form {
    margin: 0;
}

/*edit page*/
.page-name-edit {
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
}

.accordion-toggle {
    background-color: #f5f5f5;
}

.modal {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    margin: 0;
}

.modal {
    z-index: 100000;
}

.menu-handle-admin {
    position: absolute;
    right: -37px;
    top: 80px;
}

.margin-top-10 {
    margin-top: 10px;
}

#changes-table tr.unchanged {
    background-color: rgb(203, 255, 203);
}

#changes-table tr.changed {
    background-color: rgb(255, 209, 209);
}

#changes-table pre {
    font-size: 0.6em;
}

.form-item {
    padding: 10px;
}

.analysis-table {
}

    .analysis-table > tbody > tr {
        color: #333;
    }

        .analysis-table > tbody > tr > td > ul {
            list-style-type: none;
            margin: 0;
        }

        .analysis-table > tbody > tr.can-be-improved > td {
            background-color: #FFF9B5;
        }
/*page versions*/
#changes-table tr.unchanged {
    background-color: rgb(203, 255, 203);
}

#changes-table tr.changed {
    background-color: rgb(255, 209, 209);
}

#changes-table pre {
    font-size: 0.6em;
}

/*CKEditor hide bottom bar*/
#cke_bottom_detail, .cke_bottom {
    display: none !important;
}

#cke_BodyContent {
    margin-bottom: 10px;
}

@media (max-width: 979px) {

    .site-search {
        margin-left: 70px;
        width: 250px;
    }
}


#menu, #menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	
#menu {
		/*width: 960px;*/
        width:100%;
		margin: 50px 0 0 0;
		border: 1px solid #222;
		background-color: #111;
		background-image: -moz-linear-gradient(#444, #111); 
		background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));	
		background-image: -webkit-linear-gradient(#444, #111);	
		background-image: -o-linear-gradient(#444, #111);
		background-image: -ms-linear-gradient(#444, #111);
		background-image: linear-gradient(#444, #111);
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 4px 4px 0 0;
		-moz-box-shadow: 0 1px 10px #777, 0 1px 0 #666 inset;
		-webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
		box-shadow: 0 1px 10px #777, 0 1px 0 #666 inset;
	}
	
	#menu:before,
	#menu:after {
		content: "";
		display: table;
	}
	
	#menu:after {
		clear: both;
	}
	
	#menu {
		zoom:1;
	}
	
	#menu li {
		float: left;
		border-right: 1px solid #222;
		-moz-box-shadow: 1px 0 0 #444;
		-webkit-box-shadow: 1px 0 0 #444;
		box-shadow: 1px 0 0 #444;
		position: relative;
	}
	
	#menu a {
		float: left;
		padding: 12px 30px;
		color: #999;
		text-transform: uppercase;
		font: bold 12px Arial, Helvetica;
		text-decoration: none;
		text-shadow: 0 1px 0 #000;
	}
	
	#menu li:hover > a {
		color: #fafafa;
	}
	
	*html #menu li a:hover { /* IE6 only */
		color: #fafafa;
	}
	
	#menu ul {
		margin: 20px 0 0 0;
		_margin: 0; /*IE6 only*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 38px;
		left: 0;
		z-index: 1;    
		background: #444;
		background: -moz-linear-gradient(#444, #111);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
		background: -webkit-linear-gradient(#444, #111);    
		background: -o-linear-gradient(#444, #111);	
		background: -ms-linear-gradient(#444, #111);	
		background: linear-gradient(#444, #111);
		-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
		-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
		box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;  
	}

	#menu li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}
	
	#menu ul ul {
		top: 0;
		left: 130px;
		margin: 0 0 0 20px;
		_margin: 0; /*IE6 only*/
		-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		box-shadow: -1px 0 0 rgba(255,255,255,.3);		
	}
	
	#menu ul li {
		float: none;
		display: block;
		border: 0;
		_line-height: 0; /*IE6 only*/
		-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	}
	
	#menu ul li:last-child {   
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;    
	}
	
	#menu ul a {    
		padding: 10px;
		width: 130px;
		_height: 10px; /*IE6 only*/
		display: block;
		white-space: nowrap;
		float: none;
		text-transform: none;
	}
	
	#menu ul a:hover {
		background-color: #0186ba;
		background-image: -moz-linear-gradient(#04acec,  #0186ba);	
		background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
		background-image: -webkit-linear-gradient(#04acec, #0186ba);
		background-image: -o-linear-gradient(#04acec, #0186ba);
		background-image: -ms-linear-gradient(#04acec, #0186ba);
		background-image: linear-gradient(#04acec, #0186ba);
	}
	
	#menu ul li:first-child > a {
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
	}
	
	#menu ul li:first-child > a:after {
		content: '';
		position: absolute;
		left: 40px;
		top: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #444;
	}
	
	#menu ul ul li:first-child a:after {
		left: -6px;
		top: 50%;
		margin-top: -6px;
		border-left: 0;	
		border-bottom: 6px solid transparent;
		border-top: 6px solid transparent;
		border-right: 6px solid #3b3b3b;
	}
	
	#menu ul li:first-child a:hover:after {
		border-bottom-color: #04acec; 
	}
	
	#menu ul ul li:first-child a:hover:after {
		border-right-color: #0299d3; 
		border-bottom-color: transparent; 	
	}
	
	#menu ul li:last-child > a {
		-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	}
	
	/* Mobile */
	#menu-trigger {
		display: none;
	}

	@media screen and (max-width: 600px) {

		/* nav-wrap */
		#menu-wrap {
			position: relative;
            margin-top:30px;
		}

		#menu-wrap * {
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}

		/* menu icon */
		#menu-trigger {
			display: block; /* show menu icon */
			height: 40px;
			line-height: 40px;
			cursor: pointer;		
			padding: 0 0 0 35px;
			border: 1px solid #222;
			color: #fafafa;
			font-weight: bold;
			background-color: #111;
			background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAMAAADeWG8gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2QjAxNjRDOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2QjAxNjREOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTZCMDE2NEE5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTZCMDE2NEI5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz42AEtnAAAABlBMVEX///////9VfPVsAAAAAnRSTlP/AOW3MEoAAAAWSURBVHjaYmAgFzBiACKFho6NAAEGAD07AG1pn932AAAAAElFTkSuQmCC) no-repeat 10px center, -moz-linear-gradient(#444, #111); 
			background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAMAAADeWG8gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2QjAxNjRDOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2QjAxNjREOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTZCMDE2NEE5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTZCMDE2NEI5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz42AEtnAAAABlBMVEX///////9VfPVsAAAAAnRSTlP/AOW3MEoAAAAWSURBVHjaYmAgFzBiACKFho6NAAEGAD07AG1pn932AAAAAElFTkSuQmCC) no-repeat 10px center, -webkit-linear-gradient(#444, #111);	
			background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAMAAADeWG8gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2QjAxNjRDOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2QjAxNjREOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTZCMDE2NEE5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTZCMDE2NEI5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz42AEtnAAAABlBMVEX///////9VfPVsAAAAAnRSTlP/AOW3MEoAAAAWSURBVHjaYmAgFzBiACKFho6NAAEGAD07AG1pn932AAAAAElFTkSuQmCC) no-repeat 10px center, -o-linear-gradient(#444, #111);
			background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAMAAADeWG8gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2QjAxNjRDOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2QjAxNjREOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTZCMDE2NEE5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTZCMDE2NEI5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz42AEtnAAAABlBMVEX///////9VfPVsAAAAAnRSTlP/AOW3MEoAAAAWSURBVHjaYmAgFzBiACKFho6NAAEGAD07AG1pn932AAAAAElFTkSuQmCC) no-repeat 10px center, -ms-linear-gradient(#444, #111);
			background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAMAAADeWG8gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2QjAxNjRDOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2QjAxNjREOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTZCMDE2NEE5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTZCMDE2NEI5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz42AEtnAAAABlBMVEX///////9VfPVsAAAAAnRSTlP/AOW3MEoAAAAWSURBVHjaYmAgFzBiACKFho6NAAEGAD07AG1pn932AAAAAElFTkSuQmCC) no-repeat 10px center, linear-gradient(#444, #111);
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
			border-radius: 3px 3px 0 0;
			-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
			-webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
			box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
		}
		
		/* main nav */
		#menu {
			margin: 0; padding: 10px;
			position: absolute;
			top: 40px;
			width: 100%;
			z-index: 100;
			background-color: #444;
			display: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;		
		}

		#menu:after {
			content: '';
			position: absolute;
			left: 25px;
			top: -8px;
			border-left: 8px solid transparent;
			border-right: 8px solid transparent;
			border-bottom: 8px solid #444;
		}	

		#menu ul {
			position: static;
			visibility: visible;
			opacity: 1;
			margin: 0;
			background: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;				
		}

		#menu ul ul {
			margin: 0 0 0 20px !important;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;		
		}

		#menu li {
			position: static;
			display: block;
			float: none;
			border: 0;
			margin: 5px;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;			
		}

		#menu ul li{
			margin-left: 20px;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;		
		}

		#menu a{
			display: block;
			float: none;
			padding: 0;
			color: #999;
		}

		#menu a:hover{
			color: #fafafa;
		}	

		#menu ul a{
			padding: 0;
			width: auto;		
		}

		#menu ul a:hover{
			background: none;	
		}

		#menu ul li:first-child a:after,
		#menu ul ul li:first-child a:after {
			border: 0;
		}		

	}

	@media screen and (min-width: 600px) {
		#menu {
			display: block !important;
		}
	}	

  

	/* iPad */
	.no-transition {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		opacity: 1;
		visibility: visible;
		display: none;  		
	}

	#menu li:hover > .no-transition {
		display: block;
	}

.documentlist .fa{
    font-size:30px;
}
.documentlist a, .documentlist a labe:hover {
    color: #fff !important;
    margin-top: 36px;
}

.input-group-addon {
    padding: .200rem .70rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    white-space: nowrap;
    background-color: #3856A2;
    border: 1px solid #3856A2;

}
.breadcrumb a {
    margin-right: 5px;
}

.show-hover .show-icon {
    opacity: 0;
}

.show-hover:hover .show-icon {
    opacity: 1;
}

.img-hover:hover {
    background: #39B54A;
    opacity: 0.8;
    transition: 500ms;
}

.pull-right .btn-danger {
    margin-right: 30px;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 3px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #0096EB;
    border-radius: 3px;
}



#fancybox-close {
    display: inline;
    position: absolute;
    top: 4px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(https://image.flaticon.com/icons/svg/149/149701.svg);
    cursor: pointer;
    z-index: 1103;
}
html, body {
    overflow-y: auto;
}

#divCustomRedirect {
    background: #d1ecf1;
    padding: 10px 10px;
    margin: 10px 0;
}

.AdminMenu {
    position: absolute;
    top: 0;
}

    .AdminMenu #menu li a:hover {
        background: #095063;
    }


    .AdminMenu #menu li ul li a:hover {
        background: #095063;
    }


    .AdminMenu #menu li.active > a {
        color: #fff;
        background-color: #095063;
    }

    .AdminMenu #menu li ul li a.active {
        color: #fff;
        background-color: #095063;
    }

    .AdminMenu #menu li ul li a {
        background: #1976d2 !important;
        background: -moz-linear-gradient(top, rgba(9,9,9,0.5) 0%, rgba(9,9,9,0.5) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(9,9,9,0.5)), color-stop(100%,rgba(9,9,9,0.5)));
        background: -webkit-linear-gradient(top, rgba(9,9,9,0.5) 0%,rgba(9,9,9,0.5) 100%);
        background: -o-linear-gradient(top, rgba(9,9,9,0.5) 0%,rgba(9,9,9,0.5) 100%);
        background: -ms-linear-gradient(top, rgba(9,9,9,0.5) 0%,rgba(9,9,9,0.5) 100%);
        background: linear-gradient(to bottom, rgba(9,9,9,0.5) 0%,rgba(9,9,9,0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80090909', endColorstr='#80090909',GradientType=0 );
        /*box-shadow: none !important;*/
    }

    .AdminMenu #menu ul li {
        box-shadow: none !important;
    }

        .AdminMenu #menu ul li a {
            background: rgba(0,0,0,0.8) !important;
            box-shadow: none !important;
        }

.cms-login-box .login-input {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.cms-login-box .login-input .input-item {
  display: flex;
  justify-content: space-between;
  background-color: #f1f3f6;
  overflow: hidden;
  border-radius: 6px;
  align-items: center;
}
.cms-login-box .login-input .input-item .input-box input {
  background: transparent;
  border: none;
  padding: 5px;
  padding-left: 10px;
}
.cms-login-box .login-input .input-item .input-icon {
  width: 45px;
  height: 45px;
  background: #3856a2;
  display: grid;
  place-content: center;
  border-radius: 6px;
}
.cms-login-box .login-input .input-item .input-icon i {
  color: #fff;
  font-size: 24px;
}
cms-login-box .login-action {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding-top: 30px;
}
.cms-login-box .login-action a {
  color: #3856a2;
  display: block;
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
 
.cms-login-box .login-input .input-item{
    border-radius: 6px !important;
}
 
.cms-login-box .text-center{
    text-align: center;
    margin-bottom: 20px;
}
 
.cms-login-box .text-center h3{
    font-size: 28px;
    color: #58595A !important;
}
 
.cms-login-box{
    margin: 0 !important;
    border-top: 1px solid #E9EAF1;
}
.cms-login-box .brand-credit{
    width: 100%;
    display: block;
    padding-top: 20px;
}
.cms-login-box .brand-credit a{
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn.btn-primary{
  border-radius: 8px !important;
  border-color: #3856A2 !important;
  background: #3856A2 !important;
  box-shadow: 0 8px 24px rgb(56, 86, 162, 0.3) !important;

}

#fancyboxwd{
  overflow: hidden;
  border-radius: 12px;
}


.btn-success {
    color: #fff;
    background-color: #3856A2 !important;
    border-color: #28a745;
}

.nav {background-color: #F1F3F6 !important;}

legend {margin-bottom: 13px !important;
color: #484949 !important;}
.alert-info {
    color: #0c5460 !important;
    background-color: #d1ecf1 !important;
    border-color: #bee5eb !important;
}

 .pagination {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .pagination .page-item .page-link {
            border: none !important;
            border-radius: 10px !important;
            color: #4285F4 !important;
            background-color: #fff !important;
            margin: 0 5px !important;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
        }

        .pagination .page-item.active .page-link {
            background-color: #3856A2 !important;
            color: #fff !important;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
        }

        .pagination .page-item.disabled .page-link {
            background-color: #3B5998 !important;
            color: #fff !important;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
        }

        .pagination .page-link:hover {
            background-color: #d9e2f2 !important;
        }

.btn-group .btn {
            background-color: #f8f9fa;
            border: none;
            color: #6c757d;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px 20px;
            border-radius: 0;
            margin: 0;
        }

        .btn-group .btn:first-child {
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;
        }

        .btn-group .btn:last-child {
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;
        }

        .btn-group .btn i {
            margin-right: 8px;
        }

        .btn-group .btn:disabled {
            color: #adb5bd;
        }

        .btn-group .btn:not(:disabled) {
            color: #212529;
        }

        .btn-group .btn:hover:not(:disabled) {
            background-color: #e9ecef;
        }

        .btn-group {
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .cms-login-box .text-center{
            width: 100% !important;
          }
           
          .cms-login-box .text-center h3{
            margin: 0 !important;
            font-size: 28px;
          }
           
          .cms-login-box .login-input .input-item .input-box{
            width: 100%;
          }
           
          .cms-login-box .login-input .input-item .input-box input{
            box-shadow: none !important;
            min-height: 45px;
          }
           
          .cms-login-box .login-action{
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 20px 0;
          }
           
          .cms-login-box .login-action .btn{
            min-width: 170px;
          }
           
          .cms-login-box .login-action a{
            width: 50%;
          }
          .media-action-buttons.w-100 span.btn-group{
            border-radius: 24px !important;
            overflow: hidden;
          }
           
          #folder-container.folder-list{
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            background: #f1f3f6;
            padding: 15px;
            border-radius: 12px !important;
          }
           
          #folder-container.folder-list .folder{
            margin-right: 0;
            min-width: 170px;
            max-width: 170px;
            border-radius: 8px !important;
            border-color: #C5C5C5 !important;
          }
          [2:55 PM] AJ
.fileinput-button input{

  width: 100%;

  height: 100%;

}
 
span.btn.btn-success.fileinput-button{

  border-color: #3856A2 !important;

  border-radius: 4px;

  box-shadow: 0 8px 24px rgb(56, 86, 162, 0.3) !important;

}
 
.inline-buttons-container .btn-group a i{

  margin: 0 !important;

  color: #fff !important;

}
 
.inline-buttons-container .btn-group .btn.btn-primary{

  display: flex;

  justify-content: center;

  align-items: center;

  padding: 0;

  width: 45px;

  height: 45px;

}
 
[2:59 PM] AJ
.media-action-buttons.w-100 span.btn-group{

  width: 100%;

  margin-bottom: 20px;

  box-shadow: none !important;

  background-color: #f1f3f6 !important;

}
 
.media-action-buttons.w-100 span.btn-group .btn{

  background: none;

}
.media-action-buttons.w-100 span.btn-group{
    width: 100%;
    margin-bottom: 20px;
    box-shadow: none !important;
    background-color: #f1f3f6 !important;
  }
   
  .media-action-buttons.w-100 span.btn-group .btn{
    background: none;
  }
.pageaddBtn a{
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
span.btn.btn-success.fileinput-button{
  border-radius: 4px !important;
}
.inline-buttons-container .btn-group{
   box-shadow: none !important;
}
.inline-buttons-container .btn-group .btn.btn-outline-secondary{
  border: 1px solid #3856A2 !important;
  height: 45px;
  width: 45px;
  border-radius: 8px !important;
}
.btn-group .btn.btn-outline-secondary i{
  color: #3856A2 !important;
}
.btn-group{
  gap: 10px;
}
.btn-group .btn-primary{
  color: #fff !important;
}
.btn-group.display-inline{
  box-shadow: none !important;
}
 
.btn-group.display-inline .btn.btn-outline-secondary{
  border: 1px solid #3856A2 !important;
  border-radius: 8px !important;
}
.btn{
  border-radius: 8px !important;
}
.btn-warning{
  background: #ffc107 !important;
  background-color: #ffc107 !important;
  color: #fff !important;
}
 
.btn-success{
  background: #28a745 !important;
  background-color: #28a745 !important;
  color: #fff !important;
}
.ui-selectee:hover > .pull-right{
  background: white;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 5px;
  text-align: center;
}
 
.file a img{
  width: 100%;
  object-fit: cover;
}
 
.file .file-preview{
  padding: 0 !important;
}
 
.file{
  border-radius: 8px !important;
}
 
.ui-selected > .pull-right{
  display: flex !important;
  left: 0 !important;
  width: 100%;
  justify-content: space-between;
  background-color: #fff !important;
  padding: 5px !important;
}
.file.ui-selected, .folder.ui-selected, .file.ui-selecting, .folder.ui-selecting, .file.ui-selected a, .folder.ui-selected a, .file.ui-selecting a, .folder.ui-selecting a{
  background: none !important;
  color: #3856A2 !important;
}
#file-list .pull-right a{
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ui-selectee:hover > .pull-right {
    display: flex !important;
}
input[type="text"],
input[type="password"],
.ui-autocomplete-input,
textarea,
.uneditable-input{
  border-radius: 6px !important;
  box-shadow: none !important;
}
.nav{
  justify-content: space-between;  
  border-radius: 24px !important;
}
.nav  li a.nav-link{
  border-radius: 24px !important;
}
.btn-success:hover {
    color: #1e7e34 !important;
    background-color: #fff !important;
    border: 1px solid #1e7e34 !important;
}
.btn-warning:hover {
    color: #ffc107 !important;
    background-color: #fff !important;
    border: 1px solid #ffc107 !important;
}
.btn-warning {
    border: 1px solid #ffc107 !important;
}
.btn-success {
    border: 1px solid #28a745 !important;
}
.btn-primary:hover {
    color: #3856A2 !important;
    background-color: #fff !important;
    border: 1px solid #3856A2 !important;
}
.btn-primary {
    border: 1px solid #3856A2 !important;
}
.btn-danger{
  background-color: #dc3545 !important;
  background: #dc3545 !important;
  border: 1px solid #dc3545 !important;
  color: #fff !important;
}
 
.btn-danger:hover{
  background: #fff !important;
  background-color: #fff !important;
  color: #dc3545 !important;
}

