html,
body
{
    height: 100%;
}
body
{
    font-family: 'open_sans';
    background-color: #65747b;
}

a:hover {
    text-decoration: none;
}

.capitalize {
    text-transform: capitalize;
}

.btn-primary
{   
    border-color: #65747b;
    background-color: #65747b;
}
.btn-primary:hover
{
    border-color: #59686f;
    background-color: #59686f;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus
{
    border-color: #59686f;
    background-color: #59686f;  
}
.btn-default
{
    padding: 7px 22px;
}
.btn-default:focus{
    border-color: #b4c539;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(180, 197, 57, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(180, 197, 57, 0.6);
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus
{
    background-color: #65747B;
    border-color: #65747B;
    outline: 0;
}
.bg-light-blue{
    background-color: #f1f5f8;
}
.login-box{
    width: 360px;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%.-50%);
}
.login-logo{
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
}
.login-logo h2{
    color: #65747B;
}
.login-box-body{
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    color: #666;
        box-shadow: 1px 7px 18px #B5B5B5;
}
.login-box-msg{
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}
.main-header
{
    position: relative;
    z-index: 1030;
}
.main-header a:hover
{
    color: #fff;
    text-decoration: none;
}
.main-header .logo
{
    background-color: #4f626a;
    color: #fff;
    font-size: 23px;
    display: block;
    float: left;
    height: 70px;
    line-height: 50px;
    padding: 5px;
    width: 230px;
}
.main-header .logo b
{
    vertical-align: middle;
}

.main-header .navbar
{
    min-height: 70px;
    margin-bottom: 0;
    margin-left: 230px;
    color: #65746b;
    border: 0;
    border-left: 1px solid #000;
    border-radius: 0;
    background-color: #f1f5f8;
}
.main-header .navbar-header
{
    padding-top: 22px;
    padding-bottom: 22px;
}
.main-header .navbar h3
{
    font-family: 'raleway';

    display: inline-block;

    margin: 0;
}
.main-header .navbar-header .fa
{
    font-size: 20px;

    display: inline-block;

    margin-right: 5px;
}
.main-header .navbar-right
{
    padding: 22px;
    padding-right: 0;
}

.main-header .contact
{
    font-size: 18px;
    font-weight: 700;
}
.main-header .contact .fa
{
    margin-right: 2px;
}
.main-header .contact span
{
    font-family: 'existence';
    font-weight: 200;

    color: #000;
}

.main-wrapper
{
    height: 100%;
}

.icon{
    display: none;
}


.left-sidebar
{
    display: block;
    z-index: 810;
    top: 0;
    left: 0;

    float: left;

    width: 230px;
    height: 100%;

    background-color: #65747b;
}
.left-sidebar ul
{
    margin: 0;
    padding: 0;
}
.left-sidebar ul li
{
    position: relative;

    list-style-type: none;

    color: #e9f1f4;
    border-bottom: 1px solid #353e42;
}

.left-sidebar ul li:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #99a5ac;
}

.sidebar-menu span
{
    border-right: 1px solid #353e42;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    padding: 20px 1px;
    text-align: center;
    width: 40px;
    z-index: 100;
}
.sidebar-menu span:after
{
    position: absolute;
    top: 0;
    right: -2px;

    width: 1px;
    height: 101%;

    content: '';

    background-color: #99a5ac;
}

.arrow
{
    position: absolute;
    top: 50%;
    right: 10px;
    bottom: auto;

    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.arrow:after
{
    position: absolute;
    top: 50%;
    right: -11px;
    bottom: auto;

    width: 0;
    height: 0;

    content: '';
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;

    border-top: 10px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 10px solid transparent;
}

.arrow:before
{
    position: absolute;
    top: 50%;
    bottom: auto;

    width: 0;
    height: 0;

    content: '';
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;

    border-top: 11px solid transparent;
    border-right: 11px solid #000;
    border-bottom: 11px solid transparent;
}
.success
{
    background-color: #b1c32d;
}
.sidebar-menu .success span
{
    border-right: 1px solid #a1b12d;
}
.sidebar-menu .success span:after
{
    background-color: #d2e359;
}
.left-sidebar ul .success
{
    border-bottom: 1px solid #a1b12d;
}
.left-sidebar ul li.success:after
{
    background-color: #d2e359;
}
.sidebar-menu .active
{
    color: #65747b!important;
    background-color: #f1f5f8;
}
.sidebar-menu .active span:after
{
    background-color: #fff;
}
.sidebar-menu .active span
{
    border-right: 1px solid #c7c9ca;
}

.left-sidebar ul .active
{
    border-bottom: 1px solid #c7c9ca;
}

.left-sidebar ul .active:after
{
    background-color: #fff;
}

.content-wrapper
{
    z-index: 800;

    margin-left: 230px;

    border-left: 1px solid #000;
    background-color: #fff;
}
.content-header
{
    font-family: 'oswald';

    padding: 17px 15px;

    color: #65747b;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.content-header h3
{
    display: inline-block;

    margin: 0;
}
.content-header .help 
{
    
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.content-header .help a{
	color: #65747B;
	font-size: 25px;    
}
.content-header .help a:hover,
.content-header .help a:active,
.content-header .help a:focus,
.content-header .help a:visited{
	text-decoration: none;
}
.content-header .help a .fa
{
    position: absolute;
}
.content-header .help a h4
{
    margin: 0;
    margin-left: 30px;
    padding-top: 5px;
    vertical-align: middle;
}
.content
{
    min-height: 250px;	
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
    padding-right: 15px;
    padding-left: 15px;
}

.content label
{
    font-size: 16px;
    font-weight: 400;

    margin-bottom: 10px;

    color: #1e1e1e;
}
.content label span
{
    color: #65747b;
}
.input-group-addon
{
    color: #65747b;
    background-color: #fff;
}

.content .form-group
{
    position: relative;
}
.content .input-group{
	margin-bottom: 15px;
}

.content .delete{	
    color: #65747B;
	position: absolute;
    top: 5px;
    right: -30px;
}
select.input-lg{
    height: 34px;
    line-height: 28px;
}
.input-lg{
    padding:6px 10px;
    font-size: 14px;
}

.phone-box,{
	font-size: 0;	
}
.phone-box label{
	float: left;
    width: 50%;
}

.phone-number{
	display: inline-block;
    width: 50%;
}

.phone-inline .phone-type .input-group
{
    position: absolute;

    width: 50.3%;
}
.phone-inline .phone label
{
    position: absolute;
    top: 0;
    right: 38%;
}

.phone-inline .phone .input-group
{
    position: absolute;
    top: 32px;
    right: 0;
    width: 50%;
}

.box
{
    margin-bottom: 15px;

    border: 1px solid #ccc;
    background-color: #fcfbfb;
}
.title
{
    padding: 15px;
}
.body
{
    padding: 15px;

    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.add,
.add-form
{
    padding: 15px;

    border-bottom: 1px solid #ccc;
}
.box .body
{
    background-color: #f9f8f8;
}
.box .add:last-child
{
    border-bottom: none;
}
.title h4,
.body p,
.box .add .btn-primary
{
    margin: 0;
}

.slider
{
    width: 50%;
    margin-left: 16px;
}
.slider .time{
    font-size: 11px;
    position: absolute;
    left: 7px;
}
.slider .time .list-inline>li{
    padding-left: 0;
    padding-right: 61px;
}
.slider .time .list-inline>li:last-child{
    padding-right: 0;
}
.slider #time{
    display: block;
    margin-top: 25px;
}
.box .table .fa
{
    font-size: 20px;
}
.box .table .fa-check
{
    color: #b1c32d;
}
.box .table{
    margin-bottom: 0;
}
.box .table-bordered
{
    border-right: 0;
    border-left: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td
{
    text-align: center;

    border-bottom-width: 1px;
}

.table-bordered > thead > tr > th:first-child,
.table-bordered > tbody > tr > th:first-child,
.table-bordered > tfoot > tr > th:first-child,
.table-bordered > thead > tr > td:first-child,
.table-bordered > tbody > tr > td:first-child,
.table-bordered > tfoot > tr > td:first-child
{
    text-align: left;

    border-left: 0;
}

.table-bordered > thead > tr > th:last-child,
.table-bordered > tbody > tr > th:last-child,
.table-bordered > tfoot > tr > th:last-child,
.table-bordered > thead > tr > td:last-child,
.table-bordered > tbody > tr > td:last-child,
.table-bordered > tfoot > tr > td:last-child
{
    border-right: 0;
}



.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td
{
    text-align: center;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
    vertical-align: middle;
}
.action,.action-event{
    padding: 0!important;
    
}
.action .action-link a{
    padding: 0 0 0 20px;
    color: #65747b;
}
.action .action-link a:first-child{
    border-right: 1px solid #ccc;
    padding: 10px 21px 10px 0px;
}

.action-event .action-event-link a{
    color: #65747b;    
}
.action-event .action-event-link a:first-child{
    border-right: 1px solid #ccc;
    padding: 20px 4px 20px 0;
}

.main-title {
    padding: 15px;
    font-weight: 900;
    border-bottom: 1px solid #ccc;
    text-align: center;
    background-color: #F1F5F8;
}

.main-title h3 {
    margin: 0;
}

.alert-message a {
    color: #da0000;
}