* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	
}

body {
    color: #222;
    background: #fff;
}

a, a:hover {
    text-shadow: none !important;
    color: #4a8bc2;
}

ul.faq-list li a:hover, ul.faq-list li a.active {
    background: #4a8bc2;
}

.navbar-inner {
    background: linear-gradient(to bottom, #89abc5,#106ab5);
    /*background : linear-gradient(to bottom, #ffffff, #10a206eb); 
background: -moz-linear-gradient(to bottom, #ffffff, #10a206eb);  
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#10a206eb));  
background: -webkit-linear-gradient(to bottom, #ffffff, #10a206eb);  
background: -o-linear-gradient(to bottom, #ffffff, #10a206eb);  
background: -ms-linear-gradient(to bottom, #ffffff, #10a206eb);  
background: linear-gradient(to bottom, #ffffff, #10a206eb);  
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#10a206eb',GradientType=0 ); */
}

#header.navbar-inverse .navbar-inner {
    color: #fff;
}

.sidebar-toggle-box {
    background: #427dae;
    color: #fff;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 1000;
}

#header .navbar-inner .nav .dropdown-toggle:hover, .navbar-inner .nav .dropdown.open .dropdown-toggle {
    background-color: rgba(0,0,0,0.2) !important;
}

#header.navbar-inverse .divider-vertical {
    border-left-color: #2c2d2f;
    border-right-color: #181a1b;
}



#sidebar > ul > li a i {
    color: #2d597e;
    display: inline-block;
}


#sidebar > ul > li > ul.sub > li > a:hover, #sidebar > ul > li > ul.sub > li.active > a {
    background: #336086;
    transition-duration: 500ms;
    transition-property: width, background;
    transition-timing-function: ease;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
}

#sidebar > ul > li > a:hover, #sidebar > ul > li:hover > a {
    background: #336086;
    color: #fff;
}

#sidebar > ul > li.active > a {
    background: #336086;
    color: #fff;
}

    #sidebar > ul > li.active > a i {
        color: #fff !important;
    }

#sidebar > ul > li > ul.sub > li > a {
    color: #a0a0a0;
}

.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    background-color: #EEEEEE;
    background-image: none;
    color: #333333;
    filter: none;
    text-decoration: none;
}


#sidebar > ul > li > ul.sub > li:last-child {
    border-bottom: none;
}

.chats li.out .name {
    color: #b14c4c;
}

.chats li.in .message {
    border-left: 2px solid #2f8e95;
}

    .chats li.in .message .arrow {
        border-right: 8px solid #2f8e95;
    }

.chats li.out .message .arrow {
    border-left: 8px solid #b14c4c;
}

.chats li.out .message {
    border-right: 2px solid #b14c4c;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border: 1px solid #4a8bc2;
    box-shadow: none;
}

/* Landscape phone to portrait tablet */
@media (max-width:979px) {
    #sidebar {
        *background-color: #404040 !important;
    }
}

/*--wizard--*/

.custom-wizard-pills .nav-pills li.active a, .custom-wizard-pills .nav-pills li a:hover {
    background: #4A8BC2;
}


/*invoice-list*/

.invoice-list h5 {
    color: #404040;
}

/*about us*/

.about-us h4, .team-member h3, .team-member ul li a:hover, .contact-us h4 {
    color: #404040;
}


.form-horizontal .form-actions {
    *padding-left: 5px !important;
    width: 100%;
    float: left;
}
/*.login-wrap .blue {background: #79b82e;}*/
.btn {
    border-radius: 4px !important;
}

    .btn.blue {
        border: 1px solid #fbeceb;
        color: #fff;
        background: #ac1616;
    }

    .btn i {
        margin-right: 5px;
    }

.ui-widget-header {
    *background: #dde1e4 !important;
    background-image: none !important;
}

/*.widget.blue .widget-title {background: #72af28;}
.widget.blue {border: 1px solid #5f9221;}*/

/*#header.navbar-inverse .navbar-inner {background-image: none; background-color: #60991c;}*/
input[type="submit"] {
    padding: 6px 14px;
    border: 1px solid #38709f;
    border-radius: 2px !important;
    color: #fff;
    background: #4a8bc2;
}

.radio.line input[type="radio"] {
    margin-right: 5px;
}

#tabs {
    padding: 0;
    border: 1px solid #bbb;
    width: 100%;
    float: left;
}

    #tabs .ui-widget-header {
        *margin: -2px -1px 0;
        padding: 5px;
        border: none;
        border-bottom: 1px solid #bbb;
        background: #edfeec;
        padding-left: 20px;
    }

    #tabs .ui-tabs-nav li {
        margin-right: 26px;
        *border-radius: 3px 3px 0 0 !important;
        position: relative;
    }

    #tabs .ui-tabs-anchor {
        padding: 7px;
        min-width: 50px;
        border-radius: 3px 3px 0 0 !important;
        text-align: center;
    }

    #tabs .ui-tabs-active .ui-tabs-anchor {
        *background: #eaeaea;
        opacity: 1;
    }

/*.login-table {min-width: 70%;}*/
.login-table > tbody > tr > td {
    display: block;
}

.login-table .login-wrap .metro {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: none;
    padding: 15px;
}

@media (min-width: 980px) {
    .login-table > tbody > tr > td {
        display: table-cell;
    }
}

.margine-n5-px {
    margin: -5px !important;
}

.font-medium {
    font-size: medium;
}

.font-large {
    font-size: large
}

.cursor-pointer {
    cursor: pointer !important;
    color: #87CEEB;
}

    .cursor-pointer:hover {
        color: #A52A2A;
    }

.display-block {
    display: block;
}

.m-t-xs {
    margin-top: 5px;
}
/* Custom CSS for Registration tables */
.td-center {
    text-align: center !important;
}

.td-width-5pc {
    width: 5% !important;
}

.td-width-10pc {
    width: 10% !important;
}

.td-width-20pc {
    width: 20% !important;
}

.td-width-25pc {
    width: 25% !important;
}

.td-width-30pc {
    width: 30% !important;
}

.td-width-35pc {
    width: 35% !important;
}

.td-width-40pc {
    width: 40% !important;
}

.control-width-125px {
    width: 125px !important;
}
/* Custom CSS for Registration tables [End] */

.not-bar {
    border-radius: 5px !important;
}

.controls > div > img {
    padding-left: 20%;
}

.table-responsive {
    width: 100%;
    float: left;
}



@media only screen and (min-width : 320px) {
    .custom-modal {
        width: 100%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .custom-modal {
        width: 100%;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .custom-modal {
        width: 100%;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .custom-modal {
        width: 50%;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .custom-modal {
        width: 50%;
    }
}

#PrivacyModal th {
    text-align: center;
    vertical-align: middle;
}
