Current File : //usr/src/rmw/cpanel/RemoteMxWizard/css/style.css
.plug-title span {
    font-size: 16px;
}

.plug-des span {
    font-size: 13px; 
	font-style:italic;
}

.main-cont {
	margin:5px;
	padding:5px;
}

.return-link a {
	border: 1px solid #D5D5D5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.text-c {
	text-align: center;
}

.red {
	color:red;
}

.pointer {
	cursor:pointer;
}

input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label {
    color:#424242;
}

input[type="checkbox"]:not([disabled]) + label span {
    display:inline-block;
    width:18px;
    height:18px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../img/check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}

input[type="checkbox"]:disabled + label span {
    display:inline-block;
    width:18px;
    height:18px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../img/check_radio_disable.png) left top no-repeat;
    cursor:default;
}

input[type="checkbox"]:not([disabled]):checked + label span {
    background:url(../img/check_radio_sheet.png) -19px top no-repeat;
}

input[type="checkbox"]:disabled:checked + label span {
    background:url(../img/check_radio_disable.png) -19px top no-repeat;
}

input[type="radio"] {
    display:none;
}

input[type="radio"] + label {
    color:#424242;
}

input[type="radio"] + label span {
    display:inline-block;
    width:18px;
    height:18px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../img/check_radio_sheet.png) -38px top no-repeat;
    cursor:pointer;
}

input[type="radio"]:checked + label span {
    background:url(../img/check_radio_sheet.png) -57px top no-repeat;
}

input
, textarea
, select , .filecart
{
	font-family: "Open Sans", Verdana, 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
	font-size: 13px;
	color: #424242;
	padding: 3px 6px;
	border: 1px solid #CCC;
	outline: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
	-moz-transition: border .2s linear, box-shadow .2s linear;
	-webkit-transition: border .2s linear, -webkit-box-shadow .2s linear;
    background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
}

input:focus
, textarea:focus
, select:focus
{
    border: 1px solid #80bfff;
    -moz-box-shadow: 0 0 3px #80bfff, 0 1px 2px rgba(0, 0, 0, .15) inset;
    -webkit-box-shadow: 0 0 3px #80bfff, 0 1px 2px rgba(0, 0, 0, .15) inset;
    box-shadow: 0 0 3px #80bfff, 0 1px 2px rgba(0, 0, 0, .15) inset;
}

#cpreturnlink {
	cursor:pointer;
}

ul#tabs {
    list-style-type: none;
    padding: 0;
    text-align: left;
}
ul#tabs li {
    display: inline-block;
    background-color: #D4D4D4;
    border-bottom: solid 5px #A6A6A6;
    padding: 8px 30px;
    margin-bottom: 4px;
    color: #424242;
    cursor: pointer;
    font-size: 15px;
}
ul#tabs li:hover {
    background-color: #A6A6A6;
}
ul#tabs li.active {
    background-color: #A6A6A6;
    color: #fff;
}
ul#tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul#tab li {
    display: none;
}
ul#tab li.active {
    display: block;
}