@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,300,600,700);

html, body {
	height: 100%;
	
}

h1 {
	font-size: 24px;
	color: #057c77;
	margin-bottom: 20px;
}

h2 {
	line-height: 28px;
	font-size: 16px;
	color: #057c77;
	margin-bottom: 10px;
	border-bottom: 1px solid #cacaca;
}

p {
	margin-bottom: 20px;
}

a {
	color: #057c77;
}

table {
	width: 100%;
	border: 1px solid #cbc9c9;
}

table th {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid grey;
	padding: 10px;
}

table td {
	padding: 10px;
}

table tr:nth-child(1n) {
	background: #FFFFFF;
}

table tr:nth-child(2n) {
	background: #daedec;
}

table tbody tr:hover {
	background: #77bdba;
	cursor: pointer;
}

input, input.medium, textarea {
	font-size: 12px;
	width: 50%;
	padding: 7px 10px;
	border: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #E9E9E9;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E9E9E9), to(#FEFEFE));
	background: -webkit-linear-gradient(#E9E9E9, #FEFEFE);
	background: -moz-linear-gradient(#E9E9E9, #FEFEFE);
	background: -ms-linear-gradient(#E9E9E9, #FEFEFE);
	background: -o-linear-gradient(#E9E9E9, #FEFEFE);
	background: linear-gradient(#E9E9E9, #FEFEFE);
	margin-bottom: 6px;
}

input[type=submit], .button {
	width: auto !important;
	background: #D08523;
	background-image: linear-gradient(top, #8ccbc8 0%, #057c77 100%);
	background-image: -o-linear-gradient(top, #8ccbc8 0%, #057c77 100%);
	background-image: -moz-linear-gradient(top, #8ccbc8 0%, #057c77 100%);
	background-image: -webkit-linear-gradient(top, #8ccbc8 0%, #057c77 100%);
	background-image: -ms-linear-gradient(top, #8ccbc8 0%, #057c77 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8ccbc8), color-stop(1, #057c77));
	border: none;
	border-radius: 5px;
	color: #FFF !important;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin: 10px 0;
	opacity: 0.75;
	position: relative;
	padding: 5px 30px;
	text-decoration: none;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-transition: opacity 0.5s ease, box-shadow 1s ease 1s;
	-moz-transition: opacity 0.5s ease, box-shadow 1s ease 1s;
	-ms-transition: opacity 0.5s ease, box-shadow 1s ease 1s;
	-o-transition: opacity 0.5s ease, box-shadow 1s ease 1s;
	transition: opacity 0.5s ease, box-shadow 1s ease 1s;
}

a.button {
	height: 15px;
	line-height: 15px;
}

.button.delete {
	background: #fc6868;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fc6868), to(#CF0606));
	background: -webkit-linear-gradient(#fc6868, #CF0606);
	background: -moz-linear-gradient(#fc6868, #CF0606);
	background: -ms-linear-gradient(#fc6868, #CF0606);
	background: -o-linear-gradient(#fc6868, #CF0606);
	background: linear-gradient(#fc6868, #CF0606);
}

input[type=submit]:hover, .button:hover {
	opacity: 1;
}

.common-Page .secundary .content input[type=text], .content textarea {
	border: 1px solid #cbc9c9;
	background: #ffffff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#FEFEFE));
	background: -webkit-linear-gradient(#fff4e5, #FEFEFE);
	background: -moz-linear-gradient(#ffffff, #FEFEFE);
	background: -ms-linear-gradient(#ffffff, #FEFEFE);
	background: -o-linear-gradient(#ffffff, #FEFEFE);
	background: linear-gradient(#ffffff, #FEFEFE);
}

label {
	display: block;
	line-height: 26px;
	font-size: 16px;
}

select {
	font-size: 12px;
}

.styled-select select {
   background: transparent;
   width: 434px; 
   padding: 0px 10px;
   font-size: 12px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   margin-top: 8px;
   -webkit-appearance: none;
}
   
.styled-select {
   width: 434px;
   height: 29px;
   overflow: hidden;
   background: #fff;
   border: 1px solid #cbc9c9;
   margin-bottom: 6px;
   margin-top: 2px;
   -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.clear {
	clear: both;
}

label.checkbox input[type="checkbox"] { width: auto; }


.common-Page {
	background-image: url("../../img/common/bg.gif");
	font-family: 'Titillium Web', sans-serif;
	font-size: 13px;
}

.common-Page .container {
	width: 1200px;
	margin-left: auto; margin-right: auto;
}

.common-Page .main {
	background: #FFFFFF;
	border-radius: 10px;
	margin-top: 20px;
	box-shadow: 0px 0px 2px black;
	padding: 20px;
}

.common-Page .primary {
	background-image: linear-gradient(top, #8ccbc8 0%, #057c77 100%);
	background-image: -o-linear-gradient(top, #8ccbc8 0%, #057c77 100%);
	background-image: -moz-linear-gradient(top, #8ccbc8 0%, #057c77 100%);
	background-image: -webkit-linear-gradient(top, #8ccbc8 0%, #057c77 100%);
	background-image: -ms-linear-gradient(top, #8ccbc8 0%, #057c77 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8ccbc8), color-stop(1, #057c77));
	overflow: auto;
	border-radius: 10px;
}

.common-Page .primary .leftside {
	width: 230px;
	float: left;
	padding: 20px;
}

.common-Page .primary .leftside .logo {
	background: #FFFFFF;
	padding: 20px;
	overflow: auto;
	border-radius: 10px;
}

.common-Page .primary .leftside .logo img {
	width: 100%;
}

.common-Page .primary .leftside .userName {
	color: #057c77;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.common-Page .primary .leftside .menu {
	margin-top: 30px;
}

.common-Page .primary .leftside .menu > li > a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 16px;
	line-height: 30px;
	text-align: right;
}

.common-Page .primary .leftside .menu > li > a:hover,
.common-Page .primary .leftside .menu > li.active > a {
	color: #3d3d3d;
}

.common-Page .secundary {
	background: #FFFFFF;
	overflow: auto;
	padding-left: 20px;
}

.common-Page .secundary .content {
	min-height: 500px; height: auto; overflow: auto;
	background: #f3f3f3;
	padding: 20px;
	line-height: 18px;
}

.common-Page .secundary .content .remove {
	color: red;
	font-weight: bold;
	cursor: pointer;
}

.common-Page .secundary .content .organization-Edit #radio input {
	width: 320px;
}

.common-Page .secundary .content .organization-Edit #groups input {
	width: 320px;
}

.common-Page .secundary .content .users-Edit #home ul li,
.common-Page .secundary .content .users-Edit #video ul li {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border: 1px solid #cbc9c9;
	padding: 6px;
	overflow: auto;
	font-size: 16px;
	line-height: 50px;
} 

.common-Page .secundary .content .users-Edit #home ul li > img,
.common-Page .secundary .content .users-Edit #video ul li > img  {
	float: left;
	margin-right: 12px;
}

.common-Page .secundary .content .users-Edit #home ul li a.remove,
.common-Page .secundary .content .users-Edit #video ul li a.remove {
	float: right;
	margin-right: 10px;
}

.common-Page .secundary .content .users-Edit #home ul li .move,
.common-Page .secundary .content .users-Edit #video ul li .move {
	float: left;
	margin-left: 10px; margin-right: 10px;
}

.common-Page .secundary .content .users-Edit #home ul li .move:hover ,
.common-Page .secundary .content .users-Edit #video ul li .move:hover {
	cursor: move;
}

.common-Page .secundary .content .users-Edit #home ul li .move  i,
.common-Page .secundary .content .users-Edit #video ul li .move  i {
	line-height: 52px;
}

.common-Page .secundary .content .users-Edit #home ul li input[type=text],
.common-Page .secundary .content .users-Edit #video ul li input[type=text] {
	border: 0px;
	font-size: 16px;
}


.common-Page .secundary .content .users-Edit #home ul li ul ,
.common-Page .secundary .content .users-Edit #video ul li ul {
    display: block; width: 100%;
    clear: both;
    min-height: 20px;
    padding-top: 10px;
}

#dialog-form-switch input, input.medium, textarea,
#dialog-form-video input, input.medium, textarea {
	width: 90%;
}

#dialog-form-switch .pointer img {
	cursor: pointer;
}


.common-Page .secundary .content .users-Edit #home ul *,
.common-Page .secundary .content .users-Edit #video ul * {
   -ms-user-select: none;
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
}