@import url(https://fonts.googleapis.com/css?family=Noto+Sans);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
body{
    
    font-family: "Open Sans", Arial, sans-serif !important;
}
.google_logo{
    height: 50px;
    text-align: center;
    margin-bottom: 15px;
}

.watermark{
    bottom: 5px;
    right: 5px;
    opacity: 0.5;
    z-index: 99;
    color: white;
}
.box{
    -webkit-box-shadow: inset -1px -1px 24px -5px rgba(119,119,119,0.67);
    -moz-box-shadow: inset -1px -1px 24px -5px rgba(119,119,119,0.67);
    box-shadow: inset -1px -1px 24px -5px rgba(119,119,119,0.67);
    text-align:center;
    padding:40px 35px;
    width:500px;
}
.box h3{
    border-bottom:2px solid #777;
    padding-bottom:10px;
    font-family: Lato, sans-serif;
}
.process{
    margin:10px 15px;
}
#line1{
     height:200px;
     width:400px;
     border:48px solid #CC7B1F;
     border-left: 0px;
     border-radius: 0px 45px 45px 0px;
     position: relative;
     right: -23px;
     margin-left:10px;
 }
#line2{
    height:200px;
    width:400px;
    border:48px solid #CC7B1F;
    border-right: 0px;
    border-radius: 45px 0px 0px 45px;
    position: relative;
    top: -50px;
    left: -11px;
    margin-left:10px;
}
.pattern{
    position: relative;
    bottom: 0;
    top: -417px;
    z-index: 1000;
    margin-bottom: 58px;
    float:left;
}
.pattern img{
    margin-left:15px;
    margin-right:15px;
}
.pattern span{
    font-size:24px;
    color:#fff;
}
.layer{
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

.logo_white {
    color: #ffffff;
    margin-top:20px;margin-bottom:30px;
}

.logo_grey {
    color: #505663;
}

.logo_red {
    color: #EF6F6C;
}

.logo_blue {
    color: #408BCA;
}

.logo_yellow {
    color: #F79A14;
}

.logo_green {
    color: #03BC8C;
}

#logo {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 300;
}

#logo h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

body > .header .navbar {
    height: 60px;
}

body > .header .navbar .sidebar-toggle {
    margin-top: 11px;
    margin-bottom: 11px;
}

.bg_grey {
    background: #797979;
    color: #ffffff;
    margin: 10px;
}

.bg_red {
    background: #EF6F6C;
    color: #ffffff;
    margin: 10px;
}

.bg_blue {
    background: #418bca;
    color: #ffffff;
    margin: 10px;
}

.bg_yellow {
    background: #F89A14;
    color: #ffffff;
    margin: 10px;
}

.bg_green {
    background: #00bc8c;
    color: #ffffff;
    margin: 10px;
}

.squarebox label a {
    color: #ffffff;
}

/* Fixed against a select2 span*/
.panel-heading span {
    margin-top: unset;
}

.select2-container .select2-selection--single {
    height: 34px !important;
}

.navbar .user-menu {
    padding: 6px 0;
}

.navbar-nav > .user-menu > .dropdown-menu {
    margin-top: 0;
    min-width: 220px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    padding: 0;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header img{
    margin: 0% 30%;
}


.password_info {
    color: #f89a14;

}
label.error
{
    font-weight: 300;
    margin: 5px;
}

.color-red {
    color: #EF6F6C;
}

.color-green {
    color: #03BC8C;
}

.color-yellow {
    color: #F79A14;
}

.color-blue {
    color: #408BCA;
}

label.error
{
    font-weight: 300;
    margin: 5px;
}
.text_color
{
    color: white;
}
.table th
{
    font-family: "Open Sans", Arial, sans-serif !important;
    font-weight: 300;
}

.bg_grey {
    background: #797979;
    color: #ffffff;
    margin: 10px;
}

.bg_red {
    background: #EF6F6C;
    color: #ffffff;
    margin: 10px;
}

.bg_blue {
    background: #418bca;
    color: #ffffff;
    margin: 10px;
}

.bg_yellow {
    background: #F89A14;
    color: #ffffff;
    margin: 10px;
}

.bg_green {
    background: #00bc8c;
    color: #ffffff;
    margin: 10px;
}

.bgcolor_yellow{
    background : #F79A14;
}
.bgcolor_blue{
    background : #408BCA;
}
.bgcolor_green{
    background : #03BC8C;
}
.bgcolor_red{
    background : #EF6F6C;
}


.pager li.color-red > a {
    color: #EF6F6C;
}
.pager li.color-green > a {
    color: #03BC8C;
}
.pager li.color-blue > a {
    color: #408BCA;
}
.pager li.color-yellow > a {
    color: #F79A14;
}


.nav-tabs {
    margin-bottom: 15px;
}

span.help-block {
    display: inline;
    margin-top: 0;
    margin-bottom: 5px;
    /*color: #737373;*/
    font-weight: 300;
    font-size: smaller;
}
.tabable a
{
    color:#fff;
}
.pd {
    padding: 20px;
    border: 5px solid black;
    box-sizing: border-box;
}
.mar-t5{
    margin-top:5px;
}
.wd {
    width: 300px
}
.pd-45 {
    padding: 45px;
}
.display-no {
    display: none;
}
.select2-container .select2-selection--single {
    height: 34px;
}
.icheckbox_line-red, .iradio_line-red{
    margin-bottom:4px;
}

.modal-body{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover, .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.text-middle {
    vertical-align: middle;
}

.text-top {
    vertical-align: top;
}

.text-bottom {
    vertical-align: bottom;
}

.selectize-control.multi.tag_green .selectize-input > div {
    background: #00bc8c;
    color: #ffffff;
}

.selectize-control.multi.tag_red .selectize-input > div {
    background: #EF6F6C;
    color: #ffffff;
}

.selectize-control.multi.tag_blue .selectize-input > div {
    background: #418bca;
    color: #ffffff;

}