/*
MY CSS
*/

/*=======================================
=            COMMON ELEMENTS            =
=======================================*/

.side-menu.left {
	height: calc(100vh - 70px);
}

.font-30 {
	font-size: 30px;
}

.font-60 {
	font-size: 60px;
}

.generic-element-container {
	display: flex;
    flex-flow: row wrap;
}

.generic-container-child {
	width: 100%
}


/*=====  End of COMMON ELEMENTS  ======*/


/*=================================
=            LOGIN            =
=================================*/

.div_logo_login {
	margin-top: 10%;
}

.logo_login, .logo_login>i {
	color: #3f51b5 !important;
    font-size: 48px;
}

.foo_pages {
	left: 0px !important;
	width: 100% !important;
}

/*=====  End of LOGIN  ======*/

/*=================================
=            DASHBOARD            =
=================================*/

.ml-10 {
	margin-left: 10px;
}

.welcome-name {
	color: white;
}

.img_container {
	width: 100%;
}

.preview_image {
	width: 100%;
	max-width: 100%;
}

.header-ip {
	line-height: 30px;
}

/*=====  End of DASHBOARD  ======*/

/*=================================
=            DOMAINS            =
=================================*/

table#domains-table {
    width: 100%;
}

.add-domain-container {
	margin-bottom: 10px;
}

i.mdi.mdi-server-plus {
    font-size: 24px;
    vertical-align: middle;
}

.add-domain-container,
.add-domain-button {
	padding-left: 0 !important;
}

.result-add-domain {
	float: left;
	padding-left: 0 !important;
}

.result-add-domain>.col-12 {
	padding-left: 0 !important;
}


/*=====  End of DOMAINS  ======*/

/*=================================
=       RULES            =
=================================*/

table#rules-table {
    width: 100%;
}

.add-rules-container {
	margin-bottom: 10px;
}

i.mdi.mdi-file-plus {
    font-size: 24px;
    vertical-align: middle;
}

.add-rules-container,
.add-rules-button {
	padding-left: 0 !important;
}

.result-add-rule {
	float: left;
	padding-left: 0 !important;
}

.result-add-rule>.col-12 {
	padding-left: 0 !important;
}


/*=====  End of RULES  ======*/


/*=================================
=            SINGLE DOMAIN            =
=================================*/

.preview_site {
    height: 60vh;
}

.modal-snapshot-w-1000, .modal-resource-w-1000 {
  max-width: 1000px !important;
}

.snapshot-img {
  height: 50vh;
}

.resource-img {
  height: 50vh;
}

.adjust-height {
  min-height: 43px;
}

/*=====  End of SINGLE DOMAIN  ======*/


/*=================================
=            EXTERNAL LINKS            =
=================================*/

ul.infected-pages-list {
    list-style: none;
}


/*=====  End of EXTERNAL LINKS  ======*/

/*=================================
=            CONTACTS            =
=================================*/

.m-r-10 {
  margin-right: 10px;
}

.m-l-10 {
  margin-left: 10px;
}

.add-contact-and-contact-group-container>div,
.response-add-contact-container>div,
.table-contact-group-container>div,
.table-contact-container>div {
  display: inline-block;
}


/*=====  End of CONTACTS  ======*/





/*=====  SELECT 2  ======*/

/* =============
   Form Advanced
============= */
/* bootstrap tag input */
.bootstrap-tagsinput {
  box-shadow: none;
  padding: 3px 7px;
  border: 1px solid #f3f3f3; }
  .bootstrap-tagsinput .label-info {
    background-color: #3f51b5 !important;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 3px;
    font-size: 14px;
    margin: 2px; }

/* Multiple select*/
.ms-container {
  background: transparent url("../images/multiple-arrow.png") no-repeat 50% 50%; }
  .ms-container .ms-list {
    box-shadow: none;
    border: 1px solid #f3f3f3 !important; }
  .ms-container .ms-list.ms-focus {
    box-shadow: none;
    border: 1px solid #aaaaaa !important; }
  .ms-container .ms-selectable li.ms-elem-selectable {
    border: none !important;
    padding: 5px 10px !important; }
  .ms-container .ms-selection li.ms-elem-selection {
    border: none !important;
    padding: 5px 10px !important; }

.search-input {
  margin-bottom: 10px !important; }

.ms-selectable {
  box-shadow: none !important;
  outline: none !important; }

.ms-container .ms-list.ms-focus {
  box-shadow: none !important; }
.ms-container .ms-selectable li.ms-hover {
  background-color: #3f51b5 !important; }
.ms-container .ms-selection li.ms-hover {
  background-color: #3f51b5 !important; }

/* Select 2 */
.select2-container {
  width: 100% !important; }
  .select2-container .select2-selection--single {
    border: none !important;
    border-bottom: 1px solid rgba(128, 137, 142, 0.8) !important;
    height: 38px !important;
    border-radius: 0 !important; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      line-height: 36px !important;
      padding-left: 12px !important; }
    .select2-container .select2-selection--single .select2-selection__arrow {
      height: 34px !important;
      width: 34px !important;
      right: 3px !important; }
      .select2-container .select2-selection--single .select2-selection__arrow b {
        border-color: #c8c8c8 transparent transparent transparent !important;
        border-width: 6px 6px 0 6px !important; }

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #c8c8c8 transparent !important;
  border-width: 0 6px 6px 6px !important !important; }

.select2-results__option {
  padding: 6px 12px !important; }

.select2-dropdown {
  border: 1px solid #e1e1e1 !important; }

.select2-container--default .select2-search--dropdown {
  padding: 10px !important;
  background-color: #fbfbfb !important; }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e1e1e1 !important; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3f51b5 !important; }
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #eeeeee;
  color: #343c49; }
  .select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #3f51b5 !important;
    color: #ffffff; }

.select2-container .select2-selection--multiple {
  min-height: 38px;
  border: none;
  border-bottom: 1px solid rgba(128, 137, 142, 0.8);
  border-radius: 0; }
  .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 2px 10px; }
  .select2-container .select2-selection--multiple .select2-search__field {
    margin-top: 7px;
    border: 0; }
  .select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #3f51b5 !important;
    border: 1px solid transparent !important;
    color: #ffffff !important;
    border-radius: 3px !important;
    padding: 0 7px !important; }
  .select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #ffffff !important;
    margin-right: 5px !important; }
    .select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #ffffff !important; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
  border-bottom: 1px solid #3f51b5 !important;
  box-shadow: 0 1px 0 #3f51b5 !important; }

/*=====  End of SELECT 2  ======*/


