/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.full-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    position: fixed;
    z-index: 9999;
}
.full-overlay .popup-outer-cover {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 596px;
    width: 96%;
    top: 70px;
}
.full-overlay .popup-outer-cover .popup-main-cover {
    width: 100%;
    float: left;
    background-color: #F0F1F0;
    padding: 30px 15px 30px;
    box-shadow: 0px 0px 19px #545353;
    -webkit-box-shadow: 0px 0px 19px #545353;
    -moz-box-shadow: 0px 0px 19px #545353;
}
.full-overlay .popup-outer-cover .popup-main-cover .popup-content {
	padding: 52px 0px;
    width: 100%;
    float: left;
}
.full-overlay .popup-outer-cover .popup-main-cover .popup-content form {
    width: 100%;
    float: left;
}
.full-overlay .popup-outer-cover .popup-main-cover .popup-content input[type="text"]{
	width: 100%;
	height: 32px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #c7c7c7;
	margin-bottom: 13px;
	float: left;
}
.full-overlay .popup-outer-cover .popup-main-cover .popup-content .popsubmit-btn {
  float: left;
  margin-top: 10px;
  text-align: left;
  width: 100%;
}
.full-overlay .popup-outer-cover .popup-main-cover .popup-content input[type="button"] {
	width: 92px;
	height: 40px;
	border: 0px;
	background-color: #0A91CA;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	font-family: proxima_nova_rgbold;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

}
.cross-btn {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  height: 32px;
  padding: 7px;
  position: absolute;
  right: 4px;
  text-align: center;
  top: 4px;
  width: 32px;
  cursor: pointer;
}
.btn-modify {
  background-color: #0a93ca;
 color: #fff !important;
 cursor:pointer;
}
.popheading {
  border-bottom: 1px solid #acacac;
  display: block;
  float: left;
  font-family: proxima_nova_rgbold;
  font-weight: normal;
  margin: 0 0 20px;
  padding-bottom: 12px;
  width: 100%;
}
.class1 {
  width: 100% !important;
}
.full-overlay .popup-outer-cover .popup-main-cover .popup-content input.cancelbtn[type="button"] {
  background-color: #c71f25;
}
.addressbook-tb {
  display: table;
  width: 100%;
}
.addressbook-row {
  display: table-row;
}
.addressbook-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
}
.addImg {
  width: 156px;
}
.toprow {
  background-color: rgb(1,113,195);
  color: #fff;
  font-weight: 600;
}
.addressbook-cell img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-img {
    width: 25px;
}

.vector-select-row .hi-sti img {
    width: 18px;
    position: relative;
    z-index: 10;
    padding: 0;
    display: inline-block;
    vertical-align: top !important;
    margin-right: 5px;
}
.vector-select-row .hi-sti {
    color: #419926;
    font-weight: 600;
    margin: 0;
}
.vector-select-row .select-des {
    border-top: 2px solid #a3a3a3;
    position: relative;
}
.vector-select-row .ser-modfy-mignify {
    left: 0;
    background: #ffff;
    z-index: 10;
    width: 41px;
    border-right: 2px solid #a3a3a3;
    border-bottom: 0px;
}
.vector-select-row .ser-modfy-mignify .larg-modify {
    width: 100%;
    top: 3px;
}
.vector-select-row .ser-modfy-mignify .larg-modify .magnify {
    width: 100%;
    background-image: none;
    padding: 0;
}
.vector-select-row .selected .hi-sti {
    color: #fff;
}


/*sweetalert css*/
.sweet-alert .sa-icon {
    width: 65px;
    height: 65px;
}
.lead {
    font-size: 19px;
    padding: 0 20px;
    font-family: proxima_nova_rgregular;
}
.sweet-alert .confirm.btn.btn-lg {
    padding: 8px 30px;
    border: 0px;
}
.sweet-alert .confirm.btn.btn-lg:hover{
  background-color: #337ab7;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
    height: 34px;
}
.sweet-overlay,.swal2-container{
    z-index: 100000;
}
.swal2-popup {
    font-size: 15px;
}
.swal2-icon {
    margin: 1.25em auto 6px;
}
.swal2-popup .swal2-content {
    font-size: 18px;
    line-height: 24px;
}
.sweet-alert{
    z-index: 100001;
}
.thread-span{
  color: #c82128;
  cursor: pointer;
  float: right;
}
.thread-span ul li {
    color: #535353;
    padding: 7px 10px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 13px;
    text-transform: capitalize;
    font-family: proxima_nova_rgbold;
}
.thread-span ul li:hover {
    background: #f1f1f1;
}
.thread-span ul {
    margin: auto;
    list-style: none;
    border-radius: 4px;
    overflow: auto;
    min-height: 12px;
    max-height: 134px;
}
.select-des p {
    width: auto !important;
}
.thread-span .dropdown-menu {
    padding: 0;
    right: 0;
    left: unset;
}
.thread-span ul li:last-child {
    border: 0px;
}
a.dropdown-toggle {
    font-size: 13px;
    font-weight: bold;
    color: #337ab7;
    vertical-align: top;
}
.selected a.dropdown-toggle {
    color: #fff;
}
.custom-pad {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -2px;
}
.tool-thread {
    position: relative;
    float: right;
    font-size: 12px;
    color: #0b92ca;
    cursor: pointer;
    font-weight: bold;
    margin-top: 1px;
}
.tool-thread .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #fff;
    color: #585858;
    text-align: center;
    border-radius: 1px;
    padding: 6px 13px;
    position: absolute;
    z-index: 1;
    top: 139%;
    right: 0;
    margin-left: auto;
    font-size: 13px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
    min-width: 170px;
    text-transform: capitalize;
}
.selected .select-des .tool-thread {
    color: #fff;
}
.tool-thread .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 12px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #ccc transparent;
}
.tool-thread:hover .tooltiptext {
  visibility: visible;
}
.nalerticon{
  margin-right:4px;
}
/*sweetalert css*/
@media only screen and (max-width: 1200px) {
  a.dropdown-toggle {
    font-size: 11px;
    font-weight: bold;
    color: #337ab7;
    vertical-align: top;
  }
}