/**
 * @copyright Richard Sandford c/o ComputerTECH.Systems - All Rights Reserved
 * @author richard@computertech.systems
 *  Unauthorized copying of this file, via any medium is strictly prohibited
 *  Proprietary and confidential.
 * @version 1.0.0
**/

@import url('/css/themes/common/markdown.css');
@import url('/css/themes/common/loader.css');

@import url('/sys/js/plugins/collapsible.css');
@import url('/sys/js/plugins/hide_cols.css');

@import url('/sys/js/vendor/jquery-ui-1.14.1.custom/jquery-ui.css');
@import url('/sys/js/vendor/datetimepicker/jquery.datetimepicker.css');
@import url('/sys/js/vendor/jquery.fileTree-1.02/jqueryFileTree.css');
@import url('/sys/js/vendor/fontawesome/css/all.css');

@import url('/sys/js/modules/libcts1.0/css/forms_alertbox.css');
@import url('/sys/js/modules/libcts1.0/css/controls_model.css');
@import url('/sys/js/modules/libcts1.0/css/app_gui.css');

help {
    display: none !important;
}

.Loaded>body>* {
    transition-property: visibility, opacity;
    transition-duration: .2s;
    transition-timing-function: ease;
}

page {
    /* padding: 0 10 0 10; */
    display: block;
}

/* fieldset,
fieldset.cts10 {
    margin: 10px;
} */

[disabled],
.disabled {
    pointer-events: none;
    /* opacity: 0.6; */
    /* filter: invert(10%); */
    /* border-style: dotted;
    border-width: thin; */
    /* text-decoration: line-through; */
    cursor: not-allowed;
}

.xdebug-var-dump>* {
    /* border-width: 5px; */
    width: calc(100% - 70px);
    word-wrap: break-word;
    /* box-shadow: 27px; */
    border-color: #ffffff59;

    border-style: solid;
    padding: 20px 30px 20px 30px;
    margin: auto;
    font-family: monospace;
    color: black;
    font-size: 16px;
    border-width: 1px;
}

.xdebug-var-dump>details>summary {
    padding: 20px 30px 20px 30px;

    background: darkkhaki;
    overflow-x: auto;
}

.xdebug-var-dump>details>div {

    font-size: .7em;
    word-wrap: break-word;
    border-color: #838383;
    border-style: solid;
    border-width: 1px;
    background: #ffd4d44d;
    padding: 20px 30px 20px 30px;
    overflow-x: auto;
}

.xdebug-var-dump>details>div>pre {

    color: #181818;
    white-space: pre-wrap;
    font-size: 1.4em;
}

.xdebug-error {
    border-width: 1px;
    width: calc(100% - 70px);
    word-wrap: break-word;
    /* box-shadow: 27px; */
    border-color: #f00;
    border-style: solid;
    padding: 20px 30px 20px 30px;
    margin: auto;
    background: #f2f2f2;
    color: black;
}

.xdebug-error th,
.xdebug-error td {
    padding: 2px !important;
}

.xdebug-error th {
    background: #ccc !important;
}

.xdebug-error span {
    display: none !important;
}

.xdebug-error_description th {
    font-size: 1.2em !important;
    padding: 20px 4px 20px 100px !important;
    background: #ccc no-repeat left top !important;
}

.xdebug-error_callStack th {
    background: #666 !important;
    color: #ddd !important;
}

.xe-warning {
    font-size: 8px;
    background: #222 !important;
}

/* for Exception Details */
.xdebug-var-dump>details>div>pre>span {
    background: transparent !important;
    font-size: 1em !important;
    color: White !important;
}

div,
button,
fieldset,
section {
    flex: auto;
}



.flex {
    display: flex !important;
    flex-wrap: wrap !important;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

/* .tablinks:focus,
.tablinks.selected:hover {
    text-shadow: 0 1px #72100d;
    background-color: #cd1d18;
    border-color: #9f1713 #891310 #891310;
} */

red {
    background-color: red;
}

.grey {
    background-color: #698aab;
}

/* The fadebackground (background) */
.fadebackground {
    display: block;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1000;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    animation: fadebackgroundtoblack 2s 1 forwards;
    background-color: rgb(0, 0, 0, 0.1);
}

/* The fadebackground (background) */
.model {
    display: block;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0, 0.8);
}

@keyframes fadebackgroundtoblack {
    100% {
        background-color: rgba(0, 0, 0, .7);
        /* Black w/ opacity */
    }
}

.fadein {
    animation: fadein .5s 1 forwards;
}

@keyframes fadein {
    100% {
        opacity: 1;
    }
}

progress {
    width: 100%;
    z-index: 9;
    /* Sit on top */
}

h2 {
    text-transform: uppercase !important;
}

/* warning {
    text-transform: uppercase !important;
    color: white !important;
    background: red !important;
    padding: 10px;
    display: inline-flex;
    border: #fff;
    border-style: double;
    border-width: 5px;
    font-weight: bold;
} */

warning {
	/* text-transform: uppercase !important; */
	color: whitesmoke;
	background: #f84444 !important;
	padding: 2px;
	display: inline-flex;
	/* border: #fff; */
	/* box-shadow: aquamarine; */
	/* border-style: none; */
	/* border-width: 3px; */
	font-weight: bold;
	border-radius: 3px;
}

info.red {
    background-color: red !important;
    color: white;
    text-shadow: 1px 1px #621414;
    border: black;
}

info.blue {
    background-color: blue !important;
    color: white;
    text-shadow: 1px 1px #621414;
    border: black;
}

info.green {
    background-color: green !important;
    color: white;
    text-shadow: 1px 1px #621414;
    border: black;
}
info {
	/* text-transform: uppercase !important; */
	display: inline-flex;
	/* color: black; */
    background-color: #bbe3f3;
	border-radius: 3px;
	padding: 2px;
	/* border: #fff; */	
	border-width: 1px;
	width: -webkit-fill-available;
	/* width: 100%; */
	text-align: center;
	/* font-weight: bold; */
	/* font-size: 1.2em; */
	text-shadow: 1px 1px white;
	/* background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04)); */
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* info {
    display: block;
    color: black;
    background-color: #bbe3f3;
    border-radius: 10px;
    padding: 0px;
    border: #fff;
    border-style: double;
    border-width: 1px;
    width: -webkit-fill-available;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    text-shadow: 1px 1px white;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
} */

/*
ol {
	
	// counter-reset: item; 
}

ol > li {
	list-style-type: none;
	counter-increment:item;
}

ol > li::before {
	display: flex;
	font-size: 30px;
	content: counter(item) ".";
	font-weight: bold;
	float:left;
}
*/
/* button {
    border-radius: 5px !important;
    text-shadow: 0 1px #154c86;   
    background-clip: padding-box;
    border: 1px solid;
    border-color: #1c65b2 #18589c #18589c;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
} */

.ui-dialog {
    border: 1px solid #dddddd !important;
    background: #c04343 !important;
    font-size: 1.2em !important;
}

.ui-dialog-content,
.ui-widget-content {
    color: #fff !important;
}

.ui-menu {
    background: darkgray;
    background-image: none;
}

.ui-menu-item {
    color: black;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.ui-autocomplete-loading {
    background:  url("/media/img/gif/294.gif") center top no-repeat !important;
}

iframe {
    background-color: var(--system-background);
    background: tranparent;
    background-image: none;
    border: 0;  
}

section {
    word-wrap: anywhere;
    overflow: hidden;
    background-color: #1b44d80d;
}

bold {
    font-weight: bold;
}

.clickable {
    color: black;
    background-color: #69BBD233;
    padding: 0px;
    border: none;
    cursor: pointer;

    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
}

.clickable:hover {
    opacity: 0.8;
    background-color: #b43d3d;
    color: white;
    /* font-weight: bolder; */
    cursor: pointer;
    text-decoration: underline;
}

nav {
    cursor: pointer;
    border-style: solid;
    border-width: thin;
    padding: 5px;
}

/**
 * Used for Search Text Inputs
 *
 */
 .search_status {
	display: flex;
	/* display: none; */
	align-items: right;
	justify-content: right;
	/* min-width: auto; */
	float: right;
	white-space: nowrap;
	font-size: inherit;
}

.search_status img {
    height: 1em;
}

.search_status input {
    width: 100%;
    border-width: 0px;
    border: none;
}


/* FIELDSETS /* 
/* Set a style for all buttons /*
fieldset {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
}
*/
/* Add a hover effect for buttons 
fieldset:hover {
    opacity: 0.8;
    background-color: #b43d3d;    
    cursor: pointer;    
}

fieldset legend {
    background: #1F497D;
    color: #fff;
    padding: 5px 10px ;
    font-size: 12px;
    border-radius: 5px;
    box-shadow: 0 0 0 2px #ddd;
    margin-left: 20px;
    text-transform: uppercase;
}

fieldset legend:hover {
    background-color: #4CAF50;
  
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
}
*/

.class_thumb_gallary {
    margin: 0px auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.class_thumb_frame {
    position: relative;
    display: flex;
    padding: 7px;
    border-style: none;
    border-width: 1px;
    margin: calc(100vw / (9 * 38));
    flex: auto;
    width: unset;
    background: #bcbcbc66;
}

.class_thumb_frame_container {
    margin: auto;
    /* width: 256px; */
    overflow: hidden;
}

.class_thumb_wrapper {
    position: relative;
    margin: auto;
    /* width: fit-content; */
}


div>button.action {
    font-size: 1em;
    text-align: right;
    /* font-style: italic; */
    /* width: unset !important; */
    /* float: left; */
    background-color: #698aab;
    /* text-transform: uppercase; */
    border-radius: 0px !important;
    color: white;
    cursor: pointer;
    /* text-align: left; */
    border-style: solid;
    outline: none;
}

.grid {
    display: grid;
}

.gridspan {
    display: grid;
    vertical-align: baseline;
    justify-content: space-evenly;
    grid-template-columns: 25% 25% auto 25% 25%;
    grid-template-rows: center;
    justify-items: stretch;
    align-content: stretch;
    grid-gap: 15px 10px;
}

figure {
    vertical-align: baseline;
    word-wrap: anywhere;
    overflow: hidden;
    object-fit: cover;
    align-self: center;
    align-items: auto;
    /*  stretch; */
    place-self: center;
    /* place-self: center stretch; */
    /* place-self: auto; */
}

figure img {
    display: block;
    max-height: 128px;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 1em;
}

.styled-checkbox+label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
}

.styled-checkbox:hover+label:before {
    background: #f35429;
}

.styled-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:before {
    background: #586cff;
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.button {
    padding: 8px;
    display: inline-block;    
    box-sizing: border-box;
}

button:focus {
    opacity: 0.8;
}

input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    padding: 18px 12px 10px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    /* animate: 0.2s; */
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #3071a9;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 16px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -4px;
    /* z-top: 20; */
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #367ebd;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    /* animate: 0.2s; */
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #3071a9;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}

input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 16px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

.border {
    border-style: solid;
    border-width: 1px;
}

/* https://designshack.net/articles/css/how-to-build-a-responsive-thumbnail-gallery/ */
.class_videothumb_gallary {
    margin: 0px auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.class_videothumb_frame_container {
    margin: auto;
    max-width: 340px;
    /* The width of the video */
}

.class_videowrapper {
    position: relative;
    margin: auto;
    /* width: min-content; */
    width: -moz-fit-content;
    width: fit-content;
    /* width: 256px; /* The width of the video */
}

.class_videoframeoverlay {
    position: absolute;
    top: 0px;
    right: 0px;
    background: transparent;
    width: 32px;
    height: 28px;
}

.thumbail_video {
    border-width: 2px;
    border-style: solid;
}

.class_videothumb {
    margin: auto 0;
    width: 340px;
    /* max-width: 340px; */
    background-color: transparent;
}

.class_videothumb_frame {
    position: relative;
    display: flex;
    padding: 7px;
    border-style: solid;
    border-width: 1px;
    margin: calc(100vw / (9 * 38));
    flex: auto;
    width: 340px;
    background: #bcbcbc66;
}

.class_videothumb_frame a:hover {
    opacity: 1;
}

.class_videothumb_label {
    word-wrap: break-word;
    width: 90%;
    height: 4em;
    font-size: 1em;
    overflow-y: hidden;
    vertical-align: top;
    text-align: center;
    font-weight: bolder;
}


/* details .shaker {
    background: #32a7cc08;
    padding: 10px;
    position: inline-block;
}

details {
    background: #32a7cc08;
    height: min-content;
}

details summary {
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
    color: darkgreen;
    background: floralwhite;
    border-width: 1px;
    border-style: solid;
    font-size: xx-small;
}

details[open] summary {
    font-size: 1em;
} */

.class-alert-box details {
    /* text-transform: capitalize; */
    font-size: xx-small;
    line-height: 1em;
    background: darkblue;
}

.shaker {
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 0.5s;
    /* When the animation is finished, start again */
    animation-iteration-count: 1;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}


.smallfont {
    font-size: .8em
}

.tinyfont {
    font-size: .6em
}

.center {
    margin: auto;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

.centerdiv {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.middle {    
    vertical-align: middle;
    align-self: center;
}

.maxwidth {
    width: 100%;
}

.maxheight {
    height: 100%;
}

.fitwidth {
    width: -moz-fit-content;
    width: fit-content;
}

.fitheight {
    height: -moz-fit-content;
    height: fit-content;
}

.fitmaxwidth {
    max-width: -moz-max-content;
    max-width: max-content;
    width: -moz-max-content;
}

.fitmaxheight {
    max-height: -moz-fit-content;
    max-height: fit-content;
    height: -moz-max-content;
}

.fitminwidth {
    min-width: -moz-fit-content;
    min-width: fit-content;
    /* width: -moz-min-content; */

}

.fitminheight {
    min-height: -moz-fit-content;
    min-height: fit-content;
    height: -moz-min-content;
}

.noborder {
    border: 0px;
    border-style: none;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.dataTables_length select {
    background: aquamarine;
    width: auto;
    height: fit-content;
    padding: 0;
    margin: 0;
    min-height: fit-content;
}

.dataTables_filter>label input {
    font-size: .8em;
}

.ui-tooltip {
    background: black;
    color: white;
    background-image: unset;
}

ul ul {
	margin-left: 1.2rem;
}

.autowidth {
    width: auto;
}

.hidden {
    display: none !important;
}

.class_thumb_frame {
    background-color: rgba(255, 255, 255, 0.12);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px 0px, rgba(0, 0, 0, 0.19) 0px 4px 20px 0px;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    display: block;
    border-radius: 8px;
    font-size: 15px;
    height: min-content;
    margin: 0;
    padding-bottom: 0px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 0.15px;
    /* text-size-adjust: 100%; */
    break-inside: avoid;
}

/* fieldset.open {
    padding-bottom: 1em;
}

fieldset legend {
    text-transform: uppercase;
    color: darkgreen;
    border-width: 1px;
    font-size: xx-small;
} */

fieldset legend {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
    color: darkgreen;
    background: floralwhite;
    /* border-width: 1px;
    border-style: solid; */
    font-size: xx-small;
    line-height: 2em;
    /* border-bottom: 1px solid #ccc; */
    position: relative;
    font-size: 14px;
    cursor: pointer;
}

fieldset .input_row {
    margin: 0 0 5px 0px;
}

fieldset .input_row:last-of-type {
    margin: 0;
}

fieldset>legend:before {
    content: '';
    background: url(/css/themes/common/arrow-chevron-down.svg);
    width: 15px;
    height: 15px;
    position: absolute;
    right: 18px;
    top: 3px;
    transition: transform 0.2s;

    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

fieldset.closed>legend {
    opacity: .6;
    filter: invert(1);
}

fieldset.closed>legend:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    fill: #F00;
}

span.deprecated {
    background: #f00 !important;
    color: white !important;
    padding: 0 20 0 20;
}

span.deprecated::before {
    content: "NOTICE : THIS OBJECT IS DEPRECATED - PLEASE UPGRADE";
}

.blinkfast {
    animation: blink-animation .25s steps(2, start) infinite;
    -webkit-animation: blink-animation .25s steps(2, start) infinite;
}

.blink {
    animation: blink-animation 1s steps(2, start) infinite;
    -webkit-animation: blink-animation 1s steps(2, start) infinite;
}

@keyframes blink-animation {
    to {
        /* background-image: -webkit-linear-gradient(to bottom, rgb(248, 248, 248), rgba(255, 255, 255, 0.8) 50%, rgb(255, 255, 255) 51%, rgb(250, 152, 152)); */
        background-image: -moz-linear-gradient(to bottom, rgb(248, 248, 248), rgba(255, 255, 255, 0.8) 50%, rgb(255, 255, 255) 51%, rgb(250, 152, 152));
        /* background-image: -o-linear-gradient(to bottom, rgb(248, 248, 248), rgba(255, 255, 255, 0.8) 50%, rgb(255, 255, 255) 51%, rgb(250, 152, 152)); */
        background-image: linear-gradient(to bottom, rgb(248, 248, 248), rgba(255, 255, 255, 0.8) 50%, rgb(255, 255, 255) 51%, rgb(250, 152, 152));
    }
}

@-webkit-keyframes blink-animation {
    to {
        /* background-image: -webkit-linear-gradient(to bottom, rgb(248, 248, 248), rgba(255, 255, 255, 0.8) 50%, rgb(255, 255, 255) 51%, rgb(250, 152, 152)); */
        background-image: -moz-linear-gradient(to bottom, rgb(248, 248, 248), rgba(255, 255, 255, 0.8) 50%, rgb(255, 255, 255) 51%, rgb(250, 152, 152));
        /* background-image: -o-linear-gradient(to bottom, rgb(248, 248, 248), rgba(255, 255, 255, 0.8) 50%, rgb(255, 255, 255) 51%, rgb(250, 152, 152)); */
        background-image: linear-gradient(to bottom, rgb(248, 248, 248), rgba(255, 255, 255, 0.8) 50%, rgb(255, 255, 255) 51%, rgb(250, 152, 152));
    }
}

/*
***************************************************** DEPRECIATED
*/

.green,
.tab button.selected {
    text-shadow: 0 1px #0d4d09;
    background-color: #1ca913;
    border-color: #147b0e #11640b #11640b;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background: lightsteelblue;
    /* margin: 10px !important; */
    /* background-image: linear-gradient(to bottom, #a9a9a9c7, #ffffffe0); */
}

/* Style the buttons that are used to open the tab content */

.tab:before {
    content: url(/media/img/png/deprecated.png);
}

.tab button {
    margin: 0px;
    background-color: inherit;
    /* float: left; */
    border: none;
    outline: none;
    cursor: pointer;
    /* padding: 14px 16px; */
    /* transition: 0.3s; */
    text-transform: uppercase;
    width: auto;
    font-weight: bold;
    color: white;
    /*     background-image: linear-gradient(to bottom, #7066a2c7, #0037ffc9) */

    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    min-width: 96px;
    line-height: 36px;
    padding: 0 24px;
    font-size: 14px;
    color: white;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px #154c86;
    background-color: #247edd;
    background-clip: padding-box;
    border: 1px solid;
    border-color: #1c65b2 #18589c #18589c;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
}

/* Style the tab content */
.tabcontent {
    display: none;
    /* padding: 6px 12px; */
    /* border: 1px solid #ccc; */
    border-top: none;
    animation: fadeEffect .5s;
    /* Fading effect takes half second */
}