﻿/*
Theme Name: Cliq - Website Theme
URI: http://360-biz.com
Description: Cliq. 
Author: 360 Business Consulting
Author URI: http://360-biz.com
Tags:  
Template: 
Version: 1.0 
*/

@import url("../lib/360assets/css/app_icons.css");
@import url("../lib/360assets/css/reset.css");
@import url("../lib/360assets/css/fonts.css");
@import url("../lib/360assets/css/font-awesome.css");
@import url("../lib/360assets/css/mobile.css") only screen and (min-width:1px) and (max-width:599px);
@import url("../lib/360assets/css/tablet.css") only screen and (min-width:600px) and (max-width:1023px);
@import url("../lib/360assets/css/desktop.css") only screen and (min-width:1024px);

/* Overwrite some 360 setting */
section {
    margin: 20px 0;
}
section p {
    margin: 0 0 10px;
}
section button {
    width: unset;
}

section hr {
    margin: 20px 0;
}
.modal section {
    margin: unset;
}
input, select, textarea, button {
    box-sizing: inherit;
}
#errorSection {
    display: none;
}

#responseLabel {
    font-size: 20px;
}

/* Overwrite some bootstrap setting */
header {
    box-sizing: unset;
}

.hero .intro_wrap h1 {
    margin: unset;
}
.help-block {
    margin-top: 10px;
    margin-bottom: 0px;
}

.modal-footer {
    background: #ECF0F1;
    border-radius: 0 0 6px 6px;
}

.bootstrap-dialog.type-warning .modal-dialog, .bootstrap-dialog.type-info .modal-dialog {
    width: 50%;
    margin: 70px auto;
}

.bootstrap-dialog.type-warning .modal-header {
    background: #f0ad4e;
}

.bootstrap-dialog.type-info .modal-header {
    background: #5bc0de;
}

.bootstrap-dialog.type-success .modal-header {
    background: #5cb85c;
}

.bootstrap-dialog.error-dialog .modal-header {
    background: #d9534f;
}

.bootstrap-dialog.error-dialog .modal-dialog {
    color: #bd362f;
    width: 450px;
}

.bootstrap-dialog.success-dialog .modal-dialog {
    width: 450px;
}


/* Some form stuff */
.no-display {
    display: none;
}
.error {
    color: #a94442;
}
textarea, input[type="text"], input[type="password"], input[type="date"], input[type="time"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"] {
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    border-radius: 0;
    box-shadow: none;
    color: #858585;
    font-family: inherit;
    font-size: 14px;
    line-height: 1;
    padding: 5px 4px;
    transition-duration: 0.1s;
}


.btn {
    background-color: #1b7e92;
    border: medium none;
    border-radius: 7px;
    color: #fff;
    transition: all 0.3s ease 0s;
    font-family: "Open Sans";
}

.btn:hover, .btn:focus {
    background-color: #39c2b3;
    color: #e1e1e1 !important;
}

#loginBox {
    margin-top: 10%;
}

.login {
    background-color: #FFFFFF !important;
}

.login-box {
    width: 350px;
    background: #fbfcfe;
    border: 2px solid #f5f5f5;
    padding: 15px 30px;
    border-radius: 15px;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.32);
    max-width: 96%;
    margin: 0 auto;
}

.login .cliqlogo {
    width: 330px;
    margin-left: auto;
    margin-right: auto;
}

.login-box p {
    color: #2b2b2b;
    text-align: center;
    margin-bottom: 10px;
}

.login-box .form-group {
    margin-bottom: 5px;
}

.login-box .form-group label {
    font-size: 14px;
    white-space: nowrap;
    width: 85px;
    text-align: right;
    padding-right: 7px;
    display: table-cell;
    vertical-align: middle;
}

.login-box .form-control {
    color: #2b2b2b;
    font-size: 14px;
    border: 1px solid #cccccc;
    margin-bottom: 0px;
    height: 28px;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 5px !important;
}

.login-box .form-control:focus {
    color: #1b7e92;
    border-color: #66afe9;
    box-shadow: 0 0 3px rgba(102, 175, 233, 0.6);
}
.login-box .form-actions {
    display: block;
    margin-top: 15px;
    padding-top: 10px;
}
.login-box .btn {
    font-size: 16px;
}
#indexReset {
    width: 50%;
    margin: 20px auto;
}
#indexReset section {
    margin: 0px;
}