@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUIBlack.woff2') format('woff2'),
        url('fonts/SegoeUIBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-Light.woff2') format('woff2'),
        url('fonts/SegoeUI-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-Semibold.woff2') format('woff2'),
        url('fonts/SegoeUI-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUIBlack-Italic.woff2') format('woff2'),
        url('fonts/SegoeUIBlack-Italic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-LightItalic.woff2') format('woff2'),
        url('fonts/SegoeUI-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Segoe UI Semilight';
    src: url('fonts/SegoeUI-Semilight.woff2') format('woff2'),
        url('fonts/SegoeUI-Semilight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-Italic.woff2') format('woff2'),
        url('fonts/SegoeUI-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-SemiboldItalic.woff2') format('woff2'),
        url('fonts/SegoeUI-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/fonts/SegoeUI-Bold.woff2') format('woff2'),
        url('fonts/SegoeUI-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Semilight';
    src: url('fonts/SegoeUI-SemilightItalic.woff2') format('woff2'),
        url('fonts/SegoeUI-SemilightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI.woff2') format('woff2'),
        url('fonts/SegoeUI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-BoldItalic.woff2') format('woff2'),
        url('fonts/SegoeUI-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}



.logo img{
    width: 200px;
    margin-top: 20px;
}

.apiconnect{
    color: #48CA7E;
}
.apinotconnect{
    color: #B11616;
}
.dot {
    height: 45px;
    width: 45px;
    background-color: #E5E5E5;
    border-radius: 50%;
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    text-align: center;
    line-height: 24px;
    border: 1px solid #ccc;
}
.buttontext{
    font-size: 12px;
}
.label{
    font-size: 13px;
}
#respnseid{
    text-align: center;
}
input[type="text"] {
    font-size: 13px;
    height: 30px;
}
.wp-admin select{
    font-size: 13px;
}
.tblfontsize{
    font-size: 13px;
}
td{
    vertical-align: top;
}
#wpwrap{
    background: #E5E5E5;
}
h5 span {
    font-size: 20px;
}
h1.directiqtitle{
    padding: 0px;font-weight: 600;
}
a.button.button-large.addnewbutton{
    float: left;
    margin-right: 12px;
}
#postbox-container-2{
    background-color: #F2F2F2;
}
.marginleft{
    margin-left: 60px;
}

.rightpanel{
    padding: 15px;
}
ul li a{
    text-decoration: none;
}
.apiconnect img{
    vertical-align: middle;
}

/**********/
*{
    box-sizing: border-box; 
}
body{
    font-family: 'Segoe UI';
}
.wrap{
    margin: 0;
}
#poststuff{
    padding: 0px 15px;
    min-width: inherit;
    width: 100%;
    box-sizing: border-box;
}
.directiq #poststuff #post-body.columns-2{
    display: flex;
    margin: 0 -15px;
  }
.directiq #poststuff .postbox-container{
    padding: 0px 15px;
    box-sizing: border-box;
  }
.directiq #post-body.columns-2 #postbox-container-2{
    flex: 0 0 75%;  max-width: 75%;  height: 100vh;min-height: 800px;
  }
.directiq #post-body.columns-2 #postbox-container-1{
    flex: 0 0 25%;
    max-width: 25%;
    float: none;
    margin-right: 0;
    margin-top: 15px;
    width: auto;
  }
.directiq #poststuff #post-body.columns-2 #side-sortables{
      width: 100%;
  }
  .list_dot{
      margin-bottom: 20px;
  }
.directiq #poststuff .postbox{
      min-width: inherit;
  }
  .tblfontsize img{
    vertical-align: middle;
  }
  .apinotconnect img{
    vertical-align: middle;
  }
 #TB_ajaxContent{
    height: auto !important;
 }