@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);
}

*: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;
    transition: 0.5s;    
}

hr {
    margin: 0px;
    border: 0;
    border-top: 1px solid #afafaf;
}

.btn.focus, .btn:focus, .btn:hover {
    outline: 0;
    text-decoration: none;
    transition: 0.5s;   
    background: #9FC764;
    color: #fff;
}

.num-en {
    font-family: 'Source Code Pro', 'Oxygen Mono', Tahoma, Arial, sans-serif;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background: none;
    transition: 0.5s;    
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: inherit;
    background-color: inherit !important;
    transition: 0.5s;    
}

#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);
}

/*************
*
* 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: 40px;
    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: 2px;
}

header .logo span.slogan {
    display: inline-block;
    padding-bottom: 0px;
    font-size: 12px;
}

header .toggle-search {
    height: 40px;
    padding: 5px 0 5px 10px;
}

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: 7px 12px;
    background: #dbdbdb;
    border: 0 !important;
    cursor: pointer;
    position: absolute;
    left: 2px;
    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: 95%;
    padding: 5px 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: 15px 15px 12px 0; */
    left: -66px;
    border-radius: 0 4px 4px 0;
    top: -3px;
}

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: 40px;
    padding: 5px 10px 0 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.open ul li.user{
    margin-top: -4px;
    margin-right: 2px;
}
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.open ul li a,
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-key,
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: 25px;
    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;
}

#external-link {
    background: #d52b1e;
}

#external-link span:first-of-type {
    background: #902c24;
}

#external-link:before {
    background: #d52b1e;
}

#external-link:hover:before {
    background: #902c24;
}


.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: -15px;
    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.fa.fa-external-link {
    float: left;
    left: -10px;
    position: relative;
    top: 16px;
    font-size: 16px;
}

.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: 26px;
    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: -15px;
    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: left;
    left: 212px;
    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: -263px;
}

#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: 97%;
    transition: 0.6s;
    position: relative;
    top: -13px;
}

#mainLeftNav2 ul li:nth-child(4) ul{
    margin-top: -208px;
    height: 288px;
    overflow: auto; 
    z-index: 2;
}

#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;
}

#mainLeftNav2 ul li ul li span {
    width: 100%;
    height: 100%;
    background: #20737d;
    transition: 0.6s;
    padding-right: 10px;
    padding-left: 10px;
    text-align: justify;
    color: #e4ff00;
}

#mainLeftNav2 ul li ul li span:before{
    display: inline-block;
    width: 0px;
    height: 69%;
    background: #20737d;
}

.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{
    left: 212px;
}


/*************
*
* 1:    Main Page
* 1.1:  Chart
* 1.2:  Hot link
*
*************/
/****** 1: main page ******/

body > .container-fluid {
    height: 90.3%;
}

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 .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 {
    float: left;
}

/*
[class*="col-"] {
    padding: 0;
}*/

div.main-page .first {
    height: 27%;
    margin-bottom: 10px;
}

div.main-page .first .row,
div.main-page .first .row > div {
    height: 100%;
}

div.main-page .liner-chart {
    background: #4f4b40;
    border-radius: 4px;
}

#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 .ads,
.main-page .container-tab,
.main-page .send-balance {
    height: 40%;
    margin-bottom: 15px;
    padding-left: 0;
}

.main-page .ads {
    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: #ef5252;
}

.main-page .cd-tabs-navigation li:nth-of-type(2) {
    background-color: #00baff;
    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: #98ca20;
}

.main-page .cd-tabs-navigation a {
    color: white;
}

.main-page .cd-tabs-navigation li a + .arrow {
    display: none;
}

.main-page .cd-tabs-navigation li a.selected + .arrow {
    border-top: 5px solid #ef5252;
    display: block;
}

.main-page .cd-tabs-navigation li:nth-of-type(2) a.selected + .arrow {
    border-top: 5px solid #00baff;
    display: block;
}

.main-page .cd-tabs-navigation li:last-of-type a.selected + .arrow {
    border-top: 5px solid #98ca20;
    display: block;
}

.main-page .cd-tabs-content {
    background: #ffffff;
    margin-top: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 82% !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 .ads-horizontal{
    height: 85%;
    display: inline-block;
    padding: 0px;
    width: 100%;
    border-radius: 0 0 4px 4px;
    background: white;
}

.main-page .send-balance .ads-horizontal > img{
    width: 100%;
    height: 100%;
}

.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: #9FC764 !important;
    transition: 0.5s;      
}

.main-page .send-balance form select,
.main-page .speed-sms form select {
    padding: 4px 0;
}

.main-page .agenda,
.main-page .income-chart,
.main-page .speed-sms {
    height: 56%;
    padding-left: 0;
}

.main-page .agenda .ll-skin-melon {
    height: 86%;
}

.main-page .income-chart .chart-container {
    background: #504b41;
    height: 86%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: absolute;
    left: 0;
    right: 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: 15px 15px 0 15px;
    float: left;
    height: 100%;
}

.inner-page .breadcrumb {
    background: none;
    padding: 0;
    margin-bottom: 10px;
}

.inner-page .breadcrumb li {
    height: 34px;
    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: #1eb1bb;
}

.breadcrumb > li + li {
    top: 0;
    margin-right: 5px;

}

.inner-page .breadcrumb li:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-top: 17px solid transparent;
    border-left: 0 solid transparent;
    border-bottom: 17px solid transparent;
    border-right: 17px solid #2e656f;
    top: 0;

}

.breadcrumb > li + li:before {
    padding: 0 !important;
    content: "";
    border-top: 17px solid #2e656f;
    border-left: 0 solid transparent;
    border-bottom: 17px solid #2e656f;
    border-right: 17px solid transparent;
    position: absolute;
    right: -17px;
    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: 17px solid #1eb1bb;
    border-bottom: 17px solid #1eb1bb;
}

.inner-page .reports-list {
    padding-right: 0;
}

.inner-page .reports-list button,
.inner-page .reports-list a.link {
    border: 0;
    border-radius: 0;
    background: #1eb1bb;
    color: white;
}

.inner-page .reports-list a.link {
    width: 100%;
}

.inner-page .reports-list > button > span.fa,
.inner-page .reports-list a.link .fa {
    float: right;
    top: 2px;
    position: relative;
}

.inner-page .reports-list > button > span.user-name,
.inner-page .reports-list a.link .user-name {
    float: right;
    margin-right: 5px;
}

.inner-page .reports-list > button > span.caret {
    float: left;
    margin-top: 8px;
}

.inner-page .reports-list button:focus {
    color: white !important;
}

.inner-page .reports-list .dropdown-menu {
    left: auto;
    min-width: 92%;
    border-radius: 0;
}

.inner-page .reports-list .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 report ***/
.inner-page .the-report {
    height: 90%;
}

.inner-page .the-report .report-container {
    background: #ffffff;
    border-radius: 0 0 5px 5px;
    height: 94%;
}

.inner-page .services .services-container {
    background: #C9809E;
    border-radius: 5px 5px 5px 5px;
    height: 100%;
    background-image: url(../images/student-pg2.jpg);
    background-position-x: -351px;
    background-position-y: 50px;
    background-size: 110%;
    background-repeat: no-repeat;
}

.inner-page .services {
    height: 90%;
}


.inner-page .the-report .report-container .table-pre-header {
    background-color: #f1f1f1;
    width: 100%;
    color: #504b41;
}

.inner-page .today-date {
    display: inline-block;
    width: auto;
    padding: 10px;
}

.inner-page .report-container .table-container {
    height: 92%;
}

.inner-page .the-report .table {
    margin: 0;
}

.inner-page .the-report .table {
    margin: 0;
}

.inner-page .the-report .table thead th {
    background-color: #20737d;
    color: #ffffff;
    border: 0;
    font-weight: 100;    
}

.inner-page .the-report .tbody {
    height: 85.5%;
    overflow-y: scroll;    
}

#smsPhoneNumber {
    height: 60px;
}

.inner-page .the-report table.tfoot {
    background-color: #20737d;
    width: 100%;
    color: #ffffff;
}

.inner-page .the-report table.tfoot th {
    padding: 2px;
    font-weight: 100;    
}

.inner-page .the-report tfoot th span.undo {
    margin-left: 40px;
    margin-right: 20px;
    padding: 4px 0 1px;
}

.inner-page .the-report tfoot th span.undo a {
    color: #ffffff;
}

.inner-page .the-report tfoot th span.undo i {
    margin-right: 10px;
}

.inner-page .the-report tfoot th span.auto-save {
    margin-left: 40px;
}

.inner-page .the-report tfoot th span.auto-save input,
.inner-page .the-report tfoot th span.auto-save label {
    margin-top: 3px;
    font-weight: 100;    
}

.inner-page .the-report tfoot th span.auto-save input {
    position: relative;
    top: 3px;
}

.inner-page .the-report tfoot th span.total-expenses, div.inner-page .the-report tfoot th span.total-expenses + span {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}

.inner-page .the-report tfoot th:last-of-type {
    margin-top: 2px;
}

.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: 85%;
}

.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;
    padding: 0;
    margin: 0 15px 5px;
    color: #4C4C4C;
    font-weight: 100;
}

.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%;
    margin-right: -60px;    
}

.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.sendnow button {
    background: #1eb1bb;
    color: white;
}

.inner-page .send-sms .sms-from-container .form-horizontal .buttons div.sendlater button {
    background: #20737d;
    color: white;
}

.inner-page .send-sms .sms-from-container .form-horizontal .buttons div.sendnow button:hover,
.inner-page .send-sms .sms-from-container .form-horizontal .buttons div.sendlater button:hover{
    background: #9FC764;
}

.inner-page .contacts {
    height: 90%;
    padding-right: 0;
}

.inner-page .contacts .contact-list {
    background: white;
    height: 94%;
    padding: 10px;
}

.inner-page .contact-list .contact-box {
    padding: 2px 10px;
    height: 100%;
}

.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 10px 6px;
    width: 91%;
    color: #ffffff;
    background: #f1f1f1;
}

.inner-page .contact-list .contact-box .search #basic-search {
    z-index: 10;
    top: 0;
    width: 35px;
    padding: 10px 12px;
    background: #dbdbdb;
    border: 0 !important;
    cursor: pointer;
    position: absolute;
    right: 86%;
}

.inner-page .contact-list .contact-box .contact-data {
    position: relative;
    width: 100%;
    background-color: #f1f1f1;
    height: 80%;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-bottom: 15px;
}

.contact .report-container .col-lg-4.contact-list .contact-data{
    height: 89.2%;
}

.contacts .contact-list form span{
    right: 89% !important;
}

.contact .report-container form input{
    padding: 5px 10px 6px;
    color: #4C4C4C;
    background: #f1f1f1;
}

.contact .report-container .div-title {
    margin-bottom: 15px;
}

.contact .report-container form .col-lg-4{
    padding: 0;
}

.contact .report-container form .col-lg-8{
    padding-right: 0;
}

.contact .report-container form label{
    text-align: left;
    padding-left: 0;
    color: #4C4C4C;
    font-weight: 100;
    font-size: 14px;
}

.contact .report-container form .addnew button{
    background: #9FC764;
    color: #FFF;
    margin: 10px 0 0 5px;
}

.contact .report-container form .update button{
    background: #2E656F;
    color: #FFF;
    margin: 10px 0 0 5px;
}

.contact .report-container form .uploud button{
    background: #E74955;
    color: #FFF;
    margin: 10px 0 0 5px;
}

button:hover{
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

button{
    border: 0 !important;
    border-radius: 4px;
    color: white;
    padding-right: 15px;
}

.contact .report-container form select{
    padding: 5px 10px 6px;
    color: #4C4C4C;
    background: #f1f1f1;
}

.form-group{
    margin-bottom: 5px;
}

.contact .report-container form figure img{
    border-radius: 6px; 
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;    
}

.contact .report-container form figure{
    background: #E74955;
    border-radius: 6px; 
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);    
}
 
.contact .report-container form figure:hover img {
    opacity: 0.8;    
}

#myModal2 .modal-footer form figure{
    background: #E74955;
    border-radius: 6px; 
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);      
}

#myModal2 .modal-footer form figure:hover img{
    opacity: 0.8;        
}

#myModal2 .modal-footer form figure img{
    border-radius: 6px; 
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;    
}
#myModal2 .modal-footer form button{
    background: #E74955;
    color: #FFF;
    margin: 10px 0 0 5px;
}

#myModal2 .modal-footer form .addnew button{
    background: #9FC764;
    color: #FFF;
    margin: 10px 0 0 5px;
}

#myModal2 .modal-footer form .addnew button{
    background: #9FC764;
    color: #FFF;
    margin: 10px 0 0 5px;
}

.contact .report-container .div-title{
    background-color: #2E656F;
}
.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 button:hover {
    background: #9FC764;
    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;
    color: #4C4C4C;
    font-weight: 100;
}

.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;
    border: 0;
    color: #fff;
}

.inner-page .the-report.rpt-sms .report-container .search-form input.btn:hover {
    background: #9FC764;
    color: white;
}

.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;
}

.full-calendar {
  padding: 25px 0;
  background: #FCFCFC;
}

.external-event {
  padding: 2px 6px;
  margin: 4px 0;
  background: #f5f5f5;
}
.external-event:hover {
  cursor: move;
  background: #6AA6D6;
  color:#f8f8f8;
}
#add-new-event {
  background: #EBEBEB;
  margin-bottom: 30px;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.page-header {
  margin: 0 0 10px;
  border-bottom: 1px solid #c7c7c7;
}

.full-calendar .page-header {
  margin: 0 0 10px;
  border-bottom: 1px dashed #B6B6B6;
}

/*************
*
* 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;
    }

    .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;
    }
}
.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:20px;
    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:nth-child(7){
    background: inherit;
    position: fixed;
    top: 40%;
    right: 42.7%;
}

.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.8%;
    display: inline-block;
    margin-left: 5px;
}

.profile-edit h2:after{
    content: '';
    border-top: 1px solid #cccccc;
    width: 45.8%;
    display: inline-block;
    margin-right: 5px;
}

.profile-edit:nth-child(2) >:before,
.profile-edit:nth-child(2) >:after{
    width: 42.1%;
 }

.profile-edit .details{
    padding: 0;
}

.profile-edit .details .row{
    padding: 5px 15px;
}

.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;
    margin-left: 5px;
    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;
    padding-right: 3px;  
}

.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%;
}

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;
}

.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;
}

.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;
}

#content {
    background: #fff;
    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: 6px;
}




.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box.box-primary {
    border-top-color: #3c8dbc;
}
.box.box-info {
    border-top-color: #00c0ef;
}
.box.box-danger {
    border-top-color: #dd4b39;
}
.box.box-warning {
    border-top-color: #f39c12;
}
.box.box-success {
    border-top-color: #00a65a;
}
.box.box-default {
    border-top-color: #d2d6de;
}
.box.collapsed-box .box-body, .box.collapsed-box .box-footer {
    display: none;
}
.box .nav-stacked>li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}
.box .nav-stacked>li:last-of-type {
    border-bottom: none;
}
.box.height-control .box-body {
    max-height: 300px;
    overflow: auto;
}
.box .border-right {
    border-right: 1px solid #f4f4f4;
}
.box .border-left {
    border-left: 1px solid #f4f4f4;
}
.box.box-solid {
    border-top: 0;
}
.box.box-solid>.box-header .btn.btn-default {
    background: transparent;
}
.box.box-solid>.box-header .btn:hover, .box.box-solid>.box-header a:hover {
    background: rgba(0, 0, 0, 0.1);
}
.box.box-solid.box-default {
    border: 1px solid #d2d6de;
}
.box.box-solid.box-default>.box-header {
    color: #444;
    background: #d2d6de;
    background-color: #d2d6de;
}
.box.box-solid.box-default>.box-header a, .box.box-solid.box-default>.box-header .btn {
    color: #444;
}
.box.box-solid.box-primary {
    border: 1px solid #3c8dbc;
}
.box.box-solid.box-primary>.box-header {
    color: #fff;
    background: #3c8dbc;
    background-color: #3c8dbc;
}
.box.box-solid.box-primary>.box-header a, .box.box-solid.box-primary>.box-header .btn {
    color: #fff;
}
.box.box-solid.box-info {
    border: 1px solid #00c0ef;
}
.box.box-solid.box-info>.box-header {
    color: #fff;
    background: #00c0ef;
    background-color: #00c0ef;
}
.box.box-solid.box-info>.box-header a, .box.box-solid.box-info>.box-header .btn {
    color: #fff;
}
.box.box-solid.box-danger {
    border: 1px solid #dd4b39;
}
.box.box-solid.box-danger>.box-header {
    color: #fff;
    background: #dd4b39;
    background-color: #dd4b39;
}
.box.box-solid.box-danger>.box-header a, .box.box-solid.box-danger>.box-header .btn {
    color: #fff;
}
.box.box-solid.box-warning {
    border: 1px solid #f39c12;
}
.box.box-solid.box-warning>.box-header {
    color: #fff;
    background: #f39c12;
    background-color: #f39c12;
}
.box.box-solid.box-warning>.box-header a, .box.box-solid.box-warning>.box-header .btn {
    color: #fff;
}
.box.box-solid.box-success {
    border: 1px solid #00a65a;
}
.box.box-solid.box-success>.box-header {
    color: #fff;
    background: #00a65a;
    background-color: #00a65a;
}
.box.box-solid.box-success>.box-header a, .box.box-solid.box-success>.box-header .btn {
    color: #fff;
}
.box.box-solid>.box-header>.box-tools .btn {
    border: 0;
    box-shadow: none;
}
.box.box-solid[class*='bg']>.box-header {
    color: #fff;
}
.box .box-group>.box {
    margin-bottom: 5px;
}
.box .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 0.3em;
}
.box>.overlay, .overlay-wrapper>.overlay, .box>.loading-img, .overlay-wrapper>.loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.box .overlay, .overlay-wrapper .overlay {
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
}
.box .overlay>.fa, .overlay-wrapper .overlay>.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}
.box .overlay.dark, .overlay-wrapper .overlay.dark {
    background: rgba(0, 0, 0, 0.5);
}
.box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {
    content: " ";
    display: table;
}
.box-header:after, .box-body:after, .box-footer:after {
    clear: both;
}
.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}
.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}
.collapsed-box .box-header.with-border {
    border-bottom: none;
}
.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
.box-header>.fa, .box-header>.glyphicon, .box-header>.ion {
    margin-right: 5px;
}
.box-header>.box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}
.box-header>.box-tools [data-toggle="tooltip"] {
    position: relative;
}
.box-header>.box-tools.pull-right .dropdown-menu {
    right: 0;
    left: auto;
}
.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
}
.open .btn-box-tool, .btn-box-tool:hover {
    color: #606c84;
}
.btn-box-tool.btn:active {
    box-shadow: none;
}
.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}
.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.box-body>.table {
    margin-bottom: 0;
}
.box-body .fc {
    margin-top: 5px;
}
.box-body .full-width-chart {
    margin: -19px;
}
.box-body.no-padding .full-width-chart {
    margin: -9px;
}
.box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
}
.box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
}
.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}
.direct-chat .box-body {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    overflow-x: hidden;
    padding: 0;
}
.direct-chat.chat-pane-open .direct-chat-contacts {
    -webkit-transform: translate(0,  0);
    -ms-transform: translate(0,  0);
    -o-transform: translate(0,  0);
    transform: translate(0,  0);
}
.direct-chat-messages {
    -webkit-transform: translate(0,  0);
    -ms-transform: translate(0,  0);
    -o-transform: translate(0,  0);
    transform: translate(0,  0);
    padding: 10px;
    height: 380px;
    overflow: auto;
}
.direct-chat-msg, .direct-chat-text {
    display: block;
}
.direct-chat-msg {
    margin-bottom: 10px;
}
.direct-chat-msg:before, .direct-chat-msg:after {
    content: " ";
    display: table;
}
.direct-chat-msg:after {
    clear: both;
}
.direct-chat-messages, .direct-chat-contacts {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -moz-transition: -moz-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}
.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 50px;
    color: #444;
}
.direct-chat-text:after, .direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
}
.direct-chat-text:after {
    border-width: 5px;
    margin-top: -5px;
}
.direct-chat-text:before {
    border-width: 6px;
    margin-top: -6px;
}
.right .direct-chat-text {
    margin-right: 50px;
    margin-left: 0;
}
.right .direct-chat-text:after, .right .direct-chat-text:before {
    right: auto;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #d2d6de;
}
.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
}
.right .direct-chat-img {
    float: right;
}
.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
}
.direct-chat-name {
    font-weight: 600;
}
.direct-chat-timestamp {
    color: #999;
}
.direct-chat-contacts-open .direct-chat-contacts {
    -webkit-transform: translate(0,  0);
    -ms-transform: translate(0,  0);
    -o-transform: translate(0,  0);
    transform: translate(0,  0);
}
.direct-chat-contacts {
    -webkit-transform: translate(101%,  0);
    -ms-transform: translate(101%,  0);
    -o-transform: translate(101%,  0);
    transform: translate(101%,  0);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 250px;
    width: 100%;
    background: #222d32;
    color: #fff;
    overflow: auto;
}
.contacts-list>li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin: 0;
}
.contacts-list>li:before, .contacts-list>li:after {
    content: " ";
    display: table;
}
.contacts-list>li:after {
    clear: both;
}
.contacts-list>li:last-of-type {
    border-bottom: none;
}
.contacts-list-img {
    border-radius: 50%;
    width: 40px;
    float: left;
}
.contacts-list-info {
    margin-left: 45px;
    color: #fff;
}
.contacts-list-name, .contacts-list-status {
    display: block;
}
.contacts-list-name {
    font-weight: 600;
}
.contacts-list-status {
    font-size: 12px;
}
.contacts-list-date {
    color: #aaa;
    font-weight: normal;
}
.contacts-list-msg {
    color: #999;
}
.direct-chat-danger .right>.direct-chat-text {
    background: #dd4b39;
    border-color: #dd4b39;
    color: #fff;
}
.direct-chat-danger .right>.direct-chat-text:after, .direct-chat-danger .right>.direct-chat-text:before {
    border-left-color: #dd4b39;
}
.direct-chat-primary .right>.direct-chat-text {
    background: #3c8dbc;
    border-color: #3c8dbc;
    color: #fff;
}
.direct-chat-primary .right>.direct-chat-text:after, .direct-chat-primary .right>.direct-chat-text:before {
    border-left-color: #3c8dbc;
}
.direct-chat-warning .right>.direct-chat-text {
    background: #f39c12;
    border-color: #f39c12;
    color: #fff;
}
.direct-chat-warning .right>.direct-chat-text:after, .direct-chat-warning .right>.direct-chat-text:before {
    border-left-color: #f39c12;
}
.direct-chat-info .right>.direct-chat-text {
    background: #00c0ef;
    border-color: #00c0ef;
    color: #fff;
}
.direct-chat-info .right>.direct-chat-text:after, .direct-chat-info .right>.direct-chat-text:before {
    border-left-color: #00c0ef;
}
.direct-chat-success .right>.direct-chat-text {
    background: #00a65a;
    border-color: #00a65a;
    color: #fff;
}
.direct-chat-success .right>.direct-chat-text:after, .direct-chat-success .right>.direct-chat-text:before {
    border-left-color: #00a65a;
}


.circle-tile {
    margin-bottom: 15px;
    text-align: center;
    transition:0.8s;     
}

.circle-tile-heading {
    border-radius: 100%;
    color: #FFFFFF;
    height: 80px;
    margin: 0px auto -100px;
    position: relative;
    transition:0.8s;
    width: 80px;
    top: -62px;
    z-index: 10000000;
    background: rgb(30, 177, 187);
    box-shadow: 0 0 0 3px rgba(66, 65, 62, 0.45);

}

.circle-tile-content a button{
    background: #1EB1BB;
    color: #fff;
    padding: 0;
    margin: 3px;
    width: 100%;   
    transition:0.8s;      
}

.circle-tile-content a button:hover{
    background: #9FC764;
    color: #fff;
    transition:0.8s;     
}

.circle-tile-content a button::active,
.circle-tile-content a button:focus{
    background: #9FC764 !important;
    transition:0.8s;     
}

.circle-tile-content a{
    background: none !important;
    color: #fff !important;
    padding: 0 0 0 0 !important;
    margin: 3px !important;
    width: 46% !important;
    height: 29px !important;
    transition:0.8s;
}

.circle-tile-content a:before{
    display: none !important;
}

.circle-tile-content a i {
    display: none;
    position: absolute;
    transition:0.8s;
    width: 80px;
    top: -42px;
    right: 70px;
    font-size: 3em;
    border-radius: 100%;
    height: 80px;
    z-index: 10000000;
    background: rgb(159, 199, 100);
    padding: 20px;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);    
}

.circle-tile-content a:hover button + i {
    display: block;
    transition:0.8s;    
}

#mainLeftNav2 ul li.dropdown.open ul {
    background: rgba(62, 62, 62, 0.73);
    border: 5px solid rgba(0, 0, 0, 0);
    border-radius: 6px;
    padding: 0;
    top: -85px;
    right: 97%;
    width: 230px;
}

.circle-tile-heading .fa {
    line-height: 80px;
}
.circle-tile-content {
    padding: 40px 0 0 0;
}
.circle-tile-number {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 0 15px;
}
.circle-tile-description {
    text-transform: uppercase;
}

.container-fluid .services  h4{
    font-size: 17px;
    color: #FFFFFF;
}

.container-fluid .services  p{
    font-size: 17px;
    color: #6D314A;
}

.container-fluid .services  h5{
    font-size: 14px;
    color: #FFFFFF;
}

.container-fluid .services p i,
.container-fluid .services h4 i,
.container-fluid .services h5 i{
    font-size: 16px;
    font-style: normal;
    padding: 0px 15px 0px 10px;
}

.container-fluid .services .btn-group{
    margin-top: 30px;
}

.container-fluid .services .text{
    margin-top: 15px;
}

.container-fluid .services .text > h5:nth-child(3) > i:nth-child(2){
    padding: 5px;
}

.container-fluid .services .text .university{
    margin-right: 20px;
}

.container-fluid .services a button{
    background: #6D314A;
    color: #fff;
    padding: 0;
    margin: 3px;
    width: 32%;
}

.container-fluid .services .div-title{
    background-color: #6D314A;
}

.container-fluid .services .div-title .arrow{
    border-top: 5px solid #6D314A;
}

.container-fluid .services a button:hover{
    background: #4F6078;
    color: #fff;
    transition: 0.5s;
}

.container-fluid .services a button::active,
.container-fluid .services a button:focus{
    background: #9FC764 !important;
}

.container-fluid .services .btn-group.col-lg-12 a{
    margin: 5px;
}

.container-fluid .the-report .report-container .table-container .table-responsive.tbody table tbody tr a{
    color: #20737D;
    padding: 3px 7px 0px 7px;
    margin: -11px 4px -2px 0px;
    float: right;
    font-size: 19px;
    font-weight: 100;
    position: relative;
    top: 4px;      
}

.container-fluid .the-report.rpt-sms .report-container .table-responsive.tbody{
    height: 143%;
    overflow-y: scroll;
}


.container-fluid .the-report .report-container .table-container .table-responsive.tbody table tbody tr a:hover{
    background: #9FC764;
    color: #fff;
    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);
}
.container-fluid .services .report-container .table-pre-header{
    background-color: #f1f1f1;
    width: 100%;
    color: #504b41;
}

.container-fluid .services .report-container table thead tr th{
    background-color: #20737d;
    color: #ffffff;
    border: 0;
    font-weight: 100;
    border-left: 1px solid #2E656F;    
}

.container-fluid .services .report-container .table-container table{
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    background-color: #fff;
}

.container-fluid .services .report-container{
    background: #ffffff;
    border-radius: 0 0 5px 5px;
    height: 94%;
}

.container-fluid .services .report-container .table-container{
    height: 92%;
    padding: 0;
}

.container-fluid .services .report-container .table-container .table-responsive .tbody{
    height: 40%;
}

.container-fluid .services .report-container table tbody tr td{
    padding: 0;
    margin: 0;
}
.container-fluid .services .report-container table tbody tr th input,
.container-fluid .services .report-container table tbody tr td input{
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
    color: #000;
    box-shadow: none;    
}

.container-fluid .services .report-container .table-responsive.tfoot table tfoot tr{
    background-color: #20737d;
    width: 100%;
    color: #ffffff;
    height: 35px;
}

.container-fluid .services .report-container .table-responsive.tfoot table tfoot tr th input{
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
    color: #fff;    
    font-weight: 100;
}

.container-fluid .services .report-container .table-responsive.tfoot table tfoot tr th{
    text-align: left;
    padding: 0 7px 0px 6px;  
    font-weight: 100;      
}

.container-fluid .services .report-container .table-responsive.tbody{
    overflow-y: scroll;
}

.modal-header .close span.glyphicon {
    font-size: 17px;
    font-weight: 100;
}

.modal-header .close .txt {
    display: block;
}

.modal-header .close {
    margin-top: -10px;
    margin-left: -10px;
    padding: 7px 10px;
    border-top-left-radius: 5px;
    text-align: center;
    font-weight: 100;
    border-radius: 4px 0px 0px 0;    
}

.modal-header {
    background-color: #1dadb6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
    color: #fff;
}

.modal-header .save {
    margin-top: -10px;
    margin-left: 4px;
    padding: 7px 10px;
    border: 0;
    text-align: center;
    font-weight: 100;
    height: 45px;
    border-radius: 0;
}

button.close {
    color: #FFFFFF;
    background: #e74a55;
    opacity: 1 !important;
    float: left;
}

button.save {
    color: #FFFFFF;
    background: #9dba73;
    opacity: 1 !important;
    float: left;
}

.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;
}

.print {
    font-size: 12px;
    font-weight: 100;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: .9;
}

.create{
    font-size: 12px;
    font-weight: 100;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: .9;    
}

button.print {
    color: #FFFFFF;
    background: rgb(231, 168, 74);
    opacity: 1 !important;
    float: left;
}

button.create {
    color: #FFFFFF;
    background: #7F8479;
    opacity: 1 !important;
    float: left;
}


.modal-header .save .txt {
    display: block;
    margin-top: -8px;
}

.modal-header .save span.glyphicon {
    font-size: 17px;
    font-weight: 100;
}

.close:focus,
.close:hover {
    color: #fff;
}

.container-fluid .services .div-title button.save{
    margin-top: -8px;
    margin-left: 4px;
    padding: 7px 10px;
    border: 0;
    text-align: center;
    font-weight: 100;
    height: 32px;
    border-radius: 0;
}

.container-fluid .services .div-title button.print{
    margin-top: -8px;
    margin-left: 4px;
    padding: 7px 10px;
    border: 0;
    text-align: center;
    font-weight: 100;
    height: 32px;
    border-radius: 0;
}

.container-fluid .services .div-title button.create{
    margin-top: -8px;
    margin-left: 4px;
    padding: 7px 10px;
    border: 0;
    text-align: center;
    font-weight: 100;
    height: 32px;
    border-radius: 0;
}

.container-fluid .services .div-title button a{
    color: #fff;
    font-weight: 100;    
}

.container-fluid .services .div-title button span span.glyphicon{
    font-size: 14px;
    font-weight: 100;
    position: relative;
    top: -3px;   
}

.container-fluid .services .div-title button span span.txt{
    display: block;
    margin-top: -13px;
}

.container-fluid .services .div-title button.close span span.txt{
    display: block;
    margin-top: -7px;
}

.container-fluid .services .div-title button.close{
    margin-top: -8px;
    margin-left: -10px;
    padding: 7px 10px;
    border-top-left-radius: 5px;
    text-align: center;
    font-weight: 100;
    border-radius: 4px 0px 0px 0;
    height: 32px;    
}
----------------

.container-fluid .ads .div-title{
    background-color: #20737D !important;
}

.container-fluid .container-fluid.second .ads .div-title .arrow{
    border-top: 5px solid #20737D;
}

.container-fluid .container-fluid.second .ads .ads-body{
    background: #25C3CE;
    color: #fff;
}

.container-fluid .services .report-container form label{
    padding-top: 5px;
    color: #3C3C3C;
    font-weight: 100;
    margin: 8px;
    display: inline-table;    
}

.container-fluid .services .report-container form input{
    border-radius: 4px;
    border: 1px solid #AFAFAF !important;
    background: rgba(241, 241, 241, 0.82);
    margin-right: 2px;
    margin-left: 2px;
    padding: 4px 4px;
}

/* general styles */


/* tablecloth styles */

tr.even td,
tr.even th{
    background:rgba(30, 177, 187, 0.18);
}

tr.odd td{
    /*background:#f8fbfc;*/
}

tr.even th.over,
tr.odd th.over{
    /*background:#4a98af;*/
}

tr.even th.down,
tr.odd th.down{
    background:rgb(71, 81, 82);
    color: #fff;
}


tr.even th.selected,
tr.odd th.selected{
}

td.over,
tr.even td.over,
tr.odd td.over{
    /*background:#ecfbd4;*/
}

td.down,
tr.even td.down,
tr.odd td.down{
    background:rgb(71, 81, 82);
    color:#fff;
}

td.selected,
tr.even td.selected,
tr.odd td.selected{
    background:rgb(71, 81, 82);
    color:#fff;
}

.container-fluid .services .report-container .table-responsive.tfoot table tfoot tr td input{
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0);
    color: #000;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    border: 0;
    color: #4C4C4C;    
}

body > div.container-fluid > div > div > div > div.col-lg-10.col-md-10.col-sm-12.col-xs-12.the-report.rpt-sms > div.report-container > div.table-container > div.table-responsive.tbody{
        height: 96%;
}

body > div.container-fluid > div > div > div > div.col-lg-10.col-md-10.col-sm-12.col-xs-12.services > div > div.report-container > div{
    height: 84%;
}

.container-fluid .services .report-container .table-responsive.tbody table tbody tr th{
    line-height: 33px;
    padding: 0;
}

.container-fluid .container-fluid.second .ads .div-title{
    background-color: #20737D;
}

.container-fluid .container-fluid.second .container-tab ul li.selected iframe{
    width: 100%;
    padding: 0;
    margin: 0;
}
body > div.inlineblock,
.container-fluid .container-fluid.second .container-tab ul li.selected iframe .inlineblock{
    width: 100%;
    padding: 0;
    margin: 0;
}
#cross_rates_container,
table #cross_rate_1{
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.container-fluid .the-report .headerCompany{
    width: 100%;
}

.container-fluid .the-report .headerCompany .logoCompany{
    width: 100px;
    height: 100px;
    background: #fff;
    padding: 4px;
    border-radius: 4px;
    position: relative;
    top: -16px;
    right: 10px;
    border: 2px rgba(247, 247, 247, 0.95) solid;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: -4px 4px 0px 0px rgba(0,0,0,.075);
}
.container-fluid .the-report .headerCompany > div{
    display: inline-table;
    margin-right: 20px;
    position: absolute;   
}

.container-fluid .the-report .headerCompany .dataCompany h4{
    color: #353535;
}
body > div.container-fluid > div > div > div > div.col-lg-10.col-md-10.col-sm-12.col-xs-12.the-report > div > div > div.headerCompany > div > h4 > span{
    color: #20737d;
}