@import url("grid.css");
@import url("fonts.css");
@import url("font-awesome.css");
@import url("forms.css");
@import url("tooltip.css");

html {
    min-height: 100%;

}

/* == TYPOGRAPHY == */
.bluelink {
    color: #0583A6!important;
    font-weight: bold;
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit
}
h1 {
    font-size: 28px;
    line-height: 50px
}
h2 {
    font-size: 25px;
    line-height: 30px
}
h3 {
    font-size: 16px;
    line-height: 34px
}
h4 {
    font-size: 14px;
    line-height: 30px
}
h5 {
    font-size: 12px;
    line-height: 24px
}
h6 {
    font-size: 10px;
    line-height: 21px
}
body {
    font: normal 14px/20px maven_proregular, Helvetica, sans-serif;
    color: #4a4a4a;
    background-color: #F3F3F3;
}
.blue-background {
    background-color:#0583A6;
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#0583A6, endColorstr=#067190);
    background-image:-moz-linear-gradient(top, #0583A6 0%, #067190 100%);
    background-image:-webkit-linear-gradient(top, #0583A6 0%, #067190 100%);
    background-image:-ms-linear-gradient(top, #0583A6 0%, #067190 100%);
    background-image:linear-gradient(top, #0583A6 0%, #067190 100%);
    background-image:-o-linear-gradient(top, #0583A6 0%, #067190 100%);
    background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%, #0583A6), color-stop(100%, #067190));
    background-repeat: no-repeat;
    background-size: cover;
}
}

label {
    display: none;
}
a {
    cursor: pointer;
    color: white;
    text-decoration: none;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    outline: none
}
a:hover, a.hover, a:focus {
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -o-transition: all .35s ease;
    transition: all .55s ease;
    outline: none
}
hr, .hr2, .hr3, .h4 {
    border: none;
    clear: both;
    height: 0;
    background: none;
    border-bottom: #e4e4e4 solid 1px;
    box-shadow: 0 1px 0 0 #FFF;
    margin: 10px 0;
    padding: 0
}
.hr2 {
    margin-top: 30px;
    margin-bottom: 30px
}
.hr3 {
    height: 8px;
    background: none repeat scroll 0 0 #f9f9f9;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    border: 0;
    margin: 5px
}
.hr4 {
    height: 16px;
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase;
    background: none repeat scroll 0 0 #f9f9f9;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    border: 0;
    font-weight: 600;
    text-align: center;
    color: white;
    letter-spacing: 1px;
    margin: 5px;
}
.avatar, .avatar2 {
    background-color: #FFF;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    padding: 2px;
}
.box {
    padding: 10px
}


/* Edits door Tristan | IAMT.nl */

/* 1 Login scherm */
.login-box {
    background-color: white;
    max-width: 600px;
    margin:10vh auto;
    padding-top: 20px;
}
#login-logo img {
    max-height: 50px;
    display: block;
    margin:20px auto auto auto;
}
.invulvelden {
    max-width: 300px;
    margin: 0 auto;
    padding-left: 20px;
}

.invulvelden label {
    width: auto;
}

.forgotten-buttons-container {
    padding: 1em 0;
    max-width: 360px;
    margin: 0 auto;
}
.forgotten-buttons a {
    color: #5a5a5a !important;
    font-size: 15px !important;
}
.login-buttons-container {
    margin: -3em auto 0;
    max-width: 280px;
    padding: 1em 0;
}
.login-buttons,
.forgotten-buttons {
    display: -webkit-box;      /* iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* IE 10 */
    display: -webkit-flex;     /* Chrome */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.login-button, .registreer-button {
    height: 35px!important;
    text-shadow: none!important;
}
.registreer-button {
    background-color: #FB7D36!important;
}
.registreer-button:hover,
.login-button:hover {
    background-color: #2B82B4!important;
    transition: 0.2s!important;
    border: none!important;
}

#footer {
    font-size: 80%;
    display: -webkit-box;      /* iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* IE 10 */
    display: -webkit-flex;     /* Chrome */
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 1em;
    color: white;
}
#footer ul {

}
#footer ul li {
    text-align: left;
}

.footer-links li a {
    color: white;
}
.footer-links li a:hover {
    text-decoration: underline;
}

.footer-links-centered ul li {
    text-align: center;
}

/* Nieuwe UI */
.navigation {

}
#usermenu {
    margin: 7px 0 22em;
    display: -webkit-box;      /* iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* IE 10 */
    display: -webkit-flex;     /* Chrome */
    display: flex;
    flex-direction: column;
}
#usermenu a i {
    margin: 0 2em 0 1em;
}
#usermenu a {
        padding: 0px 0 1.2em;
        display: block;
        font-weight: bold;
}
#usermenu a:hover {
    background-color: #084457;
    font-weight: bold;
}
.selected {
    background-color: #084457;
}
#logo {
 padding: 1em;
 display: -webkit-box;      /* iOS 6-, Safari 3.1-6 */
 display: -moz-box;         /* Firefox 19- (buggy but mostly works) */
 display: -ms-flexbox;      /* IE 10 */
 display: -webkit-flex;     /* Chrome */
 display: flex;
 align-items: baseline;
}
#logo img {
    margin-top: -2px;
    max-width: 200px;
    margin-right: 10px;

}
.new-ui-layout {
    display: -webkit-box;      /* iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* IE 10 */
    display: -webkit-flex;     /* Chrome */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

#flexcanvas {
  width: 100%;
  height: 100%;
}

.rowParent, .columnParent {
    display: -webkit-box;      /* iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* IE 10 */
    display: -webkit-flex;     /* Chrome */
    display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.columnParent {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flexChild {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

/* Titel balk */

#titleBar {
    display: -webkit-box;      /* iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* IE 10 */
    display: -webkit-flex;     /* Chrome */
    display: flex;
 -webkit-box-flex: 0;
 -webkit-flex: 0 0 auto;
 -ms-flex: 0 0 auto;
 flex: 0 0 auto;
 flex-direction: row;
 padding: 1em 2em;
 background: white;
 box-shadow: 0px 0px 4px 0px #9B9B9B;
}

#titleBar h1 {
    color: #0583A6;
}

.title-icon {
    max-height: 30px;
    margin-top: 8px;
    margin-right: 1em;

}

.contentBlock {
    margin: 1em;
    padding: 1em;
    background: white;
/*    color: #333;*/
    border-left: 10px solid #0583A6;
    height: auto;
}

.counters {
    display: -webkit-box;      /* iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* IE 10 */
    display: -webkit-flex;     /* Chrome */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.counter-container {
    display: -webkit-box;      /* iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* IE 10 */
    display: -webkit-flex;     /* Chrome */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
}

.counter-number {
    font-size: 300%;
    margin-bottom: 20px;
}

.record-button {
    width: 20%;
}

.record_new {
    display: block;
    background: #2B82B4;
    color: white;
    padding: 1em;
    width: 150px;
    float: left;
    text-align: center;
    border-radius: 10px;

}
.record_new i {
    transition: none;
    font-size: 100%;
    margin-right: 5px;
}
/*.record_new:hover {*/
    /*background-color: #0583A6;*/
    /*transition: 0.3s;*/
    /*color: #FFFFFF;*/
/*}*/
.record_new:hover {
    background-color: #FB7D36;
    transition: 0.3s;
    color: #FFFFFF;
}
.jstyling-select {
    border: 1px solid #333;
    border-radius: 0;
    background-color: white;
}
.jstyling-select-l {
    background-color: white;
    border-color: #333;
}

.jstyling-select-l div {
    color: #333;
}

.jstyling-select-l div:hover {
    background-color: #0583A6;
}

/* Navigatie */
#navColumn {
    z-index: 1000;
 -webkit-box-flex: 0;
 -webkit-flex: 0 0 auto;
 -ms-flex: 0 0 auto;
 flex: 0 0 auto; width: 260px;
 background-color: #02718F!important;
 min-height: 100vh;
}

.collapsed {
    max-width: 60px;
    transition: 0.3s linear;
}
.hidden {
    display: none!important;
}
.centered {
margin-left: 15px!important;
}
.toggle {
    max-height: 16px!important;
    margin-bottom: 6px;
}

#menu-toggle {
    margin-top: 1em;
}

#menu-toggle:hover {
        background-color: none!important;
        padding: 0!important;
}

.nav-icon {
    max-height: 25px;
    /*margin-left: 2em;*/
    margin-left: 1em;
    position: relative;
    top: 9px
}

.menu-link {
    margin-left: 1em;
}

.orange-btn {
    background: #FB7D36;
    padding-bottom: 1em;
}
#to_profile_link:hover {
    background-color: none!important;
}

/* Content */

.accountname {
    text-align: left;
    font-size: 26px;
}

.left-block {
    width: 40vw;
    margin-right: 0;
}
.right-block {
    max-width: 40vw;
    padding: 3em;
    border: none;
}

.block-container {
    display: -webkit-box;      /* iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* IE 10 */
    display: -webkit-flex;     /* Chrome */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.currentSubscription {
    display: -webkit-box;      /* iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* IE 10 */
    display: -webkit-flex;     /* Chrome */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border: 2px solid #0583A6;
    padding: 1em;
	color: #929292;
}
.subsColumn {
    display: -webkit-box;      /* iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* IE 10 */
    display: -webkit-flex;     /* Chrome */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.subsType,
.subsDuration {
    font-weight: bold;
}

.content-column-right {
    max-width: 40vw;
}
.content-column-left {
    max-width: 40vw;
}

/* == Alerts & Tips == */

input[type=text], input[type=email], input[type=search], input[type=password], textarea {
    -webkit-appearance: none;
    background: #fff
}
input, textarea {
    color: #151515;
    border: none;
    border-bottom: 1px solid #151515;
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 0 0px;
    padding: 10px;
}
input:focus, textarea:focus {
}

#invite-friends {
    height: 39px;
	border: none;
    line-height: 37px;
    overflow: hidden;
    padding: 0 25px;
    outline: none;
	background: #27B0A5;
    color: #FFF;
    cursor: pointer;
    transition: 0.3s;
}

#invite-friends:hover {
    background-color: #0583A6;
    color: white;
    transition: 0.3s;
}

.change-pass {
    max-width: 127px;
}

.button a, .butsmall i {
    color: #fff
}
.butsmall, .butsmallalt {
    min-width: 80px!important;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 500;
    margin: 0 0 0 5px;
    padding: 5px!important;
    background: #4b4f51;
    cursor: pointer
}
.butsmallalt {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}
.butsmallalt:hover {
    background: #4b4f51
}
.butsmall.green {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #719e37;
    background: #9bc747;
    background: -moz-linear-gradient(top, #9bc747 0%, #82bd42 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9bc747), color-stop(100%, #82bd42));
    background: -webkit-linear-gradient(top, #9bc747 0%, #82bd42 100%);
    background: -o-linear-gradient(top, #9bc747 0%, #82bd42 100%);
    background: -ms-linear-gradient(top, #9bc747 0%, #82bd42 100%);
    background: linear-gradient(to bottom, #9bc747 0%, #82bd42 100%)
}
.butsmall.red {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #af2b1b;
    background: #bc3423;
    background: -moz-linear-gradient(top, #bc3423 0%, #cd4433 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bc3423), color-stop(100%, #cd4433));
    background: -webkit-linear-gradient(top, #bc3423 0%, #cd4433 100%);
    background: -o-linear-gradient(top, #bc3423 0%, #cd4433 100%);
    background: -ms-linear-gradient(top, #bc3423 0%, #cd4433 100%);
    background: linear-gradient(to bottom, #bc3423 0%, #cd4433 100%)
}
.user .blue {
    border: 1px solid #323537
}
.blue {
    border: 1px solid #0f70ad;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    background: #208ed3;
    background: -moz-linear-gradient(top, #208ed3 0%, #0272bd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #208ed3), color-stop(100%, #0272bd));
    background: -webkit-linear-gradient(top, #208ed3 0%, #0272bd 100%);
    background: -o-linear-gradient(top, #208ed3 0%, #0272bd 100%);
    background: -ms-linear-gradient(top, #208ed3 0%, #0272bd 100%);
    background: linear-gradient(to bottom, #208ed3 0%, #0272bd 100%)
}
.button.green {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #719e37;
    margin: 0;
    background: #9bc747;
    background: -moz-linear-gradient(top, #9bc747 0%, #82bd42 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9bc747), color-stop(100%, #82bd42));
    background: -webkit-linear-gradient(top, #9bc747 0%, #82bd42 100%);
    background: -o-linear-gradient(top, #9bc747 0%, #82bd42 100%);
    background: -ms-linear-gradient(top, #9bc747 0%, #82bd42 100%);
    background: linear-gradient(to bottom, #9bc747 0%, #82bd42 100%);
}
.but-small-icon {
    font-size: 24px;
    display: block;
    float: right;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-left: 5px;
    text-align: center
}
.bgred, .bggreen, .bgblue, .bgorange {
    margin: 15px 0;
    padding: 7px 10px;
    position: relative
}
.bgred p, .bggreen p, .bgblue p, .bgorange p ,
.bgred li, .bggreen li, .bgblue li, .bgorange li {
    color: #151515;
    margin: 0 21px 0 0;
}
.bgblue {
    background: #88bbc8;
    border: 1px solid #88bbc8
}
.bgred {
    background: red;
    border: 1px solid red
}
.bgorange {
    background: #ffba83;
    border: 1px solid #ffba83
}
.bggreen {
    background: #B8E986;
}

#msgholder .bggreen span{
	color:#27B0A5;
}
#msgholder .bggreen{
    background: #fff;
    border: 3px solid #27B0A5;
} 
#msgholder .bgblue span{
	color:#88bbc8;
}
#msgholder .bgblue{
    background: #fff;
    border: 3px solid #88bbc8;
} 
#msgholder .bgorange span{
	color:#EF697A;
}
#msgholder .bgorange{
    background: #fff;
    border: 3px solid #EF697A;
} 
#msgholder .bgred span{
	color:red;
}
#msgholder .bgred{
    background: #fff;
    border: 3px solid red;
} 

.close, div.bggreen .close, div.bgorange .close, div.bgred .close, div.bgblue .close {
    color: #000;
    cursor: pointer;
    font-size: 24px;
    opacity: 0.2;
    position: absolute;
    right: 10px;
    text-shadow: 0 1px 0 #fff;
    top: 4px
}
div.bgred p span, div.bggreen p span, div.bgorange p span, div.bgblue p span {
    display: inline-block;
    margin-right: 10px
}
div.bgred ul.error {
    color: #fff;
    margin-left: 35px
}
.pagetip, .greentip, .redtip, .orangetip, .bluetip {
    background: #grey;
    color: #FFFFFF;
    margin-bottom: 25px;
    padding: 15px
}
.greentip {
    background: #afc98c;
    border-color: #afc98c;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2)
}
.redtip {
    background: #ee9695;
    border-color: #ee9695;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2)
}
.orangetip {
    background: #ffba83;
    border-color: #ffba83;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2)
}
.bluetip {
    background: #084457;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2)
}

/* == Widgets == */

.widget-container {
    height: 1%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.widget-container .small:first-child {
    float: left
}
section.small {
    width: 49%;
    float: right;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}
section.widget {
    background: transparant;
    border: 1px solid #f6f6f6;
    min-height: 120px;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(204, 204, 204, 0.2);
    -webkit-box-shadow: 0 2px 2px rgba(204, 204, 204, 0.2);
    -moz-box-shadow: 0 2px 2px rgba(204, 204, 204, 0.2);
    opacity: 0.95;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
}
section.widget header {
    background-color: #3A3A3A;
    border: 1px solid #343434;
    color: #F2F2F2;
    display: block;
    text-shadow: 0 1px 0 black;
    border-bottom: none;
    overflow: visible;
    border-radius: 5px 5px 0 0;
    line-height: 20px;
    padding: 10px
}
section.widget header h1 {
    font-family: 'maven_proregular', sans-serif;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    float: left
}
section.widget header h3 {
    font-family: 'maven_proregular', sans-serif;
    font-size: 12px;
    color: #5daced
}
section.widget header aside {
    float: right;
}
section.widget header aside a {
    color: #fff
}
section.widget header aside a:hover {
    color: #afc98c
}
section.widget form header {
    background: transparent;
    display: block;
    width: 100%;
    border-bottom: 2px solid #ebebe6;
    font-size: 18px;
    color: #232323;
    box-shadow: 0 2px 0 0 #FFF;
    margin: 0 -30px 30px;
    padding: 0 30px 20px
}
section.widget form header span {
    display: block;
    font-size: 13px;
    color: white;
}
section.widget .content {
    padding: 25px
}
section.widget header aside> a {
    display: block;
    background: #313131;
    color: #FFF;
    border-top: 1px solid #1c1f23;
    border-bottom: 1px solid #4c4f56;
    position: relative;
    font-size: 16px;
    border-radius: 4px;
    padding-top: 3px;
    padding-right: 8px;
    padding-bottom: 3px;
    padding-left: 8px;
    margin: 0px;
}
.fixed {
    position: fixed
}
section.widget .content2, section.widget .content.no-padding {
    padding: 0
}
section.widget .content .stats-wrapper:last-child div, section.widget .content .stats-wrapper .stats p {
    margin: 0
}

/** TABLE STYLES **/

table.myTable input[type=checkbox] {
    width: 30px;
    margin: 0
}
table.myTable th:first-child {
    padding-left: 10px
}
table.myTable tr:nth-child(odd) {
    background: #fff
}
table.myTable {
    width: 41%;
}
table.myTable th.first {
    min-width: 30px;
}
table.myTable thead tr {
    border-bottom: 1px solid #fff;
}
table.myTable tr {
    border: 1px solid #f4f4f4;
    background: #f9f9f9
}
table.myTable tr:hover {

}
table.myTable tr.nohover:hover {
    background: transparent;
    cursor: default
}
table.myTable tr:hover a {
    color: #fff
}
table.myTable th {
    max-width: 1em;
    font-weight: 400;
    min-width: 20px;
    text-align: left;
    padding: 15px 15px 0
}
table.myTable td.nowrap {
    white-space: nowrap;
}
table.myTable td {
    vertical-align: middle;
    padding: 15px
}
table.myTable thead tr .header {
    cursor: pointer;
    padding-left: 20px;
    line-height: 1em;
    height: 2em;
    background-color: #F3F3F3;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    text-shadow: 0 1px 0 #fff;
    color: #666;
    font-family: "maven_probold";
}
table.myTable thead tr .header:hover {
    color: #afc98c
}
table.myTable thead tr .headerSortUp {
    background-image: url(../images/asc.gif)
}
table.myTable thead tr .headerSortDown {
    baEckground-image: url(../images/desc.gif)
}
table.myTable thead tr th.avatar {
    padding-left: 70px
}
table.myTable td.avatar {
    line-height: 30px
}
table.myTable td.avatar img {
    float: left;
    margin: 0 15px 0 0
}
.dataview tr td:first-child {
    width: 180px!important;
    word-wrap: break-word
}
span.tbicon, .tbicon {
    background: #333;
    display: inline-block;
    height: 26px;
    width: 32px;
    border-radius: 3px;
    margin-top: 1px;
    margin-bottom: 1px
}
span.tbicon a {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 26px
}
span.tbicon.large {
    width: 40px;
    height: 32px;
    background: #eee;
    border: 1px solid #c4c4c4;
    box-shadow: 0 1px 0 0 #FFFFFF;
}
span.tbicon.large a {
    line-height: 32px;
    color: #3B3E40;
    box-shadow: 0 1px 0 0 #FFFFFF;
}
table.myTable thead tr:hover, table.myTable thead tr .headerSortDown, table.myTable thead tr .headerSortUp {
    color: #208ed3
}

/* == Dialog == */

.messi-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(11, 11, 11, 0.6)
}
.messi {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 0;
    min-width: 200px;
    min-height: 50px;
    max-width: 90%;
    max-height: 75%;
    overflow-y: auto;
}
.messi-box {
    position: relative;
    height: auto;
    overflow: hidden;
    opacity: 1
}
.messi-wrapper {
    position: relative
}
.messi-titlebox {
    font-size: 16px;
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    padding: 0 15px
}
.messi-closebtn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 45px;
    height: 45px;
    cursor: pointer;
    text-align: center;
    line-height: 45px;
    font-size: 30px
}

.messi-closebtn i {
    color: grey!important;
}

.messi-content {
    overflow: hidden;
    padding: 15px
}
.messi-footbox {
    box-shadow: 0 1px 0 #fff inset;
    padding: 0
}
.messi-actions {
    display: block
}
.messi-actions .btnbox {
    display: block;
    float: right;

    line-height: 45px;
    height: 45px
}
.messi .mod-button {
    display: block;
    line-height: 43px;
    height: 43px;
    margin-top: 1px;
    padding-right: 30px;
    padding-left: 15px;
    color: #ee5f5b;
}
.messi .mod-button i {
    padding-left: 10px;
    padding-right: 5px
}
.messi-title {
    color: black;
}
.messi-content .messi-warning {
    color: #ee5f5b;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1)
}

/* == Tooltip == */

#tooltip {
    border-radius: 5px;
    font: normal 11px/16px FMSlimRegular, Helvetica, sans-serif;
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 9000;
    padding: 10px
}
#tooltip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #111;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}
#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto
}
#tooltip.left:after {
    left: 10px;
    margin: 0
}
#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0
}
#msgholder {
    margin: 0
}
#loader {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000000;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%
}
.loading, .sloading {
    height: 30px;
    width: 30px;
    margin-left: 5px;
    display: none;
    float: left;
    background: url(../images/ajax-loader.html) 50% 50% no-repeat
}
.sloading {
    margin-top: 10px;
    height: 39px;
    width: 39px;
}

/* == Membership Plans == */

#plans .plan {
    text-align: center;
    background: #fff;
    margin: 0 .5%;
    border-radius: 4px;
    box-shadow: 0 1px 0 #FFF inset, 0 2px 4px rgba(0, 0, 0, 0.08);
    color: #151515;
    float: left;
    width: 24%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
}
#plans .plan h2 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: .6em 0;
    background: #0583A6;
}
#plans .plan h4 {
    background: #ddd;
    font-weight: bold;
}
#plans .plan p.price {
    background: #084457;
    color: #fff;
    font-size: 1.2em;
    font-weight: 300;
    height: 2.6em;
    line-height: 2.6em;
    margin: 0
}
#plans .plan p.recurring, #plans .plan p.desc, #plans .plan p.pbutton {
    border-bottom: 1px solid #eee;
    padding: 10px
}
#plans .plan p.pbutton a, #plans .plan p.pbutton i {
    display: block;
    height: 2em;
    line-height: 2em
}
.pbutton li img {
    height: 50px;
}
.pbutton li {
    width: 50%;
    float: left;
    padding: 10px;
    background: #F3F3F3;
    border-right: 1px solid #fff;
}
.pbutton li:last-child {
    border-left: 1px solid #ddd;
    border-right: none;
}
.payment_option *, #plans * {
    box-sizing: border-box;
}
.btn-select {
    background: #D2D2D2;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    display: block;
    margin: 15px;
    font-weight: 700;
}
#plans .plan.selected .btn-select {
    background: #27B0A5;
}
#plans .plan .act {
    display: none;
}
#plans .plan.selected .btn-select .act {
    display: block;
}
#plans .plan.selected .btn-select .n-act {
    display: none;
}
#plans .plan.dis {
    opacity: .8;
}
#plans .plan.selected {
    transform: scale(1.05);
    box-shadow: 0 0 10px 0px #5a5a5a;
    position: relative;
    z-index: 1;
}
.payment_option {
    margin-top: -35px;
    margin-left: 4em;

}
.payment_option h2 {
    margin-bottom: 1em;
}
.payment_option a img {
    display: block;
    margin: 0 auto 3em;
}
.payment_option a {

}
.payment_option form {
    margin-right: 10px;
}
footer {
    text-align: center;
}

footer span {
    text-align: center;
    margin-top: 20px;
}

/* == Mobile == */

@media  (max-width:630px) {
	#login-logo img{
		max-height: 25px;
	}
	#footer{
		font-size: 60%;
	}
}
@media only screen and max-width 767px, only screen and max-device-width 767px {
    .testing {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1500
    }
    section.alert {
        height: auto!important;
        transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out
    }
    section.content {
        transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        margin: 85px 0 0;
        padding: 15px
    }
    section.alert div {
        transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        margin: 15px 15px 15px 10px
    }
    .widget-container .small:first-child, .widget-container .small {
        float: none;
        width: 100%;
        height: auto!important;
        transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out
    }
    span.icon {
        font-size: 48px;
        transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out
    }
    section.user .profile-img {
        display: none;
        transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out
    }
    header input {
        width: 30%
    }
    section.widget header span.icon, .button.dropdown, section.alert div span {
        display: none
    }
    button.ico-font {
        opacity: 1
    }
    section.user .buttons {
        left: 15px;
        right: auto
    }
    .widget button {
        margin: 0 5px 10px 0
    }
    section.alert button {
        right: 15px;
        float: right;
        margin: 5px 0 10px 5px
    }
    body.login {
        padding-top: 50px
    }
    .login section {
        width: 85%;
        margin: 0 auto
    }
    .login section h1 {
        font-size: 32px
    }
    header.main, section.widget header, section.widget .content {
        padding: 15px
    }
    section.widget header hgroup, section.alert div p {
        margin: 0
    }
}

/* == iPad == */

@media only screen and min-width 768px and max-width 1024px {
    section.content {
        transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        margin: 75px 0 0 70px
    }
    section.alert div {
        transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        margin: 15px 25px 15px 90px
    }
}

/* == iPads (landscape) == */

@media only screen and min-device-width 768px and max-device-width 1024px and orientation landscape {
    section.content {
        transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        margin: 75px 0 0 210px
    }
    section.alert div {
        transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        margin: 15px 25px 15px 235px
    }
}

/* == Retina graphics == */

@media only screen and -webkit-min-device-pixel-ratio 2, only screen and min--moz-device-pixel-ratio 2, only screen and -o-min-device-pixel-ratio 21, only screen and min-device-pixel-ratio 2, only screen and min-resolution 192dpi, only screen and min-resolution 2dppx {
    div.wysiwyg ul.toolbar li {
        background: #313131 url(../images/jquery.wysiwyg-retina.png) no-repeat;
        background-size: 180px!important
    }
    div.wysiwyg ul.toolbar li.bold {
        background-position: 0 0;
        background-size: 180px!important
    }
    .jquery-checkbox img {
        background: transparent url(../images/checkbox-retina.html) no-repeat;
        background-size: 75px auto
    }
}

/**************************my videos***************************/

.video-name, .video-name input {
    color: #000000;
    font-weight: bold;
    width: 50%;
    margin-bottom: 5px;
    height: 25px;
    margin: 0px 0px 10px 30px;
}
.my_videos {
    display: -webkit-box;      /* iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* IE 10 */
    display: -webkit-flex;     /* Chrome */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;

}
.my_videos .row>div {
    /* float: left; */
    /* text-align: center; */
    vertical-align: middle;
    display: table-cell;
    padding: 15px;
    height: 105px;
}
.play>label {

}
.play>input[type="text"] {
}
.play>.edit {
    font-weight: bold;
    font-size: smaller;
}
.play>.cancel {

    font-weight: bold;
    font-size: smaller;
}
.clear {
    clear: both;
}
.my_videos .row {

}
.play {
	position: relative;
}
.play_icon{
	position: absolute;
	background-image: url("../../uploads/icons/play.png");
	width: 46px;
	height: 46px;
	top: 38%;
    left: 43%;
}
.thmub {

}

div#textblock.my_videos.textblock.texboxes{
/*	flex-direction: column;*/
}
.texboxes .texttitle input,
.texboxes .input_area{
	width: 100% !important;
}

.vidyme_code {
    margin-top: 1em;
    color: #19B1A5;
    text-align: center;
}

.play_btn i {

}
.play_btn {

}
.play_btn:hover {

}


}
.shareall {
    color: red;
}
.thmub img {

}
.vidyme_code label {
    cursor: pointer;
    text-align: center;
}
.vidyme_code label.member_link {
    color: #19B1A5;
    text-align: center;
}

.vidyme_code label:hover {
    text-decoration: underline;
}
.delete_btn a {

}

.add-cart.activate {
    color: #084457;
}
input[type="text"]::-ms-clear {
    display: none;
}
#plans> .plan {
    margin-top: 15px;
}
li.plan p.desc {
    max-height: 100px;
    height: 100px;
    overflow: hidden;
}

#resumelink {
    height: 25px;
    width: 25px;
    background-image: url("../images/ic_delete_splite.png");
    background-position: 0px 0px;
    background-size: 25px;
    display: inline-block;
    transition: off;
    float: left;
}
#resumelink:hover {
    background-position: 0px -25px;
}
#resumeLinkOpen {
    margin-left: 4px;
    margin-top: 3px;
    display: inline-block;
}
#rootwizard {
    padding-bottom: 20px;
}
#rootwizard a {
    transition: none;
}
#rootwizard ul li> a {
    color: #333;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}
#rootwizard ul li.active> a {
    background: no-repeat 15px center #0583A6;
    color: #fff;
}
#rootwizard .button a {
    border-bottom: none;
    color: #fff
}
.navbar-header a {
    background-size: 55% auto !important;
}
.pager {
    list-style: outside none none;
    margin: 20px 0;
    padding-left: 0;
    text-align: center;
}
.pager li {
    display: inline;
}
.pager .next, .pager .finish {
    float: left;
    margin-left: 0px;
}
.pager .previous {
    float: left;
    margin-left: 0px;
}
.pager li.disabled {
    background-color: #bbb
}
.pager li.disabled:hover {
    background-color: #bbb;
    box-shadow: none
}
.nav> li> a {
    display: block;
    padding: 10px 15px;
    position: relative;
}
.nav {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}
.navbar {
    border-radius: 4px;
}
.navbar {
    border: 1px solid transparent;
    margin-bottom: 20px;
    min-height: 50px;
    position: relative;
}
.tab-content> .tab-pane {
    display: none;
    min-height: 300px;
}
.tab-content> .active {
    display: block;
}
.tab-pane h3 {
    font-size: 32px;
    margin-bottom: 25px;
    margin-top: 3px;
}
.tab-pane .check_msg {
    font-size: 18px;
}
label.check_msg {
    display: block;
    line-height: 32px;
    margin-top: 10px;
    padding-left: 40px;
}
label.check_msg a {
    color: white;
    font-size: 14px;
}
label.check_msg.processing {
    background: url("../images/287.gif") no-repeat;
}
label.check_msg.valid_img {
    background: url("../images/success.png") no-repeat;
}
label.check_msg.invalid_img {
    background: url("../images/cross.png") no-repeat;
}
.navbar li a {
    padding-left: 50px;
}
.navbar li.invalid_img a, .navbar li.valid_img a {
    background-position: 10px !important;
    background-repeat: no-repeat !important;
    background-size: 25px 25px !important;
}
.navbar li.processing a {
    background-image: url("../images/287(1.html).gif") !important;
}
.navbar li.valid_img a {
    background-image: url("../images/success.png") !important;
}
.navbar li.invalid_img a {
    background-image: url("../images/cross.png") !important;
}
#connection_check .button, #microphone_check .button, #webcam_check .button, #video_check .button {
    float: left;
    height: 26px;
    line-height: 26px;
    margin: 0 10px 0 0;
    padding: 0 10px;
}
#microphone_check .button.disabled {
    background-color: #bbb
}
#yes_no_btn label,#yes_no_btn_video label  {
    display: block;
    font-size: 15px;
    margin: 10px 0;
}
.tab-pane h3 {
    background-repeat: no-repeat;
    background-size: 38px;
    padding-left: 45px;
}
#tab1 h3 {
    background-image: url("../images/browser.png");
}
#tab2 h3 {
    background-image: url("../images/connection.png");
}
#tab3 h3 {
    background-image: url("../images/webcam.png");
}
#tab5 h3 {
    background-image: url("../images/webcam.png");
}
#tab4 h3 {
    background-image: url("../images/microphone.png");
}
.delete_icon_new {
    background-image: url("../images/ic_delete_splite.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size:32px;
    display: block;
    height: 32px;
    width: 32px;
}
.delete_icon_new:hover {
    background-position: 0px -32px;
}
#browser_check svg {
    display: none;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5);
}
#browser_check #browser_logo {
    padding-top: 65px;
    text-align: right;
}
.my_clip_button {
    margin-top: 10px !important;
    color: #151515;
    text-align: left;
}
a.shareall,div.copy_controll{
	padding: 5px 0px;
}
.my_clip_container embed:hover, .my_clip_container div:hover {
    cursor: pointer;
}
.my_clip_button:hover {
    cursor: pointer;
}
.my_clip_button:active {
    background-color: #0583A6;
}
.my_clip_container div embed{
	margin-top: -16px;
}
.user-video-block {
    background-color: #F7F7F7;
    display: -webkit-box;      /* iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* IE 10 */
    display: -webkit-flex;     /* Chrome */
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 1em;
    max-width: 250px;
    padding: 2em;
}

.upgrade-icon {
    max-height: 30px;
}

.delete-button {
    margin-top: 2em;
    margin-bottom: -15px;
    position: relative;
}
.iy_icon{
	background-image: url("../../uploads/icons/icon.png");
	height: 12px;
    width: 17px;
    display: inline-block;
    background-size: 17px;
    margin-right: 6px;
}
.share_icon{
	background-image: url("../../uploads/icons/share.png");
	height: 15px;
    width: 20px;
    display: inline-block;
    background-size: 19px;
    margin-right: 5px;
}
.delete-button a {
    color: #DF4C53;
    text-align: left;
    font-weight: bold;
    position: absolute;
    height: 32px;
    width: 32px;
    bottom: 0;
    right: 0;
}

.pc_check_button {
    color: white;
    text-align: center;
    padding: 10px 1em;
    border: none;
    background-color: #0583A6;
    margin: 0 auto;
    max-width: 150px;
}

.video-title-container {
    width: 100%;

}

.videoTitle {
    font-size: 150%;
}

.video-title-container .edit,
.video-title-container .cancel {
    color: #0583A6;
    font-weight: bold;
    font-size: 16px;
}

.video-date-container {
    margin-bottom: 1em;
    width: 100%;
    text-align: left;
    font-size: 80%;
    color: grey;
}
.play_btn img{
	min-height: 203px;
}

.stop_pc_chk_btn{
	text-align: center;
    width: auto !important;
    display: inline-block !important;
    left: 30%;
}

.selection {
    color: #333;
}
.selection #content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 2em;
}
.selection #choice1, 
.selection #choice2 {
    padding: 0 2em 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 2px solid #f4f4f4;
    max-width: 200px;
}
.selection p{
	margin: 14px 0px;
    text-align: center;
}
.selection-button {
    display: block;
    background-color: #FB8749;
    padding: 0.5em 1em;
    text-align: center;
    text-decoration: none;
    color: white;
    transition: 0.3s;
    border: 1px solid #FB8749;
    width: 90%;
}
.selection-button:hover {
    background: white;
    color: #FB8749;
    transition: 0.3s;
}
.tooltip_added{
	background:#27B0A5 !important;
}
.tooltip_added:after{
	 border-top: 10px solid #27B0A5 !important;
}
.video_tutorial_btn{
	position: absolute;
	right: 14px; 
	top: 0px;
}
.video_tutorial_btn a{
	background-image: url('../images/tutorial.png');
	width: 137px;
	height: 73px;
	display: block;
}

.discount_lbl{
	overflow: hidden;
	position:absolute ;
	right: 0px; 
	top: 0px; 
	width: 186px; 
	height: 186px;
}
.discount_lbl div{
	transform: rotate(45deg);
	transform-origin: center bottom;
	background-color: rgb(52, 157, 52); 
	color: rgb(255, 255, 255); 
	width: 206px; 
	display: block; 
	font-size: 15px; 
	line-height: normal; 
	position: absolute; 
	top: 40.9619px; 
	right: -32.2391px;
	padding: 5px
}
.discount_lbl.extra_month div{
	width: 240px;
	right: -41.2391px;
}
.low_recording_tip{
	cursor:pointer;
	font-weight:bold;
	position: absolute;
	bottom: 10px;
	background-color: #0E97C7;
	border-radius:5px;
	color:#fff;
	font-size: 12px;
	width: 97%;
	margin: 0px 5px;
	box-shadow: 0px 2px 3px #1a7593;
	padding: 2px;
    text-align: center;
	display: none;
}
.innerplayer{
	position: relative;
}
.webcam_faq_link,
.microphone_faq_link{
	color: #0583A6 !important;
    font-size: inherit !important;
}
#plans .plan{
	position: relative;
}
.new_discount{
	background-image: url(../images/star2.png);
    background-repeat: no-repeat;
    position: absolute !important;
    width: 80px;
    background-position: right;
    top: 60px;
    background-size: 80px;
    right: 4px;
    height: 93px;
    text-align: center;
    color: #FFF;
    color:#000;
    padding: 28px 15px;
    font-size: 12px;
    line-height: 15px;
}
span.menu-link {
    font-weight: bold;
}