*,*:before,*:after {
    margin: 0;
    padding: 0;
}

.logo {
    font-size: 21px;
    color: #2e2e2e;
    float: left;
    margin-top: 15px;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 3px;
}

.logo span {
    color: #FF6C60;
}

#header {
    background-repeat: repeat-x;
    height: 60px;
    width: 100%;
    overflow: hidden;
}

.Info {
    float: right;
    width: 200px;
    height: 60px;
}

.headerNav a {
    float: left;
}

.head-info {
    height: 35px;
}

.themeList {
    height: 22px;
}

.headerNav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.headerNav ul li {
    list-style: none;
    float: right;
    margin-right: 8px;
}

.headerNav ul li div {
    width: 12px;
    height: 12px;
    border: 2px solid white;
}

.head-info li {
    height: 35px;
    line-height: 35px;
    float: right;
}

.head-info li a {
    text-decoration: none;
    display: inline;
}

.default {
    background-color: #F2F0F0;
}

.gray {
    background-color: #C7CCD1;
}

.blue {
    background-color: #DAEEF5;
}

.green {
    background-color: #E5F0C9;
}

.orange {
    background-color: #F0E3BF;
}

.red {
    background-color: #F0E1E3;
}

#toolbar {
    width: 100%;
    height: 23px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    border-left: 0px;
    border-right: 0px;
}

.toolbarnav1 {
    height: 23px;
    padding: 0px;
    margin: 0px;
    margin-left: 23px;
    margin-right: 20px;
    float: right;
}

.toolbarnav1 li {
    float: left;
    list-style: none;
    padding: 0px;
    margin: 0px;
    height: 18px;
    line-height: 18px;
    border-right: 1px solid #ddd;
    margin-top: 2px;
}

.toolbarnav1 li a {
    height: 23px;
}

.l-tool-btn {
    height: 23px;
    line-height: 23px;
    padding-left: 3px;
    padding-right: 3px;
}

.tool-btn {
    display: inline-block;
    width: auto;
    vertical-align: baseline;
    height: 16px;
    line-height: 16px;
    padding-left: 20px;
    margin-left: 5px;
    background-position: left center;
}

.form-table,.form-table td {
    border: 1px solid #D7E5F0;
    border-collapse: collapse;
    height: 28px;
    font-size: 12px;
    padding: 1px;
}

.form-table caption {
    height: 32px;
    font-size: 20px;
    line-height: 30px;
}

.handle-btn {
    position: relative;
    background-color: #EAF3FC;
    width: 100%;
    height: 30px;
    display: block;
    border-bottom: 1px solid #D7E5F0;
}

.td-label {
    background-color: #EAF3FC;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.form-table {
    margin: 0 auto;
}

.fitem {
    margin-bottom: 5px;
}

.fitem label {
    display: inline-block;
    width: 80px;
}

.upload-btn {
    background-image: none;
    background-color: #ffffff;
    border: 0px;
}

.uploadify:hover .uploadify-button {
    background-image: none;
    background-color: #ffffff;
    border: 0px;
}

.upload-btn span {
    color: #000000;
    text-shadow: none;
    border-color: #95B8E7;
}

.uploadify-queue {
    margin-bottom: 0em;
    z-index: 100 !important;
}

input {
    border: 1px #cccccc solid;
}

input[type=checkbox] {
    border: 0px;
}

textarea {
    border: 1px #cccccc solid;
    resize: none;
}

select {
    border: 1px #cccccc solid;
}

/**
* Color !!!
*/
.c-primary {
    color: #fff !important;
    background: #428bca !important;
}

.c-primary:hover {
    background: #5555dd !important;
}

.c-success {
    color: #fff !important;
    background: #5cb85c !important;
}

.c-success:hover {
    background: #449d44 !important;
}

.c-danger {
    color: #ffffff !important;
    background: #d9534f !important;
    border-color: #d43f3a !important;
}

.c-danger:hover {
    background-color: #c9302c !important;
    border-color: #ac2925 !important;
}

.c-info {
    color: #fff;
    background: #5bc0de !important;
    border-color: #46b8da;
}

.c-info:hover {
    background-color: #31b0d5;
    border-color: #269abc;
}

.c-warning {
    color: #fff;
    background: #f0ad4e !important;
    border-color: #eea236 !important;
}

.c-warning:hover {
    color: #fff;
    background: #ec971f !important;
    border-color: #d58512 !important;
}

.c-red {
    color: #fff;
    background: #DE577B !important;
    border-color: #DE577B !important;
}

/**
 * Div Form
 */
.form-area {
    margin: 15px;
    background-color: #fdfdfd;
    border: 0px #ccc solid;
    padding: 10px;
}

.form-area fieldset {
    border: 0px;
    letter-spacing: -4px;
}

.form-area fieldset legend {
    letter-spacing: 0px;
    font-size: 20px;
    line-height: 20px;
    height: 30px;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
}

.input-control {
    margin-top: 10px;
}

.input-control.inline {
    display: inline-block;
}

.input-control label {
    font-size: 12px;
    width: 140px;
    display: inline-block;
    letter-spacing: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.input-control label.right {
    text-align: right;
}

.input-control input,
.input-control select {
    height: 24px;
    width: 148px;
    letter-spacing: 0px;
}

.input-control .validatebox-text {
    width: 150px;
}

.long {
    width: 300px;
}

.input-control input.long,select.long {
    width: 298px;
}

.input-control .validatebox-text.long {
    width: 300px;
}

.input-control input.longer,select.longer {
    width: 748px;
}

.input-control .validatebox-text.longer {
    width: 750px;
}

.input-control input[type=checkbox],input[type=radio] {
    width: 16px;
    height: 16px;
}

::-webkit-scrollbar {
    width: 11px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0)
}

::-webkit-scrollbar-track:hover {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
    background-color: #fefefe;
}

::-webkit-scrollbar-track:active {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
    background-color: #f0f0f0;
}

::-webkit-scrollbar-thumb {
    background-color: #C4C6BC;
    border-radius: 2px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1)
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1)
}

::-webkit-scrollbar-thumb:active {
    background: rgba(0, 0, 0, 0.6)
}
