/***************  GLOBAL STYLES  ***************/

body {
    font-family: 'Exo 2', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f4f8f9;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #eee;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 32px;
}

 ::-webkit-scrollbar-thumb:hover {
    background-color: #c2c2c2;
}

body,
html {
    width: 100%;
}

a {
    font-family: 'Exo 2', sans-serif;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    color: #708090;
    font-size: 14px;
    line-height: 16px;
}

a:hover,
a:focus {
    color: #708090;
}

.cl:before,
.cl:after {
    display: table;
    content: " ";
}

.cl:after {
    clear: both;
}

.cl {
    clear: both;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

.loading {
    background-image: url(../images/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.9);
    background-size: 80px 80px;
    position: fixed;
    left: 0px;
    top: 0px;
    width: auto;
    height: auto;
    right: 0px;
    bottom: 0px;
    z-index: 99999;
    display: block;
}


/***************  HELPER CLASS  ***************/

.color-blue {
    color: #708090;
}

.color-black {
    color: #000;
}

.color-white {
    color: #fff;
}

.color-red {
    color: #e74c3c;
}

.text-upper {
    text-transform: uppercase;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #cbcbcc;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #cbcbcc;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #cbcbcc;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #cbcbcc;
}

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

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.exo300 {
    font-weight: 300;
}

.exo400 {
    font-weight: 400;
}

.exo500 {
    font-weight: 500;
}

.exo600 {
    font-weight: 600;
}

.exo700 {
    font-weight: 700;
}

.margin-top-0 {
    margin-top: 0px;
}

.margin-top-10 {
    margin-top: 20px;
}

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

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}


/***************  TYPOGRAPHY  ***************/

p {
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    line-height: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Exo 2', sans-serif;
}

h1 {
    font-size: 24px;
    line-height: 28px;
}

h2 {
    font-size: 22px;
    line-height: 26px;
}

h3 {
    font-size: 20px;
    line-height: 24px;
}

h4 {
    font-size: 18px;
    line-height: 22px;
}

h5 {
    font-size: 16px;
    line-height: 20px;
}


/***************  LOGIN PAGE STYLES ***************/

.login-page {
    background-color: #fff;
    width: 1140px;
    margin: 80px auto;
    border-radius: 3px;
    position: relative;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-shadow: 0 2px 2px -2px #c2c2c2;
    -moz-box-shadow: 0 2px 2px -2px #c2c2c2;
    box-shadow: 0 4px 4px -4px #c2c2c2;
}


/*sidebar*/

.login-page .sidebar {
    display: block;
    text-align: center;
    padding: 50px 0px;
}

.login-page .logo {
    background-position: center;
    background-repeat: no-repeat;
    /*background-image: url(../images/logo-with-text-under.png);*/
    width: 90px;
    height: 72px;
    /*background-size: cover;*/
    background-size: 90px 72px;
    display: block;
    margin: auto;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.login-page .navigation {
    margin-top: 80px;
    margin-left: -8px;
}

.login-page .navigation li {
    display: block;
    position: relative;
}

.login-page .navigation li a {
    color: #666;
    padding: 46px 0px 20px 0px;
    background-position: center top 20px;
    /*background-position-x:38px;
                background-position-y:15px;*/
    background-repeat: no-repeat;
    background-size: 22px 22px;
    position: relative;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.login-page .navigation li a.home {
    background-image: url(../images/icn-home.png);
}

.login-page .navigation li a.login {
    background-image: url(../images/icn-login-user.png);
}

.login-page .navigation li a.register {
    background-image: url(../images/icn-register-user.png);
}

.login-page .navigation li.active {
    border-left: 3px solid #708090;
}


/*cloudb about*/

.cloudb-about {
    background-color: #708090;
    display: block;
    height: 100%;
    box-sizing: border-box;
    padding: 80px 40px;
    color: #fff;
    position: relative;
}

.cloudb-about:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 30px;
    display: block;
    background-color: #708090;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.cloudb-about:hover:after {
    top: -30px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.cloudb-about:before {
    content: "";
    position: absolute;
    bottom: -20px;
    height: 30px;
    left: 0;
    right: 0;
    display: block;
    background-color: #708090;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.cloudb-about:hover:before {
    bottom: -30px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

.cloudb-about .cloudb-about-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 100px;
}

.cloudb-about .cloudb-about-sub-title {
    font-weight: 500;
    margin-bottom: 20px;
}

.cloudb-about a {
  font-weight: 500;
  color: black;
}

.cloudb-about .social-links {
    margin-top: 180px;
}

.cloudb-about .social-links li {
    display: inline-block;
}

.cloudb-about .social-links li a {
    padding: 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px 17px;
    display: block;
    width: 22px;
    height: 22px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

.cloudb-about .social-links li a:hover,
.cloudb-about .social-links li a:focus {
    background-size: 22px 22px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

.cloudb-about .social-links li:first-child a {
    padding-left: 0px;
}

.cloudb-about .social-links li:last-child a {
    padding-right: 0px;
}

.cloudb-about .social-links li a.facebook {
    background-image: url(../images/icn-facebook.png);
}

.cloudb-about .social-links li a.twitter {
    background-image: url(../images/icn-twitter.png);
}

.cloudb-about .social-links li a.linkedin {
    background-image: url(../images/icn-linkedin.png);
}

.cloudb-about .social-links li a.instagram {
    background-image: url(../images/icn-instagram.png);
}


/*form*/

.login-page .form {
    padding: 160px 40px;
}

.login-page .form p {
    color: #666;
}

.login-page .form .input-with-forgot {
    position: relative;
}

.login-page .form .input-with-forgot .forgot {
    position: absolute;
    right: 12px;
    top: 12px;
    font-size: 13px;
    font-weight: 500;
}

.login-page .form .btn-sign {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icn-right-arrow.png);
    display: block;
    background-color: #708090;
    border: 0;
    outline: 0;
    background-size: 17px 17px;
    cursor: pointer;
    margin: auto;
    border-color: #708090;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.login-page .form .btn-sign:hover,
.login-page .form .btn-sign:focus {
    background-position: center right 12px;
    background-color: #708090;
    border-color: #708090;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
