* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body, html {
    height: 100%;
}

body {
    font-size: 12px;
    line-height: 1.3;
    font-family: arial, sans-serif;
    color: #000;
    background: rgb(254, 254, 254);

    min-width: 100%;
}

/* HTML BURGER */
@font-face {
    font-family: 'HelveticaNeueLTStd45Light';
    src: url('font-face/helveticaneueltstd-lt-webfont.eot');
    src: url('font-face/helveticaneueltstd-lt-webfont.eot?#iefix') format('embedded-opentype'),
    url('font-face/helveticaneueltstd-lt-webfont.woff') format('woff'),
    url('font-face/helveticaneueltstd-lt-webfont.ttf') format('truetype'),
    url('font-face/helveticaneueltstd-lt-webfont.svg#HelveticaNeueLTStd45Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

pre {
    white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
    white-space: -pre-wrap; /* Opera */
    white-space: -o-pre-wrap; /* Opera */
    white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word; /* IE 5.5+ */
}

div.inner-page1,
div.home {
    background: rgb(236, 236, 236) url(images/body-bg.jpg) no-repeat center 0;
    background-size: cover;
}

div.home .page-holder {
    padding: 0 11px 0 11px;
}

a {
    color: #0252aa;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0;
}

input, textarea, select {
    font-size: 17px;
    font-family: arial, sans-serif;
    color: #000;
    background: #fff;
}

input, textarea, select {
    width: 100%;
    border-radius: 4px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

input[type=submit] {
    padding: 0 !important;
}

p {
    font-size: 12px;
    color: #666;
    padding-bottom: 10px;
}

p a {
    color: #157efb;
}

p.details {
    font-size: 11px;
    line-height: 12px;
    color: #777;
    padding-bottom: 0px;
}

textarea {
    overflow: auto;
}

.cl {
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    clear: both;
}

.notext {
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}

.left, .alignleft {
    float: left;
    display: inline;
}

.right, .alignright {
    float: right;
    display: inline;
}

.home #wrapper {
    border-top: 7px solid #f07c00;
}

#header {
    border-top: 7px solid #f07c00;
}

#header .back {
    font-size: 17px;
    color: #ffffff;
    position: absolute;
    top: 0px;
    right: 18px;
    font-family: 'HelveticaNeueLTStd45Light';
    line-height: 68px;
}

#header .back em {
    width: 12px;
    height: 22px;
    background: url(images/sprite@1x.png) no-repeat -248px 0;
    display: block;
    position: absolute;
    top: 24px;
    left: -18px;
}

#header h2 {
    font-size: 21px;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    line-height: 58px;
}

#logo {
    width: 234px;
    height: 31px;
    margin: 89px auto 86px;
}

#logo a {
    background: url(images/sprite@1x.png) no-repeat 0 0;
    width: 234px;
    height: 31px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.search-bar {
    padding-bottom: 18px;
}

.search-bar .search-holder {
    position: relative;
}

form h4 {
    font-size: 17px;
    color: #ffffff;
    padding-bottom: 3px;
}

.search-bar .submit {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 10px;
    left: 9px;
    background: url(images/sprite@1x.png) no-repeat -53px -39px;
    z-index: 50;
    border: 0;
    cursor: pointer;
}

form p {
    text-align: center;
    font-size: 14px;
    color: #f07c00;
}

form p span {
    padding: 0 8px;
}

form p a {
    font-size: 14px;
    color: #f07c00;
}

form .row {
    position: relative;
    padding-bottom: 0;
}

form .row em {
    z-index: 100;
    top: 9px;
    left: 5px;
}

form .profile-icon {
    width: 22px;
    height: 20px;
    background: url(images/sprite@1x.png) no-repeat 0px -39px;
    display: block;
    position: absolute;
}

form .pass-icon {
    width: 22px;
    height: 20px;
    background: url(images/sprite@1x.png) no-repeat -27px -39px;
    display: block;
    position: absolute;
}

.login:after {
    content: "";
    display: table;
    clear: both;
}

.login input.ui-input-text,
.home input.ui-input-text {
    padding-left: 35px !important;
}

.inner-page #header, .inner-page1 #header {
    height: 62px;
}

.inner-page #header, .inner-page1 #header {
    background: rgb(1, 43, 106);
    background: -moz-linear-gradient(top, rgba(1, 43, 106, 1) 0%, rgba(4, 32, 76, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(1, 43, 106, 1)), color-stop(100%, rgba(4, 32, 76, 1)));
    background: -webkit-linear-gradient(top, rgba(1, 43, 106, 1) 0%, rgba(4, 32, 76, 1) 100%);
    background: -o-linear-gradient(top, rgba(1, 43, 106, 1) 0%, rgba(4, 32, 76, 1) 100%);
    background: -ms-linear-gradient(top, rgba(1, 43, 106, 1) 0%, rgba(4, 32, 76, 1) 100%);
    background: linear-gradient(to bottom, rgba(1, 43, 106, 1) 0%, rgba(4, 32, 76, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#012b6a', endColorstr='#04204c', GradientType=0);
}

#leftpanel2 {
    background: #04204c;
}

a.open-panel {
    width: 28px;
    height: 22px;
    background: url(images/sprite@1x.png) no-repeat 0 -75px;
    position: absolute;
    top: 22px;
    left: 19px;
}

#logo-small a {
    height: 24px;
    width: 176px;
    background: url(images/sprite@1x.png) no-repeat -92px -37px;
    display: block;
    margin: 17px auto 0;
}

#header_name {
    height: 24px;
    min-width: 200px;
    font-size: 14px;
    display: block;
    margin: 17px auto 0;
    color: white;
    text-align: center;
}


.icons-holder {
    width: 320px;
    margin: 0 auto !important;
}

.icons-holder .icon {
    width: 76px;
    height: 133px;
    float: left;
    margin: 0 12px;
    position: relative;
}

.icons-holder .icon img {
    width: 100%;
    height: auto;
    display: block;
}

.icons-holder .icon span {
    color: #fff;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    display: block;
    padding-top: 7px;
}

.icons-holder .icon em {
    width: 22px;
    height: 22px;
    background: #db2329;
    border-radius: 50%;
    color: #fff;
    line-height: 22px;
    text-align: center;
    display: block;
    font-style: normal;
    padding: 0;
    position: absolute;
    top: 0px;
    right: 0px;
}

#leftpanel2 #search {
    position: relative;
}

#leftpanel2 #search .field {
    border-radius: 17px;
    font-size: 15px;
    color: #626a6e;
    font-weight: bold;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 34px;
    font-family: 'Merriweather Sans', sans-serif;
}

#leftpanel2 #search .button {
    width: 15px;
    height: 15px;
    background: url(images/search-icon.png) no-repeat 0 0;
    display: block;
    position: absolute;
    top: 7px;
    left: 12px;
    z-index: 100;
    border: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    cursor: pointer;
}

#leftpanel2 ul {
    list-style: none outside none;
}

#leftpanel2 .nav-holder ul {
    margin-top: 12px;
    margin-bottom: 28px;
}

#leftpanel2 .nav-holder ul li {
    border-top: 1px solid #2e4569;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}

#leftpanel2 .nav-holder ul li.open > a em {
    background-position: 0 bottom;
}

#leftpanel2 .nav-holder ul li em {
    width: 10px;
    height: 11px;
    background: url(images/nav-arrows.png) no-repeat 0 0;
    display: block;
    position: absolute;
    top: 27px;
    right: 23px;
}

#leftpanel2 .nav-holder ul li:last-child {
    border-bottom: 1px solid #2e4569;
}

#leftpanel2 .nav-holder ul li a {
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
}

#leftpanel2 .nav-holder ul ul {
    background: #333333;
    padding-left: 15px;
    margin-left: -15px;
    padding-right: 15px;
    margin-right: -15px;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 2px 3px #000 inset;
    margin-bottom: 0;
    border-bottom: 0 !important;
    margin-top: 0;
    display: none;
}

#leftpanel2 .nav-holder ul ul li {
    border: 0;
    padding: 0 15px;
}

#leftpanel2 .nav-holder ul ul li:last-child {
    border-bottom: 0;
}

#leftpanel2 .nav-holder ul ul li a {
    font-size: 16px;
    color: #afb2b4;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

#leftpanel2 .nav-holder ul ul li em {
    top: 17px;
}

.orange-button {
    display: block;
    background: #f07c00;
    line-height: 53px;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
}

.orange-button:hover {
    background: #ce6a00;
    text-decoration: none;
}

.page-nav {
    margin-top: 10px;
}

.page-nav li {
    line-height: 35px;
    list-style: none outside none;
}

.page-nav li a {
    font-size: 16px;
    color: #fff;
    font-family: 'Merriweather Sans', sans-serif;
}

.copy {
    font-size: 13px;
    line-height: 22px;
    font-family: 'Merriweather Sans', sans-serif;
    color: #fff;
}

.social {
    padding-top: 20px;
}

.social li {
    width: 27px;
    height: 24px;
    float: left;
    display: inline;
    padding-right: 20px;
}

.social li a {
    width: 27px;
    height: 24px;
    float: left;
    display: inline;
    background: url(images/sprite@1x.png) no-repeat 0 -110px;
}

.social li.facebook {
    padding-right: 10px;
}

.social li.facebook a {
    background-position: 0 -110px;
    width: 13px;
}

.social li.twitter a {
    background-position: -41px -110px;
}

.social li.in a {
    background-position: -94px -110px;
}

.tabs {
    border-radius: 5px;
    margin-bottom: 15px;
    width: 100%;
}

.tabs:after {
    content: "";
    display: table;
    clear: both;
}

.tabs li {
    float: left;
    display: inline;
    width: 33%;
}

.tabs.tabs2 li {
    width: 50%;
}

.tabs li:first-child a {
    border-right: 0;
    border-radius: 5px 0 0 5px;
}

.tabs li:last-child a {
    border-left: 0;
    border-radius: 0 5px 5px 0;
}

.tabs li a {
    font-size: 13px;
    color: #021634;
    text-align: center;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    border: 1px solid #32425a;
}

.tabs li a.active,
.tabs li a:hover {
    background: #021634;
    color: #fff;
    text-decoration: none;
}


.tabs li a {
    font-size: 13px;
    color: #021634;
    text-align: center;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
}

.tabs li a.active,
.tabs li a:hover {
    background: #021634;
    color: #fff;
    text-decoration: none;
}

h3 {
    font-size: 17px;
    color: #021634;
    line-height: 18px;
}

.content h4 {
    font-size: 14px;
    color: #021634;
    font-weight: normal;
}

table.round-card {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

table.round-card tr th {
    font-weight: normal;
}

table.round-card tr th {
    background: rgb(1, 43, 107);
    background: -moz-linear-gradient(top, rgba(1, 43, 107, 1) 0%, rgba(4, 32, 76, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(1, 43, 107, 1)), color-stop(100%, rgba(4, 32, 76, 1)));
    background: -webkit-linear-gradient(top, rgba(1, 43, 107, 1) 0%, rgba(4, 32, 76, 1) 100%);
    background: -o-linear-gradient(top, rgba(1, 43, 107, 1) 0%, rgba(4, 32, 76, 1) 100%);
    background: -ms-linear-gradient(top, rgba(1, 43, 107, 1) 0%, rgba(4, 32, 76, 1) 100%);
    background: linear-gradient(to bottom, rgba(1, 43, 107, 1) 0%, rgba(4, 32, 76, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#012b6b', endColorstr='#04204c', GradientType=0);
}

table.round-card tr th,
table.round-card tr td {
    width: 10%;
    text-align: center;
    border: 1px solid #000;
    font-size: 15px;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
}

table.round-card tr.light td {
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
}

table.round-card tr.light td.total {
    background: #EFEFEF;
}

table.round-card tr.dark td {
    background: #021634;
}

table.round-card tr td span {
    width: 22px;
    margin: 0 auto;
    height: 22px;
    display: block;
    line-height: 22px;
}

table.round-card tr td.check1 span {
    background: #000;
    color: #fff;
}

table.round-card tr td.check2 span {
    border: 1px solid #000;
    border-radius: 11px;
}

table.round-card tr td.check3 span {
    background: #000;
    color: #fff;
    border-radius: 11px;
}

table.round-card td.total {
    height: 44px;
    margin-top: 5px;
    position: relative;
}

table.round-card td.total {
    background: rgb(1, 43, 107);
    background: -moz-linear-gradient(top, rgba(1, 43, 107, 1) 0%, rgba(4, 32, 76, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(1, 43, 107, 1)), color-stop(100%, rgba(4, 32, 76, 1)));
    background: -webkit-linear-gradient(top, rgba(1, 43, 107, 1) 0%, rgba(4, 32, 76, 1) 100%);
    background: -o-linear-gradient(top, rgba(1, 43, 107, 1) 0%, rgba(4, 32, 76, 1) 100%);
    background: -ms-linear-gradient(top, rgba(1, 43, 107, 1) 0%, rgba(4, 32, 76, 1) 100%);
    background: linear-gradient(to bottom, rgba(1, 43, 107, 1) 0%, rgba(4, 32, 76, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#012b6b', endColorstr='#04204c', GradientType=0);
}

.total p {
    text-align: center;
    font-size: 23px;
    color: #ffffff;
    font-weight: bold;
    line-height: 44px;
}

.calendar-holder a.arrow-right,
.total a.arrow-right {
    position: absolute;
    top: 16px;
    right: 12px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6.5px 0 6.5px 11px;
    border-color: transparent transparent transparent #ffffff;
    display: block;
}

.calendar-holder a.arrow-left,
.total a.arrow-left {
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6.5px 11px 6.5px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    top: 16px;
    left: 12px;
}

.statistic {
    margin-top: 54px;
}

.statistic .info {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    height: 43px;
}

.statistic .info span {
    padding: 0 5px;
}

.statistic .info {
    background: rgb(1, 43, 106);
    background: -moz-linear-gradient(top, rgba(1, 43, 106, 1) 0%, rgba(4, 32, 76, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(1, 43, 106, 1)), color-stop(100%, rgba(4, 32, 76, 1)));
    background: -webkit-linear-gradient(top, rgba(1, 43, 106, 1) 0%, rgba(4, 32, 76, 1) 100%);
    background: -o-linear-gradient(top, rgba(1, 43, 106, 1) 0%, rgba(4, 32, 76, 1) 100%);
    background: -ms-linear-gradient(top, rgba(1, 43, 106, 1) 0%, rgba(4, 32, 76, 1) 100%);
    background: linear-gradient(to bottom, rgba(1, 43, 106, 1) 0%, rgba(4, 32, 76, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#012b6a', endColorstr='#04204c', GradientType=0);
}

.statistic .info p {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 43px;
    text-align: center;
}

.statistic .score-list {
    margin-top: 3px;
    list-style: none outside none;
}

.score-list li {
    height: 60px;
    line-height: 60px;
    margin-bottom: 2px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.score-list li {
    text-align: center;
    font-size: 18px;
    color: #fcfdfe;
    font-weight: bold;
    text-align: center;
}

.score-list li:nth-child(1) {
    background: #021634;
}

.score-list li:nth-child(2) {
    background: #192b46;
}

.score-list li:nth-child(3) {
    background: #314159;
}

.score-list li a.plus {
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    top: 13px;
    left: 19px;
    background: url(images/sprite@1x.png) no-repeat 0 -156px;
}

.score-list li a.minus {
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    top: 13px;
    right: 19px;
    background: url(images/sprite@1x.png) no-repeat -46px -156px;
}

.calendar-holder {
    margin-left: -15px;
    margin-right: -15px;
}

.calendar-holder table {
    width: 100%;
    border-collapse: collapse;
}

.calendar-holder table th {
    background: #f6f6f6;
    font-size: 12px;
    color: #666666;
    padding-top: 8px;
    padding-bottom: 8px;
}

.calendar-holder table th,
.calendar-holder table td {
    width: 14%;
    text-align: center;
    background: #e5e5e5;
}

.calendar-holder table td a {
    display: block;
    color: #666;
}

.calendar-holder table td a:hover {
    color: #fff;
    text-decoration: none;
}

.calendar-holder table td li a {
    display: inline-block;
}

.calendar-holder table td.other {
    background: #f0f0f0;
    color: #b4b3b3;
}

.calendar-holder table td {
    border: 1px solid #bbbbbb;
    font-size: 18px;
    color: #666666;
}

.calendar-holder table td.current-date,
.calendar-holder table td:hover {
    background: #021634;
    color: #fff !important;
}

.calendar-holder table .holder {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.calendar-holder .month {
    background: #021634;
    height: 44px;
    position: relative;
}

.calendar-holder .month p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 44px;
}

.events {
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    z-index: 500;
    width: 100%;
    display: block;
}

.events li {
    width: 5px;
    display: inline;
    height: 5px;
    padding: 0 2px;
}

.events li a {
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 3px;
}

.events li.green a {
    background: #acd690;
}

.events li.yellow a {
    background: #f1e48e;
}

.events li.red a {
    background: #dd949f;
}

.calendar-events {
}

.calendar-events p {
    line-height: 30px;
    background: #021634;
}

.calendar-events p:after {
    content: "";
    display: table;
    clear: both;
}

.calendar-events li {
    padding-left: 13px;
    line-height: 45px;
    background: #fff;
    border-bottom: 1px solid #bbbbbb;
}

.calendar-events li {
    font-size: 15px;
    color: #373737;
}

.calendar-events li.event {
    font-size: 12px;
}

.calendar-events li em {
    position: relative;
    top: 2px;
    border-radius: 10px;
}

.calendar-events li em.yellow {
    width: 13px;
    height: 13px;
    border: 1px solid #cfae51;
    background: #f1e48e;
    display: inline-block;
    margin-left: 20px;
    margin-right: 15px;
}

.calendar-events li em.green {
    width: 13px;
    height: 13px;
    border: 1px solid #6eb06a;
    background: #acd690;
    display: inline-block;
    margin-left: 20px;
    margin-right: 15px;
}

.calendar-events li em.red {
    width: 13px;
    height: 13px;
    border: 1px solid #bf5f6e;
    background: #dd949f;
    display: inline-block;
    margin-left: 20px;
    margin-right: 15px;
}

.calendar-events.list p {
    padding-bottom: 0;
}

.calendar-events.list:after {
    content: "";
    display: table;
    clear: both;
}

.calendar-events.list strong {
    line-height: 30px;
}

.calendar-events.list .month-name {
    float: left;
    font-size: 15px;
    color: #ffffff;
    padding-left: 15px;
}

.calendar-events.list .date {
    float: right;
    font-size: 15px;
    color: #fff;
    padding-right: 15px;
}

.calendar-events.list a {
    display: block;
    color: #000;
}

.calendar-events.list a {
    text-decoration: none;
    background: url(images/list-arrow.png) no-repeat right center;
}

body form .ui-input-text input.field {
    padding-left: 13px;
}

body form .ui-select {
    padding-bottom: 0px;
    background: #fff url(images/select-arrow.png) no-repeat right -3px;
    border-radius: 4px;
}

body form .ui-select .ui-btn-text {
    text-align: left !important;
}

body form .ui-select .ui-btn-inner .ui-btn-text {
    padding-left: 0;
}

body form .ui-select .ui-btn-icon-right .ui-btn-inner {
    padding-left: 15px;
}

body form p small {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #808080;
    padding-top: 7px;
}

.toggle {
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.toggle label {
    font-size: 17px;
    color: #000000;
    line-height: 32px;
}

.toggle .holder {
    border-bottom: 1px solid #dedede;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

.toggle .holder:last-child {
    border-bottom: 0;
}

.toggle a {
    width: 52px;
    height: 32px;
    position: relative;
    border: 1px solid #d5d5d5;
    display: block;
    position: absolute;
    top: 4px;
    right: 0px;
    border-radius: 16px;
    transition: all 1s ease;
}

.toggle a em {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 15px;
    background: #fff;
    transition: all 0.5s ease;
}

.toggle a em {
    -webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.29);
    -moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.29);
    box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.29);
}

.toggle a.active {
    background: #53d769;
    border: 1px solid transparent;
}

.toggle a.active em {
    left: 23px;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
}

input.radio {
    display: none;
}

.ui-icon {
    margin-top: -15px !important;
    position: relative;
}

.ui-icon.ui-icon-radio-off {
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 28px;
}

.ui-icon.ui-icon-radio-on {
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 28px;
}

.ui-icon.ui-icon-radio-on:after {
    content: "";
    width: 18px;
    height: 18px;
    background: #157efb;
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 19px;
}

.ui-radio .ui-btn-inner {
    padding-left: 51px !important;
}

.cols {
    width: 100%;
}

.cols .ui-radio {
    width: 82px;
    float: left;
    display: inline;
}

.cols .ui-radio .ui-btn-inner {
    padding-left: 0 !important;
    padding-top: 80px;
    left: 50%;
}

.cols .ui-checkbox, .cols .ui-radio {
    clear: none;
}

.ui-checkbox .ui-icon.ui-icon-checkbox-on {
    width: 30px;
    height: 28px;
    background: #fff url(images/checkbox.png) no-repeat 0 0 !important;
    display: block;
    position: absolute;
    top: 20px;
    left: 15px;
}

.ui-checkbox .ui-icon {
    width: 30px;
    height: 28px;
    background: #fff;
    border-radius: 4px;
}

.ui-checkbox .ui-btn-inner {
    padding-left: 55px !important;
}

.content.calendar-content {
    padding-top: 0;
}

/* Retina display */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {


    .score-list li a.plus,
    .score-list li a.minus,
    #header .back em,
    #logo a,
    .search-bar .submit,
    form .profile-icon,
    form .pass-icon,
    a.open-panel,
    #logo-small a,
    .social li a {
        background-image: url('images/sprite@2x.png');
        -webkit-background-size: 401px 193px;
        -moz-background-size: 401px 193px;
        background-size: 401px 193px;
    }
}

/* CUSTOM */
ul {
    list-style: none
}

a:link {
    text-decoration: none
}

img {
    border: 0;
}

dt {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    font-size: inherit;
}

td {
    margin: 0;
    border: 0;
    padding: 0;
}

h1 {
    margin: 0;
}

h2, h3, h4 {
    margin: 2px;
    margin-top: 8px;
    color: #666;
}

tr.r0 td {
    background-color: #DEF;
}

tr.r1 td {
    background-color: #FFF;
}

tr.r2 td {
    background-color: #EFEFEF;
}

tr.border_777 td {
    border: 1px solid #777;
}

tr.inactive {
    background-color: #F9A7B0;
    /* for IE */
    filter: alpha(opacity=30);
    /* CSS3 standard */
    opacity: 0.3;
}

hr.break {
    width: 75%;
    color: #D0D0D0;
    background-color: #D0D0D0;
    height: 1px;
    border: none;
}

.fade, .faded {
    /* for IE */
    filter: alpha(opacity=70);
    /* CSS3 standard */
    opacity: 0.7;
}

.bigfade {
    /* for IE */
    filter: alpha(opacity=30);
    /* CSS3 standard */
    opacity: 0.3;
}

#body {
    clear: both;
    margin: 0 auto;
    background-color: #FFF;
    padding-bottom: 10px;
/ / background-color: #42647F;
}

#content {
    padding-left: 4px;
    padding-right: 4px;
}

.content_box {
    padding: 3px 8px 10px 8px;
}

.content_box a:link, .content_box a:visited {
    color: #1589FF;
    font-weight: bold;
}

#footer {
    color: #999; /* footer text colour */
    margin: 10px auto;
    padding: 10px;
    clear: both;
}

#footer a, #footer a:visited {
    color: #999; /* footer link colour */
}

#footer a:hover {
    color: #777; /* footer link hover colour */
}

/* MESSAGES */

ul#messages {
    clear: both;
    margin-top: 12px;
    padding: 0px;
    list-style: none;
    color: #1589FF;
    font-size: 12px;
}

ul#messages li {
    height: auto !important;
    padding: 2px 2px;
    background: #DEF;
    margin: 3px;
    border: 1px solid #BC9;
    color: #666;
}

/* PAGE LAYOUT */

/* PAGE_TABS */

.page_tabs {
    border-bottom: 1px solid #CFECEC;
    margin-bottom: 6px;
/ / font-size: 14 px;
}

.page_tabs ul {
    margin: 0 8px;
    padding: 0;
}

.page_tabs ul li {
    display: inline;
    list-style-type: none;
}

.page_tabs ul li.header {
    font-weight: bold;
/ / font-size: 16 px;
    color: #42647F;
    padding-right: 14px;
}

.page_tabs ul a:link, .page_tabs ul a:visited {
/ / float: left;
    font-weight: bold;
    text-decoration: none;
    color: #42647F;
    padding: 4px 4px;
}

.page_tabs ul a:hover {
    color: #FFF;
    background: #42647F;
}

.page_tabs .divider {
    color: #42647F;
}

.page_tabs ul li.focus {
    background-color: #ddd;
}

.page_tabs ul li.focus a:hover {
/ / stays the same color: #42647F;
    background: #DDD;
}


.page_tabs div.actions {
    float: right;
    padding: 10px;
    text-align: right;
}

/**** PLAYER LINK ***/
a.player:link, a.player:visited {
    color: #95B9C7;
    font-weight: bold;
    text-decoration: none;
}

a.player:hover {
    color: #1589FF;
}

a.tournament:link, a.tournament:visited {
    color: #2069AF;
    font-weight: bold;
    text-decoration: none;
}

a.tournament:hover {
    color: #95B9C7;
}

/**** TEAM LINK ***/
a.team:link, a.team:visited {
    color: #2069AF;
    font-weight: bold;
    text-decoration: none;
}

a.team:hover {
    color: #95B9C7;
}

a.reverse-team:link, a.reverse-team:visited {
    color: #feba12;
    font-weight: bold;
    text-decoration: none;
}

a.reverse-team:hover {
    color: #2069AF;
}

a.orange:link, a.orange:visited {
    font-weight: bold;
    color: #F07C00;
    text-decoration: none
}

a.dash:link, a.dash:visited {
    color: #333;
    font-weight: bold;
    text-decoration: none
}

a.dash:hover {
    color: #1589FF;
}

div.warning-bar {
    width: 100%;
    border: 1px solid #DEF;
    padding: 4px;
    color: #444;
    font-weight: bold;
    background-color: #FEBA12;
    margin: 8px 0px;
}

div.alert-bar {
    width: 100%;
    border: 1px solid #DEF;
    padding: 4px;
    color: #DDD;
    font-weight: bold;
    background-color: #F05023;
    margin: 8px 0px;
}

div.accept-bar {
    width: 100%;
    border: 1px solid #DEF;
    padding: 4px;
    color: #444;
    font-weight: bold;
    background-color: lightgreen;
    margin: 8px 0px;
}

div.info-bar {
    width: 100%;
    border: 1px solid #DEF;
    padding: 4px;
    color: #444;
    font-weight: bold;
    background-color: yellow;
    margin: 8px 0px;
}

#errorMsg {
    background: #ffdfdf;
    border: 1px solid #df7d7d;
    border-width: 1px 0;
    margin: 0 0 1.5em 0;
    padding: 7px;
}

.error {
    background: #ffdfdf;
    border: 1px solid #df7d7d;
    border-width: 1px 0;
}

#errorMsg dt, #errorMsg h3 {
    margin: 0 0 .5em 0;
    font-size: 100%;
    line-height: 100%;
    font-weight: bold;
}

#errorMsg dd {
    margin: 0;
    padding: 0;
}

#errorMsg ol {
    margin: 0;
    padding: 0;
}

#errorMsg ol li {
    margin: 0;
    padding: 2px;
    list-style-position: inside;
    border-bottom: 1px dotted #df7d7d;
    position: relative;
}

.errorField {
    color: #af4c4c;
    margin: 0 0 6px 0;
    padding: 4px;
    background: #ffbfbf;
}

/* PLAYER ROUNDS */
table td.top-header {
/ / font-size: 14 px;
    color: #444;
    font-weight: bold;
}

table.rounds {
    width: 90%;
    padding: 4px;
    margin: 8px;
    color: #555;
}

font.tournament_header {
/ / font-size: 14 px;
    color: #2069AF;
    font-weight: bold;
}

/* scoring */
td.eagle {
    background-color: #32b1e4;
}

td.birdie {
    background-color: #aed4f6;
}

td.par {
}

td.bogey {
    background-color: #f7b942;
}

td.double {
    background-color: #ee5a00;
}

td.more-bogey {
    background: #9e5912;
}

table.score-legend td p {
    color: #777;
    font-weight: bold;
    padding: 0 4px 0 18px;
    line-height: 20px;
}

table.score-legend td p.eagle {
    background: url("../../images/leaderboard/buble-eagle.png") no-repeat scroll 3px 4px rgba(0, 0, 0, 0);
}

table.score-legend td p.birdie {
    background: url("../../images/leaderboard/buble-birdie.png") no-repeat scroll 3px 4px rgba(0, 0, 0, 0);
}

table.score-legend td p.bogey {
    background: url("../../images/leaderboard/buble-bogey.png") no-repeat scroll 3px 4px rgba(0, 0, 0, 0);
}

table.score-legend td p.double {
    background: url("../../images/leaderboard/buble-double-bogey.png") no-repeat scroll 3px 4px rgba(0, 0, 0, 0);
}

table.round-card td {
    padding: 6px;
}

/*  Schedule   */
.player_schedule {
    padding-top: 3px;
/ / font-size: 12 px;
}

.player_schedule a:link, .player_schedule a:visited {
    color: #2069AF;
}

.player_schedule ul, .player_schedule ul {
    margin: 0px;
    padding: 0px;
}

.player_schedule .header {
    font-weight: bold;
    font-size: 12px;
}

.player_schedule li {
    background-color: #DEF;
    border: 1px solid #CCC;
    margin: 2px;
    padding: 8px 3px;
}

.player_schedule li.late {
    background-color: lightyellow;
}

.player_schedule li.current {
    background-color: #CCC;;
    margin: 1px;
    border: 1px solid #DEF;
}

.player_schedule li.current div.name {
    font-weight: bold;
}

.player_schedule li.complete {
    background-color: #B5EAAA;
}

.player_schedule font.date {
    font-weight: bold;
    color: #BBB;
}

.player_schedule li.current font.date {
    font-weight: bold;
    color: #666;
}

.player_schedule li.day_header {
    background-color: #FFF;
    border: 1px solid #FFF;
    font-weight: bold;
    padding-top: 10px;
    color: #777;
}

/* ==========================================================================
	#Analysis
========================================================================== */
div.analysis {
    margin: 0px auto;
    background: white;
    border-radius: 10px;
    border: 1px solid #bbb;
    padding: 6px;
    box-shadow: 8px 8px 5px #888888;
    width: 90%;
    margin-top: 10px;
}

div.analysis h2 {
    font-size: 12px;
}

div.analysis h4 {
    font-size: 11px;
}

div.analysis p {
    font-size: 9px;
}

.comp-analysis th {
    font-size: 10px;
    color: #333;
    padding: 3px;
    text-align: center;
}

.comp-analysis th:nth-child(1) {
    font-size: 12px;
    text-align: left;
    color: #04204B;
}

.comp-analysis td span {
    font-size: 10px;
    font-weight: bold;
    padding: 2px;
}

.comp-analysis tr.border {
    border-bottom: 1px solid #04204B;
}

.comp-analysis tr.border td {
    padding-top: 6px;
}

.comp-analysis td:nth-child(1) {
    width: 60%;
}

.comp-analysis td:nth-child(2) {
    width: 20%;
    text-align: right;
}

.comp-analysis span.value {
    font-size: 12px;
}

.comp-analysis span.comp {
    color: #666;
}

.comp-analysis td:nth-child(3) {
    width: 20%;
    text-align: left;
}

.comp-analysis span.worse {
    color: green;
}

.comp-analysis span.better {
    color: red;
}

div.game-analysis h2 {
    font-size: 14px;
}

.game-analysis .note {
    font-size: 12px;
}

/* ==========================================================================
	# College Comparison table
========================================================================== */
table.college-comp {
    width: 100%;
    font-size: 9px;
    margin: 15px 0;
}

table.college-comp td {
    padding: 3px;
}

table.college-comp tr.header {
    background-color: #04204b;
    color: white;
}

table.college-comp tr.mine td {
    background-color: #95EF86;
}

/* SCROLL BOX */
.scrollArea {
/ / width: 275 px;
/ / height: 100 px;
    padding-left: 5px;
    padding-right: 5px;
    border-color: #6699CC;
    border-width: 1px;
    border-style: solid;
    float: left;
    overflow: auto;
}

