/* CSS/Files */
@import url("custom/videojs/video-js.min.css");
@import url("custom/font-awesome/css/font-awesome.min.css");
/* CSS/Files */
/* ----------------------------- */
/* APP/CSS */
body {background-image: url("img/bckg.jpg") !important;} /* padding: top right bottom left; */
a {color: #2995FF;text-decoration: none;}
a:hover {color: #17159F;}
h1 {color:#000 !important;}
h3 {color: #000;}
hr {background-color:#000;}
video, input {display: block;}
input[type="file"] {border: 1px solid #ccc;display: inline-block;padding: 6px;cursor: pointer;width:100%;height:100%;outline:none;}
input[type="file"]:hover {border: 1px solid #5DAD8B;}
input[type="number"] {color: #000 !important;background-color: #fff !important;}
div.FMPToolBar {display:inline-block;}
/* ----------------------------- */
.FMPBorder {padding:10px;border:2px solid #808080; width:100%;}
.FMPImgBorder {border:10px solid transparent;padding:10px;width:100%;-webkit-border-image:url(img/borderimg.png) 30 round;border-image:url(img/borderimg.png) 30 round;}
.FMPText {color:#000 !important;}
.FMPLink {color:#000 !important;}
.FMPLink:hover {font-weight:bold;text-decoration:none;color:#5DAD8B !important;}
.FMPButton {color:#000 !important;border: 1px solid #000 !important;display:inline-block;padding:6px 12px;cursor:pointer;font-weight:bold;background-color:#fff !important;}
.FMPButton:hover {background-color:#ccc !important;}
a.FMPButton:hover {text-decoration:none;}
/* ----------------------------- */
div.close-btn {color:#000 !important;background-color:#fff !important;padding:0px 20px 5px 20px;font-size:20px;border:1px solid #FF0000;}
div.close-btn:hover {color:#fff !important;background-color:#FF0000 !important;font-weight:bold;}
.modal-body {color: #000 !important;border:3px solid #5DAD8B;background-color:#fff !important;}
.red {color:#FF0000;}
.footer {position:fixed;left:0;bottom:0;width:100%;text-align:center;}
img.FunArtSoftwareLogo {float:left;}
/* APP/CSS */
/* ----------------------------- */
/* INFO */
#message {width:100%;height:100%;}
.message {padding-left:5px;font-weight:bold;background-color:#00A6FF;color:#fff;line-height: 30px;}
.info {padding-left:5px;font-weight:bold;background-color:#28A745;color:#fff;line-height: 30px;}
.error {padding-left:5px;font-weight:bold;background-color:#DC3545;color:#fff;line-height: 30px;}
/* INFO */
/* ----------------------------- */
/* SCROLLBAR/WEBKIT */
::-webkit-scrollbar {width:10px;background-color:#ddd;}
::-webkit-scrollbar-track {-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);box-shadow:inset 0 0 6px rgba(0,0,0,0.3);}
::-webkit-scrollbar-thumb {background-color:#0AAECB;outline:none;}
::-webkit-scrollbar-thumb:hover {background-color:#0DDFCB;outline:none;}
/* SCROLLBAR/WEBKIT */
/* ----------------------------- */
/* SELECTION */
::selection {background-color:#0AAECB;color:#fff;}
::-moz-selection {background-color:#0AAECB;color:#fff;}
::-o-selection {background-color:#0AAECB;color:#fff;}
::-ms-selection {background-color:#0AAECB;color:#fff;}
::-webkit-selection {background-color:#0AAECB;color:#fff;}
/* SELECTION */
/* ----------------------------- */