
:root {
  --theme-color: #1f5397;
  --header-color: #850b6f;
  --navy-blue: #184169;
  --heading-color: #333333;
  --sidebar-color: #d9d9d9;
  --sidebar-color-active: #d9d9d9;
  --btn-color: #e5b479;
  --dark-grey:#333;
  --white:#fff;
  --black:#000;
  --grey-bg:#BCBEC0;
  --gray-light:#D2D4D6;
  --green:#20BFA1;
  --green-dark:#3F9941;
  --yellow:#EBAD63;
  --red-color:#E9685E;
  --gray-bar:#A9A9A9;
  --bg-light:#F2F2F2;
  --border-color:#BCBEC0;
  --check-border: #9A9A9A;
  --yellow-light:#f0e6eb;
  --border-light:#9AA5b7;
  --menu-boder:#DCDEDF;
  --table-text-color:#404040;
  --bg-gray:#f5f5f5;
  --font-family: "Montserrat", sans-serif;
}
.form-control[readonly]{
  background-color: var(--bg-gray);
}
html,
body {
  height: 100%;
}

body {
  font-family: var(--font-family);
  font-size: 15px;
  color: var(--dark-grey);
  background: var(--white);
}

*:focus {
  outline: none;
  outline-color: transparent;
}

b,
strong {
  font-weight: 600;
}

a {
  color: var(--dark-grey);
  text-decoration: none;
}

a:hover,
a:focus {
  color:var(--theme-color);
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 1.250em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: normal;
}

.pad-0 {
  padding: 0px !important;
}

.pad-all-10 {
  padding: 10px !important;
}

.pad-t-10 {
  padding-top: 10px !important;
}

.desktop-view {
  display: block;
}

.mobile-view {
  display: none;
}

.loginPage {
  padding-top: 0px;
}

/*Default classes */
.page-heading {
  color: var(--dark-grey);
  text-transform: uppercase;
  vertical-align: bottom;
  float: left;
  font-size: 1.5em;
  font-weight: normal;
  font-family: Arial;
  margin: .4em 0 1.3em 0;
  /* border-bottom: 1px solid var(--border-color); */
  width: 100%;
  padding: 0 ;
}

.page-heading>i {
  margin-right: 2px;
}

.page-heading>i.myfile {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-bottom: -5px;
  background-position: 0 0;
}

.page-heading>i.managegroup {
  width: 35px;
  height: 32px;
  display: inline-block;
  margin-bottom: -5px;
  background-position: 0 -72px;
}

.page-heading>i.shared {
  width: 35px;
  height: 26px;
  display: inline-block;
  margin-bottom: -5px;
  background-position: 0 -112px;
}

.page-heading>i.bookmarked {
  width: 35px;
  height: 38px;
  display: inline-block;
  margin-bottom: -5px;
  background-position: 0 -144px;
}

.page-heading>i.deleted {
  width: 35px;
  height: 32px;
  display: inline-block;
  margin-bottom: -5px;
  background-position: 0 -191px;
}

body.sidebar-mini.sidebar-collapse .sidebar ul.sidebar-menu i.fa {
  width: 32px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.top-nav li.dropdown.user.user-menu .fa {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: var(--white);
  margin-top: 6px;
  margin-left: 2px;
}

/*---------Form css Start Here------------*/
label {
  font-weight: 400;
  font-family: Arial;
  color: #000;
}

.form-control {
  border-radius: 0px;
  box-shadow: none;
  height: 44px;
  border-color: var(--border-color);
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--border-color);
}

.input-group-addon {
  border-radius: 0px;
  background: none;
}

.input-group>.form-control {
  border-left: 0px;
}

.btn {
  border-radius: 0px;
  box-shadow: none;
}

.btn-primary {
  background: var(--btn-color);
  border: none;
  /* background: -moz-linear-gradient(top, #1c85c6 0%, #07539b 100%);
  background: -webkit-linear-gradient(top, #1c85c6 0%, #07539b 100%);
  background: linear-gradient(to bottom, #1c85c6 0%, #07539b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c85c6', endColorstr='#07539b', GradientType=0); */
  color: var(--white);
  border-color: var(--btn-color);
  box-shadow: none;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-primary:active {
  background:  var(--btn-color);
  /* background: -moz-linear-gradient(top, #07539b 0%, #1c85c6 100%);
  background: -webkit-linear-gradient(top, #07539b 0%, #1c85c6 100%);
  background: linear-gradient(to bottom, #07539b 0%, #1c85c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#07539b', endColorstr='#1c85c6', GradientType=0); */
  border-color:  var(--btn-color);
  box-shadow: none;
  outline: 0px;
}

.btn-danger {
  background: var(--dark-grey);
  color: var(--white);
  border-color: var(--dark-grey);;
  box-shadow: none;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open>.dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open>.dropdown-toggle.btn-danger.focus,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:hover,
.btn-danger:active {
  background: var(--black);
  border-color: var(--black);
  box-shadow: none;
  outline: 0px;
}

label.error {
  position: absolute;
  top: 105%;
  z-index: 2;
  left: 0px;
  color: var(--red-color);
  font-size: 11px;
  font-weight: normal;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
  outline-offset: 0;
  outline-color: transparent;
}


/*---------Form css Ends Here------------*/


/* Login css Start Here */
.login-wrapper {
  width: 100%;
  height: 100%;
  display: table;
}

.login-container {
  width: 100%;
  height: 100%;
  display: table-cell;
  margin: auto;
  vertical-align: middle;
  padding: 8em 0 4em 0;
}

.login {
  max-width: 570px;
  width: 90%;
  height: auto;
  margin: auto;
  border-radius: 5px;
  background: var(--header-color);
  padding: 3.3em 4em 3.3em 4em;
  color: #fff;
}




.logo {
  max-width: 300px;
  width: 80%;
  margin: auto;
  margin-top: -5%;
  background: #fff;
}
.logo.resetPass{text-align: center; background: var(--header-color);}

#login,
#forgotpass,
#forgotForm {}

#login a,
#forgotpass a {
  font-size: 0.875em;
  text-decoration: underline;
  padding-top: 5px;
  color: #fff;
  margin: 1em 0 0 0;
  display: block;
}

#login>.form-group,
#forgotpass>.form-group,
#forgotForm>.form-group {
  margin-bottom: 2em;
  position: relative;
  width: 100%;
  float: left;
}

/*#login > .form-group:nth-child(2){margin-bottom:4.913em}*/
#login>.form-group>.input-group {
  width: 100%;
}

#login>.form-group>.input-group>.input-group-addon {
  padding: 0px;
  width: 35px;
}

#login>.form-group>.input-group>.input-group-addon img {
  position: relative;
  left: 2px;
}

#login button[type="submit"],
#forgotpass button,
#forgotForm button[type="submit"] {
  font-size: 1.125em;
  line-height: 2.260em;
  background: #fff;
  color: #333;
  border: none;
  border-radius: 5px;
}

#login>.form-group>.input-group>:after {
  content: none;
  position: absolute;
  width: 1px;
  height: 41px;
  background: #dde4cd;
  top: 50%;
  transform: translateY(-50%);
  left: 48px;
  z-index: 99;
}

#login>.alert a,
#forgotpass>.alert a,
#confirmpass>.alert a {
  font-size: 21px;
  padding-top: 0px;
  top: 0px;
  right: 0px;
  margin: 0;
  color: #000;
}

#login>.alert,
#forgotpass>.alert,
#confirmpass>.alert {
  border-radius: 0px;
  padding: 10px
}

.login-wrapper .input-group .form-control {
  background: transparent;
  border: none;
  color: #fff;
}

.login-wrapper .input-group,
form#forgotpass .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.login-wrapper .input-group-addon {
  border: none;
  text-align: left;
  width: 35px;
}

.login-wrapper input:-internal-autofill-selected {
  background: transparent !important;
  background-image: none !important;
  color: #fff !important;
}

.loginPage ::-webkit-input-placeholder {
  background: transparent !important;
  color: #fff !important;
}

.loginPage ::-moz-placeholder {
  background: transparent !important;
  color: #fff !important;
}

.loginPage :-ms-input-placeholder {
  background: transparent !important;
  color: #fff !important;
}

.loginPage :-moz-placeholder {
  background: transparent !important;
  color: #fff !important;
}

.login input:-webkit-autofill,
.login input:-webkit-autofill:hover,
.login input:-webkit-autofill:focus,
.login input:-webkit-autofill:active {
  background: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
  transition: background-color 5000s ease-in-out 0s;
}

.login input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
  background: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.login-wrapper form#login .input-group .form-control {
  padding-left: 0;
}

#message {
  display: none;
}

header.loginheader {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  padding: 0.3em 2em;
}

header.loginheader .logo-inner {
  position: relative;
  top: auto;
  left: auto;
  float: left;
}

header.loginheader .weblogo {
  float: right;
  position: absolute;
  text-transform: uppercase;
  font-family: Arial;
  font-weight: bold;
  color: var(--header-color);
  font-size: 1.3em;
  right: 1.7em;
  bottom: .71em;
}

/* Login css Ends Here */

.login h4 {
  text-transform: uppercase;
  margin: .5em 0 2em 0;
  font-size: 1.4em;
}

/* Header Start Here */
.header-top {
  width: 100%;
  background: var(--header-color);
  height: 95px;
  position: fixed;
  border-bottom: 1px solid var(--border-color);
  left: 0px;
  top: 0px;
  z-index: 992;
}

#search-form {
  position: relative;
  display: inline-block;
  max-width: 663px;
  width: 100%;
  margin-left: 20px
}

.wrapper {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.content-wrapper,
.container-top,
.main-footer {
  -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  margin-left: 310px;
  position: relative;
}

.content-wrapper {
  padding: 0 20px;
}

.container-top {
  padding: 0 20px;
}

.content-wrapper {
  padding-top: 90px;
}

/* Sidebar and sidebar menu */
.sidebar {
  height: 100%;
  overflow: scroll;
}

.main-sidebar {
  position: fixed;
  padding-top: 84px;
  left: 0;
  height: 100%;
  width: 310px;
  z-index: 8;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
  border-right: 1px solid #ddd;
  background: #015998;
}


/*Gurdeep Code*/
.formSection input[type="checkbox"]{visibility: visible;}
.formSection input[type="checkbox"] + label{margin-left:12px; position: static;}
.custFileArea {
  border: 1px #e8e8e8 solid;
  margin: 15px 0px 0px;
  padding: 20px;
}
.custFileArea .fileLeft {
  text-align: left;
  padding-top: 15px;
  font-size: 15px;
}
.custFile {
  text-align: left;
  background: #f4f4f4;
  padding: 10px 15px 10px;
}

.custFile label {
  background-color: #f4f4f4;
  color: #333;
  padding: 10px 30px;
  font-family: 'Overpass', sans-serif;
  font-weight: normal;
  font-size: 14px;
  border: 1px #6d6d6d solid;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 1rem; 
}
.custFile input[type="file"]::file-selector-button{ /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4093c9+0,145a9f+100,7db9e8+100 */
background: #4093c9; /* Old browsers */
background: -moz-linear-gradient(top,  #4093c9 0%, #145a9f 100%, #7db9e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #4093c9 0%,#145a9f 100%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #4093c9 0%,#145a9f 100%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4093c9', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
color: #fff; border: 0px; padding: 10px; font-size: 12px;
}

.custFile input[type="file"]{border: 0px !important;}
.formSection input[type="checkbox"]:checked + label::after{display: none;}
.formSection input[type="checkbox"] + label{cursor: pointer;}
.formSection h3{color: var(--navy-blue); font-size: 20px; margin-bottom: 30px;}
.marTop15{margin-top: 15px;}
.marBot15{margin-bottom: 15px;}
.marBot25{margin-bottom: 25px;}
.pLeft0{padding-left: 0px;}

/* .levelBox{display: none;}
#levelBox1.levelBox, #levelBox2.levelBox, #levelBox3.levelBox{display: block;} */

/*#levelBox1, #levelBox2, #levelBox3, #levelBox4, #levelBox5{display: none;}*/
#levelBox1.openBox, #levelBox2.openBox, #levelBox3.openBox, #levelBox4.openBox, #levelBox5.openBox{display: block;}
.waiverBox{display: none;}
.waiverBox.openWaive{display: block;}

.waiverBoxApproval{display: none;}
.waiverBoxApproval.openWaive, .iomValeBox.openIom{display: block;}
.iomValeBox{display: none;}
.outerbox #cke_iomDetails{max-width: 930px; width: 100%;}

.custFileMultiple {
  text-align: left;
  padding: 10px 15px 10px;
}

.custFileMultiple label {
  background-color: #f4f4f4;
  color: #333;
  padding: 10px 30px;
  font-family: 'Overpass', sans-serif;
  font-weight: normal;
  font-size: 14px;
  border: 1px #6d6d6d solid;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 1rem; 
}

.custFileMultiple input[type="file"]::file-selector-button{ /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4093c9+0,145a9f+100,7db9e8+100 */
  background: #4093c9; /* Old browsers */
  background: -moz-linear-gradient(top,  #4093c9 0%, #145a9f 100%, #7db9e8 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #4093c9 0%,#145a9f 100%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #4093c9 0%,#145a9f 100%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4093c9', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
  color: #fff; border: 0px; padding: 10px; font-size: 12px;
  }

  .custFileMultiple input[type="file"]{border: 0px !important;}
.formSection input[type="checkbox"]:checked + label::after{display: none;}
.formSection input[type="checkbox"] + label{cursor: pointer;}
.formSection h3{color: var(--navy-blue); font-size: 20px; margin-bottom: 30px;}
.marTop15{margin-top: 15px;}
.marBot15{margin-bottom: 15px;}
.marBot25{margin-bottom: 25px;}
.pLeft0{padding-left: 0px;}

/* .levelBox{display: none;}
#levelBox1.levelBox, #levelBox2.levelBox, #levelBox3.levelBox, #levelBox4.levelBox, #levelBox5.levelBox{display: block;} */
#levelBox1.openBox, #levelBox2.openBox, #levelBox3.openBox, #levelBox4.openBox, #levelBox5.openBox{display: block;}
.waiverBox{display: none;}
.waiverBox.openWaive{display: block;}

.waiverBoxApproval{display: none;}
.waiverBoxApproval.openWaive, .iomValeBox.openIom{display: block;}
.iomValeBox{display: none;}
.outerbox #cke_iomDetails{max-width: 930px; width: 100%;}

@media (max-width:767px) {
  body {
    padding-top: 72px;
  }

  .main-sidebar {
    top: 0px;
    padding-top: 0px;
  }
}

@media (max-width:1023px) {
  .content-wrapper {
    margin-left: 0;
  }

  .main-sidebar {
    z-index: 990;
  }

  .main-sidebar {
    -webkit-transform: translate(-330px, 0);
    -ms-transform: translate(-330px, 0);
    -o-transform: translate(-330px, 0);
    transform: translate(-330px, 0);
  }
}

@media (min-width:768px) {
  .sidebar-collapse .main-sidebar {
    -webkit-transform: translate(-330px, 0);
    -ms-transform: translate(-330px, 0);
    -o-transform: translate(-330px, 0);
    transform: translate(-330px, 0);
  }
}

@media (max-width:767px) {
  .sidebar-open .main-sidebar {
    position: fixed;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    overflow: hidden;
    overflow-y: scroll;
    padding-top: 72px;
  }
}

.content-wrapper>.page-content {
  padding-bottom: 2em;
}

/* Sidebar Menu */

.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-menu>li {
  position: relative;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--menu-boder);
  background: var(--grey-bg);
}

.sidebar-menu>li>a {
  padding: 1em;
  display: block;
  text-decoration: none;
  font-size: 0.938em;
  text-transform: uppercase;
  color: var(--navy-blue);
}

.sidebar-menu>li>a>i {
  width: 22px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 17px;
}

.sidebar-menu>li.active {
  background: #1f5397;
  color: #fff;
}

.sidebar-menu>li.active>a>span {
  color: #fff !important;
}

.sidebar-menu>li>a>i.create-new {
  background-position: 3px 0;
  height: 24px;
}

.sidebar-menu>li>a>i.myfile {
  background-position: 0 -109px;
  height: 27px;
}

.sidebar-menu>li>a:hover>i.myfile {
  background-position: 0 -137px;
}

.sidebar-menu>li>a>i.manage-user {
  background-position: 0 -170px;
  height: 27px;
}

.sidebar-menu>li>a:hover>i.manage-user {
  background-position: 0 -199px;
}

.sidebar-menu>li>a>i.manage-group {
  background-position: 0 -230px;
  height: 27px;
}

.sidebar-menu>li>a:hover>i.manage-group {
  background-position: 0 -259px;
}

.sidebar-menu>li>a>i.bookmark {
  background-position: 0 -290px;
  height: 29px;
}

.sidebar-menu>li>a:hover>i.bookmark {
  background-position: 0 -320px;
}

.sidebar-menu>li>a>i.shared {
  background-position: 0 -350px;
  height: 27px;
}

.sidebar-menu>li>a:hover>i.shared {
  background-position: 0 -377px;
}

.sidebar-menu>li>a>i.recycle {
  background-position: 0 -407px;
  height: 29px;
}

.sidebar-menu>li>a:hover>i.recycle {
  background-position: 0 -436px;
}

.sidebar-menu>li .label,
.sidebar-menu>li .badge {
  margin-top: 6px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.sidebar-menu>li .label {
  padding: 0.3em .6em .2em;
}

.sidebar-menu>li .badge {
  margin-top: 3px;
}

span.pull-right-container i.fa {
  font-size: 24px;
}

.sidebar-menu li>a>.fa,
.sidebar-menu li>a>.pull-right-container>.fa {
  /* width:25px;height:25px;*/
  padding: 0;
  margin: 0 0 0 0;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.sidebar-menu li>a>.arrow-right {
  position: absolute;
  top: 0;
  right: 10px;
  margin-top: -8px;
}

.sidebar-menu .menu-open>a {
  background: var(--navy-blue);
  color: #fff;
}

.sidebar-menu .menu-open>a>.arrow-right,
.sidebar-menu .menu-open>a>.pull-right-container>.fa {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidebar-menu .active>.treeview-menu {
  display: block;
}

.treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

li.treeview ul.treeview-menu {
  padding: .6em 0 .6em 1.5em;
}

.treeview-menu .treeview-menu {
  padding-left: 20px;
}

.treeview-menu>li {
  margin: 0;
  /* border-bottom: 1px solid var(--navy-blue); */
  text-transform: uppercase;
  font-size: 0.838em;
}

.sidebar-mini.sidebar-collapse .sidebar-menu>li.active {
  background: var(--navy-blue);
}

.treeview-menu>li>a {
  padding: 0.8em 0 0.8em 15px;
  display: block;
  background: var(--grey-bg);
  text-decoration: none;
  color: var(--navy-blue);
}

.treeview-menu>li>a.active {
  background: var(--navy-blue);
  color: var(--white);
}

.treeview-menu>li>a>i {
  width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 16px;
}

.treeview-menu>li>a>i.create-folder {
  background-position: 0 -24px;
  height: 27px;
}

.treeview-menu>li>a>i.folder-upload {
  background-position: 0 -52px;
  height: 27px;
}

.treeview-menu>li>a>i.file-upload {
  background-position: 0 -80px;
  height: 27px;
}

.treeview-menu>li>a:hover {
  color: #fff;
  text-decoration: none;
  background: #1f5397;
}

.treeview-menu>li>a>.pull-right-container>.arrow-right,
.treeview-menu>li>a>.pull-right-container>.fa-angle-down,
.treeview-menu>li>a>.arrow-right,
.treeview-menu>li>a>.fa-angle-down {
  width: auto;
}

.treeview-menu>li>a:hover {
  background: #1f5397;
}

.layout-top-nav .content-wrapper,
.layout-top-nav .main-footer {
  margin-left: 0;
}

@media (max-width:767px) {

  .content-wrapper,
  .main-footer {
    margin-left: 0;
  }
}

@media (min-width:768px) {

  .sidebar-collapse .content-wrapper,
  .sidebar-collapse .main-footer {
    margin-left: 0;
  }

}

@media (max-width:767px) {

  .sidebar-open .content-wrapper,
  .sidebar-open .main-footer {
    -webkit-transform: translate(330px, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}



/*
 * Component:Sidebar Mini
 */
@media (min-width:768px) {

  .sidebar-mini.sidebar-collapse .content-wrapper,
  .sidebar-mini.sidebar-collapse .right-side,
  .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 50px !important;
    z-index: 840;
  }

  .sidebar-mini.sidebar-collapse .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 70px !important;
    z-index: 850;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li {
    position: relative;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li>a {
    margin-right: 0;
    padding: 1em 0 1em 0.5em;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span {
    border-top-right-radius: 4px;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li:not(.treeview)>a>span {
    border-bottom-right-radius: 4px;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-right-radius: 4px;
  }

  .sidebar-mini.sidebar-collapse .main-sidebar .user-panel>.info,
  .sidebar-mini.sidebar-collapse .sidebar-form,
  .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span,
  .sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu,
  .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>.pull-right,
  .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
    display: none !important;
    -webkit-transform: translateZ(0);
  }

  .sidebar-mini.sidebar-collapse .main-header .logo {
    width: 50px;
  }

  .sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 18px;
  }

  .sidebar-mini.sidebar-collapse .main-header .logo>.logo-lg {
    display: none;
  }

  .sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 50px;
  }
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right),
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
  display: block !important;
  position: absolute;
  width: 250px;
  left: 52px;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span {
  top: 0;
  margin-left: -3px;
  padding: 12px 5px 12px 8px;
  background-color: #333;
  color: #fff;
  font-size: 13px;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container {
  float: right;
  width: auto !important;
  left: 270px !important;
  top: 8px !important;
  z-index: 900;
  padding: 0px;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container>i {
  width: 20px;
  height: 20px;
  padding: 0px;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container>i>svg {
  width: 20px;
  height: 20px;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container>.label:not(:first-of-type) {
  display: none;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
  top: 37px;
  margin-left: 0;
  left: 49px;
}

/* Main Content and Footer */

.content-wrapper {
  min-height: 100%;
  background-color: #f9f9fc;
  overflow: hidden;
}

.main-footer {
  background: #fff;
  padding: 15px;
  color: #444;
  border-top: 1px solid #d2d6de;
}

.logo-inner {
  position: absolute;
  top: 0px;
  left: 20px;
  padding: 3px 0px;
}

.logo-inner img {
  width: auto;
  margin-top: 0px; max-width: 95px;
}

.top-nav {
  margin: 0px;
  padding: 1em 0 0 0;
  list-style-type: none;
  float: right;
  width: auto;
}

.top-nav li {
  margin-right: 1em;
  position: relative;
  float: left;
}

.top-nav li>.dropdown-menu>li {
  display: block;
  border-bottom: 1px solid #ddd;
  margin-right: 0px;
  width: 100%;
}

.top-nav li>.dropdown-menu>li>a {
  padding: 10px 15px;
}

.top-nav li>.dropdown-menu>li:last-child {
  border-bottom: 0px;
}

.top-nav>li:last-child {
  margin-right: 0;
}

.top-nav>.open>.dropdown-menu {
  width: 220px;
  padding: 0px;
  overflow: hidden;
}

#searchtopnav {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.top-nav #search {
  width: 350px;
  padding-right: 40px;
}

#searchtopnav>.search-btn {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 99;
  width: 40px;
  height: 96%;
  border: 1px solid transparent;
  background: #fff;
  vertical-align: middle;
}

#searchtopnav>.search-btn>i {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(../images/sprite.png?v1) no-repeat -72px -67px;
  display: block;
}

#searchtopnav>.search-btn:hover>i,
#searchtopnav>.search-btn:focus>i {
  background-position: -72px -91px
}

.searchicon {
  display: none;
  margin-top: 8px;
}

.searchicon a {
  background: url(../images/sprite.png?v1) no-repeat -100px 0px;
  display: block;
  width: 29px;
  height: 29px;
}

.searchicon a:hover,
.searchicon a:focus {}

#notification {
  margin-top: 10px;
  margin-right: 30px;
}

#notification>a>i {
  background: url(../images/sprite.png?v1) no-repeat -100px -67px;
  display: block;
  width: 29px;
  height: 32px;
}


.top-nav li .label {
  position: absolute;
  top: -5px;
  right: -10px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 20px;
  background: #1f5397;
}

#notification svg {
  fill: #a6a6a6;
  width: 31px;
  height: 35px;
  vertical-align: middle;
}

a.sidebar-toggle {
  margin-top: 24px;
  display: inline-block;
  margin-left: -27px;
  color: var(--white);
}

.top-nav>li:last-child img {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
}

.top-nav>li:last-child span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 6px;
}
.navbar-right a.dropdown-toggle {
  color: var(--white);
}
.top-nav>li:last-child span label {
  display: block;
  color: #999;
  font-size: 80%;
}



.table {
  border: 1px solid #ddd;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  line-height: normal;
  vertical-align: middle;
  padding: 8px 15px;
  color: var(--table-text-color);
}

.table>thead>tr>th {
  background: var(--navy-blue);
  font-weight: 400;
  font-size: 1em;
  color: var(--white);
  height: 38px;
}

.table>tbody>tr>td {
  font-size: 0.938em;
  height: 60px;
  position: relative;
}

.table>tbody>tr>td>span {
  vertical-align: middle;
}
.table>tbody>tr>td>span.text-success {
  color: var(--green-dark);
}
.progress-bar-success{
  color: var(--green-dark);
}
.table>tbody>tr>td>span.text-orange{
  color: var(--yellow) !important;
}
.progress-bar.progress-bar-orange{
  background-color: var(--yellow) !important;
}
.table>tbody>tr>td>span.text-danger{
  color: var(--red-color);
}
.progress-bar.progress-bar-danger{
  background-color: var(--red-color);
}
.progress{
  background-color: var(--bg-gray);
}
.table>tbody>tr>td.folder-name-block {
  position: relative;
  padding-left: 60px;
  padding-right: 30px;
}

.table>tbody>tr>td>i,
.table>tbody>tr>td>a>span>i {
  background: url(../images/sprite.png?v1) no-repeat 0 0;
}

.table>tbody>tr>td>i.folder-name {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-position: -38px -77px;
  position: absolute;
  top: 36px;
  left: 27px;
  margin-right: 10px;
  display: inline-block;
  margin-top: -6px;
}

.table>tbody>tr>td>i.file-name {
  width: 28px;
  height: 27px;
  vertical-align: middle;
  background-position: -0px -109px;
  position: absolute;
  top: 36px;
  left: 27px;
  margin-right: 10px;
  display: inline-block;
  margin-top: -6px;
}

.table>tbody>tr>td>a>span>i.bookmarked {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  background-position: -39px -42px;
}

.table>tbody>tr>td.action>a {
  background: url(../images/sprite.png?v1) no-repeat 0 0;
  width: 21px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.table>tbody>tr>td.action>a {
  margin-right: 10px;
}

.table>tbody>tr>td.action>a:last-child {
  margin-right: 0px;
}

.table>tbody>tr>td.action>a.download {
  background-position: -41px 0px;
}

.table>tbody>tr>td.action>a:hover.download {
  background-position: -41px -20px;
}

.table>tbody>tr>td.action>a.share {
  background-position: -68px 0px;
}

.table>tbody>tr>td.action>a:hover.share {
  background-position: -68px -21px;
}

.table>tbody>tr>td.action>a.edit {
  background-position: -74px -120px;
  margin-top: 5px;
}

.table>tbody>tr>td.action>a:hover.edit {
  background-position: -74px -144px;
}

.table>tbody>tr>td.action>a.delete {
  background-position: -74px -169px;
}

.table>tbody>tr>td.action>a:hover.delete {
  background-position: -74px -196px;
}

.table>tbody>tr>td.action>a.send {
  background-position: -74px -222px;
}

.table>tbody>tr>td.action>a:hover.send {
  background-position: -74px -245px;
}

.table>tbody>tr>td.action>a.recycle {
  background-position: 0px -492px;
  width: 25px;
}

.table>tbody>tr>td.action>a:hover.recycle {
  background-position: 0px -514px;
}

.table>tbody>tr>td.action>a.change-sequirty {
  background-position: 0px -169px;
  width: 31px;
  height: 30px;
}

.table>tbody>tr>td.action>a:hover.change-sequirty {
  background-position: 0px -198px;
  width: 31px;
  height: 30px;
}


table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}

table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
  padding-right: 30px;
}

table.dataTable thead>tr>th:active,
table.dataTable thead>tr>td:active {
  outline: none;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  top: 20px;
  right: 8px;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 0.5;
}

table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150";
  /* sort */
}

table.dataTable thead .sorting_asc:after {
  content: "\e155";
  /* sort-by-attributes */
}

table.dataTable thead .sorting_desc:after {
  content: "\e156";
  /* sort-by-attributes-alt */
}

table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width:767px) {

  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}

table.dataTable.table-condensed>thead>tr>th {
  padding-right: 20px;
}

table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive>div.dataTables_wrapper>div.row {
  margin: 0;
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child {
  padding-left: 0;
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child {
  padding-right: 0;
}

.doc-menu-wrapper {
  width: auto;
  height: auto;
  position: absolute;
  top: 33px;
  right: 0px;
}

.doc-menu-wrapper>a {
  width: 30px;
  height: 23px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  background: url(../images/sprite.png?v1) no-repeat 0 0;
}

.doc-menu-wrapper>a.doc-menu {
  background-position: -37px -123px;
}

.doc-menu-wrapper>a:hover.doc-menu {
  background-position: -37px -141px;
}

.doc-menu-wrapper>ul.dropdown-menu {
  min-width: 300px;
  left: 0;
  background: #1f5397;
  border: 0px;
  color: #fff;
}

.doc-menu-wrapper>ul.dropdown-menu>li {
  border-bottom: 1px solid #0c356d;
}

.doc-menu-wrapper>ul.dropdown-menu>li>a {
  color: #fff;
  padding: 1em 0.8em;
}

.doc-menu-wrapper>ul.dropdown-menu>li>a>i {
  width: 29px;
  height: 27px;
  vertical-align: middle;
  fill: #fff;
  display: inline-block;
  margin-right: 5px;
  background: url(../images/sprite.png?v1) no-repeat 0 0;
}

.doc-menu-wrapper>ul.dropdown-menu>li>a:hover {
  background: #0c356d;
}

.doc-menu-wrapper>ul.dropdown-menu>li>a>i.view {
  background-position: -40px -163px;
}

.doc-menu-wrapper>ul.dropdown-menu>li>a>i.share {
  background-position: -40px -189px;
}

.doc-menu-wrapper>ul.dropdown-menu>li>a>i.bookmark {
  background-position: -40px -218px;
  height: 30px;
}

.doc-menu-wrapper>ul.dropdown-menu>li>a>i.rename {
  background-position: -40px -255px;
}

.doc-menu-wrapper>ul.dropdown-menu>li>a>i.download {
  background-position: -40px -289px;
}

.doc-menu-wrapper>ul.dropdown-menu>li>a>i.remove {
  background-position: -40px -323px;
}

.doc-menu-wrapper>ul.dropdown-menu>li>a>i.recycle {
  background-position: 0px -465px;
}


.user-menu {
  font-size: 0.938em
}

.user-menu>.dropdown-menu>li {
  width: 100%;
  float: left;
}

.user-menu>.dropdown-menu>.user-header {
  padding: 10px;
}

.user-menu>.dropdown-menu>.user-footer {
  padding: 10px;
}


.panel {
  border-radius: 0px;
  box-shadow: none;
  border-color: #ddd;
}

.panel-default>.panel-heading {
  background: #eee;
}

.page-content {
  padding-top: 1.3em;
}

.modal-header {
  background: #1c85c6;
  background: -moz-linear-gradient(top, #1c85c6 0%, #07539b 100%);
  background: -webkit-linear-gradient(top, #1c85c6 0%, #07539b 100%);
  background: linear-gradient(to bottom, #1c85c6 0%, #07539b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c85c6', endColorstr='#07539b', GradientType=0);
  color: #fff;
}

.modal-content {
  border-radius: 0px;
}

.modal-header>.close {
  opacity: 1;
}

.modal-header>.close>span {
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.modal-header>.close:hover>span {
  color: #f7f7f7;
}

.modal-header>.close>span {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.modal-title>i {
  width: 30px;
  height: 30px;
  fill: #333;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/modal-title-sprite.png) no-repeat 0 0
}

.modal-title>i.create-icon {
  background-position: 0 0;
}

.modal-title>i.share-icon {
  background-position: 0 -31px;
  height: 22px;
}

.modal-title>i {
  margin-right: 5px;
}

.modal-body {
  padding: 3em 1em;
}

.modal-body .panel {
  padding: 1em 15px;
  margin-bottom: 2em;
}

.modal-body .panel>.panel-body {
  padding: 0px;
}

.modal-footer .btn {
  padding: .8em 3em;
  text-transform: uppercase;
  max-width: 250px;
}

.modal-footer .btn+.btn {
  margin-left: 10px;
}

.modal-footer {
  padding: 0px;
  border-top: 0px;
}

.modal {
  text-align: center;
}

.modal-body .upload-btn {
  width: 100%;
  padding: 1em 4em;
  cursor: pointer;
}

.user-confirmation .modal-body {
  padding: 50px 20px 20px 20px;
}

.user-confirmation .modal-header {
  background: #fff;
  position: absolute;
  top: 0px;
  right: 0px;
  border-bottom: 0px;
  z-index: 999;
}

.user-confirmation-message {
  padding-bottom: 3em;
}

#activity p.icon {
  padding-left: 26px;
  position: relative;
  margin: 15px 0 0
}

#activity p.icon i {
  background: url(../images/sprite.png?v1) no-repeat 0 0;
  top: 2px;
  left: 0px;
  display: inline-block;
  position: absolute;
  overflow: hidden;
}

#activity p.icon>i.folder-name {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background-position: -108px -105px;
}

#activity p.icon>i.file-name {
  width: 16px;
  height: 18px;
  vertical-align: middle;
  background-position: -110px -129px;
}


@media screen and (min-width:768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}


#uploadfolder .modal-header {
  background: #fff;
  border-bottom: 0px;
}

#uploadfolder .modal-body {
  padding-top: 0px;
  padding-bottom: 5em
}

#uploadfolder .upload {
  width: 98px;
  height: 93px;
  fill: #ebebeb
}

.fileupload-icon {
  width: 97px;
  height: 87px;
  margin: auto;
  background: url(../images/download.png) no-repeat 0 0;
}

.upload-message {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 0.8em;
}

.upload-btn-wrapper {
  overflow: hidden;
  display: inline-block;
  margin-top: 2em;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  cursor: pointer
}

#shareother .list-group-item {
  padding: 1.1em 1em;
}

label.checkbox-inline {
  position: relative;
  cursor: pointer;
  padding-left: 0px;
  font-weight: 400;
  font-size: 15px;
}

label.checkbox-inline:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #c6c6c6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  z-index: 9;
}

input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  visibility: hidden;
  cursor: pointer;
}

input[type="checkbox"]:checked+label.checkbox-inline:before {
  background: #1b5199;
  border: 2px solid #1b5199;
}

input[type="checkbox"]:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 5px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 99;
}


.notify-people {
  margin: 1em 0 2em 0;
}

#delete .modal-content {
  background-color: #1f5397;
}

#delete .modal-body {
  color: #fff;
}

#delete .modal-footer {
  padding-top: 2em;
}

#delete .modal-footer .btn {
  background: transparent;
  color: #fff;
}

#delete .modal-footer .btn:hover {
  background: #fff;
  color: #333;
}

#delete .btn-default.focus,
#delete .btn-default:focus {
  border-color: #fff;
}


.detail-view {
  margin: 0px;
  padding: 1em;
  list-style-type: none;
}

.detail-view li {
  padding: 5px 0;
  font-size: 15px;
}

.detail-view li a.adddes {
  background: url(../images/sprite.png?v1) no-repeat -45px -433px;
  width: 17px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}

.tab-pane {
  padding: 20px 30px;
}

#viewdetail .modal-body {
  padding: 0px;
}

#add {
  display: none;
}

.add-desctiprion {
  width: 100%;
  height: 80px !important;
  resize: none;
  margin-top: 10px;
}



/*
 * Component:Control sidebar. By default, this is the right sidebar.
 */
.control-sidebar-bg {
  position: fixed;
  z-index: 999;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  border-left: 1px solid #ddd;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.control-sidebar-bg,
.control-sidebar {
  top: 0;
  right: -500px;
  width: 500px;
  -webkit-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}

.control-sidebar {
  position: fixed;
  z-index: 9999;
  overflow: hidden;
  overflow-y: scroll;
  height: 100%;
  background: #fff;
}

.user-row {
  width: 200px;
  float: left;
}

.user-detail {
  width: 100%;
  height: auto;
  display: table;
  table-layout: fixed;
  border-spacing: 2px;
}

.user-detail>div {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
}

.user-detail>div.user-name-detail {
  width: 180px;
  padding-left: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 5px;
}

.user-detail>div.user-premission {
  width: 80px;
}

.user-img {
  width: 40px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}

.user-img-modal {
  width: 50px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}

.user-img-modal img {
  max-width: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.user-img img {
  max-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.permission {
  padding-top: 14px;
}

.user-permission {
  width: 80px;
  float: right;
  padding-top: 11px;
  text-align: right;
  height: 100%;
  vertical-align: middle;
}

.control-sidebar-heading {
  background: #eeeeee;
  font-size: 1em;
  padding: 14px 10px;
  margin: 0px;
  position: relative;
}

.control-sidebar-heading a {
  position: absolute;
  top: 12px;
  right: 17px;
  width: 20px;
  height: 20px;
  display: block;
  z-index: 99;
  background: url(../images/sprite.png?v1) no-repeat 0 0;
}

.control-sidebar-heading i {
  display: inline-block;
  z-index: 99;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.control-sidebar-heading a.close-doc {
  background-position: -40px -355px;
}

.control-sidebar-heading a:hover.close-doc {
  background-position: -40px -374px;
}

.control-sidebar-heading a.edit-doc {
  background-position: -43px -394px;
}

.control-sidebar-heading a:hover.edit-doc {
  background-position: -43px -413px;
}

.control-sidebar-heading i.share-with {
  background-position: -70px -44px;
}

.doc-info {
  padding: 25px 30px
}

.doc-info p {
  margin-bottom: 5px;
  font-size: 14px;
}

@media (max-width:767px) {
  .control-sidebar {
    padding-top: 100px;
  }
}

.control-sidebar>.tab-content {
  padding: 0;
}

.control-sidebar+.control-sidebar-bg {
  display: none;
}

.control-sidebar.control-sidebar-open,
.control-sidebar.control-sidebar-open+.control-sidebar-bg {
  right: 0;
  display: block;
}

.control-sidebar-open+.control-sidebar-bg {
  width: 100%;
}

.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
  right: 0;
}

@media (min-width:768px) {

  .control-sidebar-open .content-wrapper,
  .control-sidebar-open .right-side,
  .control-sidebar-open .main-footer {
    margin-right: 330px;
  }
}

.fixed .control-sidebar {
  position: fixed;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 50px;
}


.control-sidebar .nav-tabs>li>a,
.control-sidebar .nav-tabs>li>a:focus,
.control-sidebar .nav-tabs>li>a:hover {
  background: none;
  background-color: none;
  border: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.control-sidebar .nav-tabs>li.active>a,
.control-sidebar .nav-tabs>li.active>a:focus,
.control-sidebar .nav-tabs>li.active>a:hover {
  background-color: none;
  border: 1px solid transparent;
  border-bottom: 1px solid #1b5199;
  color: #1b5199;
}

.control-sidebar .nav-tabs {
  padding: 1em;
  padding-bottom: 1.5em;
}




#example_filter {
  width: 100%;
  float: right;
  text-align: right;
}

#example_filter label {
  margin-bottom: 10px;
}

#example_filter input {
  width: 300px;
  border-radius: 0px;
  box-shadow: none;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  margin-left: 10px
}

.sort {
  width: 60px;
  border-radius: 0px;
  box-shadow: none;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  margin-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


.user-action li {
  width: 25px;
  height: auto;
  display: inline-block;
  margin-left: 5px
}

.user-action li a {
  width: 25px;
  background: url(../images/mobile-dashboard-sprite.png) no-repeat 0 0;
  display: inline-block;
}

.user-action li a.bookmark {
  background-position: 0px 0px;
  height: 20px;
}

.user-action li a:hover.bookmark,
.user-action li a:focus.bookmark {
  background-position: 0 -24px;
}

.user-action li a.download {
  background-position: -42px 0px;
}

.user-action li a:hover.download,
.user-action li a:focus.download {
  background-position: -42px -24px;
}

.user-action li a.share {
  background-position: -86px 2px;
  height: 22px;
}

.user-action li a:hover.share,
.user-action li a:focus.share {
  background-position: -86px -24px;
}

.user-action li a.edit {
  background-position: 0px -51px;
  height: 22px;
}

.user-action li a:hover.edit,
.user-action li a:focus.edit {
  background-position: 0px -75px;
}

.user-action li a.delete {
  background-position: -40px -49px;
  height: 22px;
}

.user-action li a:hover.delete,
.user-action li a:focus.delete {
  background-position: -40px -74px;
}

.user-action li a.send {
  background-position: -80px -50px;
  height: 22px;
}

.user-action li a:hover.send,
.user-action li a:focus.send {
  background-position: -80px -74px;
}

.user-action li a.recycle {
  background-position: -5px -99px;
  height: 22px;
}

.user-action li a:hover.recycle,
.user-action li a:focus.recycle {
  background-position: -5px -124px;
}

.list-title {
  font-weight: 600;
}

#myfile-mobile-view .list-group {
  -webkit-box-shadow: 0px 0px 8.28px 0.72px rgba(0, 0, 0, 0.06);
  -mox-box-shadow: 0px 0px 8.28px 0.72px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 8.28px 0.72px rgba(0, 0, 0, 0.06);
  border: 0px;
  background: #fff;
  margin-bottom: 40px;
}

#myfile-mobile-view .list-group-item {
  border: 0px;
  border-bottom: 1px solid #ddd;
  background: none;
  padding: 15px 10px;
  color: #333;
}

#myfile-mobile-view .list-group-item:last-child {
  border-bottom: 0px;
}


.tab-data {
  padding-top: 10px;
}

.tab-data .tab-pane {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.tab-data .nav-tabs {
  border-bottom: 0px;
  margin-bottom: 10px;
}

.tab-data .nav-tabs>li {
  margin-bottom: 0px;
  max-width: 267px;
  width: 50%;
}

.tab-data .nav-tabs>li>a {
  background: #fff;
  border-radius: 0px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 1.2em 15px;
  border: 1px solid #eee;
}

.tab-data .nav-tabs>li.active>a,
.tab-data .nav-tabs>li.active>a:focus,
.tab-data .nav-tabs>li.active>a:hover {
  background: #1f5397;
  color: #fff;
}

.tab-data .nav>li>a:focus,
.tab-data .nav>li>a:hover {
  background: #1f5397;
  color: #fff;
}

.tab-data div.checkbox-inline {
  margin: 10px 0;
  padding-left: 0px;
  padding-right: 20px;
}

.tab-data .btn {
  padding: 0.9em 15px;
  text-transform: uppercase;
}

.tab-data .tab-pane {
  padding: 30px 10px 10px 10px;
}

.tab-data select+.btn {
  padding-left: 15px;
  padding-right: 15px;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
  background: #fff;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
  background: #fff;
  border: 1px solid #ddd;
}

.btn-default:hover {
  background: #fff;
  outline: none;
  outline-color: transparent;
  border: 1px solid #ddd;
}

.caret {
  border: 0px;
  background: url(../images/select-arrow.png) no-repeat 0 0;
  width: 17px;
  height: 10px;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border: 0px;
}

.create-profile {
  max-width: 320px;
  width: 100%;
}

.add-users-btn {
  margin-top: 26px;
}

.shared-data>.tab-content,
.shared-data>.tab-content>.tab-pane {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

.dragover {
  border: 1px dashed #ddd;
}

.file-upload {
  width: 100%;
  height: auto;
  position: relative;
}

.tab-pane {
  position: relative;
}

.tab-pane.alert-danger {
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 2px 12px rgba(0, 0, 0, .175);
  border: 1px solid var(--border-light);
  background-color: var(--yellow-light);
}

.pad-t-20 {
  padding-top: 20px;
}

.tab-pane>.close {
  position: absolute;
  top: 10px;
  right: 10px;
}

#roleform label.error,
#manageusers label.error,
#usergroupform label.error {
  top: 103%;
  left: auto;
}

.custom-error {
  position: absolute;
  top: 100%;
  left: 15px;
  font-size: 12px;
  color: #f00;
}

.usergroup-wrapper {
  width: 100%;
  border: 1px solid #ddd;
  height: auto;
  padding: 20px;
}

.userscroll {
  height: 150px;
  overflow: hidden;
  overflow-y: scroll;
}

#groupnamewrapper {
  position: relative;
}

#groupnamewrapper label.error {
  bottom: -27px !important;
  top: auto;
  left: auto;
}

#UploadFilesModal .modal-footer,
#UploadFoldersModal .modal-footer {
  padding: 20px;
}

#UploadFilesModal .modal-body,
#UploadFoldersModal .modal-body {
  padding-bottom: 0px;
}

.process-msg {
  max-width: 500px;
  width: 90%;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99999;
  background: #333;
  color: #fff;
  padding: 15px;
  padding-right: 20px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  line-break: auto;
  font-size: 14px;
  display: none;
}

.process-msg a {
  position: absolute;
  top: 14px;
  right: 10px;
  color: #fff;
}



#profile-image {
  cursor: pointer;
  width: 120px;
  height: 120px;
  border: 1px solid #ddd;
  border-radius: 50%;
}

#profile .form-group {
  margin-bottom: 10px;
  float: left;
  width: 100%;
  font-size: 0.938em;
}

#profile .modal-footer {
  margin-top: 20px;
  width: 100%;
  float: left;
}

#profile .modal-body {
  padding: 2em 1em 1em;
}

#profile .control-lable {
  color: #000;
  font-weight: 600;
}

.profile-content {
  margin-top: 20px;
}

#profile-image-upload {
  width: 120px;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  display: block !important;
  top: 0;
  opacity: 0;
  position: absolute;
}

#infoFileDescription a {
  color: #1f5397;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
  font-weight: normal !important
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-primary {
  background-color: green
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
  border-radius: 0px !important
}


.breadcrumb {
  list-style: none;
  width: 100%;
  float: left;
  background: none;
  font-size: 14px;
}

.dropup {
  bottom: 100% !important;
  top: auto;
}

.upload-btn {
  margin-top: 15px;
  float: right;
  margin-bottom: 8px;
}

.upload-btn i {
  width: 22px;
  vertical-align: middle;
  display: inline-block;
}

.upload-btn i.up-folder {
  background-position: -107px -103px;
}

.upload-btn i.up-file {
  background-position: -107px -128px;
}

#changePassword {
  margin-top: 20px;
}

#changePassword .form-group {
  position: relative;
  padding-bottom: 10px;
}

#changePassword .form-group label.error {
  top: 93%
}


body.sidebar-mini.sidebar-collapse .sidebarlogo {
  font-size: 10px;
}

.sidebarlogo {
  text-align: center;
  font-family: Arial;
  font-size: 1.5em;
  font-weight: bold;
  background: var(--gray-light);
  line-height: 1.3em;
  padding: 1em 0 .8em 0;
  color: var(--navy-blue);
}

.login-wrapper {
  background: url("../images/loginbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

a.sidebar-toggle i {
  font-size: 1.7em;
  font-weight: normal;
  position: relative;
  top: 2px;
}


/* IOM Form Page */
.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}

.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 8px;
  vertical-align: middle;
}

.select2-results__option[aria-selected=true]:before {
  font-family: fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: #f77750;
  border: 0;
  display: inline-block;
  padding-left: 3px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #eaeaeb;
  color: #272727;
}

.select2-container--default .select2-selection--multiple {
  margin-bottom: 10px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #f77750;
  border-width: 1px;
}

.select2-container--default .select2-selection--multiple {
  border-width: 2px;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.select2-selection .select2-selection--multiple:after {
  content: 'hhghgh';
}

/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
  display: none;
}

.multiselects .select-icon .placeholder {
  display: none;
}

.multiselects .select-icon .select2-results__option:before,
.multiselects .select-icon .select2-results__option[aria-selected=true]:before {
  display: none !important;
}

.multiselects .select-icon .select2-search--dropdown {
  display: none;
}

.iomform textarea,
.iomform select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border-color: #c2c2c2;
  resize: none;
  border-radius: 0px;
  height: 40px;
  padding: 0 8px;
  
  font-weight: normal;
  color: #333;
}

.form-group {
  position: relative;
}

.iomform .form-control.cont {
  border: 0px;
  border-bottom: 1px solid #c2c2c2;
  border-radius: 0;
  height: 40px;
  box-shadow: none;
  font-size: 15px;
  padding: 6px 4px;
}

.iomform label.floatinglabel {
  position: absolute;
  top: 0px;
  left: 2px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  pointer-events: none;
font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #555;
}

.form-group.focused>label.floatinglabel {
  top: -13px;
  left: 2px;
  font-size: 12px;
  color: #999;
}

.viewallapps .tab-pane {
  padding: 1em 0;
}

.outerbox .form-group {
  margin: 1em 0;
  float: left;
  width: 100%;
}
.outerbox .form-group textarea{width: 100%;}
.outerbox {
  box-shadow: 0px 1px 3px 0px rgba(102, 102, 102, 0.38);
  padding: 1em 1.7em;
  float: left;
  width: 100%;
  margin: 0 0 1em 0;
  background: #fff;
}

.outerbox.multiselects span.select2.select2-container {
  width: 100% !important;
}

.outerbox.multiselects span.select2.select2-container:nth-child(odd) {
  margin: 1% 0;
}

.rightouterform {
  margin: 0;
}

.iomform {
  margin: 0em 0 3em 0;
  width: 100%;
  float: left;
}

.boxxed a.viewall {
  background: var(--btn-color);
  color: var(--white);
  margin: 1em 0 1em 15px;
}

ul.recent-activities {
  margin: 0;
  padding: 0;
  list-style: none;
  min-height: 191px;
}

ul.recent-activities li {
  background: #5acbf9;
  color: #fff;
  padding: .4em .4em .4em .6em;
  margin: 0 0 .5em 0;
}

div#recent .viewall {
  margin-left: 0;
  margin-bottom: 0px;
}

.viewallapps .table {
  margin-bottom: 0;
}

.btnModals form textarea {
  width: 100%;
  resize: none;
  border: 1px solid #ccc;
  padding: 8px;
  font-size: 13px;
  min-height: 85px;
}

.btnModals form input.btn {
  padding: .74em 2em;
  margin: 1em 0 0 0;
  float: right;
}

.btnModals .modal-body {
  padding: 1em 1em;
  float: left;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
}

.btnModals .modal-footer {
  clear: both;
  padding: 1em;
  display: none;
}

.lfttable .progress {
  margin-bottom: 0px;
}

.levelBox label.error {
  top: 92%;
}

.btnModals form {
  position: relative;
}

.btnModals form#approveApplication input[type="submit"] {
  margin: .8em auto;
  float: none;
  display: block;
}

select.customselect {
  background-image: url(../images/sarrow.png);
  border: none;
  border-bottom: 1px solid #c2c2c2;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 13px;
  padding-right: 15px; font-size: 15px; color: #555;
  background-color: #fff;
}

.iomform textarea {
  min-height: 58px;
  padding: 8px;
  height: 82px;
}

form.IOMForm .col-xs-12.col-sm-6 {
  max-width: 640px;
}

.outerbox.tma input.uploadtma {
  display: block;
  min-width: 110px;
  margin: 1em 0 0 0;
}

.outerbox.tma a.addMore {
  color: #00aeef;
  font-size: 13px;
  display: inline-block;
  float: right;
}

.remove_field {
  position: relative;
  right: 0em;
  color: #00aeef;
  font-size: 13px;
  float: right;
}

.outerbox h6 {
  font-size: 14px;
  display: inline-block;
}

.sbmtbtns input {
  padding: 10px 20px;
  border: none;
  height: 40px;
  min-width: 130px;
  display: inline-block;
  vertical-align: middle;
}

.sbmtbtns input[type="button"] {
  color: #fff;
  /*background-image:-moz-linear-gradient( 87deg, rgb(132,132,132) 0%, rgb(140,140,140) 100%);background-image:-webkit-linear-gradient( 87deg, rgb(132,132,132) 0%, rgb(140,140,140) 100%);background-image:-ms-linear-gradient( 87deg, rgb(132,132,132) 0%, rgb(140,140,140) 100%);*/
}

input[type=file] {
  font-size: 11px;
}

input[type=file]:focus {
  outline: none;
}

div.iomform input[type=file] {
  padding-left: 2px;
  position: relative;
  height: 37px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: left;
  padding-top: 9px;
  width: 70%;
  float: left;
}

div.iomform input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
}

div.iomform input[type=file]::before {
  content: 'Browse';
  color: #fff;
  display: inline-block;
  background: #1c85c6;
  background: -moz-linear-gradient(top, #1c85c6 0%, #07539b 100%);
  background: -webkit-linear-gradient(top, #1c85c6 0%, #07539b 100%);
  background: linear-gradient(to bottom, #1c85c6 0%, #07539b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c85c6', endColorstr='#07539b', GradientType=0);
  padding: 0px 13px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 35px;
}

div.iomform input[type=file]:active {
  outline: 0;
}

.styledblock.manageapp a.viewInfosidebar {
  position: absolute;
  right: 1em;
  top: 1em;
}

.styledblock.manageapp {
  position: relative;
}



.addedinput.relative {
  padding: 0;
  float: left;
  width: 100%;
  position: relative;
  margin: 1em 0 0 0;
}

.addedinput.relative a.remove_field {
  top: 8px;
}

.sidebar-menu li a.active,
.sidebar-menu li a:hover {
  background: var(--navy-blue);
  color: var(--white);
}

.styledblock {
  box-shadow: 0px 1px 3px 0px rgba(102, 102, 102, 0.38);
  padding: 1em;
  margin: 0 0 1.3em 0;
  background: #fff;
}

.styledblock:last-child {
  margin-bottom: 0;
}

.styledbox {
  box-shadow: 0px 1px 3px 0px rgba(102, 102, 102, 0.38);
  padding: 1.1em;
}

.levelBox {
  margin: .5em 0;
  float: left;
  width: 100%;
  position: relative;
}

.styledblock.manageapp {
  float: left;
  width: 100%;
  line-height: 2em;
  font-size: 1.05em;
  margin: .5em 0 1.3em 0;
  padding: .8em 0;
}

.styledblock.manageapp .text-bold {
  color: #015998;
}

.formView .panel-default>.panel-heading {
  float: left;
  width: 100%;
}

.formView .panel-default>.panel-heading h3 {
  margin: 0;
  padding: 0;
}

.iomform select.customselect {
  padding-left: 0px;
}


.boxxed {
  box-shadow: 0px 1px 3px 0px rgba(102, 102, 102, 0.38);
  background: #fff;
  border: 1px solid #e3e3e3;
}

.boxxed .panel {
  border-color: #e3e3e3;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin: 0;
}

.boxxed .table thead>tr>th {
  background: var(--navy-blue);
  border: none;
  color: var(--white);
}

.noborder {
  border: none !important;
}

.lfttable {
  width: 100%;
  float: left;
}

.rtdonut {
  width: 35%;
  float: left;
}

a.viewall {
  color: var(--navy-blue);
}

h3.blue {
  color: var(--navy-blue);
  text-transform: uppercase;
  font-size: 1.1em;
  padding: .94em .8em .8em .8em;
  margin: 0;
  text-align: left !important;
}

.col-xs-12.viewallapps .styledbox>.col-sm-12 {
  padding: 0;
}

.msgboxdiv {
  margin: .62em 0;
}

.msgboxdiv .alert-dismissable,
.msgboxdiv .alert-dismissible {
  margin: 0;
}

section.formView>.row>.col-sm-6.col-md-2 {
  padding-right: 6px;
  padding-left: 6px;
}

section.formView>.row {
  margin-left: -8px;
  margin-right: -8px;
}

.exportReportsinner {
  padding: 1em;
}

.exportReportsinner .col-xs-12 div {
  position: relative;
}

.row.exportReportsinner .col-xs-12 div input,
.row.exportReportsinner .col-xs-12 div select {
  width: 100%;
  height: 38px;
  border-radius: 0px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 8px;
  font-size: 13px;
}

.exportReportsinner .col-xs-12 div i.glyphicon {
  position: absolute;
  right: 8px;
  top: 11px;
}

.exportReportsinner label {
  color: var(--dark-grey);
}

.exportReportsinner {
  padding: 1em;
}

.panel.exportReports {
  margin-top: .6em;
}

.row.exportReportsinner .col-xs-12 {
  margin-bottom: 1.1em;
}

.col-xs-12.exportbtn input[type="submit"] {
  padding: .7em 2em;
}

.exportReportsinner .col-xs-12 div#reportrange input {
  background-image: url("../images/calendar.png");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 15px;
}

@media(max-width:1430px) {
    .custFileArea .fileLeft{font-size: 13px; padding: 18px 0px 0px;}
}

@media (max-width:1199px) {
  .content-wrapper {
    padding: 90px 10px 0 10px;
  }

  .table {
    font-size: 15px;
  }
  .main-sidebar{width: 280px;}
  .content-wrapper, .container-top, .main-footer{margin-left: 280px;}
  .sidebar-menu > li > a{font-size: 0.838em;}
}

@media(max-width:991px) {

  #notification,
  .top-nav .searchicon {
    margin-right: 18px;
  }

  .top-nav {
    padding-top: 20px;
  }

  .top-nav .searchicon {
    display: inline-block;
    vertical-align: middle;
  }

  .desktop-view {
    display: none;
  }

  .mobile-view {
    display: block;
  }

  .top-nav #search {
    width: 100%;
  }

  #search-form {
    position: fixed;
    top: 89px;
    left: 0px;
    width: 96%;
    margin: auto !important;
    right: 0px;
    max-width: 100%;
    z-index: 99999;
    display: none;
    margin-left: 0px;
  }

  .doc-menu-wrapper {
    top: 0px;
    text-align: right;
  }

  .doc-menu-wrapper>ul.dropdown-menu {
    min-width: 300px;
    left: auto;
    top: 34px;
    right: 0;
    background: #1f5397;
    border: 0px;
    color: #fff;
  }

  a.sidebar-toggle {
    float: right;
    margin: 32px 0 0 8px;
    display: block;
    width: 24px;
  }

  .top-nav>li:last-child img {
    width: 45px;
    height: 45px;
  }

  .control-sidebar.control-sidebar-open,
  .control-sidebar.control-sidebar-open+.control-sidebar-bg {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 92%;
    background: #fff;
  }

  .control-sidebar.control-sidebar-open {
    z-index: 999999;
    background: rgba(0, 0, 0, .2);
    width: 100%;
    padding: 1em;
  }

  .control-sidebar.control-sidebar-open .doc-detail {
    background: #fff;
  }
}

@media(max-width:767px) {
  .login h4 {
    font-size: 1.2em;
    margin: .5em 0 0 0;
  }

  .login {
    padding: 2em;
  }

  body {
    font-size: 14px;
  }

  .permission {
    padding-top: 1em;
  }

  #shareother .list-group-item {
    padding: 1em;
  }

  .logo-inner img {
    width: auto;
    height: 44px;
  }

  .doc-menu-wrapper {
    top: -7px;
    text-align: right;
  }

  .doc-menu {
    position: absolute;
    top: 15px;
    right: 0px;
  }

  .container-top {
    padding: 0 10px;
    margin: 0;
  }

  .top-nav li {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }

  .top-nav li .label {
    width: 20px;
    height: 20px;
    line-height: 17px;
    font-size: 10px;
    text-align: center;
    right: 0px;
  }

  #notification,
  .top-nav .searchicon {
    margin-right: 10px;
  }

  .top-nav>li:last-child img {
    width: 38px;
    height: 38px;
    margin-top: 2px;
  }

  a.sidebar-toggle {
    margin: 20px 0 0 8px;
  }

  .top-nav {
    padding-top: 10px;
  }

  .header-top {
    height: 72px;
  }

  .logo-inner {
    top: 15px;
  }

  .content-wrapper {
    padding: 0;
  }

  .modal-footer .btn {
    width: 48%;
    padding: .8em 1em;
    float: left;
  }

  .modal-footer .btn+.btn {
    float: right !important
  }

  .modal-footer {
    text-align: center;
  }

  .modal-body .panel {
    margin: 0 0 1.5em 0;
    padding: .5em;
  }

  .modal-body {
    padding: 2em .5em;
  }

  .modal-title {
    font-size: 1em;
  }

  .modal-title>i,
  .modal-title>i>svg {
    width: 26px;
    height: 26px;
  }

  .modal-dialog {
    max-width: 480px;
    width: 94%;
  }

  .top-nav>.open>.dropdown-menu {
    left: auto;
    width: 300px;
    right: 10px;
    position: fixed;
    top: 65px;
    z-index: 999;
  }

  label.checkbox-inline:before {
    padding: 8px;
  }

  input[type="checkbox"]:checked+label:after {
    top: 4px;
    left: 8px;
    width: 5px;
    height: 12px;
  }

  #search-form {
    top: 71px;
  }

  label.checkbox-inline {
    font-size: 14px;
  }

  #login,
  #forgotpass {
    padding: 2.4em 0 0 0;
  }

  #login>.form-group,
  #forgotpass>.form-group {
    margin-bottom: 1.213em
  }

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

  .form-control {
    height: 40px;
  }

  #login button[type="submit"],
  #forgotpass button[type="submit"] {
    line-height: 2em
  }

  .list-title {
    padding-bottom: 6px;
  }

  .upload-btn span {
    display: none;
  }

}

@media(max-width:650px) {}

.ghost {
  opacity: 0.3;
}

.ghost td {
  border-top: 1px dashed #ccc !important;
}

.bookmarked svg {
  display: none;
}

/*--tagmanager.css its file has been also placed seperate in css folder--*/
.tm-tag {
  color: #555;
  background-color: #f5f5f5;
  border: 1px solid #bbb;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
  display: inline-block;
  border-radius: 3px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin: 0 5px 5px 0;
  padding: 4px;
  text-decoration: none;
  transition: border .2s linear 0s, box-shadow .2s linear 0s;
  -moz-transition: border .2s linear 0s, box-shadow .2s linear 0s;
  -webkit-transition: border .2s linear 0s, box-shadow .2s linear 0s;
  vertical-align: middle
}

.tm-tag .tm-tag-remove {
  color: #000;
  font-weight: 700;
  margin-left: 4px;
  opacity: .2
}

.tm-tag .tm-tag-remove:hover {
  color: #000;
  text-decoration: none;
  opacity: .4
}

.tm-tag.tm-tag-warning {
  color: #945203;
  background-color: #f2c889;
  border-color: #f0a12f
}

.tm-tag.tm-tag-error {
  color: #84212e;
  background-color: #e69ca6;
  border-color: #d24a5d
}

.tm-tag.tm-tag-success {
  color: #638421;
  background-color: #cde69c;
  border-color: #a5d24a
}

.tm-tag.tm-tag-info {
  color: #4594b5;
  background-color: #c5eefa;
  border-color: #5dc8f7
}

.tm-tag.tm-tag-inverse {
  color: #ccc;
  background-color: #555;
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset
}

.tm-tag.tm-tag-inverse .tm-tag-remove {
  color: #fff
}

.tm-tag.tm-tag-large {
  font-size: 16.25px;
  border-radius: 4px;
  padding: 11px 7px
}

.tm-tag.tm-tag-small {
  font-size: 11.05px;
  border-radius: 3px;
  padding: 2px 4px
}

.tm-tag.tm-tag-mini {
  font-size: 9.75px;
  border-radius: 2px;
  padding: 0 2px
}

.tm-tag.tm-tag-plain {
  color: #333;
  box-shadow: none;
  background: 0 0;
  border: none
}

.tm-tag.tm-tag-disabled {
  color: #aaa;
  background-color: #e6e6e6;
  border-color: #ccc;
  box-shadow: none
}

.tm-tag.tm-tag-disabled .tm-tag-remove {
  display: none
}

input[type=text].tm-input {
  margin-bottom: 5px;
  vertical-align: middle !important
}

.control-group.tm-group {
  margin-bottom: 5px
}

.form-horizontal .control-group.tm-group {
  margin-bottom: 15px
}

/*--inline css copied from copmose page--*/
.error .tm-tag-remove {
  color: red !important;
  opacity: 0.6 !important;
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 14px;
  line-height: 20px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0950a4;
}

.cke_editable {
  /* line-height: 1px !important; */
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0950a4;
}

.tt-suggestion p {
  margin: 0;
}

#multiple-datasets .league-name {
  margin: 0 20px 5px 20px;
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
}

.twitter-typeahead {
  width: 100%;
}

h3.league-name {
  font-size: 20px;
  text-transform: capitalize;
}

.tm-tag.error {
  border: 1px solid #ff0000;
}
.btn-info {
  color: var(--white);
  background-color: var(--btn-color);
  border-color:  var(--btn-color);
}