@font-face {
	font-family: Delicious;
	src: url('Delicious-Roman.otf');
}

@font-face {
	font-family: Delicious;
	font-weight: bold;
	src: url('Delicious-Bold.otf');
}
/*
CSS Mini Reset
http://www.vcarrer.com/2010/05/css-mini-reset.html
CSSresetr.com
*/
.mask{
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    display: inline-block;
}
html, body, div, form, fieldset, legend, label { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
th, td { text-align: left; vertical-align: top; }
h1, h2, h3, h4, h5, h6, th, td, caption { font-weight:normal; }
img { border: 0; vertical-align:middle; }
/**************************************************************/
html{ font-size:1em; width:100%; height:100%; }
body{ /*font: 76% Verdana,Arial,Tahoma,Trebuchet,sans-serif;*/ position:relative; background-color:#fff; width:100%; height:100%; }
#full_body_wrapper {
    /*max-width:998px;
      min-width:998px;
      width:998px;
      margin:0 auto;
   */
    width: 100%;
    height:100%;
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#full_body_wrapper .icon-mobile{
    display: none;
}
#full_body_wrapper .center_div{
    width: 50%;
    height: 50%;
    /*min-width: 700px;
    min-height: 350px;
    max-width: 700px;
    max-height: 350px;*/
    background: grey;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 16px 16px 27px 7px #00000066;
}
#full_body_wrapper .center_div .form{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: white;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#full_body_wrapper .center_div form{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#full_body_wrapper .center_div form .remember_container{
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    cursor: pointer;
}
#full_body_wrapper .center_div form .remember_container > *{
    cursor: pointer;
}
#full_body_wrapper .center_div form>input{
    width: 70%;
    border-radius: 50px;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px;
}
#full_body_wrapper .center_div form .login_div{
    display: flex;
    width: 80%;
    margin: 10px;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
}
#full_body_wrapper .center_div form .login_div > input{
    border-radius: 20px;
    padding: 5px 10px;
}
#full_body_wrapper .center_div .form h2{
    width: 100%;
    text-align: center;
    position: relative;
}
#full_body_wrapper .center_div .form h2 span{
    letter-spacing: 2px;
}
#full_body_wrapper .center_div .form input[type='submit']{
    box-shadow: none;
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: bolder;
    background: linear-gradient(60deg, lightgrey, grey, lightgrey);
}
#full_body_wrapper .center_div .remember_container input[type='checkbox']{
    background-color: white;
    margin: 10px;
}
#full_body_wrapper .center_div .form .error{
    position: absolute;
    top: -40px;
    left: 0px;
    width: 75%;
    border-radius: 50px;
    width: 60%;
}
#full_body_wrapper #signupbtn{
    font-weight: bolder;        
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    padding: 10px;
    letter-spacing: 3px;
    margin: 10px;
    cursor: pointer;
}
#full_body_wrapper .center_div form .login_div > span{
    cursor: pointer;
    font-weight: bolder;
}
#full_body_wrapper .center_div .icon{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
/*
Color reference:
#1F1A17 - Brown (Phantasoft Logo)
#E67817 - Orange (Phantasoft Logo)
#CCCCCC - Light Grey (Phantasoft Logo)
*/
/* Login page styles */
#login_page_logo{
	text-align:center;
	padding:20px 0 20px 0;
}
#login_form{
	width: 400px;
	margin: 0 auto;
	border:1px solid #ccc;
	padding:30px 20px;
	box-shadow: 1px 1px 6px #333;
}
#login_form label{
	display:block;
	position:relative;
	overflow:hidden;
}
#login_form .field_name{
	display:inline-block;
	position:relative;
	width:200px;
	text-align:right;
	margin: 0 5px 0 0;
}
#login_form .buttons{
	text-align:right
}

/* Front page styles */
#index_wrapper{text-align:center;vertical-align:top;}
#front_page_logo{
	text-align:center;
	padding:120px 0 20px 0;
	margin:0;
}
.logo_side{
	display:inline-block;
	padding:10px 10px 0 10px !important;
	vertical-align:top
}
.get_password{
    font-size: 0.6em;
    text-align: right;
}
#front_page_info{
	text-align:center;
	line-height:2em;
	margin:0;
}
#front_page_res{
	text-align:center;
	font-size:.85em;
	color:#333;
	margin:0;
}

/* Footer styles */
footer {
	margin-top:10px;
	padding:6px 2px 2px 80px;
	vertical-align:baseline;
	font-size: 9px;
	color: #666;
	background: #eee;
	position:relative;
	overflow:hidden;
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:rgba(255,150,0,0.5) solid 2px;

}

footer a {
	text-decoration:none;
	font-weight:bold;
	color:black;
}

footer b {
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	color:black;
}

footer img {
	float:left;
	position:relative;
}

.login_form {
	align:center;
	-moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;
	border: 0px solid gray;
	-o-box-shadow: 4px 4px 6px black;
	-icab-box-shadow: 4px 4px 6px black;
	-khtml-box-shadow: 4px 4px 6px black;
	-moz-box-shadow: 4px 4px 6px black;
	-webkit-box-shadow: 4px 4px 6px black;
	box-shadow: 4px 4px 6px black;
	padding: 5px 15px 5px 15px;
	background-color: black;
	margin:10px auto;
	color:white;
	/*font-family: Arial,Tahoma,Trebuchet,sans-serif;*/
	font-size: 14px;
	opacity:.8;
	width:340px;
	height:150px;
	position:relative;
}
.login_image{
	position:absolute;
	float:left;
	width:120px;
	top:15px;
	left:15px;
	opacity:0.8;
}
.login_form label{
	position:relative;
	width:340px;
	display:block;
	text-align:right;
	margin:5px 0;
	top:30px
}
.login_form .field_name{
	display:inline-block;
	width:88px;
	text-align:left;
}
.login_form .field_name.remember{
	width:200px;
	text-align:right;
}
.login_button{
	position:absolute;
	bottom:15px;
	right:15px
}

textarea {
	vertical-align:top;
	color:black;
	width:320px;
	height:60px;
	padding:4px 4px 4px 4px;
	border:none;
	background-color:#a3a3a3;
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: px;
	border-radius: 5px;
	-webkit-box-shadow: -1px -1px 2px rgba(0,0,0,.25) inset, 1px 1px 3px black inset;
	-moz-box-shadow: -1px -1px 2px rgba(0,0,0,.25) inset, 1px 1px 3px black inset;
	box-shadow: -1px -1px 2px rgba(0,0,0,.25) inset, 1px 1px 3px black inset;
}

input,select {
	margin-top:1px;
	margin-bottom:1px;
	padding-top:2px;
	padding-bottom:2px;
	cursor:text;
	outline:none;
	background-color:#a7a7a7;
	opacity:0.8;
	color:black;
	/*-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;*/
	border:none;
	padding-left:7px;
	-moz-box-shadow: -1px -1px 2px rgba(0,0,0,.25) inset, 1px 1px 3px black inset;
	-webkit-box-shadow: -1px -1px 2px rgba(0,0,0,.25) inset, 1px 1px 3px black inset;
}
input[type='text']:NOT(#search_field_input),input:not([type]),input[type='file'],input[type='number'],input[type='password'],input[type='range'],input[type='date'],select{
    border: 1px solid #ccc;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
}
input[type="submit"],input[type="button"],input[type="reset"] {
	cursor:pointer;
	outline:none;
	background-color:#717171;
	opacity:0.8;
	color:white;
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
	padding-left:7px;
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,1);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,1);
}
input[type="submit"]:hover,input[type="button"]:hover,input[type="reset"]:hover {
	background-color:#333;
}

input[disabled],select[disabled],textarea[disabled]{color:#999;background:#bbb}

::-webkit-input-placeholder {
	color: #888;
}
:-moz-placeholder {
	color: #888;
}

.engraved{color:#000; text-shadow: -1px -1px 1px #fff; background:#000;}

.username_field,.password_field{width:140px}

.info,.ok,.warning,.error{background-position:10px center;background-repeat:no-repeat;border:1px solid;/*font-family:Arial,Tahoma,Trebuchet,sans-serif;*/font-size:12px;margin:10px 30px;padding:15px 10px 15px 60px}
.info{background-color:#E9F2F8;background-image:url("../img/ico_msg_info.png");color:#00529B}
.ok{background-color:#EEFDB8;background-image:url("../img/ico_msg_success.png");color:#4F8A10}
.warning{background-color:#FEEFB3;background-image:url("../img/ico_msg_warning.png");color:#9F6000}
.error{background-color:#FAC8BF;background-image:url("../img/ico_msg_error.png");color:#D8000C}

input._error,textarea._error{
    background-position:10px center;
    background-repeat:no-repeat;
    border:1px solid;
    /*font-family:Arial,Tahoma,Trebuchet,sans-serif;*/
    font-size:12px;
    background-color:#FAC8BF;background-image:url("../img/ico_msg_error.png");
    color:#D8000C;
    padding-left: 32px;
    background-size: 19px;    
}
label._error{
    display:block;
}
.hasError{
	background-color:#FAC8BF
}

#signupform td{
    height:40px;
}
.ui-dialog-titlebar{
    min-height:14px;
}
.buttonLink img{vertical-align:middle;width:18px;height:18px}
.buttonLink{
	cursor:pointer;
	outline:none;
	background-color:#717171;
	opacity:0.8;
	display:inline-block;
	color:white;
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
	padding:5px 7px;
	margin:0 3px 3px 0;
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,1);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,1);
	text-decoration:none;
}
.buttonLink.actionButton,input.actionButton{
	background-color:#E67817;
}
.buttonLink:hover{ background-color:#333; }

.multiselect{max-height:100px;overflow:auto;border:1px solid #ddd;width:250px}
.multiselect ul{margin:0;padding:0;list-style:none}
.multiselect ul li.li_over{background-color:#eee}
.multiselect ul li label{width:100%;display:block}

.pager{font-size:1.1em}
.pager a{text-decoration:none;color:#000;padding:0 2px}
.pager a.current{font-weight:700}
.pager img{vertical-align:bottom;padding:0}

.lightbox  {
	width:1px;
	height:1px;
	position:absolute;
	margin:40px auto;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease 1s;
	background-color:black;
	opacity:0;
	z-index:1000;
	top:-9999px !important; left:-9999px !important;
	overflow:hidden;
}

.lightbox_open {
	position:absolute;
	top:60px; left:250px;
	height:300px;
	width:500px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	background-color:#385360;
	/*-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid black;
	padding:10px;
	z-index:1000;
	opacity: 1;
	overflow:visible;
	text-decoration:none;
}

.notInitialized {
	background:#DBA4A4 !important;
}

input {
    outline: none;
}
input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    /*font-family: inherit;*/
    font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    /*display: none; */
    cursor: pointer;
}
input[type=search] {
    background: url("../img/search-icon.png") no-repeat 9px center;
    background-color: #ededed;
    border: solid 1px #ccc;
    padding: 9px 10px 9px 32px;
    /*width: 55px;*/
    width: 0px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
input[type=search]:focus {
    width: 130px;
    background-color: #fff;
    border-color: #66CC75; 
    -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
    -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
    box-shadow: 0 0 5px rgba(109,207,246,.5);
}


input:-moz-placeholder {
    color: #999;
}
input::-webkit-input-placeholder {
    color: #999;
}

/* Demo 2 */
#searchKeywords{
    width: 15px;
    margin-left:10px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
}
#searchKeywords:hover {
    background-color: #fff;
}
#searchKeywords:focus {
    width: 130px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
}
#searchKeywords:-moz-placeholder {
    color: transparent;
}
#searchKeywords::-webkit-input-placeholder {
    color: transparent;
}

.disguiseInput{
    background: transparent;
    border: 0px;
    box-shadow: none;
}

.dataTableRO{
    width:800px;
}

.slaves_playlist{
    max-width:150px;
}
.login_google_container *{
    cursor: pointer;
}
