@font-face {
    font-family: ourFont_light; /* font for normal use*/
    src: url(../fonts/GE_SS_Two_Light_0.otf);
}

@font-face {
    font-family: ourFont_bold;  /* font for bold use*/
    src: url(../fonts/GE_SS_Two_Bold.otf);
}

@font-face {
    font-family: ourFont_medium;  /* font for bold use*/
    src: url(../fonts/GE_SS_Two_Medium.otf);
}

*:focus {
    outline: 0 !important;
    border: 0 !important;
    border-color: transparent;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .0), 0 0 0 rgba(102, 175, 233, .0) !important;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .0), 0 0 0 rgba(102, 175, 233, .0) !important;
}

body {
    background: #ffffff url('../images/background.png');
    color: #AAAAAA;
    font: 13px/20px ourFont_light;
}

a:link, a:visited, a:focus {
    color: #AAAAAA;
    font-size: 13px;
}

a:hover, a:active {
    text-decoration: none !important;
    color: #FFFFFF;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #AAAAAA;
    outline: 0;
    text-decoration: none;
}

.num-en {
    font-family: 'Source Code Pro', 'Oxygen Mono', Tahoma, Arial, sans-serif;
}

ul, ol {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
}

#scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#scrollbar::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

#scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgb(76, 76, 76);  
    background-image: -webkit-linear-gradient(45deg,
                     rgba(255, 255, 255, .2) 25%,
             transparent 25%,
             transparent 50%,
             rgba(255, 255, 255, .2) 50%,
             rgba(255, 255, 255, .2) 75%,
             transparent 75%,
             transparent)
}

#scrollbar2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#scrollbar2::-webkit-scrollbar {
    width: 5px;
}

#scrollbar2::-webkit-scrollbar-thumb {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgb(23, 138, 146);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, rgb(255, 130, 147) 25%, rgb(197, 41, 57) 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, rgb(193, 63, 84) 75%, #FF8FA0);
}

#scrollbarMenu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#scrollbarMenu::-webkit-scrollbar {
    width: 5px;
}

#scrollbarMenu::-webkit-scrollbar-thumb {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgb(23, 138, 146);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, rgb(255, 130, 147) 25%, rgb(197, 41, 57) 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, rgb(193, 63, 84) 75%, #FF8FA0);
}

#mainLeftnav ul{
    margin-top: -7px;
}

.nav li > a:focus,
.nav li > a:hover {
    background: none;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: inherit;
    background-color: inherit !important;
}

/*************
*
* 1:    Header
* 1.1:  Logo
* 1.2:  Toggle & Search Input
* 1.3:  DropDown Menu
* 1.4:  Language
* 1.5:  xm top nav
*
*************/

header {
    height: 6%;
}

header .navbar.navbar-fixed-top {
    background: #4c4c4c;
    margin-bottom: 0;
    border-width: 0;
    min-height: 6%;
    height: 6%;
    -webkit-box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.21);
    box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.21);
    z-index: 1000000000;
}

header .logo {
    height: 55px;
    background: #3c3c3c;
    padding-right: 10px;
    -webkit-box-shadow: inset 20px 0 18px 8px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: inset 20px 0 18px 8px rgba(0, 0, 0, 0.11);
    box-shadow: inset 20px 0 18px 8px rgba(0, 0, 0, 0.11);
}

header .logo img {
    width: auto;
    padding: 2px 0;
    margin: 0px 0 0 8px;
    float: right;
    height: 100%;
}

header .logo a:hover {
    color: inherit;
}

header .logo span.logo-title {
    display: inline-block;
    font-size: 18px;
    padding-top: 8px;
}

header .logo span.slogan {
    display: inline-block;
    padding-bottom: 0px;
    font-size: 12px;
}

header .toggle-search {
    height: 55px;
    padding: 13px 0 12px 12px;
}

header .toggle-search > span {
    padding: 10px;
    position: relative;
    top: -10px;
}

header .toggle-search .search {
    display: inline-block;
    width: 70%;
    padding: 2px;
    top: -2px;
    color: #333333;
}

header .toggle-search .search input {
    width: 85%;
    background: #dbdbdb;
    border: 0 !important;
}

header .toggle-search .search span.input-group-addon {
    z-index: 10;
    top: 2px;
    width: 35px;
    padding: 8px 11px;
    background: #dbdbdb;
    border: 0 !important;
    cursor: pointer;
    position: absolute;
    left: 15px;
    height: 30px;
}

header .toggle-search input{
    height: 30px;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0 4px 4px 0;
    height: 30px;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
    border-radius: 4px 0 0 4px;
}

header .top-menu {
    height: 100%;
    padding: 13px 0px;
}

header .top-menu > nav {
    float: left;
    height: 95%;
}

header .top-menu ul.nav.nav-pills li.balance a {
    padding: 1px;
}

header .top-menu ul.nav.nav-pills li.balance a > span.text {
    background: #3e3e3e;
    width: auto;
    height: 30px;
    transition: 2s;
    position: relative;
    z-index: 132321;
    display: inline-block;
    padding: 5px 15px 12px 0;
    left: -66px;
    border-radius: 0 4px 4px 0;
    top: -2px;
}

header nav ul li.balance{
    height: 30px;
}

header nav ul li.balance span{
    background: #3e3e3e;
    /* padding: 6px 15px 12px; */
    border-radius: 4px;
    /* display: block; */
    padding: 5px 14px 5px 2px;
    /* height: 25px; */
    top: 0px;
    position: relative;
    left: 2px;
}

header .top-menu ul.nav.nav-pills li.balance:hover .text {
    transition: 2s;
    left: -19px;
}

header .top-menu ul.nav.nav-pills li.balance a > span.value {
    background: #3e3e3e;
    transition: 2s;
    height: 30px;
    display: inline-block;
    top: -1px;
    position: relative;
    /* padding: 15px 5px 13px 15px; */
    border-radius: 4px 0 0 4px;
}

header .top-menu ul.nav.nav-pills li a{
    height: 30px;
    padding: 7px;
    margin: 0 5px;
}

header .top-menu ul.nav.nav-pills li a:hover,
header .top-menu ul.nav.nav-pills li a:active {
    background: #3e3e3e;
    height: 30px;
}

header .top-menu ul.nav.nav-pills li a span:before {
    font-size: 18px;
}

header .top-menu ul.nav.nav-pills li.balance a:hover,
header .top-menu ul.nav.nav-pills li.balance a:active {
    background: inherit;
}

header .top-menu ul.nav.nav-pills li .count {
    min-width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 18px;
    background-color: red;
    color: white;
    position: absolute;
    z-index: 100;
    font-weight: 600;
    font-size: 10px;
    padding: 3px;
    margin-top: -8px;
    line-height: 1.19em;
}

header .top-menu ul.nav.nav-pills li:hover .count {
    opacity: 0.9;
}

header.top-menu nav ul{
    height: 310%;
}

header .top-menu ul.nav.nav-pills li ul.dropdown,
header .xs-small-nav ul.dropdown-menu ul.dropdown {
    position: absolute;
    width: 200px;
    top: 60px;
    background: #3E3E3E !important;
    border-radius: 4px;
    display: none;
    z-index: 999 !important;
    padding: 0;
}

header .top-menu ul.nav.nav-pills li.active ul.dropdown,
header .xs-small-nav ul.dropdown-menu li.active ul.dropdown {
    display: block;
    left: -140% !important;
}

header .top-menu ul.nav.nav-pills li ul.dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 45%;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #3E3E3E transparent;
}

header .top-menu ul.nav.nav-pills li ul.dropdown li {
    width: 100%;
    text-align: center;
}

header .top-menu ul.nav.nav-pills li ul.dropdown li:first-of-type,
header .top-menu ul.nav.nav-pills li ul.dropdown li:first-of-type a {
    border-radius: 4px 4px 0 0;
}

header .top-menu ul.nav.nav-pills li ul.dropdown li:last-of-type,
header .top-menu ul.nav.nav-pills li ul.dropdown li:last-of-type a {
    border-radius: 0 0 4px 4px;
}

header .top-menu ul.nav.nav-pills li ul.dropdown li a {
    display: block;
    padding: 10px;
}

header .top-menu ul.nav.nav-pills li ul.dropdown li:hover a {
    background: #AAAAAA;
    color: #3E3E3E;
}

header .profile {
    height: 55px;
    padding: 12px 10px 12px 10px;
}

header .profile button{
    height: 30px;
}

header .profile button {
    background: #3E3E3E;
    border: 0;
    color: #AAAAAA;
    padding: 0;
}

header .profile button:hover {
    opacity: 0.8;
}

header .profile button > img {
    border-radius: 4px;
    position: absolute;
    top: 2px;
    right: 3px;
    height: 26px;
    width: 26px;    
}
.dropdown-toggle:before{
        opacity: 0;
}
header .profile button span.user-name {
    position: relative;
    margin-right: 38px;
    top: 1px;
    font-size: 13px;
    text-align: right;
}

header .profile button span.user-name span {
    display: inline !important;
}

header .profile button span.caret {
    position: absolute;
    top: 15px;
    left: 5px;
}

header .btn-group.profile > ul.dropdown-menu {
    background: rgba(62, 62, 62, 0.73);
    border: 0;
    padding: 0px;
    left: 4%;
    right: 4%;
    top: 3px;
}

header .btn-group.profile > ul.dropdown-menu li a {
    text-align: right;
    display: inline-block;
    width: 100%;
    padding: 2px;
    color: #AAAAAA;
    cursor: pointer;    
}

header .btn-group.profile > ul.dropdown-menu > li.user > a {
    padding-bottom: 7px !important;
}

header .btn-group.profile > ul.dropdown-menu > li a:hover {
    background: rgba(37, 195, 206, 0.58);
}

header .btn-group.profile > ul.dropdown-menu > li.user > a:hover {
    background: none !important;
    color: #AAAAAA !important;
}

header .btn-group.profile > ul.dropdown-menu > li a > img {
    float: right;
    margin-right: 1px;
    border-radius: 4px;
    right: 1px;
    height: 26px;
    width: 26px;
    position: relative;
}

header .btn-group.profile > ul.dropdown-menu li.user > a > span {
    position: relative;
    top: 5px;
    margin-right: 10px;
}

header .btn-group.profile > ul.dropdown-menu li:nth-child(2) a,
header .btn-group.profile > ul.dropdown-menu li:nth-child(3) a
header .btn-group.profile > ul.dropdown-menu li:nth-child(4) a,
header .btn-group.profile > ul.dropdown-menu li:nth-child(5) a {
    padding-right: 10px;
    color: #ECECEC;
}

header .btn-group.profile > ul.dropdown-menu li:nth-child(2) a span:nth-of-type(2),
header .btn-group.profile > ul.dropdown-menu li:nth-child(3) a span:nth-of-type(2),
header .btn-group.profile > ul.dropdown-menu li:nth-child(4) a span:nth-of-type(2),
header .btn-group.profile > ul.dropdown-menu li:nth-child(5) a span:nth-of-type(2) {
    margin-right: 16px;
    color: #fff;
}

header .btn-group.profile > ul > li:last-of-type > a:hover {
    border-radius: 0 0 4px 4px;
}

header .btn-group.profile.open  ul  li:nth-child(4) a span.fa.fa-times{
    margin-right: 9px;
}

header .btn-group.profile.open ul li:nth-child(5) a span.fa.fa-sign-out{
    margin-right: 0px;
}

header .btn-group.profile > ul > li:nth-child(2) > a > span,
header .btn-group.profile > ul > li:nth-child(5) > a > span {
    padding: 7px 0;
    display: inline-block;
    color: #fff;
}

header .btn-group.profile > ul > li:nth-child(3) > a > span.fa.fa-users,
header .btn-group.profile > ul > li:nth-child(4) > a > span.fa.fa-times{
    margin-right: 7px;
    padding: 7px 0;
    color: #fff;    
}

header .btn-group.profile.open > ul > li:nth-child(3) > a > span.fa.fa-users
header .xs-top-nav {
    padding: 2px 10px;
}

header .xs-top-nav a {
    display: inline-block;
    padding: 15px;
    color: #aaaaaa;
    cursor: pointer;
}

header .xs-top-nav a:hover {
    color: #ffffff;
}

header .xs-top-nav a span {
    font-size: 22px;
}

header .xs-top-nav ul.dropdown-menu {
    min-width: initial;
    background: #3E3E3E;
    border: 0;
    padding: 0;
    width: 45px;
    right: 5px;
}

header .xs-top-nav ul.dropdown-menu li > a {
    display: block;
    padding: 15px;
    color: #aaaaaa;
    font-size: 14px;
}

header .xs-top-nav ul.dropdown-menu li:first-of-type > a {
    border-radius: 4px 4px 0 0;
}

header .xs-top-nav ul.dropdown-menu li:nth-of-type(2) > a,
header .xs-top-nav ul.dropdown-menu li:nth-of-type(3) > a,
header .xs-top-nav ul.dropdown-menu li:nth-of-type(4) > a,
header .xs-top-nav ul.dropdown-menu li:nth-of-type(5) > a  {
    padding: 20px 15px 10px;
}

header .xs-top-nav ul.dropdown-menu li:last-of-type > a {
    border-radius: 0 0 4px 4px;
}

header .xs-top-nav ul.dropdown-menu li a:hover,
header .xs-top-nav ul.dropdown-menu li a:focus {
    color: #3E3E3E !important;
    background: #aaaaaa;
}

header .xs-top-nav ul.dropdown-menu ul.dropdown {
    display: none;
}

header .xs-top-nav ul.dropdown-menu .count {
    min-width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 18px;
    background-color: red;
    color: white;
    position: absolute;
    z-index: 100;
    font-weight: 600;
    font-size: 10px;
    padding: 3px;
    margin-top: -15px;
    line-height: 1.19em;
}

header .xs-top-nav ul.dropdown-menu li:hover .count {
    opacity: 0.9;
}

header .xs-top-nav ul.dropdown-menu ul.dropdown.message {
    top: 33%;
}

header .xs-top-nav ul.dropdown-menu ul.dropdown.notification {
    top: 17%;
}

header .xs-top-nav ul.dropdown-menu ul.dropdown.exchange {
    top: 50%;
}

header .xs-top-nav ul.dropdown-menu li.active ul.dropdown {
    right: -170px !important;
    left: 0 !important;
    display: block;
    position: absolute;
    width: 160px;
    background-color: #3E3E3E;
    border-radius: 4px;
}

header .xs-top-nav ul.dropdown-menu li ul.dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: -10px;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #3E3E3E;
    top: 1%;
}

/*************
*
* 1:    Right Menu
* 1.1:  Navigation
* 1.2:  Bottom Logo
*
*************/

#mainLeftNav {
    display: block;
}

.main-left-nav {
    background: #1eb1bb;
    position: fixed;
    top: 35px;
    bottom: 0;
    padding: 0;
    right: 0;
    -webkit-box-shadow: inset 0 -9px 43px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 -9px 43px 5px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 -9px 43px 5px rgba(0, 0, 0, 0.4);
    background-image: radial-gradient( circle at 50% 70% , rgb(255, 255, 255), rgba(240, 109, 6, 0) 18% );
}

.main-left-nav ul:before {
    content: '';
    display: inline-block;
}

.main-left-nav ul li {
    margin-top: 1px;
    height: 47px;
}

.main-left-nav ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: white;
    background: #20737d;
    padding: 0 0 0 20px;
}

.main-left-nav ul li a:before {
    display: inline-block;
    width: 8px;
    content: '';
    height: 100%;
    background: #20737d;
}

.main-left-nav ul li a:hover:before {
    background: #1eb1bb;
}

.main-left-nav ul li a > span:first-of-type {
    background: #2e656f;
    font-size: 22px;
    top: -20px;
    position: relative;
    text-align: center;
    padding: 12px 7px 12px 7px;
    margin: 0px 8px;
    width: 40px;
}

.main-left-nav ul li a span.text {
    position: relative;
    top: -20px;
    margin-right: 5px;
    font-size: 13px;
}

.main-left-nav ul li a:hover span.text {
    margin-right: 20px;
}

.main-left-nav ul li a span.glyphicon.icon {
    float: left;
    left: -10px;
    position: relative;
    top: 23px;
    font-size: 7px;
}

.main-left-nav ul li a span.glyphicon.icon:before {
    content: "\e251";
}

.main-left-nav ul li a:hover:before,
.main-left-nav ul li a:hover span.text {
    transition: 0.6s;
}

.main-left-nav .bottom-logo {
    height: 170px;
    position: absolute;
    bottom: 30px;
    text-align: center;
    right: 0;
    left: 0;
    background: radial-gradient(ellipse at center, rgba(254, 255, 255, 0.76) -6%,rgba(255, 255, 255, 0) 71%);
}

.main-left-nav .bottom-logo img {
    margin: 0 auto;
    height: 110px;    
}

.main-left-nav .bottom-logo .title {
    margin-top: 5px;
    color: #2e656f;
}

.main-left-nav .bottom-logo .title2 {
    color: #2e656f;
    font-size: 12px;    
}

.main-left-nav .bottom-logo .bottom-nav ul li {
    display: inline-block;
    height: auto;
    top: 0;
}

.main-left-nav .bottom-logo .bottom-nav ul li a,
.main-left-nav .bottom-logo .bottom-nav ul li a:focus {
    display: inline-block;
    background: transparent;
    padding: 0;
    font-size: 10px;
    color: #2e656f;
}

.main-left-nav .bottom-logo .bottom-nav ul li a:hover {
    opacity: 0.8;
}

.main-left-nav .bottom-logo .copy {
    padding: 0;
    font-size: 13px;
    text-align: center;
    color: #2e656f;
}

#mainLeftNav2 {
    display: block;
    z-index: 10000000;
}


.main-left-nav-2 {
    background: #1eb1bb;
    position: fixed;
    top: 36px;
    bottom: 0;
    padding: 0;
    right: 0;
    -webkit-box-shadow: inset 0 -9px 43px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 -9px 43px 5px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 -9px 43px 5px rgba(0, 0, 0, 0.4);
    background-image: radial-gradient( circle at 50% 70% , rgb(255, 255, 255), rgba(240, 109, 6, 0) 18% );
}

.main-left-nav-2 ul:before {
    content: '';
    display: inline-block;
}

.main-left-nav-2 ul li {
    height: 48px;
    background: #20737D;
}

.main-left-nav-2 ul li a {
    height: 100%;
    color: white;
}

.main-left-nav-2 ul li a:before {
    display: inline-block;
    width: 8px;
    content: '';
    height: 100%;
    background: #20737d;
}

.main-left-nav-2 ul li a:hover:before {
    background: #1eb1bb;
}

.main-left-nav-2 ul li a > span:first-of-type {
    background: #2e656f;
    font-size: 22px;
    top: -20px;
    position: relative;
    text-align: center;
    padding: 13px 5px 12px 7px;
    margin: 0px 8px;
    width: 40px;
    border-bottom: 1px solid #1DAFB9;
    border-left: 1px solid #1dafb9;
}

.main-left-nav-2 ul li a span.text {
    position: relative;
    top: -20px;
    margin-right: 5px;
    font-size: 13px;
}

.main-left-nav-2 ul li a:hover span.text {
    margin-right: 20px;
}

.main-left-nav-2 ul li a span.glyphicon.icon {
    float: right;
    /* right: 24px; */
    position: relative;
    top: 21px;
    font-size: 7px;
}

.main-left-nav-2 ul li a span.glyphicon.icon:before {
    content: "\e251";
}

.main-left-nav-2 ul li a:hover:before,
.main-left-nav-2 ul li a:hover span.text {
    transition: 0.6s;
}

.main-left-nav-2 ul li ul {
    margin-top: -81px;
    margin-right: 64px;
    position: absolute;
    width: 72%;
    padding-left: 0px;
}

#mainLeftNav2 > ul > li.active > ul{
    margin-top: -82px;
}

#mainLeftNav2 ul li:nth-child(3) ul{
    margin-top: -178px;
}

#mainLeftNav2 ul li:nth-child(8) ul{
    margin-top: -417px;
}

#mainLeftNav2 ul li:nth-child(6) ul{
    margin-top: -309px;
    overflow: overlay;
    height: 384px;
    width: 72%;
    padding: 0;
}

#scrollbar2 > li{
    height: 26.96px;
    border-bottom: 1px solid rgba(29, 175, 185, 0.23);
    width: 100%;
    transition: 0.6s;
    height: 26.96px;
    border-bottom: 1px solid rgba(29, 175, 185, 0.23);
    width: 100%;
    transition: 0.6s;
    position: relative;
    top: -13px;
}

#mainLeftNav2 ul li:nth-child(4) ul{
    margin-top: -226px;
}

#mainLeftNav2 ul li:nth-child(5) ul{
    margin-top: -274px;
}

#mainLeftNav2 ul li:nth-child(2) ul{
    margin-top: -130px;
}

#mainLeftNav2 ul li:nth-child(7) ul{
    margin-top: -370px;
}


#mainLeftNav2 ul li.active{
    background: #20737D;
}
#mainLeftNav2 > ul > li.active > a > span{
    background: rgba(0, 0, 0, 0);
    border-left: rgba(0, 0, 0, 0);
}
#mainLeftNav2 > ul > li.active > a > span.glyphicon.icon{
    left: 168px;
}

.main-left-nav-2 ul li ul li {
    height: 26.96px;
    border-bottom: 1px solid rgba(29, 175, 185, 0.23);
    width: 100%;
    transition: 0.6s;
}

.main-left-nav-2 ul li ul li a:before{
    display: inline-block;
    width: 0px;
    height: 69%;
    background: #20737d;
}

.main-left-nav-2 ul li ul li a:hover {
    background: linear-gradient(to right, #1eb1bb, rgba(0, 0, 255, 0));
    transition: width 2s;
    -webkit-transition: width 2s; /* Safari 3.1 to 6.0 */
}

.main-left-nav-2 ul li ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #20737d;
    transition: 0.6s;
    padding-right: 10px;
    padding-left: 10px;
    text-align: justify;
}

.main-left-nav-2 .bottom-logo {
    height: 170px;
    position: absolute;
    bottom: 30px;
    text-align: center;
    right: 0;
    left: 0;
    background: radial-gradient(ellipse at center, rgba(254, 255, 255, 0.76) -6%,rgba(255, 255, 255, 0) 71%);
}

.main-left-nav-2 .bottom-logo img {
    margin: 0 auto;
    height: 110px;
}

.main-left-nav-2 .bottom-logo .title {
    margin-top: 5px;
    color: #2e656f;
}

.main-left-nav-2 .bottom-logo .title2 {
    color: #2e656f;
    font-size: 12px;    
}

.main-left-nav-2 .bottom-logo .bottom-nav ul li {
    display: inline-block;
    height: auto;
    top: 0;
}

.main-left-nav-2 .bottom-logo .bottom-nav ul li a,
.main-left-nav-2 .bottom-logo .bottom-nav ul li a:focus {
    display: inline-block;
    background: transparent;
    padding: 0;
    font-size: 10px;
    color: #2e656f;
}

.main-left-nav-2 .bottom-logo .bottom-nav ul li a:hover {
    opacity: 0.8;
}

.main-left-nav-2 .bottom-logo .copy {
    padding: 0;
    font-size: 13px;
    text-align: center;
    color: #2e656f;
}

#mainLeftNav2 > div > nav ul > li:nth-child(3),
#mainLeftNav2 > div > nav ul > li:nth-child(2),
#mainLeftNav2 > div > nav ul > li:nth-child(1){
    background: rgba(0, 0, 0, 0);
}

#mainLeftNav2 > ul > li:nth-child(8) > a > span{
    border-bottom: #2E656F;
}


#mainLeftNav2 ul li a span.glyphicon.icon{
    /* right: 24px; */
}


/*************
*
* 1:    Main Page
* 1.1:  Chart
* 1.2:  Hot link
*
*************/
/****** 1: main page ******/

body > .container-fluid {
    height: 94%;
}
body > div.container-fluid > div > div > div > div > div.col-lg-5.col-md-10.col-sm-9.col-xs-8,
body > div.container-fluid > div > div > div > div > div.col-lg-7.col-md-10.col-sm-9.col-xs-8{
    padding: 0px;
}

body > .container-fluid .row,
.main-page {
    height: 100%;
}

.main-page {
    padding: 15px 15px 15px 0;
    float: left;
}

/*
div.wide {
    width: 83.4%;
}
*/
.div-title {
    height: 32px;
    padding: 8px 5%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #25c3ce;
    color: White;
}

.div-title-ads {
    height: 32px;
    padding: 8px 5%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #20737D;
    color: White;
}

.div-title .arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #25c3ce;
    position: absolute;
    top: 32px;
    z-index: 99;
}

div.main-page .div-title span.glyphicon,
div.main-page .div-title span.fa,
div.main-page .div-title i.fa {
    margin-left: 14px;
}

/*
[class*="col-"] {
    padding: 0;
}*/

div.main-page .first {
    height: 27%;
    margin-bottom: 10px;
}

div.main-page .large {
    height: 50%;
    margin-bottom: 10px;
}

div.main-page .large .row,
div.main-page .large .row > div {
    height: 100%;
}


div.main-page .first .row,
div.main-page .first .row > div {
    height: 100%;
}

div.main-page .liner-chart {
    background: #fff;
    border-radius: 4px;
    padding-right: 0;
    margin-right: -15px;
}

#chartContainer > div > a {
    display: none !important;
}

.canvasjs-chart-container {
    text-align: right !important;
}

.main-page .hotLink {
    background: white;
    border-radius: 4px;
    height: 100%;
}

.main-page .hotLink > ul {
    height: 79%;
}

.main-page .hotLink > ul li {
    padding: 0;
    border-bottom: 1px solid #f2f2f2;
}

.main-page .hotLink > ul li:last-of-type {
    border-bottom: 0;
}

.main-page .hotLink > ul li a {
    display: inline-block;
    padding: 3.7% 5%;
    width: 100%;
}

.main-page .hotLink > ul li a:hover,
.main-page .hotLink > ul li a:focus {
    background: #25c3ce;
    color: white !important;
}

.main-page .hotLink > ul li a:hover {
    opacity: 0.7;
}

.main-page .hotLink > ul li a span.fa {
    margin: 0 8px;
    float: right;
}

.main-page .hotLink > ul li.has-sub > a:before {
    content: '+';
    position: relative;
    float: left;
}

.main-page .hotLink > ul ul {
    display: none;
}

.main-page .hotLink li:hover > ul {
    display: block;
    -webkit-transition: display 2s;
    -moz-transition: display 2s;
    transition: display 2s;
}

.main-page .hotLink li.has-sub:hover > a:before {
    content: '-';
}

.main-page .hotLink li.has-sub > ul {
    position: absolute;
    right: 21px;
    width: 85%;
    z-index: 598;
    background: #FFFFFF;
    -webkit-box-shadow: 0 6px 0 6px rgb(102, 213, 221);
    -moz-box-shadow: 0 6px 0 6px rgb(102, 213, 221);
    box-shadow: 0 6px 0 6px rgb(102, 213, 221);
}

.main-page .hotLink > ul > li:last-of-type > a,
.main-page .hotLink > ul li:last-of-type,
.main-page .hotLink > ul li.has-sub > ul li:last-of-type,
.main-page .hotLink > ul li.has-sub > ul li:last-of-type a {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.main-page .hotLink > ul li.has-sub > ul li:last-of-type:hover,
.main-page .hotLink > ul li.has-sub > ul li:last-of-type:hover a {
    border-radius: 0;
}

/*
div.main-page .floating {
    float: right;
}
*/

div.main-page .second {
    height: 73%;
    padding-right: 0;
}

div.main-page .second > .row,
div.main-page .second > .row > div {
    height: 100%;
}

/*
div.main-page .first-row {
    margin-bottom: 15px;
}

div.main-page .first-row {
    height: 45%;
}

div.main-page .second-row {
    height: 51.5%;
}
*/
div.main-page .first-row .row,
div.main-page .first-row .row > div,
div.main-page .second-row .row,
div.main-page .second-row .row > div,
.cd-tabs {
    height: 100%;
}

.main-page .container-tab {
    height: 40%;
    margin-bottom: 15px;
    margin-right: -15px;
}

.main-page .ads {
    padding-right: 0;
    padding-left: 0;
}

.main-page .ads .ads-body {
    padding: 5px;
    color: #000000;
    text-align: justify;
    background: white;
    border-radius: 0 0 4px 4px;
    font-size: 9px;
    height: 82%;
}

.main-page .cd-tabs-navigation:after {
    content: "";
    display: table;
    clear: both;
}


.main-page .cd-tabs-navigation li {
    width: 33.331%;
    padding: 10px 5px;
    float: right;
}

.main-page .cd-tabs-navigation li:first-of-type {
    border-top-left-radius: 0;
    background-color: #25C3CE;
}

.main-page .cd-tabs-navigation li:nth-of-type(2) {
    background-color: #9FC764;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-radius: 0;
}

.main-page .cd-tabs-navigation li:last-of-type {
    border-top-right-radius: 0;
    background-color: #E74955;
}

.main-page .cd-tabs-navigation a {
    color: white;
    margin-right: 5px;
}

.main-page .cd-tabs-navigation li a + .arrow {
    display: none;
}

.main-page .cd-tabs-navigation li a.selected + .arrow {
    border-top: 5px solid #25C3CE;
    display: block;
}

.main-page .cd-tabs-navigation li:nth-of-type(2) a.selected + .arrow {
    border-top: 5px solid #9FC764;
    display: block;
}

.main-page .cd-tabs-navigation li:last-of-type a.selected + .arrow {
    border-top: 5px solid #E74955;
    display: block;
}

.main-page .cd-tabs-content {
    background: #ffffff;
    margin-top: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 100% !important;
}

.main-page .cd-tabs-content li {
    display: none;
    padding: 10px;
    line-height: 1.6;
    color: #000000;
    height: 100%;
}

.main-page .cd-tabs-content li.selected {
    display: block;
    -webkit-animation: cd-fade-in 0.5s;
    -moz-animation: cd-fade-in 0.5s;
}

.currency td, .currency th {
    text-align: center;
}

.currency table thead th {
    padding: 2px;
}

.main-page .send-balance form,
.main-page .speed-sms form {
    height: 85%;
    display: inline-block;
    padding: 5px;
    width: 100%;
    border-radius: 0 0 4px 4px;
    background: white;
}

.main-page .send-balance form .form-group,
.main-page .speed-sms form .form-group {
    height: 30%;
    margin: 4px auto;
}

.main-page .send-balance form input,
.main-page .speed-sms form input,
.main-page .speed-sms form textarea,
.main-page .send-balance form select,
.main-page .speed-sms form select,
.main-page .send-balance form button,
.main-page .speed-sms form button {
    height: 100%;
    margin-bottom: 5px;
    padding: 4px 5px;
    border: 1px solid #ececec;
    background: rgba(241, 241, 241, 0.35);
    color: #aaaaaa;
    width: 100%;
    line-height: inherit;
    font-size: inherit;
    font-family: 'Source Code Pro', 'Oxygen Mono', Tahoma, Arial, sans-serif;
}

.main-page .send-balance form button,
.main-page .speed-sms form button {
    margin-bottom: 0;
    background: #25c3ce;
    color: white;
}

.main-page .send-balance form button:hover,
.main-page .send-balance form button:focus,
.main-page .send-balance form button:active,
.main-page .speed-sms form button:hover,
.main-page .speed-sms form button:focus,
.main-page .speed-sms form button:active {
    opacity: 0.8;
    color: white !important;
    background: #25c3ce !important;
}

.main-page .send-balance form select,
.main-page .speed-sms form select {
    padding: 4px 0;
}

.main-page .agenda,
.main-page .speed-sms {
    padding-right: 0;
}
.main-page .income-chart{
    padding-left: 45px;
}

.main-page .agenda .ll-skin-melon {
    height: 86%;
}

.main-page .income-chart .chart-container {
    background: #25C3CE;
    height: 135px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    right: 15px;
    color: #fff;
    padding: 15px;
}

.income-chart .chart-data {
    margin: 15px;
    width: 35%;
}

.income-chart .chart-data > div {
    margin: 5px;
}

.income-chart .chart-data > div:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    position: relative;
    top: 2px;
    float: right;
    margin-left: 8px;
}

.income-chart .chart-data .expensive {
    color: #ffffff;
}

.income-chart .chart-data .income {
    color: #00baff;
}

.income-chart .chart-data .income:after {
    background: #00baff;
}

.income-chart .chart-data .remain {
    color: #ef5252;
}

.income-chart .chart-data .remain:after {
    background: #ef5252
}

.income-chart .chart {
    margin: 10px;
    width: 50%;
}

#incomeExpensive > div > a {
    display: none
}

.main-page .speed-sms {
    border-radius: 4px;
}

.main-page .speed-sms form textarea {
    height: 60px;
    margin-bottom: 0;
    resize: none;
}

.main-page .speed-sms form {
    background: #FFFFFF;
    height: 86%;
}

.main-page .speed-sms form .form-group {
    height: 18%;
    margin: 1px auto 3px;
}

.main-page .speed-sms form .form-group.textarea {
    height: 42%;
}

.main-page .speed-sms form .counter {
    color: #504b41;
    font-size: 10px;
}

.main-page .large-ads .vertical-ads {
    background: #FFFFFF;
    border-radius: 4px;
    height: 100%;
    padding: 0;

}

.main-page .large-ads .vertical-ads img {
    height: 100%;
    width: 100%;
}

/*************
*
* 1:    Inner pages
* 1.1:  Breadcrumb
* 1.2:  the report
* 1.3:
* 1.4:
*
*************/
.inner-page {
    padding: 6px 10px 6px 10px;
    float: left;
    height: 100%;
}

.inner-page .breadcrumb {
    background: none;
    padding: 0;
    margin-bottom: 4px;
}

.inner-page .breadcrumb li {
    height: 30px;
    background: #2e656f;
    position: relative;
    margin-left: 15px;
    color: white;
}

div.inner-page ul.breadcrumb li a {
    padding: 8px 6px;
    display: inline-block;
    color: white;
}

div.inner-page ul.breadcrumb li a:hover {
    color: #ffffff;
}

.breadcrumb > li + li {
    top: 0;
    margin-right: 5px;

}

.inner-page .breadcrumb li:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-top: 15px solid transparent;
    border-left: 0 solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #2e656f;
    top: 0;

}

.breadcrumb > li + li:before {
    padding: 0 !important;
    content: "";
    border-top: 15px solid #2e656f;
    border-left: 0 solid transparent;
    border-bottom: 15px solid #2e656f;
    border-right: 15px solid transparent;
    position: absolute;
    right: -14px;
    top: 0;
}

div.inner-page ul.breadcrumb li.active {
    background: #1eb1bb;
    padding: 8px 5px;
}

div.inner-page ul.breadcrumb li.active:after {
    border-right: 17px solid #1eb1bb;
    margin-right: 5px;
}

.breadcrumb > li + li.active:before {
    border-top: 15px solid #1eb1bb;
    border-bottom: 15px solid #1eb1bb;
}

.inner-page .buttons-bar {
    padding-right: 1px;
    float: left;
    /**width: auto;**/
}

div.inner-page ul.breadcrumb li.active2 {
    background: #e74a55;
    padding: 8px 5px;
}

div.inner-page ul.breadcrumb li.active2:after {
    border-right: 17px solid #e74a55;
    margin-right: 5px;
}

.breadcrumb > li + li.active2:before {
    border-top: 15px solid #e74a55;
    border-bottom: 15px solid #e74a55;
}

.inner-page .buttons-bar .print,
.inner-page .buttons-bar a.link {
    border: 0;
    border-radius: 4px;
    background: #CE352C;
    color: white;
    width: 120%;
    padding-right: 15px;
    height: 30px
}

.inner-page .buttons-bar .esc {
    border: 0;
    border-radius: 4px;
    background: #ff9632;
    color: white;
    padding-right: 15px;
    margin: 0 15px 0 0;
    height: 30px
}

.inner-page .buttons-bar .maker:hover,
.inner-page .buttons-bar .add:hover,
.inner-page .buttons-bar .esc:hover,
.inner-page .buttons-bar .print:hover,
.inner-page .buttons-bar .calculate:hover,
.inner-page .buttons-bar a.link:hover {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.inner-page .buttons-bar .add a{
    color: #fff;
}

.inner-page .buttons-bar .add {
    border: 0;
    border-radius: 4px;
    background: #A8C77B;
    color: white;
    padding-right: 15px;
    height: 30px
}

.inner-page .buttons-bar .maker {
    border: 0;
    border-radius: 4px;
    background: #f0b544;
    color: white;
    height: 30px
}

.inner-page .buttons-bar .calculate {
    border: 0;
    border-radius: 4px;
    background: #F0446C;
    color: white;   
}

.inner-page .buttons-bar a.link {
    width: 100%;
}

.inner-page .buttons-bar > button > span.fa,
.inner-page .buttons-bar a.link .fa {
    float: right;
    top: 2px;
    position: relative;
}

.inner-page .buttons-bar > button > span.user-name,
.inner-page .buttons-bar a.link .user-name {
    margin-right: 5px;
}

.inner-page .buttons-bar > button > span.caret {
    float: left;
    margin-top: 8px;
}

.inner-page .buttons-bar button:focus {
    color: white !important;
}

.inner-page .buttons-bar .dropdown-menu {
    left: auto;
    min-width: 92%;
    border-radius: 0;
}

.inner-page .buttons-bar .dropdown-menu > li > a {
    padding: 3px 15px;
}


.inner-page .div-title {
    padding: 8px 10px;
}

.inner-page .div-title span.fa-money {
    margin-left: 5px;
}

.inner-page .div-title span.setting {
    display: inline-block;
    background: #3c3c3c;
    position: absolute;
    margin-top: -8px;
    left: 15px;
    border-radius: 4px 0 0 0;
}

.inner-page .div-title span.setting a {
    display: inline-block;
    padding: 6px 11px 4px;
}

.inner-page .div-title span.setting a i {
    font-size: large;
}
/******  the tabs table  ***/
.tabs-table{
    padding: 0;
}

.tabs-table .tab{
    padding: 0;
    height: 430px;
}

.tabs-table ul{
    width: 597px;
}
.tabs-table .cd-tabs-content{
    width: 100%;
    border-top: 5px solid #25C3CE;
}
.tabs-table .cd-tabs-navigation li a.selected{
    background: #000;
    font-weight: bold;
}

.tabs-table ul li.selected{
    padding: 0;
    padding-top: 3px;
}

.tabs-table ul li.selected table tbody{
    height: 354px;
}

.tabs-table ul li.selected table{
    height: 420px;
}

body > div.container-fluid > div > div > div > div > div.col-lg-8.col-md-10.col-sm-9.col-xs-8{
    padding: 0;
}


/**** modal ****/

.modal-header{
    background-color: #1dadb6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
    color: #fff;
}

.modal-header .close {
    margin-top: -10px;
    margin-left: -10px;
    padding: 7px 10px;
    border-top-left-radius: 5px;
    text-align: center;
    font-weight: 100;
}

.modal-header .save {
    margin-top: -10px;
    margin-left: 4px;
    padding: 7px 10px;
    border: 0;
    text-align: center;
    font-weight: 100;
    height: 45px;
}

.modal-header .checks {
    margin-top: -10px;
    margin-left: 4px;
    padding: 7px 10px;
    border: 0;
    text-align: center;
    font-weight: 100;
    height: 45px;
}

.modal-header .option {
    margin-top: -10px;
    margin-left: 4px;
    padding: 7px 10px;
    border: 0;
    text-align: center;
    font-weight: 100;
    height: 45px;
    width: 55px;
}

.modal-header .close span.glyphicon {
    font-size: 17px;
    font-weight: 100;
}

.modal-header .save span.glyphicon {
    font-size: 17px;
    font-weight: 100;
}

.modal-header .checks span.mif-dollar {
    font-size: 27px;
    margin-top: -7px;
}

.modal-header .option span.mif-dollar {
    font-size: 27px;
    margin-top: -7px;
}


.modal-header .close .txt {
    display: block;
}

.modal-header .save .txt {
    display: block;
    margin-top: -3px;
}

.modal-header .checks .txt {
    display: block;
    margin-top: -3px;
}

.modal-header .option .txt {
    display: block;
    margin-top: -3px;
}

button.close {
    color: #FFFFFF;
    background: #e74a55;
    opacity: 1 !important;
    float: left;
}

button.save {
    color: #FFFFFF;
    background: #9dba73;
    opacity: 1 !important;
    float: left;
}

button.checks {
    color: #FFFFFF;
    background: #f0b544;
    opacity: 1 !important;
    float: left;
}

button.option{
    color: #FFFFFF;
    opacity: 1 !important;
    float: left;
    background: #ff9800;
}

.close {
    font-size: 12px;
    font-weight: normal;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: .9;
}

.save {
    font-size: 12px;
    font-weight: normal;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: .9;
}

.checks {
    font-size: 12px;
    font-weight: normal;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: .9;
}

.option {
    font-size: 12px;
    font-weight: normal;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: .9;
}
#add > div.modal-header > div > ul{
    height: 90px;
    overflow: overlay;
}
#scrollbarMenu > li{
    color: #000;
}
.close:hover,
.checks:hover,
.save:hover,
.option:hover{
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    color: #fff;
    opacity: 0.9 !important;
}

#add > div.modal-header > div{
    float: left;
    z-index: 111111111111;    
}

.modal.fade.in{
    margin-top: -1.5% !important;
    /*margin-right: 16.7%;*/
    z-index: 10000000000000000000000000000000000;    
}

.modal.fade.in .modal-body{
    padding: 8px 0 0px 0;
    display: inline-block;
    margin-bottom: -17px;
}

.modal.fade.in .modal-body .add-data span{
    text-align: center;
    padding-top: 16px;
}

.modal.fade.in .modal-body .add-data .alert{
    padding: 5px 5px 0px 0px;
    margin-top: -6px;
    background: rgba(255, 0, 0, 0.69);
    height: 40px;
    border-radius: 7px;
    margin-right: 20px;
}

.modal.fade.in .modal-body .add-data .alert label{
    color: #fff;
}

.modal.fade.in .modal-body .add-data .alert select:focus,
.modal.fade.in .modal-body .add-data .alert select{
    color: #FFF;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0,0,0,0.5) !important;
}

.modal.fade.in .modal-body .add-data{
    display: flex;
}

.modal.fade.in .modal-body span label{
    padding-top: 5px;
    color: #3C3C3C;
    font-weight: 100;
    display: table;
    width: auto;
    margin: 5px;
}

.modal.fade.in .modal-body span a{
    font-size: 23px;
    display: table-cell;
    padding-right: 10px;
    color: #E74955;
    position: relative;
    top: -11px;
}

.modal.fade.in .modal-body > ul > li{
    width: 25%;
    border: 1px solid #000;
}

.modal.fade.in .modal-body > ul{
    display: -webkit-box;
    width: 100%;
    padding: 0px;
}

.modal.fade.in .modal-body  span input{
    border-radius: 4px;
}

.modal.fade.in .modal-body.form-control:focus,
.modal.fade.in .modal-body .form-control{
}

.modal.fade.in .modal-body .input-group .form-control:focus,
.modal.fade.in .modal-body .input-group .form-control {
    border-radius: 2px;
    border: 1px solid #AFAFAF !important;
    background: rgba(241, 241, 241, 0.82);
    height: 20px;
    margin-right: 2px;
    margin-left: 2px;
    padding: 4px 4px;
}

.modal.fade.in .modal-body  div ul li ul  li button{
    border: 1px solid #C52833;
}

.modal.fade.in .modal-body ul > li ul > li select{
    height: 20px;
    border-radius: 2px;
    padding-top: 3px;
    background-color: rgba(241, 241, 241, 0.82);
}

.modal.fade.in .modal-body .frame{
    width: 96%;
    border: 1px solid #E74A55;
    border-radius: 4px;
    margin: 20px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.modal.fade.in .modal-body label input[type="checkbox"]{
    height: 20px !important;
    width: 20px;
    margin-left: 10px;
    color: #3B3B3B;
}

.modal.fade.in .modal-body .generic-table > table > tfoot > tr > th:nth-child(2) > button{
    float: right;
    border-left: 1px solid #c52833;
    width: auto;
    margin-right: -317px;
    color: #fff;
    padding: 0 10px 0 10px;
    display: block;
}

.modal.fade.in .modal-body .generic-table > table > tfoot > tr > th:nth-child(2) button:nth-child(4){
    float: left;
    border-left: 1px solid #c52833;
    display: block;
}

.modal.fade.in .modal-body .generic-table table thead tr th{
    border-color: #C52833;
}

.modal.fade.in .modal-body span:nth-child(1) > label{
    margin-top: 6px;
}

.modal.fade.in .modal-body span label input[type="checkbox"]{
    margin-left: 7px;
    margin-bottom: 5px;
    border-radius: 100%;
}

.modal.fade.in .modal-body ul li ul li a span{
    color: #E74A55;
    font-size: 24px;
    padding-top: 5px;
    padding-right: 3px;    
}

.modal.fade.in .modal-body table thead{
    background: #E74A55;
    border-bottom: 0;
}

.modal.fade.in .modal-body table thead tr th{
    color: #fff;
    text-align: center;
}
.modal-body table tbody tr  td{
    text-align: center;
    width: 25%;
}
.modal.fade.in .modal-body .input-group{
    display: flex;
}

.modal.fade.in .modal-body ul li ul li button{
    height: 120px;
    background: #E74A55;
    color: #fff;
}

.modal.fade.in .modal-body ul li ul li button input{
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    filter: alpha(opacity=0);
}

.modal.fade.in .modal-body ul li ul li button:hover{
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0px 0px 53px 20px rgba(0,0,0,0.125);
}

.modal.fade.in .modal-body ul li ul li button span{
    font-size: 24px
}

.modal.fade.in .modal-body table{
    height: auto;
}

.modal.fade.in table tbody{
    max-height: 258px;
}

#scrollbar > tbody{
    max-height: 258px;
    overflow: overlay;
    display: inline-block;
}

.modal.fade.in .modal-body table tfoot{
    background: #E74A55;
}

.modal.fade.in .modal-body  table tfoot tr th button:hover{
    background: #c52833;
    color: #fff;
}

.modal.fade.in .modal-body ul:nth-child(1) li:nth-child(4) ul li button{
    width: 50px;
    background: #E74A55;
    border: 1px solid #C52833 !important;
    padding: 0px;
    height: 30px;    
}

.modal.fade.in .modal-body ul:nth-child(1) li:nth-child(4) ul li button span{
    padding: 2px;    
}

.modal.fade.in .modal-body ul:nth-child(1) li:nth-child(4) ul li button input{
    opacity: 0;
    position: relative;
    top: -30px;
    height: 30px;
    width: 48px;
}

.modal.fade.in .modal-body ul:nth-child(1) li:nth-child(4) ul li span a span{
    font-size: 10px;
    padding: 3px;
    background: #E74A55;
    color: #fff;
    border-radius: 2px;
    margin-left: 5px;
}

#add > div.modal-body > div > ul > li:nth-child(4) > ul > li:nth-child(8) > button{
    height: 120px;
    background: #E74A55;
    color: #fff;
    width: 240px;   
}

#add > div.modal-body > div > ul > li:nth-child(4) > ul > li:nth-child(8) > button > span{
    padding-top: 15px;
    padding-left: 2px;    
}

#add > div.modal-body > div > ul > li:nth-child(4) > ul > li:nth-child(8) > button > input{
opacity: 1;
    margin: 0px;
    padding: 0 15px 0 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    width: inherit;
    position: static;
    top: inherit;
    width: inherit;
    height: 30px;   
}

.modal.fade.in .modal-body table tfoot tr th button {
    height: 30px;
    background: rgba(30, 177, 187, 0);
    border: 0;
    color: #3d3d3d;
    font-size: 16px;
    border-right: 1px solid #c52833;
    width: 37px;
}


.modal.fade.in .modal-body form{
    color: #E74A55;
    font-size: 18px;
    padding-right: 25%;
}
.modal.fade.in .modal-body form label input[type="radio"]{
    width: 50px;
    height: 17px;
}
.modal.fade.in .modal-body  textarea{
    margin: 0 20px 0 20px;
    width: 96%;
    resize: none;
    height: 197px;
    border-radius: 2px;
    background: url(../images/textback.png);
    background-position-y: -105px;
    font-size: 18px;
    line-height: 26px;
    color: #000;
}

.modal.fade.in .modal-body  textarea:focus{
    border-radius: 4px;
    border: 1px solid #AFAFAF !important;
}

.modal.fade.in .modal-body ul li ul li span{
    padding-top: 15px;
    padding-left: 2px;
}

.modal.fade.in .modal-body ul li ul li label{
    padding-top: 4px !important; 
    padding: 0;
}

.modal.fade.in .modal-body ul li span a{
    font-size: 15px;
}

.modal.fade.in .modal-body ul:nth-child(1) > li:nth-child(4) > ul > li > div:nth-child(3){
    padding-top: 5px;
}

.modal.fade.in .modal-body ul li ul li table tbody tr th{
    text-align: center;
}

.modal.fade.in .modal-body ul li ul li table{
    border: 1px solid #C52833;
    margin: 1.625rem 0;    
}

.modal.fade.in .modal-body ul li ul li table thead{
    border-bottom: 3px solid #C52833;
}

.modal.fade.in .modal-body ul li ul li table tbody tr{
    border-top: 2px solid #C52833;
    border-bottom: 1px solid #C52833;
}

.modal.fade.in .modal-body ul li table{
    border: 1px solid #C52833;
}

.modal.fade.in .modal-body ul li table thead{
    border-bottom: 3px solid #C52833;
}

.modal.fade.in .modal-body ul li table tbody tr{
    border-top: 2px solid #C52833;
    border-bottom: 1px solid #C52833;
}

.modal.fade.in .modal-body ul li table tbody tr th{
    text-align: center;
}

.modal.fade.in .modal-body ul:nth-child(1) > li:nth-child(4) div:nth-child(3){
    padding-top: 5px;
}

.pricing_table {
    margin-top: 58px;
}

.pricing_table2 {
    margin-top: 63px;
}
.modal.fade.in .modal-body ul li ul li table tbody tr th:nth-child(1){
    background: #E74A55;
    color: #FFF;
}
.modal.fade.in .modal-body ul li table thead tr th:nth-child(1){
    background: #C52833;
}

.modal.fade.in .modal-body ul li table tr th{
    border: 1px solid #C52833;
    font-weight: 100;    
}

.modal.fade.in .modal-body ul li table tbody tr th:nth-child(1){
    background: #E74A55;
    color: #fff;
}

.modal.fade.in .modal-body div:nth-child(3) ul li label{
    color: #3C3C3C;
    font-weight: 100;
    font-size: 13px;
}

.modal.fade.in .modal-body ul li span{
    top: 10px;
    padding: 0;
    margin: 0;
}

.modal.fade.in .modal-body span.col-lg-3  a span{
    font-size: 10px;
    padding: 3px;
    background: #E74A55;
    color: #fff;
    border-radius: 2px;
    margin-left: 5px;
}
#maker .modal-body{
    max-height: 498px;
    background-image: url(../images/maker.png);
    background-repeat: no-repeat;
    background-position-y: 100%;
    background-size: 100%;
    margin-bottom: -7px;
}

#maker .modal-body .buttons-bar{
    float: right;
    margin-right: 35%;
    margin-top: 20px;
    margin-bottom: 22%;
}

#maker .modal-body .buttons-bar button{
    background: #E74A55;
    border: 0 !important;
}

#maker .modal-body .buttons-bar button span.glyphicon.glyphicon-ok-circle{
    top: 2px;
    font-size: 18px;
}

#maker .modal-body .buttons-bar button span.user-name{
    position: relative;
    top: -3px;
}

.modal.fade.in .modal-body span.col-lg-3 a{
    padding-left: 2px;
    font-size: 15px; 
    padding-top: 25px;   
}

.modal.fade.in .modal-body div:nth-child(3) > ul > li.col-lg-4 > div > a{
    font-size: 23px;
    display: table-cell;
    padding-right: 10px;
    color: #E74955;
    position: relative;
    top: 4px;
}

.modal.fade.in .modal-body ul li table tbody tr th input[type="text"]{
    width: 101px;
    padding: 0;
    margin: -11px;
    border: 0;
    height: 35px;
    text-align: center;
    color: #000;
    font-size: 18px;
}

.modal.fade.in .modal-body ul li table tbody tr th input[type="text"]:hover{
    background-color: #dddddd;
    color: #363636;
}

.modal.fade.in .modal-body ul li span a span{
    font-size: 10px;
    padding: 3px;
    background: #E74A55;
    color: #fff;
    border-radius: 2px;
    margin-left: 5px;
}

.price_block {
    width: 25%;
    color: #fff;
    float: right;
    list-style-type: none;
    transition: all 0.25s;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-right: 1px solid #E74A55;
    background: #fff;
    height: 400px;
    margin-top: -17px;
}

.price_block2 {
    width: 25%;
    color: #fff;
    float: right;
    list-style-type: none;
    transition: all 0.25s;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-right: 1px solid #E74A55;
    background: #fff;
    height: 325px;
    margin-top: -17px;
}

.price_block3 {
    width: 25%;
    color: #fff;
    float: right;
    list-style-type: none;
    transition: all 0.25s;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-right: 1px solid #E74A55;
    background: #fff;
    height: 250px;
    margin-top: -17px;
}

.modal.fade.in .modal-body div:nth-child(4) > ul > li:nth-child(1){
    border-radius: 0 0 4px 0;
}

.modal.fade.in .modal-body div:nth-child(4) > ul > li:nth-child(4){
    border-radius: 0 0 0 4px;
}

.pricing_table h3 {
    background: #e74a55;
    margin: 0px -1px 0px 0px;
    text-align: center;
    border-right: 1px solid #C52833;
    font-family: ourFont_light;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}

.pricing_table2 h3 {
    background: #e74a55;
    margin: 0px -1px 0px 0px;
    text-align: center;
    border-right: 1px solid #C52833;
    font-family: ourFont_light;
    font-size: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #fff;
}

.pricing_table3 h3 {
    background: #e74a55;
    margin: 0px -1px 0px 0px;
    text-align: center;
    border-right: 1px solid #C52833;
    font-family: ourFont_light;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}

.price {
    display: table;
    width: 100%;
    height: 70px;
    color: #383838;
}
.price_figure {
    font-size: 24px; 
    text-transform: uppercase; 
    vertical-align: middle; 
    display: table-cell;
}
.price_number {
    font-weight: bold; 
    display: block;
}
.price_tenure {
    font-size: 11px; 
}

.features {
    color: #3e3e3e;
    padding-left: 0;
    position: relative;
    height: 410px;
}
.features:hover {
    height: 405px;
    background: #ddd;
}
.features li {
    padding: 5px 15px 0;
    font-size: 12px;
    list-style-type: none;
}

.features2 {
    color: #3e3e3e;
    padding-left: 0;
    position: relative;
    height: 289px;
}

.features2:hover {
    height: 339px;
    background: #ddd;
}

.features2 li {
    padding: 5px 15px 0;
    font-size: 12px;
    list-style-type: none;
}

.features3 {
    color: #3e3e3e;
    padding-left: 0;
    position: relative;
    height: 240px;
}

.features3:hover {
    height: 255px;
    background: #ddd;
}

.features3 li {
    padding: 5px 15px 0;
    font-size: 12px;
    list-style-type: none;
}

.footer {
    padding: 15px; 
    background: #DEF0F4;
}

.action_button {
    text-decoration: none; 
    color: #fff; 
    font-weight: bold; 
    border-radius: 5px; 
    background: linear-gradient(#666, #333); 
    padding: 5px 20px; 
    text-transform: uppercase;
}

.price_block:hover {
    box-shadow: 0px 9px 0px 4px rgba(0, 0, 0, 0.53);
    transform: scale(1.0) translateY(-5px);
    z-index: 1;
    border-bottom: none;
    background: #dddddd;
    border: none;
    height: 392px;
    z-index: 1000000;    
}

.price_block2:hover {
    box-shadow: 0px 9px 0px 4px rgba(0, 0, 0, 0.53);
    transform: scale(1.0) translateY(-5px);
    z-index: 1;
    border-bottom: 0 none;
    background: #dddddd;
    border: none;
    height: 326px;
}

.price_block3:hover {
    box-shadow: 0px 9px 0px 4px rgba(0, 0, 0, 0.53);
    transform: scale(1.0) translateY(-5px);
    z-index: 1;
    border-bottom: 0 none;
    background: #dddddd;
    border: none;
    height: 240px;
}

.price_block:hover h3 {
    background: #c52833;
}

.price_block2:hover h3 {
    background: #c52833;
}

.price_block3:hover h3 {
    background: #c52833;
}

.price_block:hover .action_button {
    background: linear-gradient(#F9B84A, #DB7224); 
}

.price_block2:hover .action_button {
    background: linear-gradient(#F9B84A, #DB7224); 
}

.price_block3:hover .action_button {
    background: linear-gradient(#F9B84A, #DB7224); 
}

/**** tabs 2 ***/

.tabs-table2{
    padding: 0;
}

.tabs-table2 .tab{
    padding: 0;
    height: 430px;
}

.tabs-table2 ul{
    width: 597px;
}
.tabs-table2 .cd-tabs-content{
    width: 100%;
    border-top: 5px solid #25C3CE;
}
.tabs-table2 .cd-tabs-navigation li a.selected{
    background: #000;
    font-weight: bold;
}

.tabs-table2 ul li.selected{
    padding: 0;
    padding-top: 3px;
}

.tabs-table2 ul li.selected table tbody{
    height: 295px;
}

.tabs-table2 ul li.selected table{
    height: 362px;
    width: 100%;
}

.tabs-table2 .tab .search-group{
    display: flex;
    padding-top: 6px;
    text-align: center;
}

.tabs-table2 .tab .search-group .control-label{
    padding-top: 9px;
    color: #25C3CE;
    font-weight: 100;
}

.tabs-table2 span a {
    font-size: 23px;
    display: table-cell;
    padding-right: 10px;
    color: #E74955;
    position: relative;
    top: -11px;
}
.tabs-table2 .tab span .form-control{
    border-radius: 3px;
}

.tabs-table2 .tab .generic-table tbody{
    height: 295px;
}

#tab5 > div > table > thead > tr > th:nth-child(9){
    border-left: 1px solid #1C848B;
}
#tab3 > span,
#tab6 > span{
    margin-right: 15%;
}

/*** .tabs-table2 ul li.selected{
    display: inline-flex !important;
    width: 50%;
}
**/
.tabs-table2 ul li.selected {
    margin-left: -6px;
    display: inline-table;
    width: 100%;
}

.tabs-table2 ul li.selected div:nth-child(2){
    width: 50%;
    padding: 0;
    padding-left:  5px;
}


.tabs-table2 ul li.selected div:nth-child(3){
    width: 50%;
    padding: 0;
    padding-right: 5px;
}
.tabs-table2 ul li.selected span input[type="date"]{
    border-radius: 3px;
}

.tabs-table2 ul > li.selected span div:nth-child(2) a ,
.tabs-table2 ul > li.selected span div:nth-child(4) a {
    font-size: 23px;
    display: table-cell;
    padding-right: 10px;
    color: #E74955;
    position: relative;
    top: -11px;
}

.tabs-table2 ul > li.selected > span > div:nth-child(2){
    width: 0;
}

.tabs-table2 ul li.selected span{
    text-align: center;
    padding-right: 4%;
}

.tabs-table2 ul li.selected span label{
    padding-top: 5px;
    color: #25C3CE;
    font-weight: 100;
}

/******  the table  ***/
.generic-table{
    padding: 0px;
}

.generic-table:nth-child(3){
    padding: 0 0px 0 0;
}

.generic-table table{
    width: 100%;
    table-layout: auto;
/*    box-shadow: 0px 0px 5px rgb(162, 162, 162);*/
    margin: 0;
    margin-bottom: 0;
}
.generic-table table thead{
    background: #1EB1BB;
    border-bottom: 0;
}

.generic-table table thead tr th{
    color: #fff;
    font-weight: 100;
    text-align: center;
    height: 28px;
}

.generic-table table thead tr{
    float: right;
    vertical-align: middle;
    display: table;
    width: 100%;
}

.generic-table table tbody{
    background: #efefef;
    color: #3e3e3e;
    overflow: overlay;
    font-weight: 100;
    display: block;
    height: 430px;
}

.generic-table table tbody tr{
    height: 28px;
    width: 100%;
    vertical-align: middle;
    display: table;
    float: right;
    width: 100%;
    text-align: center;
}
.generic-table table tbody tr td, 
.generic-table table tbody tr th{
    text-align: center;
    font-weight: normal;
    vertical-align: middle;
    font-weight: 100;
    text-align: center;
    padding: 0;    
}

.generic-table table tbody td{
    vertical-align: middle;
    text-align: center;

}

.generic-table table thead tr th{
    border-left: 1px solid #1C848B;
}

.generic-table table thead tr th:nth-child(9){
    border-left: 0;
}

/** ÙƒÙˆØ¯ Ø¥Ù†Ø¨Ø«Ø§Ù‚ Ø§ÙˆØ§Ù…Ø± Ø§Ù„Ø¬Ø¯ÙˆÙ„ **/
/*.generic-table table tbody tr:after{
    display: inline-block;
    content: ' \e9d9 | \ea0d | \e995 ';
    font-family: metro;
    color: rgba(255, 255, 255, 0);
    margin-right: -128px;
    bottom: -35px;
    position: relative;
    border-radius: 0 0 4px 4px;
    width: 106px;
    height: 28px;
    padding: 4px;
    font-size: 16px;
    text-align: center;
}*/

.generic-table table tbody tr:hover,
.generic-table table tbody tr:hover:after{
    background: rgba(199, 199, 199, 0.22);
    color: #1EB1BB;
}

.generic-table table tfoot{
    background: #1EB1BB;
    color: #fff;
    border-top: 0;
}

.generic-table table tfoot tr{
    float: right;
    width: 100%;
    vertical-align: middle;
    display: table;
    float: right;
    width: 100%;
    height: 28px;
}

.generic-table table tfoot tr th{
    font-weight: 100;
    padding: 0;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    border: 0;
}

.generic-table table tfoot tr th button{
    height: 28px;
    background: rgba(30, 177, 187, 0);
    border: 0;
    color: #3d3d3d;
    font-size: 16px;
    border-right: 1px solid #1c848b;
    width: auto;
}

.generic-table table tfoot tr th button:hover{
    background: #1c848b;
    color: #fff
}

.bordertab{
    border: 1px solid #000;
    border-top: 0;
    height: 100%;  
    background: #fff;
}

.inner-page .inner-ads {
    padding-right: 0;
    height: 90%;
}

.inner-page .inner-ads .ads-body {
    background: #ffffff;
    height: 100%;
}

.datetimepicker.datetimepicker-dropdown-bottom-right.dropdown-menu {
    right: auto;
}

.inner-page .table-pre-header .form-group {
    display: inline-block;
    margin: 3px 0;
    float: left;
}

.inner-page .table-pre-header .form-group .control-label {
    position: relative;
    top: 10px;
}

.inner-page .table-pre-header .form-group input {
    background: white;
}

.inner-page .table-pre-header div.col-lg-5 {
    float: right;
}

.inner-page .table-pre-header label {
    float: right;
}

.inner-page .table-pre-header .form-group .control-label.mid {
    padding-left: 15px;
}

.inner-page .send-sms {
    height: 90%;
    padding-right: 0;    
}

.inner-page .send-sms .sms-from-container {
    background: white;
    padding: 10px;
    border-radius: 0 0 4px 4px;
    height: 100%;
}

.inner-page .send-sms .sms-from-container form div.form-group label {
    text-align: right;
}

.inner-page .send-sms .sms-from-container form div.form-group input,
.inner-page .send-sms .sms-from-container form div.form-group textarea {
    border: 1px solid #ececec;
    background: #f1f1f1;
    resize: none;
}

.inner-page .send-sms .sms-from-container .form-horizontal .checkbox {
    width: 100%;
}

.inner-page .send-sms .sms-from-container .form-horizontal input[type="checkbox"] {
    margin-right: 0;
    margin-left: 20px;
}

.inner-page .send-sms .sms-from-container .form-horizontal input[type="checkbox"] + span {
    margin-right: 20px;
}

.inner-page .send-sms .sms-from-container .form-horizontal .form-group button > i {
    margin-left: 5px;
}

.inner-page .send-sms .sms-from-container .form-horizontal .buttons div.col-lg-offset-3 button {
    background: #1eb1bb;
    color: white;
}

.inner-page .send-sms .sms-from-container .form-horizontal .buttons div.col-lg-offset-1 button {
    background: #20737d;
    color: white;
}
.col-lg-4.col-md-3.col-sm-4.col-xs-2 label{
    padding-top: 9px;
    color: #CE352C;
    font-weight: 100;
    font-size: 19px;
}
.col-lg-4.col-md-3.col-sm-4.col-xs-2 select{
    color: #CE352C;
    border-color: #CE352C;
    height: 30px;
}

.inner-page .contacts {
    height: 90%;
    padding-right: 0;
    padding-left: 0px;    
}

.col-lg-4.col-md-10.col-sm-9.col-xs-8{
    padding: 0;
}

.inner-page .contacts .contact-list {
    background: white;
    height: 100%;
    padding: 10px;
}

.inner-page .contact-list .contact-box {
    padding: 5px 0px;
    height: 83%;
}

.inner-page .contact-list .contact-box form .input-group.search {
    display: inline-block;
    width: 100%;
    padding: 0;
}

.inner-page .contact-list .contact-box .search input {
    padding: 5px 11px 6px;
    width: 85%;
    color: #ffffff;
    background: #f1f1f1;
    border-radius: 4px;    
}

.inner-page .contact-list .contact-box .search #basic-search {
    z-index: 10;
    top: 0.5px;
    width: 35px;
    padding: 15.5px 0px;
    background: #dbdbdb;
    border: 0 !important;
    cursor: pointer;
    position: absolute;
    right: 78%;
}

.send-sms .sms-from-container form > div:nth-child(2) textarea{
    height: 115px;
}

#smsPhoneNumber{
    height: 60px;
}
body > div > div.col-lg-12.col-md-12.col-sm-12.col-xs-12.inner-page.sms-page > div.col-lg-6.col-md-6.col-sm-6.col-xs-8.send-sms > div.sms-from-container > form > div.form-group.buttons > div.col-lg-offset-3.col-lg-4.col-sm-10.col-xs-4,
.col-lg-12.col-md-12.col-sm-12.col-xs-12.inner-page.sms-page .col-lg-6.col-md-6.col-sm-6.col-xs-8.send-sms .sms-from-container .form-group.buttons .col-lg-offset-3.col-lg-9.col-xs-3{
    padding-left: 0;
}

.inner-page .contact-list .contact-box .contact-data {
    position: relative;
    width: 100%;
    background-color: #f1f1f1;
    height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #ececec;
    background: #f1f1f1;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.send-sms > div.sms-from-container > form > div.form-group.buttons{
    padding: 0 5px;
}
.inner-page .contact-list .contact-box .contact-data li.parent {
    color: #d77b31;
    margin-top: 5px;
    margin-right: 8px;
}

.inner-page .contact-list .contact-box .contact-data li.parent span {
    font-weight: normal;
    font-size: 13px;
}

.inner-page .contact-list .contact-box .contact-data li.parent span:before {
    content: '-';
}

div.inner-page .contact-list .contact-box .contact-data li.parent ul {
    list-style: initial;
    margin-right: 15px;
    position: relative;
    top: -5px;
}

.inner-page .contact-list .contact-box .contact-data li.parent ul li {
    color: #83807a;
    font-weight: bold;
    margin-top: 5px;
    font-size: 13px;
    margin-right: 18px;
}

.inner-page .contact-list .contact-box .contact-data li.parent ul li.selected {
    color: #c32141;
    list-style: none;
    position: relative;
    right: -18px;
}

.inner-page .contact-list .contact-box .contact-data li.parent ul li.selected:before {
    content: '\2714';
    margin-left: 8px;
}

.inner-page .contact-list .contact-box input[type='submit'] {
    background: #d77b31;
    padding: 5px 10px;
    width: 48%;
    border-radius: 5px;
    margin-top: 10px;
}

.inner-page .contact-list .contact-box button {
    background: #1eb1bb;
    color: white;
}

.inner-page .contact-list .contact-box input[type='submit']:last-of-type {
    margin-left: 5px;
}

.inner-page .contact-list .contact-box .search input::-webkit-input-placeholder {
    color: #000;
}

.inner-page .contact-list .contact-box .search i {
    float: left;
    top: -19px;
    position: relative;
    right: 5px;
}

.inner-page .the-report.rpt-sms .report-container .search-form {
    padding: 10px;
}

.inner-page .the-report.rpt-sms .report-container .search-form label {
    width: 100px;
}

.inner-page .the-report.rpt-sms .report-container .search-form input,
.inner-page .the-report.rpt-sms .report-container .search-form select {
    margin-left: 15px;
    margin-bottom: 10px;
}

.inner-page .the-report.rpt-sms .report-container .search-form select {
    width: 178px;
}

.inner-page .the-report.rpt-sms .report-container .search-form label.last {
    width: 200px;
}

.inner-page .the-report.rpt-sms .report-container .search-form input.btn {
    width: 120px;
    background: #25c3ce;
}

.inner-page .the-report.rpt-sms .report-container .table-container {
    height: 65%;
}

.inner-page .contact {
    height: 90%;
}
.inner-page .contact .report-container{
    height: 94%;
}
.inner-page .contact-container {
    padding: 10px;
    background: #FFFFFF;
    height: 100%;
}
.inner-page .contact-container .contact-list {
    height: 100%;
}

.inner-page .contact-container .contact-list .div-title {
    background: #20737d;
}

body > div > div > div > div.col-lg-7.col-md-9.col-sm-12.col-xs-12.container-fluid.first > div{
    margin-right: -30px;
}

.chart{
    float: right;
    padding: 0 15px;
    margin-top: 5px;
    display: flex;
}

.chart span{
    font-size: 16px;
    color: #4C4C4C;
    position: absolute;
    margin-top: 10px;
    margin-right: 75px;
}

.chart .box{
    display: flex;
    width: 205px;
}

.chart h5{
    position: absolute;
    font-size: 17px;
    margin-right: 75px; 
    margin-top: 31px;
}
.chart > div:nth-child(1) > h5{
    color: #E74955;
}

.chart > div:nth-child(2) > h5{
    color: #33A3A6;
}

.chart > div:nth-child(3) > h5{
    color: #FCB322;
}

.chart > div:nth-child(4) > h5{
    color: #A8C77B;
}

.wilcome-user{
    float: right;
    padding: 0 15px;
    margin-top: 10px;
    height: 65px;
    width: 250px;
    margin-bottom: 10px;
}

.wilcome-user span{
    color: #4C4C4C;
    font-size: 16px;
}

.wilcome-user h3 {
    color: #25C3CE;
    margin-top: 5px;
}

.nav-bottom{
    padding: 0;
    margin: 0;
}

.nav-bottom-page{
    display: inline-flex;
    margin-top: 5px;
    position: fixed;
    bottom: 0;
    left: -3px;
    margin-bottom: 10px;
}

.nav-bottom .calc{
    border-radius: 100%;
    width: 80px;
    height: 80px;
    background-color: #ECECEC;
    color: #4C4C4C;
    text-align: center;
    margin: 0px 5px 5px 0;
    padding: 16px;
    box-shadow: inset 0 0px 2px rgba(0,0,0,0.125);
}

.nav-bottom .calc h5{
    font-size: 10px;
    position: fixed;
    margin-right: 21px;
    margin-top: -4px;
}

.nav-bottom .calc span{
    display: flex;
    font-size: 12px;
    font-family: ourFont_light;
    margin-top: 7px;
    margin-right: 8%;
}

.nav-bottom-page .calc{
    border-radius: 100%;
    width: 70px;
    height: 70px;
    background-color: #ECECEC;
    color: #4C4C4C;
    text-align: center;
    margin: 0px 0px 0px 10px;
    padding: 19px;
    box-shadow: inset 0 0px 2px rgba(0,0,0,0.125);
}

.nav-bottom-page .calc h5{
    font-size: 10px;
    position: fixed;
    margin-right: 21px;
    margin-top: -4px;
}

.nav-bottom-page .calc span{
    display: none;
}

.calc-page{
    border-radius: 100%;
    width: 67px;
    height: 67px;
    background-color: #ECECEC;
    color: #4C4C4C;
    margin: 0 0px 0 12px;
    padding: 24px 19px 0px 0px;
    box-shadow: inset 0 0px 2px rgba(0,0,0,0.125);
}

.calc-page span{
    display: flex;
    margin-top: -9px;
    margin-right: 0px;
}

.nav-bottom-page .calc:hover,
.nav-bottom .calc:hover{
    background-color: #4CD6DD;
    color: #fff;
    transition: 0.6s;
    cursor: pointer;    
}
.container-fluid > div > div > div:nth-child(6) span.tools.mif-tools.mif-2x.calc:hover{
    box-shadow: 34px -14px 143px #000000;
}

#myProfits-graph-id0-plotset-plot-0-node-0-value-box-1 > tspan,
#myFund-graph-id0-plotset-plot-0-node-0-value-box-1 > tspan,
#myFund-graph-id0-plotset-plot-1-node-0-value-box-1 > tspan,
#myProfits-graph-id0-plotset-plot-1-node-0-value-box-1 > tspan,
#myDebt-graph-id0-plotset-plot-0-node-0-value-box-1 > tspan,
#myDebt-graph-id0-plotset-plot-1-node-0-value-box-1 > tspan,
#myClient-graph-id0-plotset-plot-1-node-0-value-box-1 > tspan,
#myClient-graph-id0-plotset-plot-0-node-0-value-box-1{
    display: none;
}

.body-wid {
    padding: 5px;
    color: #000000;
    text-align: justify;
    background: white;
    border-radius: 0 0 4px 4px;
    font-size: 9px;
    height: 79%;
}

div.div-title > div:nth-child(1) > span:nth-child(2) {
    /* margin-right: 10px; */
}

body > div > div > div > div.col-lg-5.col-md-7.col-sm-8.col-xs-12.container-fluid.large > div > div > div > nav ul > li:nth-child(2) > a > span:nth-child(2),
body > div > div > div > div.col-lg-5.col-md-7.col-sm-8.col-xs-12.container-fluid.large > div > div > div > nav ul > li:nth-child(3) > a > span:nth-child(2),
body > div > div > div > div.col-lg-5.col-md-7.col-sm-8.col-xs-12.container-fluid.large > div > div > div > nav ul > li:nth-child(1) > a > span:nth-child(2){
    padding-right: 5px;
}

body > div > div > div > div:nth-child(5) > nav ul > a:nth-child(4) > li > span > h5{
    padding-top: 18px;
    font-size: 5px;
    position: fixed;
    margin-right: -36px;
}

.calc-page + .tooltip > .tooltip-inner {
      background-color: #8AC007; 
      color: #FFFFFF; 
      border: 1px solid green; 
      padding: 15px;
      font-size: 20px;
  }

  .calc-page + .tooltip.top > .tooltip-arrow {
      border-top: 5px solid green;
  }

/*************
*
* 1:    Responsive
* 1.1:  less than 1199px and more than 992px
* 1.2:  less than 991px and more than 768px
* 1.3:  less than 767px and more than 480px
* 1.4:  less than 479px and more than 300px
*
*************/

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    header .btn-group.profile > ul.dropdown-menu {
        min-width: 84.5%;
        left: 13px;
    }

    .main-page .send-balance form {
        height: 88%;
    }

    .main-page .send-balance {
        height: 55%;
    }

    .main-page .send-balance form .form-group {
        height: 25%;
        margin: 15px auto;
    }

    div.main-page div.hotLink li.has-sub > ul {
        right: 20px;
        width: 81%;
        margin-top: -3px;
    }

    div.main-page div.hotLink > ul li a {
        padding: 8px;
    }

    .main-page .agenda, .main-page .income-chart, .main-page .speed-sms {
        height: 59%;
        padding-left: 0;
    }

    .income-chart .chart-data {
        margin: 3px;
        float: right;
        width: 40%;
    }

    .income-chart .chart-data > div {
        margin: 5px 2px;
    }

    .income-chart .chart-data div {
        font-size: 12px;
    }

    .income-chart .chart {
        margin: 10px 5px;
        width: 50%;
    }

    #incomeExpensive {
        height: 120px !important;
        width: 150px !important;
    }

    .ll-skin-melon .ui-datepicker .ui-datepicker-next i, .ll-skin-melon .ui-datepicker .ui-datepicker-prev i {
        font-size: 14px !important;
    }

    .large-ads, .large-ads, .main-page .large-ads .vertical-ads {
        height: auto;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    header .logo {
        padding: 0;
    }

    header .logo img {
        margin: 0 13px
    }

    header .btn-group.profile > button {
        width: 35px;
    }

    header .btn-group.profile > ul.dropdown-menu {
        min-width: 35px;
        width: 35px;
        left: 16px;
        right: 13px;
    }

    header .btn-group.profile > ul.dropdown-menu li.user {
        height: 47px;
    }

    header .btn-group.profile > ul.dropdown-menu li:nth-child(2) a,
    header .btn-group.profile > ul.dropdown-menu li:nth-child(3) a {
        padding-left: 1px;
        text-align: center;
        padding-right: 0;
    }

    .main-left-nav ul li a {
        padding: 0;
    }

    body > .container-fluid .row, .main-page {
        height: auto;
    }

    div.main-page .first .row, div.main-page .first .row > div {
        height: 125px;
    }

    div.main-page div.hotLink > ul li a {
        padding: 5px 4px;
        font-size: 12px;
    }

    div.main-page div.hotLink li.has-sub > ul {
        margin-top: -1px;
        width: 76%;
    }

    .main-page .ads, .main-page .container-tab, .main-page .send-balance {
        height: 140px;
        margin-bottom: 15px;

    }

    .main-page .container-tab {
        padding-left: 15px;
    }

    .main-page .send-balance {
        height: 218px;
        margin-bottom: 5px;
    }

    .main-page .agenda, .main-page .speed-sms {
        padding-left: 15px;
    }

    .main-page .income-chart {
        height: 235px;
    }

    .income-chart .chart-data {
        float: right;
        height: 40%;
    }

    .large-ads {
        margin-top: 15px;
        height: 50% !important;
    }

    .large-ads .hidden-lg.vertical-ads {
        margin-right: 15px;
    }

    .main-page .large-ads .vertical-ads {
        height: 140px;
    }

}

@media only screen and (max-width: 767px) and (min-width: 480px) {

    header .logo {
        width: auto;
        padding: 0 10px;
    }

    header .logo img {
        margin: 0;
    }

    header .toggle-search > span {
        top: 0;
    }

    #mainLeftNav {
        display: none;
    }

    .main-left-nav {
        width: 58px;
        z-index: 123;
    }

    .main-left-nav ul li a {
        padding: 0;
    }

    div.main-page {
        width: 100%;
    }

    div.main-page .first .row,
    div.main-page .first .row > div {
        height: 125px;
    }

    .main-page .hotLink {
        text-align: center;
    }

    .main-page .hotLink > ul li {
        height: 30px;
    }

    div.main-page div.hotLink > ul li a {
        padding: 8px 7px;
    }

    div.main-page div.hotLink > ul li.has-sub > a:before,
    div.main-page div.hotLink li.has-sub:hover > a:before {
        content: '';
    }

    div.main-page div.hotLink li.has-sub > ul {
        right: 18px;
        width: 53%;
        margin-top: -3px;
    }

    div.main-page .second > .row, div.main-page .second > .row > div {
        height: auto;
    }

    .main-page .speed-sms-sm {
        margin-top: 15px;
    }

    .income-chart {
        padding: 0;
        margin: 15px 0;
    }

    .large-ads {
        padding-left: 0 !important;
    }

    .vertical-ads {
        height: 100px !important;
    }

    .main-page .links span.glyphicon.glyphicon-link {
        float: none;
        margin: 0 25%;
    }

    .main-page .links .div-title .arrow {
        left: 42%;
    }

    .main-page .ads, .main-page .container-tab, .main-page .send-balance {
        height: 135px;
        margin-bottom: 15px;
        padding-left: 15px;
    }

    .main-page .agenda {
        height: 215px;
        padding-left: 15px;
        margin-top: 10px;
    }

    .main-page .income-chart {
        height: 215px;
        padding: 0 15px;
    }

    .main-page .income-chart .chart-container {
        left: 15px;
        right: 15px;
        height: 137px;
    }

    .income-chart .chart-data {
        margin: 15px;
        width: 35%;
        float: right;
    }

    .main-page .agenda, .main-page .income-chart, .main-page .speed-sms {
        height: 215px;
        padding-left: 15px;
    }

    .large-ads {
        padding: 0 15px !important;
        margin-top: 10px;
        height: 135px;
    }
}

@media only screen and (max-width: 476px) and (min-width: 235px) {
    header .logo {
        width: auto;
        padding: 0 10px;
    }

    header .logo img {
        margin: 0;
    }

    header .toggle-search > span {
        top: 0;
    }

    .xs-top-nav {
        margin-right: 50%;
    }

    header .xs-top-nav ul.dropdown-menu {
        right: 0;
    }

    #mainLeftNav {
        display: none;
    }

    .main-left-nav {
        width: 58px;
    }

    .main-left-nav ul li a {
        padding: 0;
    }

    .main-page .ads, .main-page .container-tab, .main-page .send-balance {
        height: 200px;
        margin-bottom: 15px;
        padding-left: 15px;
    }

    .main-page .links span.glyphicon.glyphicon-link {
        float: none;
        margin: 0 25%;
    }

    .main-page .links .div-title .arrow {
        left: 42%;
    }

    .main-page .ads, .main-page .container-tab, .main-page .send-balance {
        height: 135px;
        margin-bottom: 15px;
        padding-left: 15px;
    }

    .main-page .agenda {
        height: 215px;
        padding-left: 15px;
        margin-top: 10px;
    }

    .main-page .income-chart {
        height: 215px;
        padding: 0 15px;
    }

    .main-page .income-chart .chart-container {
        left: 15px;
        right: 15px;
    }

    .income-chart .chart-data {
        margin: 15px;
        width: 35%;
        float: right;
    }

    .main-page .agenda, .main-page .income-chart, .main-page .speed-sms {
        height: 215px;
        padding-left: 15px;
    }

    .large-ads {
        padding: 0 15px !important;
        margin-top: 10px;
        height: 135px !important;
    }

    div.main-page .second > .row, div.main-page .second > .row > div {
        height: auto;
    }
}

.container {width: 150px; margin: 0 auto; overflow: hidden;}

header nav ul li.balance ul {
    display: flex;
    margin: 0 auto;
    list-style: none;
    margin: 0;
    padding: 0px 5px 0 5px;
}

header nav ul li.balance ul li{
    display: inline;
}

.clock {
    margin: 0 auto;
    color: #fff;
    background: #3E3E3E;
    border-radius: 4px;
    direction: ltr;
    height: 30px;
    padding-top: 5%;
    font-family: monospace;
    font-size: 18px;
    position: relative;
    text-shadow: 0px 0px 20px #25C3CE;
}

#Date { font-family:'BebasNeueRegular', Arial, Helvetica, sans-serif; font-size:36px; text-align:center; text-shadow:0 0 5px #00c6ff; }

#point { position:relative; -moz-animation:mymove 1s ease infinite; -webkit-animation:mymove 1s ease infinite; padding-left:5px; padding-right:5px; }

@-webkit-keyframes mymove{
0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
50% {opacity:0; text-shadow:none; }
100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }  
}

@-moz-keyframes mymove{
0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
50% {opacity:0; text-shadow:none; }
100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }  
}

.setting-view{
    background: #FFFFFF;
    position: fixed;
    top: 53px;
    bottom: 0;
    left: 50px;
    -webkit-box-shadow: inset 0px 0px 15px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px 0px 15px -3px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 0px 15px -3px rgba(0, 0, 0, 0.4);
    padding: 0 20px 0 20px;
}

.setting-view .profile-view{
    height: 90%;
    top: 5%;
    position: absolute;
    left: 0px;
    color: #5F5F5F;
    padding-left: 8px;    
}

.setting-view .profile-view .image {
    border-radius: 100%;
    width: 190px;
    height: 190px;
    border: 4px rgba(247, 247, 247, 0.95) solid;
    position: relative;
    background-position-x: -22px;
    background-position-y: 0px;
    background-size: 138%;
    background-image: url(../images/userPic/Nedall-Siam.jpg);
    left: -4px;
}

.setting-view .profile-view .image .upload{
    border-radius: 100%;
    width: 45px;
    height: 45px;
    border: 5px rgb(255, 255, 255) solid;
    background-color: #4CD6DD;
    color: #fff;
    text-align: center;
    padding-top: 3%;
    position: absolute;
    top: 75%;
    left: 0px;
    font-size: 20px;
}

.setting-view .profile-view .image .upload:hover{
    transition: 0.5s;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.setting-view .profile-view .image input[type=file],
.setting-view .profile-view .image input[type="button"],
.setting-view .profile-view .image input[type="file"]::-webkit-file-upload-button{
    padding: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
    border-radius: 100%;
    width: 35px;
    height: 36px;
    float: left;
}
.setting-view .profile-view h2{
    color: #5F5F5F;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    width: 190px;
    left: -4px;
    position: relative;
    margin: 2px 0 5px 0;
    font-family: inherit;
}

.setting-view .profile-view h2:before{
    content: '';
    border-top: 1px solid #cccccc;
    width: 35%;
    display: inline-block;
    margin-left: 5px;
}
.setting-view .profile-view h2:after{
    content: '';
    border-top: 1px solid #cccccc;
    width: 35%;
    display: inline-block;
    margin-right: 5px;
}
.setting-view .profile-view  h2:nth-child(4):before,
.setting-view .profile-view  h2:nth-child(4):after{
    width: 22%;
}
.setting-view .profile-view h2:nth-child(6):before,
.setting-view .profile-view h2:nth-child(6):after{
    width: 10.5%;
}
.setting-view .view-data{
    width: 190px;
    left: -4px;
    position: relative;
    display: table-cell;
}
.setting-view .view-data h3{
    width: 190px;
    text-align: center;
    margin: 0 0 5px 0px;
    font-family: inherit;
}
.setting-view .view-data span.text{
    padding-right: 5px;
    font-size: 14px;
    display: inline-block;
    width: 177px;
    line-height: 30px;
}
.setting-view .social-media,
.setting-view .view-sender{
    width: 190px;
    left: -4px;
    position: relative;
    display: inline-block;
}
.setting-view .view-sender span{
    padding: 3px
}
.setting-view .view-sender span span{
    padding: 1px;
}
.setting-view .view-sender div{
    margin: 0 0 3px 0;
}

.setting-view .social-media ul{
    display: flex;
}

.setting-view .social-media ul li{
    padding: 10px 11px 8px;
}

.setting-view .social-media ul li a{
    font-size: 20px;
    color: #5F5F5F;    
}

.setting-view .social-media ul li a:hover{
    transition: 0.5s;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0px 5px 3px rgba(0,0,0,.125);
    border-radius: 4px;
    padding: 5px;
}

.setting-view .social-media ul li:nth-child(5) > a:hover{
    color: #405D9A;
}

.setting-view .social-media ul li:nth-child(4) > a:hover{
    color: #5BA2D0;
}

.setting-view .social-media ul li:nth-child(3) > a:hover{
    color: #E22C29;
}

.setting-view .social-media ul li:nth-child(2) > a:hover{
    color: #EA4335;
}

.setting-view .social-media ul li:nth-child(1) > a:hover{
    color: #125688;
}

#pageContent{
    margin-top:10px;
    padding:0px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#loading{
    visibility: hidden;
    background: rgba(255, 255, 255, 0.77);
    border-radius: 16px;
    padding: 7px;
}


.navigation{
    display: flex;
}

.navigation li{
    background: #1eb1bb;
    border-radius: 4px;
    padding: 5px 15px 5px 15px;
    margin-left: 5px;
    height: 35px;
    z-index: 1;
}

.navigation li:active,
.navigation li:link,
.navigation li:visited,
.navigation li:hover,
.navigation li:focus{
    background: #9DBA73;
}
.navigation li:nth-child(7){
    background: inherit;
    position: fixed;
    top: 40%;
    right: 42.7%;
    display: none;
}


.navigation li a{
    color: #fff;
}

.profile-edit{
    padding: 0;
    color: #5F5F5F;    
}

.profile-edit h2{
    color: #5F5F5F;
    text-align: center;
    font-size: 23px;
    margin: 0px 0 10px 0;
    font-family: inherit;
}

.profile-edit h2:before{
    content: '';
    border-top: 1px solid #cccccc;
    width: 45.5%;
    display: inline-block;
    margin-left: 5px;
}

.profile-edit h2:after{
    content: '';
    border-top: 1px solid #cccccc;
    width: 45.5%;
    display: inline-block;
    margin-right: 5px;
}

.profile-edit:nth-child(2) >:before,
.profile-edit:nth-child(2) >:after{
    width: 42%;
 }

.profile-edit .details{
    padding: 0;
}

.profile-edit .details .row{
    padding: 5px 10px;
}

.profile-edit .details  .row span{
    padding: 0;
    color: #5F5F5F;
    font-size: 18px;
    padding-top: 3px;
    margin-left: 5px;  
}

.profile-edit .details .row span span{
    color: red;
    font-size: 30px;
    padding-left: 5px;
}

.profile-edit .details .row input{
    margin: 0 5px;
}

.profile-edit .sender{
    padding: 0;
}

.profile-edit .sender .row{
    padding: 5px 15px;
}

.profile-edit .sender .row span{
    padding: 0;
    color: #5F5F5F;
    font-size: 14px;
    text-align: justify;
}

.profile-edit .sender .row span span{
    color: red;
    font-size: 30px;
    padding-left: 5px;
}

.profile-edit .sender .row span i{
    color: red;
    font-style: normal;
}

.profile-edit .sender .row input{
    margin: 0 5px 10px 0px;
}

.add-sender{
    padding: 10px 5px 0 0;
}

.profile-edit .sender .add-sender  span{
    font-size: 13px;
}

.profile-edit .sender .add-sender  span span{
    font-size: 25px;
    padding-right: 0;
}
.add-id{
    padding: 0px 0px 0px 5px;
}

.profile-edit .sender .add-id button span{
    font-size: 30px;
    color: #fff;
}

.profile-edit .sender .add-id button span.add-photo{
    font-size: 16px;
    display: flex;
    padding: 5px 21%;
}

.profile-edit .sender .add-id button input{
    padding: 0px 23%;
}

.profile-edit .sender .upload-id{
    height: 150px;
    background: #E74A55;
    color: #fff;
    border: 1px solid #C52833 !important;
    padding: 0px;
}

.profile-edit .sender form > div:nth-child(2) > span{
    width: auto;
    padding: 0 10px;
    color: #5F5F5F;
    font-size: 18px;
    padding-top: 3px;
    margin-left: 5px;
}

button.submit-save {
    color: #FFFFFF;
    background: #9dba73;
    opacity: 1 !important;
    float: left;
    margin: 6px 6px 0px 6px;
}

button.submit-add {
    color: #FFFFFF;
    background: #1eb1bb;
    opacity: 1 !important;
    float: left;
    margin: 0px 0 0 9px;
    width: 18%;    
}

button.reset {
    color: #fff;
    background-color: #d9534f;
    opacity: 1 !important;
    float: left;
    margin: 6px 6px 0px 6px;    
}

button.submit-add:hover,
button.reset:hover,
button.submit-save:hover {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    color: #fff;
}

.setting-start{
    background: url(../images/start.png);
    background-repeat: no-repeat;
    height: 301px;
    width: 372px;
    background-position-y: -13px;
    background-position-x: -8px;
}

.wSelect-el {
    width: 0px;
    height: 0px;
    padding: 0px;
    margin: 0px;
    border: none;
    overflow: hidden;
}
.wSelect {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wSelect-arrow {
    position: absolute;
    width: 30px;
    right: 0px;
    top: 0px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0px center;
}
.wSelect-hover .wSelect-arrow,
.wSelect-active .wSelect-arrow  {
    background-position: -30px center;
}
.wSelect.wSelect-multiple {
    overflow: hidden;
}
.wSelect-selected {
    margin: 0px 5px 0px 5px;
    padding: 5px 0;
    overflow: hidden;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: 0 center;
}
.wSelect-options-holder {
    position: absolute;
    display: none;
    left: 0px;
    z-index: 200;
    overflow: hidden;
}
.wSelect-multiple .wSelect-options-holder {
    position: relative !important;
    display: block !important;
    top: auto !important;
    z-index: auto !important;
    border: none !important;
}
.wSelect-options {
    overflow-y: scroll;
    overflow-x: hidden;
}
.wSelect-option {
    background-repeat: no-repeat;
    background-position: 5px center;
    margin-bottom: 1px;
    cursor: pointer;
}
.wSelect-option-last {
    margin-bottom: 0px;
}
.wSelect-option-value {
    margin: 0 5px;
    padding: 5px 0;
    background-repeat: no-repeat;
    background-position: 0 center;
    white-space: nowrap;
    overflow: hidden;
}
.wSelect-option-disabled .wSelect-option-value {
    filter: alpha(opacity=20);
    opacity: 0.2;
}
.wSelect-option-icon {
    padding-left: 20px;
}

/***********************************
 * Theme - classic
 ***********************************/
.wSelect-theme-classic.wSelect {
    border: solid #CCC 1px;
    color: #555;
    background-color: #FAFAFA;
    font-size: 14px;
    /* font-family: verdana; */
    line-height: 20px;
    min-width: 65px;
    max-width: 300px;
    /* margin-bottom: 7px; */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    height: 34px;
    float: right;
    margin-left: 5px;
}
.wSelect-arrow {
    background-image: url('../images/Country/arrow-down.png');
}
.wSelect-theme-classic.wSelect-hover,
.wSelect-theme-classic.wSelect-active {
    border-color: rgb(82, 168, 236);
    border-color: rgba(82, 168, 236, 0.8);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.wSelect-theme-classic .wSelect-options-holder {
    background-color: #FAFAFA;
    border: solid #CACACA 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    min-width: 100px;
    max-width: 300px;
}
.wSelect-theme-classic .wSelect-options {
    border: solid #FAFAFA 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.wSelect-theme-classic .wSelect-option {
    background-color: #FFF;
    color: #333;
}
.wSelect-theme-classic .wSelect-option-disabled {
    background-color: #FFF !important;
    color: #333 !important; 
}
.wSelect-theme-classic .wSelect-option-selected,
.wSelect-theme-classic .wSelect-option:hover {
    background-color: #1EB1BB;
    color: #FAFAFA;
}

/***********************************
 * Labels
 ***********************************/
.wLabel-top,
.wLabel-left,
.wLabel-left-top {
    vertical-align: middle;
    font-size: 10px;
    line-height: 16px;
    color: #999;
    display: block;
    margin: 5px 0 3px 3px;
}
.wLabel-left-top {
    vertical-align: top;
}
@media screen and (min-width: 600px) {
    .wLabel-left,
    .wLabel-left-top {
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 70px;
        text-align: right;
        margin: 0 0 7px 0;
    }
}

#tabs {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 4px solid #20B8C3;
}

#tabs li {
    float: right;
    margin: 0 0em 0 0;
}

#tabs a {
    position: relative;
    background: #a8c77b;
    background-image: linear-gradient(to bottom, #a8c77b, #a8c77b);
    padding: 8px 23px 5px 10px;
    float: right;
    text-decoration: none;
    color: #FFF;
    text-shadow: 0px 0px 4px rgba(0,0,0,.3);
    border-radius: 0px 2px 0px 0px;
    box-shadow: 0 1px 9px rgba(0,0,0, 0.3);
    font-size: 13px;
    bottom: -9px;
}

#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after {
    background: #20b8c3;
}

#tabs a:focus {
  outline: 0;
}

#tabs a::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0px;
    left: -0.8em;
    bottom: 0;
    width: 1.5em;
    background: #a8c77b;
    background-image: linear-gradient(to bottom, #a8c77b, #a8c77b);
    box-shadow: -2px 2px 1px rgba(0,0,0,0.4);
    transform: skew(-20deg);
    border-radius: 2px 0px 0 0;
}

#tabs #current a,
#tabs #current a::after {
    background: #20b8c3;
    z-index: 3;
    height: 39px;
    bottom: -3px;
    font-size: 16px;
    padding-top: 10px;
}

.colorred{
    margin: -5px 0 0 0px;
}

#content {
    padding: 0;
    height: 95%;
    position: relative;
    z-index: 2;
    border-radius: 0 0px 0px 0px;
    box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
    margin-top: 4px;
}

.note-page{
    padding: 0;
    height: 100%;
    width: 100%;
}

.note-page .search{
    padding: 15px 0 15px 0;
    height: 65px;    
}

.note-page label{
    margin: -5px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    color: #4C4C4C;
    margin-top: 6px;    
}

.note-page .col-xs-3{
    padding: 0;
    margin: 0;
}

.note-page label:nth-child(1){
    margin: 6px -15px;
}

.note-page select:nth-child(5){
    margin-right: 5px;
}

.accordion {
    position: absolute;
    top: 50px;
    height: 87%;
    overflow: overlay;
    margin: 0 -15px;
}
.accordion h3 {
    padding: 7px 15px;
    border-radius: 6px;
    color: #fff;
    border: 0;
    cursor: pointer;
    background: #1DADB6;
    font-size: 16px;  
    margin: 5px 15px;   
}
.accordion h3:hover {
    background-color: #20737D;
}
.accordion h3.active {
    border-radius: 6px;
    margin: 5px 15px;  
    background: #2E656F;
    color: #fff;
    border: 0;
}
.accordion p {
    padding: 0;
    margin: 0px 15px;
}

.accordion p span{
    background: #000;
    height: auto;
    padding: 9px 9px;
    color: #4C4C4C;
    height: auto;
    margin: 0 2px 2px 2px;
    width: 32.3%;   
    cursor: pointer;
    float: right;    
}

.accordion p span:hover{
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.accordion p span:nth-child(1){
    padding: 9px 18px;
    font-size: 14px;
    color: #4C4C4C;
    background: rgba(134, 134, 134, 0.42);
}

.accordion p span:nth-child(2){
    background: #ddcc24;
}

.accordion p span:nth-child(3){
    background: #d84444;
}

.accordion p span:nth-child(4){
    background: #94cd83;
}

.accordion p span:nth-child(5){
    background: #30d5f8;
}

.accordion p span .cat-name{
    background: #C0C0C0;
    border-radius: 15px;
    margin: -5px;
    padding: 7px;
    width: auto;
    position: inherit;
    top: 5px;   
    font-size: 11px;
    right: -1px;
    margin-left: 6px;     
}

.accordion p span .note{
    text-align: justify;
    width: 100%;
    padding: 0;
    margin: 0;
    background: none;
    margin-bottom: 10px;
}

.accordion p span .trash{
    background: #C0C0C0;
    border-radius: 15px;
    color: red;
    font-size: 20px;
    padding: 7px 10px;
    margin: -5px -5px 0px;
    position: inherit;
    top: 5px;    
}

#add-note .modal-body textarea{
    width: 100%;
    position: relative;
    right: -21px;
    height: 265px;
}

#add-note .modal-body label{
    margin: -5px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    color: #4C4C4C;
    margin-top: 6px;
    margin-bottom: 10px;    
}

#add-note .modal-body .col-xs-12.search select{
    margin-right: 5px;
}

#add-note .modal-body input[type="color"]{
    float: left;
    margin-top: 5px;
    padding: 0;
}

.indexs-movements{
    padding: 0;
    height: 100%;
    width: 100%;
}

.indexs-movements .search{
    padding: 15px 0 15px 0;
    height: 65px;    
}

.indexs-movements .tapbox{
    background-image: url(../images/lodingtab.gif);
    position: relative;
    top: 63px;
    height: 378px;
    background-size: 100% 100%;
    width: 100%;
    opacity: 0.4;
}

.indexs-movements .search label{
    padding: 0;
    text-align: center;
    font-size: 14px;
    color: #4C4C4C;
    margin-top: 6px;    
}

.indexs-movements .col-xs-3{
    padding: 0;
    margin: 0;
}

.indexs-movements .search select:nth-child(5){
    margin-right: 5px;
}

.report{
    padding: 0;
    height: 100%;
    width: 100%;
}

.report .search{
    padding: 15px 0 15px 0;
    height: 65px;    
}

.report .tapbox{
    background-image: url(../images/lodingtab.gif);
    position: relative;
    top: 63px;
    height: 378px;
    background-size: 100% 100%;
    width: 100%;
    opacity: 0.4;
}

.report .search label{
    padding: 0;
    text-align: center;
    font-size: 14px;
    color: #4C4C4C;
    margin-top: 6px;    
}

.report .col-xs-3{
    padding: 0;
    margin: 0;
}

.report .search select:nth-child(5){
    margin-right: 5px;
}

.bank-page{
    padding: 0;
    height: 100%;
    width: 100%;
}

.bank-page .search{
    padding: 15px 0 15px 0;
    height: 65px;    
}

.bank-page .tapbox{
    background-image: url(../images/lodingtab.gif);
    position: relative;
    top: 63px;
    height: 378px;
    background-size: 100% 100%;
    width: 100%;
    opacity: 0.4;
}

.bank-page .search label{
    padding: 0;
    text-align: center;
    font-size: 14px;
    color: #4C4C4C;
    margin-top: 6px;    
}

.bank-page .col-xs-3{
    padding: 0;
    margin: 0;
}

.bank-page .search select:nth-child(5){
    margin-right: 5px;
}

.bank-page .search .buttons-bar{
    padding: 0 5px 0 0;
}

.bank-page .search .buttons-bar .add-bank{
    border: 0;
    border-radius: 4px;
    background: #A8C77B;
    color: white;
    padding-right: 15px;    
}

.bank-page .search .buttons-bar .add-bank:hover{
-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.roles-page .roles-group .div-title button{
    border-radius: 4px 0 0 0;
    border: 0;
    height: 32px;
    position: absolute;
    top: 0px;
    left: 15px;
}
.roles-page .roles-select .div-title button{
    border-radius: 4px 0 0 0;
    border: 0;
    height: 32px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.roles-page{
    padding: 0;
}

.roles-group{
    padding-right: 0;
}

.roles-page .roles-group .roles-group-container {
    background: white;
    border-radius: 0 0 4px 4px;
    height: 500px;
}

.roles-page .roles-group .roles-group-container table{
    padding: 0;
    margin: 0;
}
.roles-page .roles-group .roles-group-container table thead tr th{
    text-align: right;
    padding-right: 10px;
}

.roles-page .roles-group .roles-group-container table tbody tr td a span{
    color: #20737D;
    padding: 3px 7px 0px 7px;
    margin: -11px 4px -2px 0px;
    float: right;
    font-size: 19px;
    font-weight: 100;
    position: relative;
    top: 4px;
}
.roles-page .roles-group .roles-group-container table tbody tr td a span:hover{
    background: #9FC764;
    color: #fff !important;
    border-radius: 4px;
    transition: 0.5s;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    padding: 3px 8px 3px 8px;
}

.roles-page .roles-group .roles-group-container table tbody tr td:nth-child(3) a span:hover{
    background: #D9534F;
}

.roles-page .roles-group .roles-group-container table tbody tr td:nth-child(2) a span{
    color: #82AF42;
}

.roles-page .roles-group .roles-group-container table tbody tr td:nth-child(3) a span{
    color: #D9534F;
}

.roles-page .roles-group .roles-group-container table tbody tr td{
    cursor: default;
    color: #52677a;
    line-height: 100%;
    text-align: right;
    padding-right: 10px;    
}

.roles-page  .roles-select .roles-list .roles-box .search input{
    padding: 5px 11px 6px;
    width: 99%;
    color: #ffffff;
    background: #f1f1f1;
    border-radius: 4px;
    height: 20px;
}

.roles-page  .roles-select .roles-list form {
    padding: 10px;
}

.roles-page .roles-select .roles-box {
    background: white;
    border-radius: 0 0 4px 4px;
    height: 440px;    
}

.roles-page .roles-select .sys-box {
    height: 497px;    
}

.roles-page  .roles-select .roles-list form .search{
    height: 20px;
    margin-right: 10px; 
}
.roles-page .roles-select{
    padding: 0;
}

#basic-search{
    z-index: 2;
    top: 0px;

}
.switch_checkbox{display:none;}
.switchbtn {width: 30px;height: 25px;background-color: #CD605D; z-index: 0; margin: 0; padding: 0; cursor: pointer; position: relative; border-radius: 100px;    margin: 0 auto;}
.switchbtn:before {content: ' ';position: absolute;left: 2px;top: 2px;width: 26px;height: 21px;background: #CD605D;z-index: 99;border-radius: 52px;}
.switchbtn:after {content: "Ù„Ø§";height: 22px;width: 27px; border-radius: 52px; background-color: #fff; position: absolute; z-index: 999; top: 1px; left: 1px;
    text-align: center; box-shadow: 0 2px 5px #999999; padding-top: 0px; font-size: 13px; color: #CD605D;}
.switchon, .switchon:before {background-color: #5CB85C !important;}
.switchon:after {left: 1px !important;content: "Ù†Ø¹Ù…"; color: #5CB85C;}

.switch_checkboxoff{display:none;}
.switchbtn2 {  width: 30px;height: 25px;background-color: #acacac; z-index: 0; margin: 0; padding: 0; cursor: pointer; position: relative; border-radius: 100px;    margin: 0 auto;}
.switchbtn2:before {content: ' ';position: absolute;left: 2px;top: 2px;width: 26px;height: 21px;background: #acacac;z-index: 99;border-radius: 52px;}
.switchbtn2:after {cursor: not-allowed; content: '/';height: 22px;width: 27px; border-radius: 52px; background-color: #fff; position: absolute; z-index: 999; top: 1px; left: 1px;
    text-align: center; box-shadow: 0 2px 5px #999999; padding-top: 0px; font-size: 13px; color: #acacac;}

.roles-page .roles-select .roles-list ul{
    background: #20737D;
    padding: 0;
    color: #FFF;
    margin-left: 5px;
    width: 76px;    
}

.roles-page .roles-select .roles-list ul li{
    border-bottom: 1px solid #1EB1BB;
    padding: 7px;
    margin: 0;
    width: 100%;
    /* height: 55px; */
    line-height: 23px;
    color: #fff;
}

#tabs2 > li:nth-child(10){
    border: 0;
}

.roles-page .roles-select .roles-list ul li a{
    color: #fff;
    font-weight: 100;
}

.roles-page .roles-select .roles-list ul li a span{
    display: list-item;
    text-align: center;
    padding: 0.1px;
}
.roles-page .roles-select .roles-list ul li a span:first-of-type{
    padding: 15.5% 0 15.5% 0;
    margin: -7px -7px;
    font-weight: 100;
    font-size: 16px;
}

.roles-page .roles-select .roles-list ul li:hover{
    background: linear-gradient(to right, #1eb1bb, rgba(0, 0, 255, 0));
    transition: width 2s;
    -webkit-transition: width 2s;
}
.roles-page .roles-select .roles-list div:nth-child(1) table thead tr:nth-child(1) th:nth-child(1){
    width: 34%;
    position: relative;
    top: -18px;
    text-align: center;
    font-size: 16px;
    font-weight: 100;
}

.roles-page .roles-select .roles-list table{
    padding: 0;
    margin: 0;
    font-weight: 100;
}

.roles-page .roles-select .roles-list table thead tr th{
    text-align: center;
    padding: 5px;
    margin: 0;
    font-weight: 100;
}

.inner-page.roles-page .roles-select .roles-list > div > div > div.table-responsive.tbody{
    height: 380px
}
.roles-page .roles-select .roles-list table > tbody > tr td{
    color: #52677a;
    line-height: 2; 
}

.inner-page .roles-page .roles-list .profile-edit{
    width: 69%;
    height: 96%;
    overflow-y: overlay;
    overflow-x: hidden;
    margin: 10px 0;
}

.inner-page.roles-page .roles-list .profile-edit h2{
    color: #e74a55;
    text-align: center;
    font-size: 23px;
    font-family: inherit;
    width: 98%;
}

.inner-page.roles-page .roles-list .profile-edit h2:before {
    content: '';
    border-top: 1px solid rgba(231, 74, 85, 0.5);
    width: 38.8%;
    display: inline-block;
    margin-left: 5px;
}

.inner-page.roles-page .roles-list .profile-edit h2:after {
    content: '';
    border-top: 1px solid rgba(231, 74, 85, 0.5);
    width: 38.8%;
    display: inline-block;
    margin-right: 5px;
}

.inner-page .roles-page .roles-list .logo{
    padding: 0;
    /* margin: 0; */
    width: 21%;
    height: 100%;    
}

.inner-page.roles-page .roles-list .logo h2{
    color: #5F5F5F;
    text-align: center;
    font-size: 23px;
    font-family: inherit;
    margin: .625rem 0;    
}

.inner-page.roles-page .roles-list .logo h2:before {
    content: '';
    border-top: 1px solid #cccccc;
    width: 27.9%;
    display: inline-block;
    margin-left: 5px;
}

.inner-page.roles-page .roles-list .logo h2:after {
    content: '';
    border-top: 1px solid #cccccc;
    width: 27.9%;
    display: inline-block;
    margin-right: 5px;
}

.add-logo{
    padding: 0px 5px 10px 5px;
}

.inner-page.roles-page .roles-list .logo .add-logo button span{
    font-size: 30px;
    color: #fff;
}


.inner-page.roles-page .roles-list .logo .add-logo button span.add-photo{
    font-size: 16px;
    display: flex;
    padding: 5px 21%;
}

.inner-page.roles-page .roles-list .logo .add-logo button input{
    padding: 0px 5%;
}

.inner-page.roles-page .roles-list .logo .upload-logo{
    height: 147px;
    background: #E74A55;
    color: #fff;
    border: 1px solid #C52833 !important;
    padding: 0px;
    background-image: url(../images/logoUser.png);
    background-size: 100%;
    background-position: 1px -9px;
    background-blend-mode: soft-light;
}

.inner-page.roles-page .roles-list .logo .upload-logo:hover{
    background-blend-mode: normal;
}


.inner-page.roles-page .roles-list .logo .upload-file{
    height: 147px;
    background: #E74A55;
    color: #fff;
    border: 1px solid #C52833 !important;
    padding: 0px; 
}

.inner-page.roles-page .roles-list .logo h2.lg{
    margin: .625rem 0;
}

.inner-page.roles-page .roles-list .logo h2.lg:before {
    width: 13%;
}

.inner-page.roles-page .roles-list .logo h2.lg:after {
    width: 13%;
}

.inner-page.roles-page .roles-list .profile-edit h2.sys{
    margin: .625rem 0;    
}

.inner-page.roles-page .roles-list .profile-edit h2.sys:before {
    width: 35.5%;
}

.inner-page.roles-page .roles-list .profile-edit h2.sys:after {
    width: 35.5%;
}

#tabs2 {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 4;
}

#tabs2 li {
    float: right;
    margin: 0 0em 0 0;
    padding: 0;
}

#tabs2 a {
    position: relative;
    background: #a8c77b;
    /* background-image: linear-gradient(to bottom, #a8c77b, #a8c77b); */
    float: right;
    text-decoration: none;
    color: #FFF;
    text-shadow: 0px 0px 4px rgba(0,0,0,.3);
    /* border-radius: 0px 2px 0px 0px; */
    box-shadow: 0 1px 9px rgba(0,0,0, 0.3);
    /* font-size: 13px; */
    /* bottom: -9px; */
    width: 76px;
}

#tabs2 a:hover,
#tabs2 a:hover::after,
#tabs2 a:focus,
#tabs2 a:focus::after {
    background: #20b8c3;
}

#tabs2 a:focus {
  outline: 0;
}

#tabs2 a::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0px;
    left: -0.8em;
    bottom: 0;
    width: 1.5em;
    background: #a8c77b;
    background-image: linear-gradient(to bottom, #a8c77b, #a8c77b);
    box-shadow: -2px 2px 1px rgba(0,0,0,0.4);
    transform: skew(-20deg);
    border-radius: 2px 0px 0 0;
}

#tabs2 #current a,
#tabs2 #current a::after {
    background: linear-gradient(to right, #1eb1bb, rgba(0, 0, 255, 0));
    transition: width 2s;
    -webkit-transition: width 2s;
    z-index: 2;
}

#content {
    padding: 0;
    position: relative;
    z-index: 2;
    border-radius: 0 0px 0px 0px;
    box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
    margin-top: 0px;
}

.disabled{
    cursor: not-allowed;
    opacity: 0.2;
}

.profile.open ul li.divider{
    margin: 5px 0 0px 0;
    opacity: 0.2;
}

.profile.open ul li:nth-child(3) a span.fa.fa-key{
    padding: 7px 5px 0 0px;
    display: inline-block;
    color: #fff;
}
#calculate > div.modal-body > div > label {
    color: #3C3C3C;
    font-weight: 100;
    display: table;
    width: auto;
    margin: 6px 19% 0px 10px;
}

.generic-table table tfoot tr th button.convert{
    width: 100%;
    float: right;
    border-left: 1px solid #a52b3c;
    background: #ce352c;
    color: #fff;
    font-weight: 100;
    border-right: 1px solid #a52b3c;
}

.generic-table table tfoot tr th button.review{
    width: 100%;
    float: right;
    border-left: 1px solid #825907;
    background: #d89419;
    color: #fff;
    font-weight: 100;
    border-right: 1px solid #825907;
}

#page-wrap                      { width: 279px; position: relative; }
#chat-wrap                      { margin: 0 0 10px 0; }
#chat-area                      { height: 220px; overflow: auto; border: 1px solid #666; padding: 20px; background: white; }
#chat-area span                 { color: white; background: #333; padding: 4px 8px; -moz-border-radius: 5px; -webkit-border-radius: 8px; margin: 0 5px 0 0; }
#chat-area p                    { padding: 8px 0; border-bottom: 1px solid #ccc; }
#name-area                      { position: absolute; top: 12px; right: 0; color: white; font: bold 12px "Lucida Grande", Sans-Serif; text-align: right; }   
#name-area span                 { color: #fa9f00; }
#send-message-area p            { float: left; color: white; padding-top: 27px; font-size: 14px; }
#sendie                         { border: 3px solid #999; width: 360px; padding: 10px; font: 12px "Lucida Grande", Sans-Serif; float: right; }

.modal.fade.in .modal-body ul li ul li button span.user-name{
    font-size: 15px;
}

.inner-page .buttons-bar .add2{
    height: 34px !important;
    background: #9dba73 !important;
    border: none !important;
}

.accounting-edit{
    padding: 0;
    color: #5F5F5F; 
    width: 90.7%;   
}

.accounting-edit h2{
    color: #e74a55;
    text-align: center;
    font-size: 23px;
    margin: 0px 0 10px 0;
    font-family: inherit;
}

.accounting-edit h2:before{
    content: '';
    border-top: 1px solid rgba(231, 74, 85, 0.5);
    width: 38%;
    display: inline-block;
    margin-left: 5px;
}

.accounting-edit h2:after{
    content: '';
    border-top: 1px solid rgba(231, 74, 85, 0.5);
    width: 38%;
    display: inline-block;
    margin-right: 5px;
}

.inner-page .roles-page .roles-list .accounting-edit{
    height: 96%;
    overflow-y: overlay;
    overflow-x: hidden;
    margin: 10px 0;
}

.accounting-edit .details{
    padding: 0;
}

.accounting-edit .details .row{
    padding: 5px 10px;
}

.accounting-edit .details .row span{
    color: #5F5F5F;
    font-size: 18px;
    padding-top: 3px;
    margin-left: 5px;  
}

.accounting-edit .details .row span span{
    color: red;
    font-size: 30px;
    padding-left: 5px;
}

.accounting-edit .details .row input{
    margin: 0 0 0 5px;
}

.accounting-edit .details .row span.mif-search,
.accounting-edit .details .row span.mif-plus{
    color: #E74A55;
    font-size: 24px;
    padding-top: 5px;
    padding-right: 3px;
}

.accounting-edit h2.emp{
    color: #e74a55;
    text-align: center;
    font-size: 23px;
    margin: 0px 0 10px 0;
    font-family: inherit;
}

.accounting-edit h2.emp:before{
    content: '';
    border-top: 1px solid rgba(231, 74, 85, 0.5);
    width: 37%;
    display: inline-block;
    margin-left: 5px;
}

.accounting-edit h2.emp:after{
    content: '';
    border-top: 1px solid rgba(231, 74, 85, 0.5);
    width: 37%;
    display: inline-block;
    margin-right: 5px;
}

.accounting-edit h2.book{
    color: #e74a55;
    text-align: center;
    font-size: 23px;
    margin: 0px 0 10px 0;
    font-family: inherit;
}

.accounting-edit h2.book:before{
    content: '';
    border-top: 1px solid rgba(231, 74, 85, 0.5);
    width: 45%;
    display: inline-block;
    margin-left: 5px;
}

.accounting-edit h2.book:after{
    content: '';
    border-top: 1px solid rgba(231, 74, 85, 0.5);
    width: 45%;
    display: inline-block;
    margin-right: 5px;
}

/**Ø§Ù„ØªØ§Ø¨ ÙÙŠ ØµÙØ­Ø© Ø§Ù„Ø¥Ø¶Ø§ÙØ©**/

#tabsAdd {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 2px solid #c13741;
}

#tabsAdd li {
    float: right;
    margin: 0 0em 0 0;
}

#tabsAdd a {
    position: relative;
    background: #1dadb6;
    background-image: linear-gradient(to bottom, #1dadb6, #2d828a);
    padding: 4px 15px 5px 8px;
    float: right;
    text-decoration: none;
    color: #FFF;
    /* text-shadow: 0px 0px 4px rgba(0,0,0,.3); */
    border-radius: 0px 2px 0px 0px;
    /* box-shadow: 0 1px 9px rgba(0,0,0, 0.3); */
    font-size: 12px;
    bottom: -9px;
}

#tabsAdd a:hover,
#tabsAdd a:hover::after,
#tabsAdd a:focus,
#tabsAdd a:focus::after {
    background: #20b8c3;
}

#tabsAdd a:focus {
  outline: 0;
}

#tabsAdd a::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0px;
    left: -8px;
    bottom: 0;
    width: 13px;
    background: #1dadb6;
    background-image: linear-gradient(to bottom, #1caab3, #2a8991);
    box-shadow: -2px 2px 1px rgba(0,0,0,0.4);
    transform: skew(-20deg);
    border-radius: 2px 0px 0 0;
}

#tabsAdd #current a,
#tabsAdd #current a::after {
    background: #e74a55;
    background-image: linear-gradient(to bottom, #e74a55, #b7343d);
    z-index: 3;
    height: 35px;
    bottom: -6px;
    font-size: 14px;
    padding-top: 7px;
    padding-left: 6px;
    padding-right: 6px;
}

/**Ø§Ù„Ù†Ù‡Ø§ÙŠØ©**/

/** Ø§Ù„Ø¨ÙˆØ¨ Ø£Ø¨ **/
.modal-content .generic-table #tab1 div li,
.modal-content .generic-table #tab2 div li,    
.modal-content .generic-table #tab3 div li,    
.modal-content .generic-table #tab4 div li,
.modal-content .generic-table #tab5 div li,
.modal-content .generic-table #tab6 div li,
.modal-content .generic-table #tab7 div li,        
.modal-content .generic-table #tab8 div li,        
.modal-content .generic-table #tab9 div li{        
    padding: 5px 15px 0;
    font-size: 12px;
    list-style-type: none;
    color: #3e3e3e;
}

.modal-content .generic-table #tab1 div li a span,
.modal-content .generic-table #tab2 div li a span,    
.modal-content .generic-table #tab3 div li a span,    
.modal-content .generic-table #tab4 div li a span,
.modal-content .generic-table #tab5 div li a span,
.modal-content .generic-table #tab6 div li a span,
.modal-content .generic-table #tab7 div li a span,
.modal-content .generic-table #tab8 div li a span,
.modal-content .generic-table #tab9 div li a span{
    color: #E74A55;
    font-size: 24px;
    padding-top: 5px;
    padding-right: 3px;
}

.modal-content .generic-table #tab3 .add2{
    height: 34px !important;
    background: #9dba73 !important;
    border: none !important;
}

/** Ù†Ù‡Ø§ÙŠØ© Ø§Ù„Ø¨ÙˆØ¨ Ø£Ø¨ **/

/** ØµÙØ­Ø© Ø§Ù„Ø¥Ø¶Ø§ÙØ© **/

.add-data span{
    text-align: center;
}

.add-data .alert{
    padding: 0px 0px 0px 0px;
    background: rgba(255, 0, 0, 0.69);
    height: 24px;
    /* border-radius: 7px; */
    margin: 1px 7px 0px 0px;
}

.add-data .alert label{
    color: #fff;
}

.add-data .alert select:focus,
.add-data .alert select{
    color: #FFF !important;
    background: rgba(0, 0, 0, 0.5) !important;
    border: 1px solid rgba(0,0,0,0.5) !important;
    height: 22px !important;    
}

.add-data .alert .input-group{
    margin: 0;
    padding: 0;
    float: left;
}

.add-data {
    display: flex;
    padding: 0;
    margin-bottom: 4px;
}

.addPage{
    height: 83%;
    overflow: overlay;
    margin: 0;
    padding: 5px 0 0 0;
    border-top: 2px solid #e74a55;
}

.container-fluid .addPage span label{
    padding-top: 3px;
    color: #3C3C3C;
    font-weight: 100;
    /* display: table; */
    /* width: auto; */
    /* margin: 5px; */
    /* top: -4px; */
    height: 24px;
    margin: 0;
    padding-right: 2px;
    padding-left: 5px;        
}

.container-fluid .addPage span input{
    border-radius: 2px;
    border: 1px solid #AFAFAF !important;
    background: rgba(241, 241, 241, 0.82);
    height: 20px;
    margin-right: 2px;
    margin-left: 2px;
    padding: 4px 4px;
}

.container-fluid .addPage span a {
    color: #E74A55;
    font-size: 20px;
    padding-right: 3px;
    float: right;
    height: 25px;
    padding: 0px 3px;
}

.container-fluid .addPage .form-control:focus,
.container-fluid .addPage .form-control {
    border-radius: 2px !important;
    border: 1px solid #AFAFAF !important;
    background: #fff;
    height: 25px;
    margin-right: 2px;
    margin-left: 2px;
    padding: 0px 4px;
}

.container-fluid .addPage .upload-file,
.container-fluid .addPage .upload-file:focus{
    height: 147px;
    background: #E74A55;
    color: #fff;
    border: 1px solid #C52833 !important;
    padding: 0px;
    background-size: 100%;
    background-position: 1px -9px;
    background-blend-mode: soft-light;
}

.container-fluid .addPage .upload-file input[type=file]{
    padding: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 50;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    float: right;
}

.container-fluid .addPage .upload-file span{
    font-size: 24px;
    position: absolute;
    top: 40%;
}

.container-fluid .addPage .upload-file .text{
    font-size: 14px;
    position: absolute;
    top: 60%;
    right: 36%;    
}


.container-fluid .addPage > ul > li{
    width: 25%;
    border: 1px solid #000;
}

.container-fluid .addPage .pricing_table2{
    display: -webkit-box;
    width: 100%;
    padding: 0px;
}

.container-fluid .addPage .pricing_table2 .price_block2{
    width: 25%;
    border: 1px solid #000;
    height: 274px;
}

.container-fluid .addPage .pricing_table2 .price_block2:hover{
    width: 25%;
    border: 1px solid #000;
    height: 274px;
    box-shadow: 0px 4px 0px 4px rgba(0, 0, 0, 0.53);
    transform: scale(1.0) translateY(-5px);
}
.container-fluid .addPage .pricing_table2 .price_block2 .features2{
    color: #3e3e3e;
    padding-left: 0;
    position: relative;
    height: 270px;
}

.container-fluid .addPage .pricing_table2 .price_block2 .features2:hover{
    height: 272px;
    background: #ddd;
}

.container-fluid .addPage  span input{
    border-radius: 4px;
}

.container-fluid .addPage  div ul li ul  li button{
    border: 1px solid #C52833;
}

.container-fluid .addPage ul > li ul > li select{
    height: 20px;
    border-radius: 2px;
    padding-top: 3px;
    background-color: rgba(241, 241, 241, 0.82);
}

.container-fluid .addPage .frame{
    width: 96%;
    border: 1px solid #E74A55;
    border-radius: 4px;
    margin: 20px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.container-fluid .addPage label input[type="checkbox"]{
    height: 20px !important;
    width: 20px;
    margin-left: 10px;
    color: #3B3B3B;
}

.container-fluid .addPage .generic-table > table > tfoot > tr > th:nth-child(2) > button{
    float: right;
    border-left: 1px solid #c52833;
    width: auto;
    color: #fff;
    padding: 0 10px 0 10px;
    display: block;
}

.container-fluid .addPage .generic-table > table > tfoot > tr > th:nth-child(2) button:nth-child(4){
    float: right;
    border-left: 1px solid #c52833;
    display: block;
}

.container-fluid .addPage .generic-table table thead tr th{
    border-color: #C52833;
    border-bottom: 0;
    border-top: 0;
    padding: 0;
    vertical-align: middle;
}

.container-fluid .addPage span:nth-child(1) > label{
/*    margin-top: 6px;*/
    padding: 4px;
}

.container-fluid .addPage span label input[type="checkbox"]{
    margin-left: 7px;
    margin-bottom: 5px;
    border-radius: 100%;
}

.container-fluid .addPage ul li ul li a span{
    color: #E74A55;
    font-size: 20px;
    padding-right: 3px;
    float: right;
    height: 25px;
    padding: 3px;
}

.container-fluid .addPage table thead{
    background: #E74A55;
    border-bottom: 0;
}

.container-fluid .addPage table thead tr th{
    color: #fff;
    text-align: center;
}
.modal-body table tbody tr  td{
    text-align: center;
    width: 25%;
}
.container-fluid .addPage .input-group{
    display: flex;
    height: 24px;
}

.container-fluid .addPage ul li ul li button{
    height: 120px;
    background: #E74A55;
    color: #fff;
}

.container-fluid .addPage ul li ul li button input{
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    filter: alpha(opacity=0);
}

.container-fluid .addPage .upload-file:hover,
.container-fluid .addPage ul li ul li button:hover{
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0px 0px 53px 20px rgba(0,0,0,0.125);
}

.container-fluid .addPage ul li ul li button span{
    font-size: 24px
}

.container-fluid .addPage table{
    height: auto;
}

.modal.fade.in table tbody{
    max-height: 258px;
}

#scrollbar > tbody{
    max-height: 258px;
    overflow: overlay;
    display: inline-block;
}

.container-fluid .addPage table tfoot{
    background: #E74A55;
}

.container-fluid .addPage  table tfoot tr th button:hover{
    background: #c52833;
    color: #fff;
}

.container-fluid .addPage ul:nth-child(1) li:nth-child(4) ul li button{
    width: 50px;
    background: #E74A55;
    border: 1px solid #C52833 !important;
    padding: 0px;
    height: 30px;    
}

.container-fluid .addPage ul:nth-child(1) li:nth-child(4) ul li button span{
    padding: 2px;    
}

.container-fluid .addPage ul:nth-child(1) li:nth-child(4) ul li button input{
    opacity: 0;
    position: relative;
    top: -30px;
    height: 30px;
    width: 48px;
}

.container-fluid .addPage ul:nth-child(1) li:nth-child(4) ul li span a span{
    font-size: 10px;
    padding: 3px;
    background: #E74A55;
    color: #fff;
    border-radius: 2px;
    margin-left: 5px;
}

.container-fluid .addPage table tfoot tr th button {
    height: 30px;
    background: rgba(30, 177, 187, 0);
    border: 0;
    color: #3d3d3d;
    font-size: 16px;
    border-right: 1px solid #c52833;
    /* width: 37px; */
    height: 28px;
}

.container-fluid .addPage form{
    color: #E74A55;
    font-size: 18px;
    padding-right: 25%;
}
.container-fluid .addPage form label input[type="radio"]{
    width: 50px;
    height: 17px;
}

.container-fluid .addPage form span{
    color: #2d646e;
} 

.container-fluid .addPage  textarea{
    margin: 0 20px 0 20px;
    width: 96%;
    resize: none;
    height: 197px;
    border-radius: 2px;
    background: url(../images/textback.png);
    background-position-y: -105px;
    font-size: 18px;
    line-height: 26px;
    color: #000;
}

.container-fluid .addPage  textarea:focus{
    border-radius: 4px;
    border: 1px solid #AFAFAF !important;
}

.container-fluid .addPage ul li ul li span{
    padding-top: 15px;
    padding-left: 2px;
}

.container-fluid .addPage ul li ul li label{
    padding-top: 4px !important; 
    padding: 0;
}

.container-fluid .addPage ul li span a{
    font-size: 15px;
}

.container-fluid .addPage ul:nth-child(1) > li:nth-child(4) > ul > li > div:nth-child(3){
    padding-top: 5px;
}

.container-fluid .addPage ul li ul li table tbody tr th{
    text-align: center;
}

.container-fluid .addPage ul li ul li table{
    border: 1px solid #C52833;
    margin: 1.625rem 0;    
}

.container-fluid .addPage ul li ul li table thead{
    border-bottom: 3px solid #C52833;
}

.container-fluid .addPage ul li ul li table tbody tr{
    border-top: 2px solid #C52833;
    border-bottom: 1px solid #C52833;
}

.container-fluid .addPage ul li table{
    border: 1px solid #C52833;
}

.container-fluid .addPage ul li table thead{
    border-bottom: 3px solid #C52833;
}

.container-fluid .addPage ul li table tbody tr{
    border-top: 2px solid #C52833;
    border-bottom: 1px solid #C52833;
}

.container-fluid .addPage ul li table tbody tr th{
    text-align: center;
}

.container-fluid .addPage ul:nth-child(1) > li:nth-child(4) div:nth-child(3){
    padding-top: 5px;
}

.container-fluid .addPage ul li ul li table tbody tr th:nth-child(1){
    background: #E74A55;
    color: #FFF;
}
.container-fluid .addPage ul li table thead tr th:nth-child(1){
    background: #C52833;
}

.container-fluid .addPage ul li table tr th{
    border: 1px solid #C52833;
    font-weight: 100;    
}

.container-fluid .addPage ul li table tbody tr th:nth-child(1){
    background: #E74A55;
    color: #fff;
}

.container-fluid .addPage div:nth-child(3) ul li label{
    color: #3C3C3C;
    font-weight: 100;
    font-size: 14px;
}

.container-fluid .addPage ul li span{
    top: 10px;
    padding: 0;
    margin: 0;
}

.container-fluid .addPage span.col-lg-3  a span{
    font-size: 10px;
    padding: 3px;
    background: #E74A55;
    color: #fff;
    border-radius: 2px;
    margin-left: 5px;
}

.container-fluid .addPage span.col-lg-3 a{
    padding-left: 2px;
    font-size: 15px; 
    padding-top: 25px;   
}

.container-fluid .addPage div:nth-child(3) > ul > li.col-lg-4 > div > a{
    font-size: 23px;
    display: table-cell;
    padding-right: 10px;
    color: #E74955;
    position: relative;
    top: 4px;
}

.container-fluid .addPage ul li table tbody tr th input[type="text"]{
    width: 101px;
    padding: 0;
    margin: -11px;
    border: 0;
    height: 35px;
    text-align: center;
    color: #000;
    font-size: 18px;
}

.container-fluid .addPage ul li table tbody tr th input[type="text"]:hover{
    background-color: #dddddd;
    color: #363636;
}

.container-fluid .addPage ul li span a span{
    font-size: 10px;
    padding: 3px;
    background: #E74A55;
    color: #fff;
    border-radius: 2px;
    margin-left: 5px;
}

.container-fluid .addPage #tab1 > div > li,
.container-fluid .addPage #tab2 > div > li,
.container-fluid .addPage #tab3 > div > li,
.container-fluid .addPage #tab4 > div > li,
.container-fluid .addPage #tab5 > div > li,
.container-fluid .addPage #tab6 > div > li,
.container-fluid .addPage #tab7 > div > li,
.container-fluid .addPage #tab8 > div > li,
.container-fluid .addPage #tab9 > div > li{
    padding: 5px 15px 0;
    font-size: 12px;
    list-style-type: none;
    color: #3e3e3e;
}

.container-fluid .addPage #tab1 > div li a span,
.container-fluid .addPage #tab2 > div li a span,
.container-fluid .addPage #tab3 > div li a span,
.container-fluid .addPage #tab4 > div li a span,
.container-fluid .addPage #tab5 > div li a span,
.container-fluid .addPage #tab6 > div li a span,
.container-fluid .addPage #tab7 > div li a span,
.container-fluid .addPage #tab8 > div li a span,
.container-fluid .addPage #tab9 > div li a span{
    color: #E74A55;
    font-size: 20px;
    padding-right: 3px;
    float: right;
    height: 25px;
    padding: 3px;
}

.container-fluid .title span{
    color: #e74a55;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    width: 190px;
    left: -4px;
    position: relative;
    margin: 2px 0 5px 0;
    font-family: inherit;
    top: 1px;
}
.container-fluid .title span:after {
    content: '';
    border-top: 2px solid #e74a55;
    width: 25%;
    display: inline-block;
    margin-right: 5px;
}
.container-fluid .title span:before {
    content: '';
    border-top: 2px solid #e74a55;
    width: 25%;
    display: inline-block;
    margin-left: 5px; 
}

.container-fluid .title span2{
    color: #e74a55;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    width: 190px;
    left: -4px;
    position: relative;
    margin: 2px 0 5px 0;
    font-family: inherit;
    top: 1px;
}
.container-fluid .title span2:after {
    content: '';
    border-top: 2px solid #e74a55;
    width: 30%;
    display: inline-block;
    margin-right: 5px;
}
.container-fluid .title span2:before {
    content: '';
    border-top: 2px solid #e74a55;
    width: 30%;
    display: inline-block;
    margin-left: 5px; 
}

.container-fluid button a .user-name{ /** Ø²Ø± Ø§Ù„Ø¥Ø¶Ø§ÙØ© **/
    padding: 6px;
    margin: -5px 0px 0 -12px;
    width: 76px;
    float: left;
    height: 28px;
}

#basic-addon3{
    border-radius: 2px;
    text-align: right;    
}

#checkbox{
    float: right;
}

.addPage li{
    /* padding: 5px 5px 0;*/
    /* font-size: 12px; */
    list-style-type: none;
    color: #3e3e3e;
}

.container-fluid .row .title form{
    color: #E74A55;
    font-size: 18px;
}

.container-fluid .row .title form label input{
    margin: 0 10px;
}

.container-fluid .row .title form label{
    padding: 0;
}

/** ÙƒÙˆØ¯ CSS
.container-fluid .title span{
    background: #e74a55;
    padding: 5px 5px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}
.container-fluid .title span:after {
    content: '';
    border-top: 15px solid #e74a55;
    border-bottom: 15px solid #e74a55;
    border-left: 17px solid transparent;
    position: absolute;
    top: 0;
    left: -17px;
}
.container-fluid .title span:before {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-top: 15px solid #e74a55;
    border-right: 17px solid transparent;
    border-bottom: 15px solid #e74a55;
    top: 0;
    right: -17px;    
}
**/
/** Ù†Ù‡Ø§ÙŠØ© ØµÙØ­Ø© Ø§Ù„Ø¥Ø¶Ø§ÙØ© **/

#mainLeftNav ul li.active {
    background: #20737D;
}

#mainLeftNav2 ul li.active {
    background: #20737D;
}

.generic-table li .input-group{
    margin: 0 0 5px 0;
}
