body {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    color: #3e4a65;
    background-color: #eff3f5;
}
h1 {
    font-size: 35px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 15px;
    float: left;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h1.light {
    font-weight: 200;
}
h2.light {
    font-weight: 200;
}
h3.light {
    font-weight: 200;
}
h4.light {
    font-weight: 200;
}
h5.light {
    font-weight: 200;
}
h1.bold {
    font-weight: 700;
}
h2.bold {
    font-weight: 700;
}
h3.bold {
    font-weight: 700;
}
h4.bold {
    font-weight: 700;
}
h5.bold {
    font-weight: 700;
}
a {
    color: #ea690c;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    color: #913d00;
    text-decoration: none;
    cursor: pointer;
}
button:focus {
    outline: none;
}
.allcaps {
    text-transform: uppercase;
}
.top-info-bar {
    width: 100%;
    height: 30px;
    background-color: #AB2A34;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    line-height: 30px;
    font-weight: 200;
}
.header-bar {
    background-color: #3b5998;
    display: table;
    width: 100%;
}
.logo {
    float: left;
    padding: 15px 0px 15px 0px;
}
.logo img {
    height: 23px;

}
.navigation {
    float: right;
    list-style: none;
    margin-bottom: 0px;
}
.navigation li {
    float: right;
    padding-left: 30px;
}
.navigation li a{
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    line-height: 52px;
    text-decoration: none;
    font-weight: 300;
}
.navigation li a:hover, .navigation li a.active {
    color: #59deff;
}
.navigation li:last-child {
    padding-left: 0px !important;
}
.user-bar {
    display: table;
    width: 100%;
    height: 55px;
    background-color: #ffffff;

}
.user-info {
    float: left;
    margin-top: 15px;

}
.user-img {
    float: left;
    width: 60px;
    height: 60px;
    margin-bottom: -20px;
    display: block;
    position: relative;

}
.user-img a{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 1;
    border: solid thin #ea690c;
}
.user-img a:hover .right-side-wrap-content{
    display: block;
}
.user-img a i {
    text-align: center;
    padding-left: 2px;
}
.info-dropdown .right-side-wrap-content:before {
    position: absolute;
    top: -7px;
    left: 10px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    content: '';
}
.info-dropdown .right-side-wrap-content:after {
    position: absolute;
    top: -6px;
    left: 11px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}
.info-dropdown .right-side-wrap-content {
    display: none;
    width: 230px;
    background: #fff;
    padding: 15px;
    border: solid thin #E0E0E0;
    position: absolute;
    top: 25px;
    left: -9px;
    color: #3E4A65 !important;
}
.info-dropdown .right-side-wrap-content .progress {
    background: #eee;
}
.user-img img{
    width: 100%;
    border-radius: 50%;
    border: solid 2px #fff;
}
.user-image {

}
.user-info .plan-info {
    margin-left: 70px;
    margin-bottom: 0px;
    min-width: 120px;
}
.plan-name {
    font-size: 10px;
    background-color: #cbd5da;
    padding: 1px 4px 1px 4px;
    margin-right: 10px;
    margin-top: 3px;
    margin-bottom: 0px;
    float: left;
    text-transform: uppercase;
}
.plan-info a {
    font-size: 10px;
    padding: 1px 4px 1px 4px;
}
.user-name {
    margin-left: 70px;
    font-size: 16px;
}
.tabs {
    float: right;
    list-style: none;
    margin-bottom: 0px;
}
.tabs li{
    float: right;
    padding: 35px 20px 0px 25px;
    text-transform: uppercase;

}
.tabs li a {
    color: #3e4a65 !important;
}
.tabs li.active {
    border-bottom: solid thin #ea690c;
}
.tabs li.active a{
    color: #ea690c !important;
}
.tabs li a:hover{
    color: #ea690c !important;
}
.wrap-cont {
    margin-top: 10px;
}
.tab-title {
    margin-top: -55px;
    color: #3B5998;
    font-weight: 600;
    margin-bottom: 20px
}
.create-new-wrap {
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
    min-height: 45px
}
.create-new-wrap #create-new-account {
    /*display: none;*/
}
.base {
    background-color: #ffffff;
    display: table;
    width: 100%;
    padding: 20px 0px;
    margin-bottom: 20px;
}

.table > thead > tr > th {
    border-bottom: 1px #eef1f2;
    font-weight: 400 !important;
    padding-bottom: 0px;
}
td .fa-link {
    font-size: 18px;
    -ms-transform: rotate(135deg);
    -webkit-transform:           rotate(135deg);
    transform: rotate(135deg);
    padding-left: 8px;
    padding-right: 6px;
}
td {
    color: #68788f !important;
}
.icon-btn {
    border: none;
    background: transparent;
    height: 30px;
    width: 30px;
    font-size: 20px;
    color: #68788f;
    line-height: 31px;
}
.icon-btn:hover {
    color: #ea690c;
}
.dropdown-menu.more {
    border-radius: 0px;
    left: -43px;
    width: 120px;
    min-width: inherit;
    border: none;
    box-shadow: 0 1px 4px rgba(68, 82, 102, .5);
}
.dropdown-menu:before {
    position: absolute;
    top: -7px;
    right: 53px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    content: '';
}
.dropdown-menu:after {
    position: absolute;
    top: -6px;
    right: 54px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}
.dropdown-menu.more li span{
    margin-left: 8px;
    margin-right: 6px;
    vertical-align: middle;
}
.dropdown-menu.more li a{
    display: inline-block;
    padding: 0px;
}
.dropdown-menu.more li {
    line-height: 30px;
    cursor: pointer;
    display: inline-block !important;
    height: auto !important;
}
.dropdown-menu.more li:hover a,.dropdown-menu.more li:hover span {
    color: #ea690c;
    background: transparent;
}
.right-side-wrap {
    background-color: #f7f8f8;
    padding: 15px;
    margin-bottom: 30px;
}
.right-side-wrap-content {
    padding: 10px 0px 10px 0px;
}
.right-side-wrap-content p{
    font-weight: 200;
    font-size: 13px;
}
.right-side-wrap-title i{
    margin-right: 10px;
    color: #68788f;
    font-size: 18px;
    opacity: 0.4;
}
.progress {
    height: 4px;
    background-color: #ffffff;
    box-shadow: none;
    border-radius: 0px;
}
.progress-bar {
    background-color: #cbd5da;
    box-shadow: none;
}
.progress-label {
    font-size: 12px;
    font-weight: 300 !important;
    margin: 0px;
    display: block !important;

}
.progress-label span{
    float: right;
}
.progress-label.total {
    font-weight: 600 !important;
}
a i{
    margin-left: 5px;
}


.modal-steps .modal-dialog .button-orrange {
    background-color: #aaa;
    border: solid thin #aaa !important;
}


.modal-dialog .completed .button-orrange{
    background-color: #ea690c;
    border: solid thin #ea690c !important;
    cursor: pointer !important;
}

.button-orrange {
    padding: 6px 25px 6px 25px;
    background-color: #ea690c;
    font-size: 15;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: none;
    color: #ffffff;
    font-weight: 400;
    border: solid thin #ea690c !important;
}
.button-orrange:hover {
    background-color: #f78c3f;
}
.button-orrange:active {
    background-color: #be5306;
}
.table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}
.section-title {
    border-bottom: solid thin #eef1f2;
    color: #4a536e;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.fileinput-preview {
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(../img/users/userplaceholder.png);
    background-size: cover;
    border-radius: 50%;
}
.form-group.sumo label {
    font-weight: 200;
    color: #68788f;
    text-transform: uppercase;
    font-size: 11px;
}
.form-group.sumo .form-control {
    border-top: none;
    border-right: none;
    border-left: none;
    box-shadow: none;
    background-color: transparent;
    padding-left: 0px;
    border-radius: 0px;
    border-bottom-color: #eef1f2;
}
#confirm-password {
    display: none;
}

/*FILEINPUT*/
.btn-file {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}
.user-img-edit {
    padding: 0px 0px 10px 0px;
}
.fileinput {
    position: relative;
}
.button-search {
    position: absolute;
    margin: auto;
    right: 0px;
    bottom: 17px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    color: darkorange;
    line-height: 33px;
    text-align: center;
    border: solid thin #E0E0E0;
    cursor: pointer;
    display: block;
}
.button-del {
    position: absolute;
    margin: auto;
    right: 0px;
    top: -3px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    color: red;
    line-height: 33px;
    text-align: center;
    border: solid thin #E0E0E0;
    cursor: pointer;
    display: none;
}

.edit-profile .button-del{
    display:block;
}

.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 23px;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;

    direction: ltr;
}
.fileinput {
    display: inline-block;
    margin-bottom: 9px;
}
.fileinput .form-control {
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 5px;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: text;
}
.user-image {
    margin-bottom: 20px;
}
.fileinput-preview {
    width:80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    padding: 0px !important;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/users/userplaceholder.png);
    background-size: cover;

}
.fileinput .thumbnail {
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}
.fileinput .thumbnail > img {
    max-height: 100%;
}
.fileinput .btn {
    vertical-align: middle;
}
.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
    display: none;
}
.fileinput-inline .fileinput-controls {
    display: inline;
}
.fileinput-filename {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}
.form-control .fileinput-filename {
    vertical-align: bottom;
}
.fileinput.input-group {
    display: table;
}
.fileinput.input-group > * {
    position: relative;
    z-index: 2;
}
.fileinput.input-group > .btn-file {
    z-index: 1;
}
.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
    border-radius: 0 4px 4px 0;
}
.fileinput-new.input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new.input-group .btn-file.btn-sm,
.fileinput-new .input-group .btn-file.btn-sm {
    border-radius: 0 3px 3px 0;
}
.fileinput-new.input-group .btn-file.btn-lg,
.fileinput-new .input-group .btn-file.btn-lg {
    border-radius: 0 6px 6px 0;
}
.form-group.has-warning .fileinput .fileinput-preview {
    color: #8a6d3b;
}
.form-group.has-warning .fileinput .thumbnail {
    border-color: #faebcc;
}
.form-group.has-error .fileinput .fileinput-preview {
    color: #a94442;
}
.form-group.has-error .fileinput .thumbnail {
    border-color: #ebccd1;
}
.form-group.has-success .fileinput .fileinput-preview {
    color: #3c763d;
}
.form-group.has-success .fileinput .thumbnail {
    border-color: #d6e9c6;
}
.input-group-addon:not(:first-child) {
    border-left: 0;
}

.edit-profile-btn {
    display: inline-block;
}

.edit-profile .edit-profile-btn {
    display: none;
}

.edit-save-btn {
    display: none;

}

.edit-profile .edit-save-btn {
    display: inline-block;
}

.edit-cancel-btn {
    display: none;
}

.edit-profile .edit-cancel-btn {
    display: inline-block;
}

.edit-profile #confirm-password {
    display: block;
}

#card-holder, #expiration-date, #secure-code, .api-key, .img-select {
    display: none;
}

.edit-profile #card-holder,
.edit-profile #expiration-date,
.edit-profile #secure-code,
.edit-profile .api-key,
.edit-profile .img-select{
    display: block;
}
.small-btn {
    padding: 4px 15px 4px 15px !important;
    font-size: 15px;
}
.btn-bordered {
    background-color: transparent;
    border: solid thin #ea690c !important;
    color: #ea690c !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: none;
    color: #ffffff;
    font-weight: 200;
    padding: 6px 25px 6px 25px;
}
.section-title .btn-bordered, .section-title .button-orrange {
    margin-top: -7px;
    margin-left: 5px;
}

.section-title .button-orrange {
    margin-top: -7px;
}
.btn-bordered:hover {
    color: #ffffff !important;
    background-color: #ea690c;
}
.btn-bordered:active {
    background-color: #be5306;
}
.edit-profile .sumo label{
    color: #7ba6ff;
}
.edit-profile .sumo input:focus{
    border-bottom-color: #7ba6ff;
}
#profile-form .form-control[disabled]{
    cursor: default;
}
.no-line-brake {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.empty-label {
    height: 15px;
}
.error-msg {
    color: red;
    font-size: 13px;
    font-weight: 200;
    display: none;
}

.error-field .error-msg {
    display: block;
}
.error-field label {
    color: red !important;
}
.error-field input {
    border-bottom-color: red !important;
}
.current-plan span {
    float: right;
}
.current-plan #update-link{
    display: none;
}
.current-plan {
    border-bottom: solid thin #EEF1F2;
    padding-top: 5px;
    padding-bottom: 6px;
}
/*MODAL*/
.confromation {
    padding: 0px 15px;
    position: relative;
}
.conformation-content{
    display: inline-block;
    width: 100%;
    padding: 20px; 
    text-align: center;
}
.conformation .close{
    position: absolute;
    top: 5px;
    right: 5px;
}
.conformation-footer {
    height: 50px;
    display: block;
}
.conformation .button-group{
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: inline-block;
}
.conformation .button-group button{
    background: transparent;
    border-bottom: none;
    border-left: none;
    border-right: solid thin #cbd5da;
    border-top: solid thin #cbd5da;
    width: 50%;
    float: left;
    padding: 15px 0px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.conformation .button-group .modal-save {
    color: #ea690c;
}
.conformation .button-group button:hover {
    color: #fff;
}
.conformation .button-group .modal-cancel:hover {
    background-color: #cbd5da;
}
.conformation .button-group .modal-save:hover {
    background-color: #ea690c;
}
.conformation .button-group button:last-child {
    border-right: none !important;
}
.conformation-dialog {
    width: 330px;
    margin-top: 15% !important;
    margin-left: auto;
    margin-right: auto;
}
.sumo-modal.modal-dialog {
    width: 620px;
}
.sumo-modal .modal-content {
    border-radius: 0px;
}
.sumo-modal .modal-header {
    border-bottom: none;
}
.sumo-modal .modal-footer {
    border-top: none;
}
.show-pass {
    position: absolute;
    font-size: 18px;
    top: 30px;
    right: 20px;
    color: #8A96A8;
    cursor: pointer;
}
.repeat-show-pass {
    position: absolute;
    font-size: 18px;
    top: 30px;
    right: 20px;
    color: #8A96A8;
    cursor: pointer;
}





ul, ol {
    padding-left: 0px;
}
* {
    list-style-type: none
}

a img {
    border: 0
}

s,
i {
    font-style: normal;
    text-decoration: none
}

/*
 * @ body */

.hidden {
    display: none
}

.left {
    float: left;
    margin-left: 8px
}


/*
 * @ form mask */

.fmask {
    position: relative
}

.fmask:after {
    clear: both;
    display: block;
    content: " "
}


/*
 * @ form mask : select */

.fmask.select {
    width: 100%;
    transition: 190ms;
    font-size: 14px;
}

.fmask.select .h {
    transition: 190ms;
    background: white;
    padding: 10px 0px 0px 0px;
    color: #68788f;
    border-bottom: solid thin #e1e4ea;
    cursor: pointer
}

.fmask.select .b {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: #fff;
    border-top: 1px solid #ededed;
    box-shadow: 0 1px 3px rgba(68, 82, 102, 0.5);
}

.fmask.select .s {
    overflow: auto;
    height: 100px
}

.fmask.select li {
    padding: 8px 8px;
    cursor: default;
    line-height: 16px
}

.h label {
    font-weight: 400;
}


/*
 @ form mask: select width turleri  */

.fmask.select[data-width='medium'] {
    width: 220px
}

.fmask.select[data-width='large'] {
    width: 280px
}

.fmask.select[data-width='small'] {
    width: 120px
}

.fmask.select[data-width='likit'] {
    width: 100%
}


/*
 @ form mask: select scroll */

.fmask.select[data-scroll='medium'] .s {
    height: 120px
}

.fmask.select[data-scroll='large'] .s {
    height: 70px
}

.fmask.select[data-scroll='small'] .s {
    height: 90px
}

.fmask.select[data-scroll='false'] .s {
    overflow: visible;
    height: auto
}

.fmask.select li[data-selected='on'] {
    color: #D6D7D8
}

.fmask.select li:hover {
    background: #f7f7f7;
    color: #ea690c
}

.fmask.select .h i[data-icon='arrow']:before {
    content: "\25be"
}

.fmask.select .h i[data-icon='arrow'] {
    transition: 190ms;
    color: #68788f;
    position: absolute;
    right: 0px;
    top: 7px;
    font-size: 20px
}

.fmask.select .h:hover i[data-icon='arrow'] {
    color: #ea690c
}

.fmask.select.on .h i[data-icon='arrow'] {
    transform: rotate(180deg);
    top: 7px;
    color: #68788f
}
.fmask.select.on .h:hover i[data-icon='arrow'] {
    color: #ea690c
}
.fmask.select.on .h{
    border-bottom: solid thin #ea690c;
}
.fmask {
    margin-bottom: 10px
}
.button-center {
    margin-left: auto;
    margin-right: auto;
}
.btn-middle {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    text-transform: uppercase;
    font-size: 15px;
}
.modal-body {
    padding-left: 30px;
    padding-right: 30px;
}
.modal-backdrop {
    background-color: rgba(255, 255, 255, 1);
    opacity: 0.5 !important;
}
.modal-content {
    border: none;
    -webkit-box-shadow: 0 3px 9px rgba(68, 82, 102, 0.62);
    box-shadow: 0 3px 9px rgba(68, 82, 102, 0.62);
}
.close {
    font-size: 15px;
}
.h label {
    cursor: pointer;
}
.h:hover label, .h:hover i[data-icon='arrow']  {
    color: #ea690c;
}
.align-centre {
    text-align: center;
}
.current-plan-big {
    text-transform: uppercase;
}

.show-pass .icon-view {
    display: block;
}

.hidepass .icon-view {
    display: none;
}


.show-pass .icn-hide {
    display: none;
}

.hidepass .icn-hide {
    display: block;
}

.repeat-        show-pass .icon-view {
    display: block;
}

.hidepass .icon-view {
    display: none;
}


.repeat-show-pass .icn-hide {
    display: none;
}

.hidepass .icn-hide {
    display: block;
}


.edit-profile .current-plan .allcaps {
    display: block;
}

.current-plan .allcaps {
    display: none;
}
.panel {
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0px
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}
.panel-heading {
    padding: 0px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.panel-default > .panel-heading {
    background-color: transparent;
}
.panel-default {
    border-color: #DDD;
}
.panel-group .panel + .panel {
    margin-top: 0px;
}
h4.panel-title a {
    display: block;
    padding: 20px 10px;
    color: #68788f !important;
    font-weight: 200;
}
h4.panel-title a:hover{
    background-color: #f8fafa;
    cursor: pointer;
    color: #68788f !important;
}
h4.panel-title a.collapsed .icon-arrow-down {
    color: #ada9a9 !important;
    transform: rotate(0deg);
    margin-top: -3px;
}
h4.panel-title a .icon-arrow-down {
    color: #515e64 !important;
    transform: rotate(180deg);
    font-size: 24px;
    margin-top: -6px;
    float: right;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;   
}
tr:last-child {
    border-bottom: 1px solid #ddd;
}
.panel-body {
    /*color: #909bac;*/
    font-weight: 200;
}
.plans-terms {
    margin-top: -10px;
}
.create-new-wrap .button-orrange{
    margin-top: 5px
}

.step-number {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    background-color: #CCD3D8;
    color: white;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    position: relative;
    line-height: 43px;
    margin-top: -20px;
    margin-bottom: 20px;
}

.completed .step-number {
    background: #3b5998;
}
#update-link {
    display: none;
}
.step-number span {
    font-size: 10px !important;
    font-weight: 200;
    text-transform: uppercase;
    position: absolute;
    bottom: -12px;
    left: 15px;
}
.big-size {
    font-size: 22px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.first-step {
    width: 300px;
    margin: auto;
}
.title-step {
    color: #3b5998;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.steps-footer {
    padding: 50px 0px 30px 0px;
    text-align: center;
}
.second-step {
    display: none;
}
.line2-second-step {
    display: none;
}
.line2-third-step {
    display: none;
}
.line2-fourth-step {
    display: none;
}
.third-step {
    display: none;
}
.fourth-step {
    display: none;
}
.fifth-step {
    display: none;
}
.left-side {
    float: left;
    width: 50%;
    padding-right: 15px;
    position: relative;
}
.elem li .icon-arrow-left {
    font-size: 24px;
    color: orange;
    vertical-align: -8px;
    margin: 4px;
    display: inline-block;
}
.left-side .icon-arrow-left {
    position: absolute;
    right: -12px;
    top: 9px;
    font-size: 24px;
    color: orange;
    /* width: 0; 
     height: 0; 
     border-top: 7px solid transparent;
     border-bottom: 7px solid transparent;
     
     border-left: 7px solid orange;*/
}
.right-side {
    float: right;
    width: 50%;
    padding-left: 15px;
}




#select-vga li.selected {
    display: none;
}


li[data-selected='on']{
    display: none;
}

.sub-option{
    margin-left: 20px;
}

.steps .button-orrange:hover{
    background: #aaa;
    cursor: default;
}

.steps .button-orrange:active{
    background: #aaa;
}

.steps.completed .button-orrange:hover{
    background: #f78c3f;
    cursor: default;
}

.steps.completed .button-orrange:active{
    background: #be5306;
}

/* Blur */
.in.fa-modal-blur ~ .fa-modal-overlay {
    background: rgba(0,0,0,0.8);
}

.in.fa-modal-blur ~ .wrap-all {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    filter: blur(3px);
}

.fa-modal-blur .modal-content {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
    opacity: 0;
}

.in.fa-modal-blur ~ .wrap-all,
.fa-modal-blur .modal-content {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.in.fa-modal-blur .modal-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
/*end blur section*/

/*SELECTABLE LIST*/
.modal-connect .steps-footer{
    padding-top: 10px !important;

}
.chosen-with-drop .chosen-single span {
    color: #8c8c8c;
}
.sumo-list {
    overflow: auto;
    min-height: 100px;
    max-height: 230px;
    margin-bottom: 0px;
    border: solid thin #eff3f5
}
.sumo-list .list-group-item {
    float: left;
    width: 49%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    text-align: center;
    border-radius: 0px;
    border: none;
    cursor: pointer;
    margin-bottom: 2px;
}
.sumo-list .list-group-item:hover {
    background-color: #eff3f5;
}
.sumo-list .list-group-item.active {
    background-color: #e8eef0;
}
.sumo-list .list-group-item.active .sumo-list-title {
    color: #3b5998;
}

/* Modal Notifications*/
.notifications-modal .modal-content {
    box-shadow: none !important;
    border: none;
    border-radius: 0px;

}
.notifications-modal {
    background-color: #fff;
    font-size: 16px;
    font-weight: 200;
}
.notifications-modal .modal-dialog {
    margin: 9% auto;	
}
.notifications-modal .top-icon {
    margin-bottom: 30px;
    color: red;
    font-size: 60px;
    text-align: center;
}
.notifications-modal .modal-footer {
    text-align: center;
    border: none;
}
.sortable {
    cursor: pointer;
}
.sortable .none{
    color: #3e4a65;
    font-size: 12px;
    vertical-align: -2px;
    margin-left: 4px;
}
.sortable .none:before {
    font-family: "custom-icns";
    content: "K";

}
.sortable .desc{
    color: #3e4a65;
    font-size: 12px;
    vertical-align: -2px;
    margin-left: 4px;
}
.sortable .desc:before {
    font-family: "custom-icns";
    content: "N";

}
.sortable .asc{
    color: #3e4a65;
    font-size: 12px;
    vertical-align: -2px;
    margin-left: 4px;
}
.sortable .asc:before {
    font-family: "custom-icns";
    content: "K";

}
td .date {
    margin-top: -4px;
    width: 100%;
    display: block;
}
span.left-icn {
    width: 30px;
    height: 30px;
    display: inline-block;
}
span.left-icn img {
    width: 100%;
}
span.right-icn {
    width: 30px;
    height: 30px;
    display: inline-block;
}
.right-icn img{
    width: 100%;
}
.edit-profile .modal-dialog {
    width: 400px;
}
.profile-connections {
    margin: 20px auto;
    width: 160px;
}
.profile-connections .left-icn, .profile-connections .right-icn {
    width: 60px;
    height: 60px;
}
.profile-connections .icon-arrow-left {
    font-size: 30px;
    vertical-align: -10px;
}
.portfolio-list-header {
    width: 100%;
    display: table;
    border-bottom: 1px solid #a2a8aa;
    font-weight: 400 !important;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.portfolio-list-header li{
    display: table-cell;
}
.tab-col1 {
    width: 15%;
}
.tab-col2 {
    width: 25%;
}
.tab-col3 {
    width: 15%;
}
.tab-col4 {
    width: 15%;
}
.tab-col5 {
    width: 15%;
}
.tab-col6 {
    width: 10%;
}
.tab-col7 {
    width: 5%;
}
.portfolio-list-content .elem{
    display: table;
    width: 100%;
    border-bottom: 1px solid #cfd6d8;
    margin-bottom: 0px;
}
.portfolio-list-content .elem li{
    display: table-cell;
    vertical-align: middle;
    height: 50px;
}
.menu-btn {
    display: none;
}
.sumo-tabs-mob {
    display: none;
}
.elem li label{
    display: none;
    font-weight: bold !important;
}
.ca-table-content {
    display: inline-block;
    width: 100%;
}
.ca-col-1 {
    width: 50%;
    float: left;
}
.ca-col-2 {
    width: 50%;
    float: left;
}
.ca-elem {
    position: relative;
    vertical-align: middle;
    border-bottom: 1px solid #cfd6d8;
    margin-bottom: 0px;
    padding: 15px 0px;
    display: inline-block;
    width: 100%;
}
.ca-elem .dropdown {
    position: absolute;
    top: 23;
    right: 5px;
}
.ca-elem label{
    display: none;
}
.con-account-header {
    border-bottom: 1px solid #a2a8aa;
    display: inline-block;
    width: 100%;
    margin-bottom: -5px;
}
.left-icn img{
    margin-right: 5px;
}
span.date {
    display: block;
}
span.date-ca {
    vertical-align: -4px;
}
.conformation-content form {
    text-align: left !important
}
.conformation-content label {
    width: 100%;
}
.support-comment {
    color: #c4c4c4;
    font-size: 13px;   
}
.table-plans {
    width: 100%;
}
.table-plans ul{
    margin-bottom: 0px;
}
.header-table-plans {
    border-bottom: thin solid #cfd6d8;
    display: inline-block;
    width: 100%;
}
.header-table-plans li{
    font-weight: 600 !important;
}
.table-plans .col1, .table-plans .col2, .table-plans .col3, .table-plans .col4, .table-plans .col5, .table-plans .col6{
    float: left;
    padding: 8px 0px;
}
.table-plans .col1 {
    width: 30%;
}
.table-plans .col2 {
    width: 20%;
}
.table-plans .col3 {
    width: 20%;
}
.table-plans .col4 {
    width: 15%;
}
.table-plans .col5 {
    width: 15%;
}
/*.table-plans .col6 {
    width: 15%;
}*/
.table-plans .y-col1, .table-plans .y-col2, .table-plans .y-col3, .table-plans .y-col4, .table-plans .y-col5, .table-plans .y-col6,
.table-plans .y-col7{
    float: left;
    padding: 8px 0px;
}
.table-plans .y-col1 {
    width: 20%;
}
.table-plans .y-col2 {
    width: 15%;
}
.table-plans .y-col3 {
    width: 15%;
}
.table-plans .y-col4 {
    width: 10%;
}
.table-plans .y-col5 {
    width: 15%;
}
.table-plans .y-col6 {
    width: 10%;
}
.table-plans .y-col7 {
    width: 15%;
}
.table-plans-elem .label-mob{
    display: none;
}
.table-plans-elem {
    display: inline-block;
    width: 100%;
    border-bottom: thin solid #cfd6d8;
}
.table-plans-elem.current-plan {
    border: thin solid #ea690c;
    font-weight: bold;
    padding-left: 5px;
}
.table-plans .green-check {
    margin-left: 20px;
    color: #4CE27E;
    font-size: 18px;
    vertical-align: middle;
}
.table-plans-elem p{
    margin: 0px !important;
}
.steps-footer.edit-profile-mod {
    padding: 20px 30px;
}
a:focus {
    outline: none;
    outline-offset: 0px;
}
.table-plans-elem .btn-bordered {
    margin-top: -5px;
}
.login-field .login-logo {
    margin-bottom: 15px;
    display: block;
    width: 100%;
    text-align: center;
}
.flex-cont {
    display: -webkit-flex;         display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.login-field {
    background: #FFFFFF;
    width: 330px;
    padding: 15px 25px;
}
.login-field h4 {
    margin-bottom: 10px;
}
.login-field button{
    margin-bottom: 10px;
}
.login-field input:focus{
    border-bottom: solid thin #ea690c !important;
}


/*Checkboxes*/
.checkbox {
    padding-left: 20px; }
.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555; }
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1; }
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
    opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7; }
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #3b5998;
    border-color: #3b5998; 
}
input[type="checkbox"]:focus{
    outline:0;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
    color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
    color: #fff; }

.radio {
    padding-left: 20px; }
.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
    opacity: 0;
    z-index: 1; }
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
.radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
    background-color: #337ab7; }
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #337ab7; }
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #337ab7; }

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c"; }
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff; }
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff; }
input#search-box {
    width: 100%;
    position: relative;
    padding: 5px 5px 5px 15px;
    outline: 0px;
}

.searchbox span {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 18px;
}
.searchbox {
    position: relative;
}
.ca-elem .alert-danger{
    display: inline-block;
    width: 100%;
    border-radius: 0px;
    margin-bottom: -12px;
    margin-top: 5px;
    color: #D44D4A;
    background-color: transparent;
    border-color: #D67888;
    padding: 10px

}
.ca-elem .alert-danger span {
    float: left;
    width: 45px;
    font-size: 30px;
    display: inline-block;
}
.ca-elem .alert-danger p {
    float: left;
    width: 85%;
}

/*John CSS*/

.setting-menu {
    width:200px;
    float:left;
    padding:10px;
}

.settings-main {
    width:100%;
    float:left;
    padding-left:20px;
    border-left:thin solid #eef1f2;
    min-height:300px;
}

.mobilewrapimg {
    display: inherit;
}

a.signup-now {
    font-weight: 600;
}

a.forgot-password {
    font-weight: 600;
}

.login-field h4 {
    font-weight: 400;
    color: #8b8b8b;
}

.login-field {
    height:352px;
    width: 375px;
}

.login-field p {
    margin: 9px 0 0px;
    color: #8b8b8b;
}

.checkbox {
    margin-bottom: 20px;
}

.login-logo {

}

.imagewrap img {
    width: 375px;

}

.imagewrap {
    display:inline-block;
    width: 375px;
    height: 352px;
    position:relative;
    text-align: center;
    margin-right: 50px;
}

.register-button {
    bottom: 60px;
    position: relative !important;
    background: #ea690c;
    padding: 6px 40px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 15px;
    font-family: inherit;
    border: solid thin #ea690c !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.register-button:hover {
    background: #f78c3f;
}

a.register-button {
    color: #FFFFFF !important;
}

.mobilewrapimg {
    display: inherit;
}

.mobilewrap {
    display: inherit;
}

/** KELSEY UI **/
.prefix, .suffix {
    display: none;
    width: 30%;
    margin-right: 5px;
}


/*MOBILE RESPONSIVE*/



/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 420px) {
    .login-field { 
        width: 95%;
    }
    .imagewrap img {
        width:95%;
    }
}
@media only screen and (max-width : 480px) {
    .conformation-dialog {
        width: 90% !important;
        margin-top: 200px !important;
    }
    .user-info {
        text-align: center !important;	
    }
    .plan-name{
        width: 100% !important;
        text-align: center;
        float: none !important;
    }
    li.tab-col2 {
        padding-top: 10px !important;
        font-size: 1em !important;
        height: 60px !important
    }

    .content {
        font-size: 0.9em !important;
    }

    li.ca-col-1 {
        padding-top:15px;
        width: 25% !important;
        text-align:center!important;
    }

    li.ca-col-2 {
        margin: 0px !important;
        padding-top: 15px !important;
        width: 25% !important;
        text-align:center!important;
    }

    li.ca-col-3 {
        padding-top:15px;
        width: 25% !important;
        text-align:center!important;
    }

    li.ca-col-4 {
        padding-top:15px;
        width: 25% !important;
        text-align:center!important;
    }


}

/* Small Devices, Tablets */

@media only screen and (max-width : 768px) {

    input.form-control.email-field {
        margin: 0px 0 40px;
    }

    .settings-main .table {
        font-size: 0.9em;
    }

    .setting-menu {
        width: 690px !important;
    }

    .setting-menu ul li {
        text-align: center !important;
    }

    .card {
        position: relative !important;
        margin-bottom: 10px !important;
    }

    .pesonal-info .row  {
    }

    .base.settings-base {
        width: 690px;
    }

    .settings-main {
    }

    button#create-new-account {
        font-size: 16px;
    }

    button#create-new {
        font-size: 16px;
    }

    .tab-col2 {
        margin-top: 20px;
    }

    .login-field .login-logo {
        margin-bottom: 0px;
    }
    .login-field {
        width:335px;
        height: 314px;
        padding: 5px 25px;
    }
    .login-field h4 {
        margin-bottom: 0px;
        font-size: 1.3em;
    }
    .imagewrap {
        margin-right: 20px;
    }
    .imagewrap img {
        width: 335px;
    }

    li.ca-col-1 {
        padding-top:15px;
        width: 25% !important;
        text-align:center!important;
    }

    li.ca-col-2 {
        margin: 0px !important;
        padding-top: 15px !important;
        width: 25% !important;
        text-align:center!important;
    }

    li.ca-col-3 {
        padding-top:15px;
        width: 25% !important;
        text-align:center!important;
    }

    li.ca-col-4 {
        padding-top:15px;
        width: 25% !important;
        text-align:center!important;
    } 

    .user-info {
        text-align: center !important;
    }

    .user-name {
        text-align: center;
    }

    .plan-name {
        width: 100% !important;
        text-align: center;
        float: none !important;
    }

    .ca-elem .alert-danger {
        width: 95%;
        margin: auto;
    }
    .ca-elem .alert-danger p {
        width: 82%;
    }

    .plans-footer a{
        display: block;
        margin: 10px 0px;
    }
    .table-plans .col1, .table-plans .col2, .table-plans .col3, .table-plans .col4, .table-plans .col5, .table-plans .col6{
        float: none;
        padding: 12px 15px;

    }
    .table-plans .y-col1, .table-plans .y-col2, .table-plans .y-col3, .table-plans .y-col4, .table-plans .y-col5, .table-plans .y-col6, .table-plans .y-col7{
        float: none;
        padding: 12px 15px;

    }
    .table-plans-elem li:first-child {
        color: white !important;
        width: 100% !important;
        border: solid thin #3b5998;
        background-color: #3B5998;
    }
    .table-plans-elem .btn-bordered {
        margin: 10px 0px;
        display: block;
        width: 100%;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    } 
    .table-plans-elem li {
        width: 90% !important;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        border-bottom: thin solid #cfd6d8;
    }
    .table-plans li p {
        font-size: 18px;
    }
    .table-plans-elem li:last-child {
        border: none;
    }
    .table-plans .green-check {
        margin-left: 0px;
    }
    .header-table-plans {
        display: none;
    }
    .table-plans-elem {
        border: thin solid #cfd6d8;
        margin-bottom: 7px;
    }
    .table-plans-elem .label-mob {
        display: block;
        font-size: 12px;
        text-align: center;

    }
    .tabs.months-year {
        float: none;
        display: table;
        width: 100%;
    }
    .tabs.months-year li{
        float: none !important;
        display: table-cell;
        text-align: center;
    }
    .base.plans .tab-title {
        margin-top: -80px;
        margin-bottom: 50px;
    }
    .ca-elem .tab-col2 {
        width: 100%;
    }
    .ca-elem .dropdown {
        position: absolute;
        top: 3px !important;
        right: 10px;
    }
    .ns-growl {
        max-width: 100% !important;
        left: 0px !important;     
    }
    .con-account-header {
        display: none;
    }
    .ca-elem .left-icn {
        width: 100%;

    }
    .ca-elem .left-icn img{
        width: 60px;
        height: 60px;
        margin-bottom: 30px;
    }
    .ca-elem .content {
        font-size: 1em;
    }
    .ca-elem .tab-col2 {
        border: none;
    }
    .ca-elem {
        border: thin solid #cfd6d8 !important;
        margin-bottom: 7px;
    }
    .info-dropdown .right-side-wrap-content {
        left: -125px;
    }
    .info-dropdown .right-side-wrap-content:before {
        left: 125px;
    }
    .info-dropdown .right-side-wrap-content:after {
        left: 126px;
    }
    .menu-btn {
        display: block;
        width: 40px;
        height: 40px;
        color: #fff;
        font-size: 25px;
        line-height: 40px;
        text-align: center;
        float: right;
        margin-top: 7px;
        margin-right: -5px;
        cursor: pointer;
    } 
    .navigation {
        display: none;
    }
    .top-info-bar {
        display: none;
    }
    .user-info {
        float: none;
        margin-left: auto;
        margin-right: auto; 
        margin-top: -19px;
    }
    .user-img {
        float: none;
        margin-left: auto;
        margin-right: auto; 
        margin-bottom: 5px;
    }
    .user-info .plan-info {
        margin-left: auto;
        margin-right: auto;
        width: 129px;
        margin-bottom: 0px;
    }
    .plan-info .plan-name {
        font-size: 13px;
    }
    .plan-info li a{
        font-size: 13px;
        line-height: 27px;
    }
    .user-name {
        text-align: center;
        margin-left: 0px;
        font-size: 25px;
    }
    .sumo-tabs-mob {
        float: none;
        display: table;
        width: 100%;
        margin-top: 20px;
    }
    .sumo-tabs-mob li{
        display: table-cell;
        float: none;
        padding: 0px;
        text-align: center;
        font-size: 25px;
    }
    .sumo-tabs {
        display: none;
    }
    .portfolio-list-header {
        display: none;
    }
    .tab-title { 
        text-align: center;
    }
    .create-new-wrap {
        min-height: 95px;
    }
    .pull-right {
        float: none !important;
    }
    .create-new-wrap .button-orrange {
        display: block;
        padding: 10px auto;
        font-size: 20px;
        width: 100%;
    }
    .portfolio-list-content .elem {
        display: block;
        position: relative;
        padding-bottom: 33px;
        padding-top: 10px;
        border: solid thin #cfd6d8;
        margin-bottom: 7px;
    }
    .portfolio-list-content .elem li {
        display: block;
    }
    .tab-col1 {
        width: 100%;
        text-align: center;
    }
    span.left-icn {
        width: 60px;
        height: 60px;
    }
    span.right-icn {
        width: 60px;
        height: 60px;
    }
    .elem li .icon-arrow-left {
        font-size: 35px;
        vertical-align: -13px;
    }
    .tab-col2 {
        width: 95%;
        text-align: center;
        font-size: 20px !important;
        margin-bottom: 10px;
        border-bottom: solid thin #cfd6d8;
        margin-left: auto;
        margin-right: auto;
    }
    .elem li label {
        display: block;
        font-size: 11px;
        font-weight: 400;
    }
    .tab-col3 {
        width: 28%;
        float: left;
        padding-left: 2.5%;
    }
    .tab-col4 {
        width: 22%;
        float: left;
    }
    .tab-col5 {
        width: 31%;
        float: left;
    }
    .tab-col6 {
        width: 15%;
        float: left;
        padding-right: 5px;
    }
    span.date {
        display: block;
    }
    .tab-col7 {
        position: absolute;
        top: 0px;
        right: 23px;
    }
    .sumo-modal .modal-dialog {
        width: 95%;
        margin-top: 15%;
    }
    .left-side {
        float: none;
        width: 100%;
        padding-right: 0px;
        margin-bottom: 30px;
    }
    .right-side {
        float: none;
        width: 100%;
        padding-left: 0px;

    }
    .left-side .icon-arrow-left {
        right:calc(50% - 12px);
        top: 36px;
        font-size: 30px;
        -ms-transform: rotate(90deg); 
        -webkit-transform: rotate(90deg); 
        transform: rotate(90deg);
    }
    .steps-footer button {
        display: block;
        width: 48%;
    }
    .steps-footer .btn-bordered {
        margin-right: 2%;
    }
    .dropdown-menu.more {
        left: -89px;
        width: 128px;
    }
    .dropdown-menu.more:before {
        right: 17px;
    }
    .dropdown-menu.more:after {
        right: 18px;
    }
    .dropdown-menu.more li {
        line-height: 40px;
    }
    .dropdown-menu.more li a {
        font-size: 16px;
    }
    .dropdown-menu.more li span {
        font-size: 16px;
    }
    .mobile-nav {
        color: #fff;

    }
    .mobile-nav a {
        color: #fff !important;
        font-size: 17px;
        text-transform: uppercase;
        line-height: 60px;
        font-weight: 100;
    }
    .mobile-nav span {
        color: #6e7992 !important;
        font-size: 20px;
        margin-left: 25px;
        margin-right: 15px;
        vertical-align: -2px;
    }
    .settings-base {
        margin-top: -60px;
    }
    .settings-base .pull-right{
        float: right !important;   
    }
}

@media only screen and (max-width : 603px) {

    .form-group.sumo.col-sm-12 {
        width: 100%;
        float: left;
    }

    .form-group.sumo.col-md-6.col-sm-12 {
        float: left;
    }

    div#confirm-password {
        margin-top: 20px !important;
    }

    .settings-main {
    }

    .setting-menu {
        width: 545px !important;
    }

    #profile-form, .base.settings-base {
    }

    button#create-new-account {
        font-size: 16px;
    }

    button#create-new {
        font-size: 16px;
    }

    .flex-cont {

        align-items: flex-start;
        margin-top: 30px;
    }
    .login-field {
        width: 375px;
        height:352px;
        padding: 20px 10px;
    }
    .login-field h4 {
        margin-bottom: 10px;
    }
    .mobilewrap {
        display: table;
    }
    .mobilewrapimg {
        display: table-footer-group;
    }
    .imagewrap img {
        width: 375px;

    }

    .imagewrap {
        margin: 40px 0 !important;
    }
}

@media only screen and (max-width : 460px) {

    .settings-main .table {
        font-size: 0.7em;
    }

    .settings-main {
        padding-left: 0;
        border-left: none;
    }

    .form-group.sumo.col-sm-12 {
        width: 100%;
        float: left;
    }

    .form-group.sumo.col-md-6.col-sm-12 {
        float: left;
    }

    div#confirm-password {
        margin-top: 20px !important;
    }

    .settings-main {
    }

    .setting-menu {
        width: 400px !important;
    }

    #profile-form, .base.settings-base {
    }

    button#create-new-account {
        font-size: 14px;
    }

    button#create-new {
        font-size: 14px;
    }

    .sumo-list .list-group-item {
        width: auto;
    }
}

@media only screen and (max-width : 360px) {

    .settings-main .table {
        font-size: 0.5em;
        text-align:center;
    }

    .table > tbody > tr > td {
        padding: 1px;
    }

    .settings-main {
        padding-left: 0;
        border-left: none;
    }

    .form-group.sumo.col-sm-12 {
        width: 100%;
        float: left;
    }

    .form-group.sumo.col-md-6.col-sm-12 {
        float: left;
    }

    div#confirm-password {
        margin-top: 20px !important;
    }

    .settings-main {
    }

    .setting-menu {
        width: 310px !important;
    }

    #profile-form, .base.settings-base {
    }



    .pesonal-info .row {
        margin: 0 !important;
    }

    .card {
        float:left;
        width: 77.6mm !important;
    }

    .jp-card {
        min-width: 300px !important;
        width: 300px;
    }

    .jp-card-container {
        width: 300px !important;
        float: left;
    }

    button.btn-bordered.small-btn.pull-right.enable-edit-payment-mode-cancle {
        margin-top: 10px;
    }

    button.btn-bordered.small-btn.pull-right.edit-cancel-btn {
        margin-top:10px;
    }

}


@media only screen and (max-width : 340px) {

    .settings-main .table {
        font-size: 0.5em;
        text-align: center;
    }
    .container {
        padding: 0;
        margin: 0;
    }

    .table > tbody > tr > td {
        padding: 1px;
    }

    .settings-main {
        padding-left: 0;
        border-left: none;
    }

    .form-group.sumo.col-sm-12 {
        width: 100%;
        float: left;
    }

    .form-group.sumo.col-md-6.col-sm-12 {
        float: left;
    }

    div#confirm-password {
        margin-top: 20px !important;
    }

    .settings-main {
    }

    .setting-menu {
        width: 300px !important;
    }

    #profile-form, .base.settings-base {
    }

    .pesonal-info .row {
        margin: 0 !important;
    }

    .card {
        float:left;
        width: 77.6mm !important;
    }

    .jp-card {
        min-width: 300px !important;
        width: 300px;
    }

    .jp-card-container {
        width: 300px !important;
        float: left;
    }

    button.btn-bordered.small-btn.pull-right.enable-edit-payment-mode-cancle {
        margin-top: 10px;
    }

    button.btn-bordered.small-btn.pull-right.edit-cancel-btn {
        margin-top:10px;
    }


    button#create-new-account {
        font-size: 14px;
    }

    button#create-new {
        font-size: 14px;
    }

    .modal-content {
        width: 340px;
    }

    .first-step.steps {
        width: 280px;
    }

    .sumo-list .list-group-item {
        width: auto;
    }

    .dropdown-menu.more li {
        line-height: 30px;
    }

    .ca-elem .left-icn img {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width : 320px) {

    button#create-new-account {
        font-size: 14px;
    }

    button#create-new {
        font-size: 14px;
    }

    .modal-content {
        width: 300px;
    }

    .first-step.steps {
        width: 250px;
    }

    .sumo-list .list-group-item {
        width: auto;
    }

    .dropdown-menu.more li {
        line-height: 30px;
    }

    .ca-elem .left-icn img {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }

    .flex-cont {

        align-items: flex-start;
        margin-top: 20px;
    }

    .login-field {
        width: 300px;
    }

    .mobilewrapimg {
        display: table-footer-group;
    }

    .mobilewrap {
        display: table;
    }
    .imagewrap img {
        width: 300px;
    }

    .imagewrap {
        margin: 40px 0 !important;
        width: 300px;
    }		

}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

.select-item .selected-icon {
    float: right;
    padding-right: 7px;
}
.select-item .selected-icon:before {
    font-family: "FontAwesome";
    content: "\f00c";
}
