﻿@charset "utf-8";
/* URINTERNATIONAL CSS Designed By RKD*/
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,600i,700,700i,800,800i';
@import 'https://fonts.googleapis.com/css?family=Basic';
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
.main-content, body, html {
    min-height: 100%;
}
html {
    position: relative;
}
body {
    /*background-color: #e4e6e9;*/
    background-color: #2a303c !important;
    color: #393939;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    line-height: 1.5;
    padding-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.main-container::before {
    /*background-color: #fff;*/
    background-color: #2a303c !important;
    bottom: 0;
    content: "";
    display: block;
    max-width: inherit;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}
.main-container.container, .rtl .main-container.container {
    padding-left: 0;
    padding-right: 0;
}
.main-container.container::before {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    width: inherit;
}
/*html{
	position: relative;
	min-height: 100%;
}*/
.clear {
    clear: both;
}
/*body{
	font-family: "Open Sans",sans-serif;
   font-family: 'Basic', sans-serif;
    font-size: 12px;
    font-weight: 400;
	color: #333;
	padding-bottom:60px;
}*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
#upLogin{
    display:flex;
}
.login_logo {
    text-align: center;
    position: relative;
    /*top:1em;*/
}
    .login_logo img {
        margin: 8px auto;
        width: 100%;
        max-width: 161px;
    }
.martopbot10 {
    margin-top:10px;
    margin-bottom:10px;
}
.martopbot15 {
    margin-top:15px;
    margin-bottom:15px;
}
.martop15 {
    margin-top:15px;
}
.martop20 {
    margin-top:20px;
}
.marauto{
    margin:0 auto;
}
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid #003555;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 0 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    font-weight: 600;
    outline: thin dotted;
    outline-offset: -2px;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.btn.active, .btn:active {
    background-image: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
}
.btn1 {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid #003555;
    border-radius: 4px !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-weight: 600 !important;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 3px 15px !important;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 16px;
}
.btn1.active.focus, .btn1.active:focus, .btn1.focus, .btn1.focus:active, .btn1:active:focus, .btn1:focus {
    font-weight: 600 !important;
    outline: thin dotted;
    outline-offset: -2px;
}
.btn1.focus, .btn1:focus, .btn1:hover {
    color: #fff !important;
    font-weight: 600 !important;
    text-decoration: none;
}
.btn1.active, .btn1:active {
    background-image: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;
}
.btn1.disabled, .btn1[disabled], fieldset[disabled] .btn1 {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
}
.btn-blue2 {
    background: #00b1ec; /* Old browsers */
    background: -moz-linear-gradient(top, #00b1ec 0%, #0099cd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00b1ec 0%,#0099cd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00b1ec 0%,#0099cd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b1ec', endColorstr='#0099cd',GradientType=0 ); /* IE6-9 */
    border-color: #0085b1;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
}
.btn-blue2.active, .btn-blue2.focus, .btn-blue2:active, .btn-blue2:focus, .btn-blue2:hover, .open > .dropdown-toggle.btn-blue2 {
    background-color: #015770;
    border-color: #00617d;
    color: #fff;
    font-weight: 600;
}
.btn-blue2.active, .btn-blue2:active, .open > .dropdown-toggle.btn-blue2 {
    background-image: none;
}
.btn-label {
    border-left: 1px solid #0085b1;
    display: inline-block;
    left: 14px;
    padding: 4px 6px;
    position: relative;
}
.btn-labeled {
    padding-bottom: 0;
    padding-top: 0;
}
.btn-blue1 {
    background: #00b1ec; /* Old browsers */
    background: -moz-linear-gradient(top, #00b1ec 0%, #0099cd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00b1ec 0%,#0099cd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00b1ec 0%,#0099cd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b1ec', endColorstr='#0099cd',GradientType=0 ); /* IE6-9 */
    border-color: #0085b1;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
}
.btn-blue1.active, .btn-blue1.focus, .btn-blue1:active, .btn-blue1:focus, .btn-blue1:hover, .open > .dropdown-toggle.btn-blue1 {
    background-color: #015770;
    border-color: #0085b1;
    color: #fff;
    font-weight: 600;
}
.btn-blue1.active, .btn-blue1:active, .open > .dropdown-toggle.btn-blue1 {
    background-image: none;
}
.blue_bg {
    /*background:#0099cc;*/
    background: #2a303c;
    padding: 10px;
    /*margin-top: 10px;*/
    margin-top: -5em;
    margin-bottom: 10px;
    height: auto;
    min-height: 420px;
}
.LoginPanel {
    background: none repeat scroll 0 0;
    /*border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.2);*/
    float: none;
    padding-bottom: 10px;
    padding-top: 10px;
	border-radius:0px;
    margin:0 auto;
    max-width:680px;
    width:100%;
}
.LoginPanel h5 {
    font-family: "Trebuchet MS";
    font-size: 25px;
	color:#fff;
	padding-bottom:5px;
    text-align:center;
    white-space:nowrap;
}

.login_footer {
    font-weight:400;
    /*color:#000000;*/
    color:#fff;
    font-size:14px;
    text-align:center;
    padding:10px;
}
/*Badge*/
.topspan {
    position: fixed;
    display: inline-block;
    left: 22.2em;
    top: 6px;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.badge-top {
    background: #c4df9b;
    border: 1px solid #97b46b;
    color: #6a6a6a;
}
/*Badge End*/
.block {
    display: block;
}
 
.space {
    margin: 12px 0;
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
}
.space1 {
    margin: 5px 0;
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
}
.LoginPanel .lbl {
    font-family: "Trebuchet MS"!important;
    font-size: 15px!important;
    color: #fff!important;
    font-weight: 600!important;
}
.LoginPanel .form-control {
    background-color: transparent;
    background-image: none;
    border: 2px solid #00bdfc;
    border-radius: 0px;
    color: #015770;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.LoginPanel .form-control:focus {
    border-color: #00bdfc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6)!important;
    outline: 0 none;
}
.LoginPanel .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.LoginPanel .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.LoginPanel .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}
.LoginPanel textarea.form-control {
    height: auto;
}
.LoginPanel .form-control::-webkit-input-placeholder {
   color: #fff;
}
.LoginPanel .form-control:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

.LoginPanel .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

.LoginPanel .form-control:-ms-input-placeholder {  
   color: #fff;  
}
.logPageClass {
    font-weight: 600;
    font-size: 14px;
}
.login_error {
    font-size: 18px;
    color: #ff0016;
    font-weight: 600;
    position: absolute;
    left: 5em;
    
}
.login_error1 {
    font-size: 18px;
    color: #ff0016;
    font-weight: 600;
    position: absolute;
    left: 5em;
    margin-top: -3.5em;
}
.login_lock img{
    margin:0 auto;
}
.forgotpass {
    font-size: 14px;
    font-family: 'Basic', sans-serif !important;
    font-weight: 400;
    /*color:#fff!important;*/
    color: #a5001e !important;
}
.or {
    font-size: 15px;
    font-family: 'Basic', sans-serif !important;
    font-weight: 400;
    /*color:#fff!important;*/
    color: #000 !important;
    padding-left: 5px;
    padding-right: 5px;
}
.forgotpass a {
    font-size: 15px;
    font-family: 'Basic', sans-serif !important;
    font-weight: 400;
    /*color:#fff!important;*/
    color: #a5001e !important;
    text-decoration: none !important;
}
.forgotpass a:hover{
    font-size:15px;
    font-family: 'Basic', sans-serif!important;
    font-weight:400;
    color:#b8c607!important;
    text-decoration:none!important;
}
.LoginPanel2 .lbl {
    font-family: "Trebuchet MS"!important;
    font-size: 15px!important;
    color: #fff!important;
    font-weight: 600!important;
}
.LoginPanel2 .form-control {
    background-color: transparent;
    background-image: none;
    border: 1px solid #00bdfc;
    border-radius: 0px;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.LoginPanel2 .form-control:focus {
    border-color: #00bdfc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6)!important;
    outline: 0 none;
}
.LoginPanel2 .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.LoginPanel2 .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.LoginPanel2 .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}
.LoginPanel2 textarea.form-control {
    height: auto;
}
.LoginPanel2 .form-control::-webkit-input-placeholder {
   color: #fff;
}

.LoginPanel2 .form-control:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

.LoginPanel2 .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

.LoginPanel .form-control:-ms-input-placeholder {  
   color: #fff;  
}
/*MediaQuaries*/
@media (max-width: 768px) {
    .login_logo img {
        margin: 8px auto;
        width: 100%;
        max-width: 80px;
    }
    .LoginPanel {
        width: 100%;
        background: #fff;
        z-index: 111;
        position: relative;
        top: 4em;
        left: 0em;
        height: auto;
        min-height: 260px;
    }
    .ui-dialog {
        width:100%;
        left:0;
        padding:10px;
    }
}
@media (min-width: 768px) {

.LoginPanel{
        max-width:680px;
    }
}
@media (max-width:992px){
		
}
@media (min-width: 992px) {
    .login_logo img {
        margin: 8px auto;
        width: 100%;
        max-width: 100px;
    }
    .LoginPanel {
        max-width: 440px;
        background: #fff;
        height: 230px;
        top: 5em;
    }
}
@media (min-width: 1200px) {
    .login_logo img {
        /*margin: 8px auto;*/
        width: 100%;
        max-width: 140px;
    }
/*.LoginPanel{
        max-width:680px;
        margin-top:70px;
}*/
    .LoginPanel {
        max-width: 440px;
        margin-top: 0px;
        border-radius: 0;
        background: #fff;
        display: inherit;
        position: relative;
        /*left: 36em;*/
        /*min-height:316px;
        padding:10px;*/
        height:100%;
    }
        .LoginPanel2{
        max-width:100%;
        margin-top:0px;
    }
}

.widget {
    /*background: #fff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;*/
    clear: both;
    margin-bottom: 20px;
    margin-top: 0;
    display:inline-block;
    position:relative;

}
.widget-title {
    background: #f2f2f2 -moz-linear-gradient(center top , #ffffff 0%, #f2f2f2 100%) repeat scroll 0 0;
    border-bottom: 1px solid #e8e8e8;
    height: 21px;
}
.widget-title > h4 {
    /*border-bottom: 0 none;
    color: #005181;
    float: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 12px;
    margin: 0;
    padding: 12px 11px 10px 15px;*/
    border-bottom: 0 none;
    color: #fff;
    float: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 12px;
    margin: 0;
    padding: 2px 11px 10px 5px;
}
.widget-title > h4 i {
    font-size: 14px;
    margin-right: 2px;
}
.widget-title span.tools {
    border-left: 1px solid #e0dede;
    float: right;
    margin: 2px 0 0;
    padding: 6px 5px 6px 10px;
}
.widget-title span.tools > a {
    color: #979797;
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
    text-decoration: none;
}
.maincontent .widget-title span.tools > a:hover {
    opacity: 0.6;
    text-decoration: none;
    transition: all 0.1s ease-in-out 0s;
}
.widget-title .btn-group {
    margin-right: 5px;
}
.widget-title .btn-group .caret {
    margin-left: 3px;
    margin-top: 8px;
}
.widget-body {
    border-radius: 0 0 3px 3px;
    padding: 0px;
}

.widget2 {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    clear: both;
    margin-bottom: 20px;
    margin-top: 0;
    display:inline-block;
    position:relative;
    width:100%;

}
.widget-title2 {
    background: #f2f2f2 -moz-linear-gradient(center top , #ffffff 0%, #f2f2f2 100%) repeat scroll 0 0;
    border-bottom: 1px solid #e8e8e8;
    height: 35px;
}
.widget-title2 > h4 {
    border-bottom: 0 none;
    color: #005181;
    float: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 12px;
    margin: 10px;
   
    padding: 2px 11px 10px 5px;
}
.widget-title2 > h4 i {
    font-size: 14px;
    margin-right: 2px;
}
.widget-title2 span.tools {
    border-left: 1px solid #e0dede;
    float: right;
    margin: 2px 0 0;
    padding: 6px 5px 6px 10px;
}
.widget-title2 span.tools > a {
    color: #979797;
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
    text-decoration: none;
}
.maincontent .widget-title2 span.tools > a:hover {
    opacity: 0.6;
    text-decoration: none;
    transition: all 0.1s ease-in-out 0s;
}
.widget-title2 .btn-group {
    margin-right: 5px;
}
.widget-title2 .btn-group .caret {
    margin-left: 3px;
    margin-top: 8px;
}
.widget-body2 {
    border-radius: 0 0 3px 3px;
    padding: 0px;
}
.widget-body2 .TextPageClass {
    color: #020202;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    max-width: 100%;
    line-height:30px;
    white-space:nowrap;
}

.widget-body2 .TextPageClass {
    display: inline-block;
}
.widget-body2.form-control, select {
    background-color: #fff!important;
    border: 1px solid #d5d5d5!important;
    border-radius: 0;
    box-shadow: none;
    color: #474747;
    font-weight: 600;
}
.widget-body2 .form-control {
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    color: #555;
    display: block;
    font-size: 12px !important;
    font-family: "Open Sans",sans-serif !important;
    height: 32px !important;
    line-height: 1.42857;
    padding: 6px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.failure {
    color:red;
    display:inline;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    font-weight:600;
}
.Failure
{
	color:red;
    display:inline;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    font-weight:600;
    position:absolute;
}
.error1 {
    background-color: #f2dede;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 5px;
}
.messages {
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    font-weight:600;
}
.Success
{
	color:#09a708;
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    font-weight:600
	
}
.successs {
    color:#09a708;
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    font-weight:600
}
.pb120 {
    padding-bottom: 120px !important;
}
.pt120 {
    padding-top: 120px !important;
}
.pt245 {
    padding-top: 245px !important;
}
.bg-img {
    position: relative;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat;
}
.card_padding {
    /*padding: 75px 5% 75px 15% !important;*/
    padding: -1px 4% 75px 5% !important;
}
justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.bg-blue {
    background-color: #0099cc !important;
}
.section_title {
    text-align: center;
    margin-bottom: 0;
    padding: 15px 0;
    position: relative;
}
.section_title h6 {
   /* font-family: "Signika", sans-serif;*/
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0;
    color: #fff;
    text-transform:uppercase;

}
    .section_title h6 span {
        border-bottom:2px solid #fff;
    }
.pt25 {
    padding-top:25px;
}
.TextPageClass {
    color: #000000;
    font-family: "Open Sans",sans-serif;
    /* color: #020202; */
    font-family: "Open Sans",sans-serif;
    font-size: 12pt;
    font-weight: 600;
    margin-bottom: 0;
    max-width: 100%;
    line-height: 30px;
    white-space: nowrap;
}
.igdd_ValueDisplay {
    background-color: Transparent;
    font-weight: normal !important;
    font-size: 12pt !important;
    font-family: "Open Sans",sans-serif!important;
    border-width: 0px;
    width: 100%;
}
.igdd_DropDownList {
    background-color: White;
    font-size: 142pt !important;
    font-family: "Open Sans",sans-serif !important;
    font-weight: normal !important;
    margin: 0px;
    padding: 1px;
}
.igdd_ListItem {
    font-size: 12pt !important;
    font-family: "Open Sans",sans-serif !important;
    font-weight: normal !important;
    border: solid 1px Transparent;
    padding: 3px 5px 3px 5px;
    list-style-type: none;
    width: auto;
    min-height: 15px;
    height: auto !important;
    cursor: pointer;
}
.igdd_DropDownListContainer {
    width: 345px !important;
}
.modalBackground {
    background: #000;
    opacity: 0.8;
}

.modalPopup {
    background-color: #FFFFFF!important;
    width: 30%!important;
    padding: 0;
    z-index: 12000 !important;
}
.modal-body{
    display:inline-block!important;
}
.modal-body .btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid #003555;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 0 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

    .modal-body .btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
        font-weight: 600;
        outline: thin dotted;
        outline-offset: -2px;
    }

    .modal-body .btn.focus, .btn:focus, .btn:hover {
        color: #fff;
        font-weight: 600;
        text-decoration: none;
    }

    .modal-body .btn.active, .btn:active {
        background-image: none;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
        outline: 0 none;
    }

    .modal-body .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        box-shadow: none;
        cursor: not-allowed;
        opacity: 0.65;
        pointer-events: none;
    }
.modal-body .btn-blue1 {
    background: #00b1ec; /* Old browsers */
    background: -moz-linear-gradient(top, #00b1ec 0%, #0099cd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00b1ec 0%,#0099cd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00b1ec 0%,#0099cd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b1ec', endColorstr='#0099cd',GradientType=0 ); /* IE6-9 */
    border-color: #0085b1;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
}

    .modal-body .btn-blue1.active, .btn-blue1.focus, .btn-blue1:active, .btn-blue1:focus, .btn-blue1:hover, .open > .dropdown-toggle.btn-blue1 {
        background-color: #015770;
        border-color: #0085b1;
        color: #fff;
        font-weight: 600;
    }

    .modal-body .btn-blue1.active, .btn-blue1:active, .open > .dropdown-toggle.btn-blue1 {
        background-image: none;
    }

.martobot10 {
    margin-top:10px;
    margin-bottom:10px;
}
